01KJDNTW1VC01157JK169F2M5K: 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",
        "%/var/tmp/omicron_tmp/**/*",
        "!/var/tmp/omicron_tmp/crdb-base*",
        "!/var/tmp/omicron_tmp/rustc*",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [
        "oxidecomputer/dendrite",
    ],
    publish: [
        BasicConfigPublish {
            from_output: "/work/oxidecomputer/omicron/target/nextest/ci/junit.xml",
            series: "junit-helios",
            name: "junit.xml",
        },
        BasicConfigPublish {
            from_output: "/work/environment.json",
            series: "junit-helios",
            name: "environment.json",
        },
        BasicConfigPublish {
            from_output: "/work/crate-build-timings.json",
            series: "build-info-helios",
            name: "crate-build-timings.json",
        },
        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",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01KJDNV90H0NTSXCMQTEERE4QV

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-02-26T19:12:50.022Zjob assigned to worker 01KJDNV9J0TJ2EFXDXN2Q44DWS [factory gimlet-EVT22200007-propolis, EVT22200007/59513] (queued for 38 s)
 
22026-02-26T19:12:59.359Zstarting task 0: "setup"
32026-02-26T19:12:59.383Z++ uname -s
42026-02-26T19:12:59.383Z+ kern=SunOS
52026-02-26T19:12:59.383Z+ build_user=build
62026-02-26T19:12:59.383Z+ build_uid=12345
72026-02-26T19:12:59.383Z+ work_dir=/work
82026-02-26T19:12:59.383Z+ input_dir=/input
92026-02-26T19:12:59.383Z+ [[ 0 == 12345 ]]
102026-02-26T19:12:59.383Z+ case "$kern" in
112026-02-26T19:12:59.383Z+ groupadd -g 12345 build
122026-02-26T19:12:59.383Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-02-26T19:13:01.388Z+ zfs create -o mountpoint=/work rpool/work
142026-02-26T19:13:01.435Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-02-26T19:13:01.459Z+ home_fs=zfs
162026-02-26T19:13:01.459Z+ [[ zfs == autofs ]]
172026-02-26T19:13:01.459Z+ mkdir -p /home/build
182026-02-26T19:13:01.459Z+ chown build:build /home/build /work
192026-02-26T19:13:03.446Z+ chmod 0700 /home/build /work
202026-02-26T19:13:03.470Zprocess exited: duration 4091 ms, exit code 0
 
212026-02-26T19:13:03.522Zstarting task 1: "rust-toolchain"
222026-02-26T19:13:03.548Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
232026-02-26T19:13:03.548Z * rust toolchain channel = "1.91.1"
242026-02-26T19:13:03.548Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-02-26T19:13:03.548Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-02-26T19:13:03.548Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-02-26T19:13:03.548Z * rust toolchain profile = "default"
282026-02-26T19:13:03.548Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-02-26T19:13:03.548Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-02-26T19:13:03.725Zinfo: downloading installer
312026-02-26T19:13:04.305Zwarn: It looks like you have an existing installation of Rust at:
322026-02-26T19:13:04.305Zwarn: /opt/ooce/bin
332026-02-26T19:13:04.305Zwarn: It is recommended that rustup be the primary Rust installation.
342026-02-26T19:13:04.305Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-02-26T19:13:04.305Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-02-26T19:13:04.305Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-02-26T19:13:04.305Zwarn: or pass `-y' to ignore all ignorable checks.
382026-02-26T19:13:04.305Zerror: cannot install while Rust is installed
392026-02-26T19:13:04.305Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-02-26T19:13:04.334Zinfo: profile set to 'default'
412026-02-26T19:13:04.334Zinfo: default host triple is x86_64-unknown-illumos
422026-02-26T19:13:04.334Zinfo: syncing channel updates for '1.91.1-x86_64-unknown-illumos'
432026-02-26T19:13:04.485Zinfo: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07)
442026-02-26T19:13:04.485Zinfo: downloading component 'cargo'
452026-02-26T19:13:04.681Zinfo: downloading component 'clippy'
462026-02-26T19:13:04.765Zinfo: downloading component 'rust-docs'
472026-02-26T19:13:05.048Zinfo: downloading component 'rust-std'
482026-02-26T19:13:05.357Zinfo: downloading component 'rustc'
492026-02-26T19:13:06.875Zinfo: downloading component 'rustfmt'
502026-02-26T19:13:07.872Zinfo: installing component 'cargo'
512026-02-26T19:13:08.288Zinfo: installing component 'clippy'
522026-02-26T19:13:08.796Zinfo: installing component 'rust-docs'
532026-02-26T19:13:12.647Zinfo: installing component 'rust-std'
542026-02-26T19:13:15.083Zinfo: installing component 'rustc'
552026-02-26T19:13:24.599Zinfo: installing component 'rustfmt'
562026-02-26T19:13:25.077Zinfo: default toolchain set to '1.91.1-x86_64-unknown-illumos'
572026-02-26T19:13:25.077Z
582026-02-26T19:13:25.292Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
592026-02-26T19:13:25.292Z
602026-02-26T19:13:25.292Z
612026-02-26T19:13:25.292ZRust is installed now. Great!
622026-02-26T19:13:25.293Z
632026-02-26T19:13:25.293ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-02-26T19:13:25.318Zenvironment variable. This has not been done automatically.
652026-02-26T19:13:25.318Z
662026-02-26T19:13:25.318ZTo configure your current shell, you need to source
672026-02-26T19:13:25.318Zthe corresponding env file under $HOME/.cargo.
682026-02-26T19:13:25.318Z
692026-02-26T19:13:25.318ZThis is usually done by running one of the following (note the leading DOT):
702026-02-26T19:13:25.318Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-02-26T19:13:25.318Zsource "$HOME/.cargo/env.fish" # For fish
722026-02-26T19:13:25.318Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-02-26T19:13:25.440Z+ rustup --version
742026-02-26T19:13:25.465Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-02-26T19:13:25.465Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-02-26T19:13:25.594Zinfo: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
772026-02-26T19:13:25.619Z+ cargo --version
782026-02-26T19:13:25.727Zcargo 1.91.1 (ea2d97820 2025-10-10)
792026-02-26T19:13:25.756Z+ rustc --version
802026-02-26T19:13:25.874Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
812026-02-26T19:13:25.899Zprocess exited: duration 22367 ms, exit code 0
 
822026-02-26T19:13:25.953Zstarting task 2: "authentication"
832026-02-26T19:13:26.008Zprocess exited: duration 58 ms, exit code 0
 
842026-02-26T19:13:26.060Zstarting task 3: "clone repository"
852026-02-26T19:13:26.085Z+ mkdir -p /work/oxidecomputer/omicron
862026-02-26T19:13:26.085Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872026-02-26T19:13:26.112ZCloning into '/work/oxidecomputer/omicron'...
882026-02-26T19:13:50.547Z+ cd /work/oxidecomputer/omicron
892026-02-26T19:13:50.547Z+ git fetch origin 889deabbf7d820f01adc6593ba2b00d7da64710f
902026-02-26T19:13:51.393ZFrom https://github.com/oxidecomputer/omicron
912026-02-26T19:13:51.393Z * branch 889deabbf7d820f01adc6593ba2b00d7da64710f -> FETCH_HEAD
922026-02-26T19:13:51.418Z+ [[ -n '' ]]
932026-02-26T19:13:51.418Z+ git reset --hard 889deabbf7d820f01adc6593ba2b00d7da64710f
942026-02-26T19:13:52.150ZHEAD is now at 889deabbf EarlyNetworkSetupError: stop duplicate log output on DnsResolver variant
952026-02-26T19:13:52.174Zprocess exited: duration 26099 ms, exit code 0
 
962026-02-26T19:13:52.222Zstarting task 4: "build"
972026-02-26T19:13:52.247Z+ source ./env.sh
982026-02-26T19:13:52.247Z++ OLD_SHELL_OPTS=ehxB
992026-02-26T19:13:52.247Z++ set -o xtrace
1002026-02-26T19:13:52.247Z++++ dirname ./env.sh
1012026-02-26T19:13:52.247Z+++ readlink -f .
1022026-02-26T19:13:52.247Z++ OMICRON_WS=/work/oxidecomputer/omicron
1032026-02-26T19:13:52.247Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042026-02-26T19:13:52.247Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1052026-02-26T19:13:52.247Z++ 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
1062026-02-26T19:13:52.247Z++ 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
1072026-02-26T19:13:52.247Z++ 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
1082026-02-26T19:13:52.247Z++ 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
1092026-02-26T19:13:52.247Z++ 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
1102026-02-26T19:13:52.247Z++ 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
1112026-02-26T19:13:52.247Z++ case $OLD_SHELL_OPTS in
1122026-02-26T19:13:52.247Z++ unset OLD_SHELL_OPTS OMICRON_WS
1132026-02-26T19:13:52.247Z+ source .github/buildomat/ci-env.sh
1142026-02-26T19:13:52.247Z++ export CARGO_TERM_COLOR=always
1152026-02-26T19:13:52.247Z++ CARGO_TERM_COLOR=always
1162026-02-26T19:13:52.247Z+ target_os=illumos
1172026-02-26T19:13:52.247Z+ NEXTEST_VERSION=0.9.125
1182026-02-26T19:13:52.247Z+ cargo --version
1192026-02-26T19:13:52.350Zcargo 1.91.1 (ea2d97820 2025-10-10)
1202026-02-26T19:13:52.374Z+ rustc --version
1212026-02-26T19:13:52.483Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1222026-02-26T19:13:52.508Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.125/illumos
1232026-02-26T19:13:52.508Z+ gunzip
1242026-02-26T19:13:52.508Z+ tar -xvf - -C /home/build/.cargo/bin
1252026-02-26T19:13:53.481Zx cargo-nextest, 22650392 bytes, 44240 tape blocks
1262026-02-26T19:13:53.506Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
1272026-02-26T19:13:53.506Z+ echo 'tests will store ephemeral output in /var/tmp/omicron_tmp'
1282026-02-26T19:13:53.506Ztests will store ephemeral output in /var/tmp/omicron_tmp
1292026-02-26T19:13:53.506Z+ mkdir /var/tmp/omicron_tmp
1302026-02-26T19:13:53.506Z+ OUTPUT_DIR=/work
1312026-02-26T19:13:53.506Z+ echo 'tests will store non-ephemeral output in /work'
1322026-02-26T19:13:53.506Ztests will store non-ephemeral output in /work
1332026-02-26T19:13:53.506Z+ mkdir -p /work
1342026-02-26T19:13:53.506Z+ banner prerequisites
1352026-02-26T19:13:53.506Z
1362026-02-26T19:13:53.506Z ##### ##### ###### ##### ###### #### # # # #### #
1372026-02-26T19:13:53.506Z # # # # # # # # # # # # # # #
1382026-02-26T19:13:53.506Z # # # # ##### # # ##### # # # # # #### #
1392026-02-26T19:13:53.506Z ##### ##### # ##### # # # # # # # # #
1402026-02-26T19:13:53.506Z # # # # # # # # # # # # # # #
1412026-02-26T19:13:53.506Z # # # ###### # # ###### ### # #### # #### #
1422026-02-26T19:13:53.506Z
1432026-02-26T19:13:53.506Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1442026-02-26T19:14:14.317Z Startup: Refreshing catalog 'helios-dev' ... Done
1452026-02-26T19:14:36.807Z Startup: Caching catalogs ... Done
1462026-02-26T19:15:20.190ZPlanning: Solver setup ... Done (40.414s)
1472026-02-26T19:15:20.444ZPlanning: Running solver ... Done (0.254s)
1482026-02-26T19:15:20.617ZPlanning: Finding local manifests ... Done (0.003s)
1492026-02-26T19:15:20.826ZPlanning: Fetching manifests: 0/4 0% complete
1502026-02-26T19:15:21.321ZPlanning: Fetching manifests: 4/4 100% complete
1512026-02-26T19:15:21.398ZPlanning: Package planning ... Done (0.077s)
1522026-02-26T19:15:21.478ZPlanning: Merging actions ... Done (0.079s)
1532026-02-26T19:15:21.964ZPlanning: Checking for conflicting actions ... Done (0.487s)
1542026-02-26T19:15:21.988ZPlanning: Consolidating action changes ... Done (0.018s)
1552026-02-26T19:15:22.945ZPlanning: Evaluating mediators ... Done (0.962s)
1562026-02-26T19:15:22.970ZPlanning: Planning completed in 46.03 seconds
1572026-02-26T19:15:22.996Z Packages to install: 4
1582026-02-26T19:15:22.996Z Mediators to change: 2
1592026-02-26T19:15:22.996Z Services to change: 1
1602026-02-26T19:15:22.996Z Estimated space available: 154.92 GB
1612026-02-26T19:15:22.996ZEstimated space to be consumed: 1.81 GB
1622026-02-26T19:15:22.996Z Create boot environment: No
1632026-02-26T19:15:22.996ZCreate backup boot environment: No
1642026-02-26T19:15:22.996Z Rebuild boot archive: No
1652026-02-26T19:15:22.996Z
1662026-02-26T19:15:22.996ZChanged mediators:
1672026-02-26T19:15:22.996Z mediator clang:
1682026-02-26T19:15:22.996Z version: None -> 15 (system default)
1692026-02-26T19:15:22.996Z
1702026-02-26T19:15:22.996Z mediator llvm:
1712026-02-26T19:15:22.996Z version: 14 (system default) -> 15 (system default)
1722026-02-26T19:15:22.996Z
1732026-02-26T19:15:22.996ZChanged packages:
1742026-02-26T19:15:22.996Zhelios-dev
1752026-02-26T19:15:22.996Z developer/build-essential
1762026-02-26T19:15:22.996Z None -> 11-2.0
1772026-02-26T19:15:22.996Z library/libxmlsec1
1782026-02-26T19:15:22.996Z None -> 1.2.35-2.0
1792026-02-26T19:15:22.996Z ooce/developer/clang-15
1802026-02-26T19:15:22.996Z None -> 15.0.7-2.0
1812026-02-26T19:15:22.996Z ooce/developer/llvm-15
1822026-02-26T19:15:22.996Z None -> 15.0.7-2.0
1832026-02-26T19:15:22.996Z
1842026-02-26T19:15:22.996ZServices:
1852026-02-26T19:15:22.996Z restart_fmri:
1862026-02-26T19:15:22.996Z svc:/system/update-man-index:default
1872026-02-26T19:15:23.093Z
1882026-02-26T19:15:23.094ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1892026-02-26T19:15:28.193ZDownload: 1201/3290 items 83.6/212.6MB 39% complete (17.1M/s)
1902026-02-26T19:15:33.191ZDownload: 3247/3290 items 184.4/212.6MB 86% complete (18.4M/s)
1912026-02-26T19:15:36.587ZDownload: Completed 212.60 MB in 13.50 seconds (15.8M/s)
1922026-02-26T19:15:36.812Z Actions: 1/3689 actions (Installing new actions)
1932026-02-26T19:15:41.912Z Actions: 3386/3689 actions (Installing new actions)
1942026-02-26T19:15:43.326Z Actions: Completed 3689 actions in 6.51 seconds.
1952026-02-26T19:15:44.196Z Done (0.863s)
1962026-02-26T19:15:44.196Z Done (0.000s)
1972026-02-26T19:15:45.933Z Done (1.737s)
1982026-02-26T19:15:52.654Z Done (6.410s)
1992026-02-26T19:15:52.767Z Done (0.025s)
2002026-02-26T19:15:52.791Z Done (0.000s)
2012026-02-26T19:15:52.941Z Done (0.000s)
2022026-02-26T19:15:54.104ZPlanning: Evaluating mediator changes ... Done
2032026-02-26T19:15:54.358ZPlanning: Checking for conflicting actions ... Done
2042026-02-26T19:15:54.358ZPlanning: Consolidating action changes ... Done
2052026-02-26T19:15:54.749ZPlanning: Evaluating mediators ... Done
2062026-02-26T19:15:54.773ZPlanning: Planning completed in 0.65 seconds
2072026-02-26T19:15:54.800Z Mediators to change: 2
2082026-02-26T19:15:54.800Z Create boot environment: No
2092026-02-26T19:15:54.800ZCreate backup boot environment: No
2102026-02-26T19:15:54.868Z Done
2112026-02-26T19:15:54.868Z Done
2122026-02-26T19:15:56.101Z Done
2132026-02-26T19:16:02.510Z Done
2142026-02-26T19:16:02.623Z Done
2152026-02-26T19:16:02.648Z Done
2162026-02-26T19:16:02.704Z Done
2172026-02-26T19:16:03.742ZPlanning: Evaluating mediator changes ... Done
2182026-02-26T19:16:03.766ZPlanning: Merging actions ... Done
2192026-02-26T19:16:04.062ZPlanning: Checking for conflicting actions ... Done
2202026-02-26T19:16:04.087ZPlanning: Consolidating action changes ... Done
2212026-02-26T19:16:04.484ZPlanning: Evaluating mediators ... Done
2222026-02-26T19:16:04.573ZPlanning: Planning completed in 1.25 seconds
2232026-02-26T19:16:04.628Z Packages to change: 1
2242026-02-26T19:16:04.628Z Mediators to change: 1
2252026-02-26T19:16:04.628Z Services to change: 1
2262026-02-26T19:16:04.628Z Create boot environment: No
2272026-02-26T19:16:04.628ZCreate backup boot environment: Yes
2282026-02-26T19:16:06.970Z Actions: 1/6 actions (Updating modified actions)
2292026-02-26T19:16:06.995Z Actions: Completed 6 actions in 0.00 seconds.
2302026-02-26T19:16:06.995Z Done
2312026-02-26T19:16:06.995Z Done
2322026-02-26T19:16:07.323Z Done
2332026-02-26T19:16:14.080Z Done
2342026-02-26T19:16:14.209Z Done
2352026-02-26T19:16:14.234Z Done
2362026-02-26T19:16:14.289Z Done
2372026-02-26T19:16:15.106ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2382026-02-26T19:16:15.106Zclang system 15 system
2392026-02-26T19:16:15.106Zcsh system system illumos
2402026-02-26T19:16:15.106Zctags system system illumos
2412026-02-26T19:16:15.106Zfile system system illumos
2422026-02-26T19:16:15.106Zgcc vendor 12 vendor
2432026-02-26T19:16:15.106Zgcc system 10 system
2442026-02-26T19:16:15.106Zgcc system 7 system
2452026-02-26T19:16:15.106Zgo system 1.20 system
2462026-02-26T19:16:15.106Zgo system 1.19 system
2472026-02-26T19:16:15.106Zllvm system 15 system
2482026-02-26T19:16:15.106Zllvm system 14 system
2492026-02-26T19:16:15.106Zmariadb system 10.6 system
2502026-02-26T19:16:15.106Zmta vendor vendor dma
2512026-02-26T19:16:15.106Zopenjdk system 17 system
2522026-02-26T19:16:15.106Zopenjdk system 11 system
2532026-02-26T19:16:15.106Zopenjdk system 1.8 system
2542026-02-26T19:16:15.106Zopenssl vendor 3 vendor
2552026-02-26T19:16:15.106Zperl system 5.36 system
2562026-02-26T19:16:15.106Zpostgresql system 15 system
2572026-02-26T19:16:15.106Zpostgresql system 13 system
2582026-02-26T19:16:15.106Zpython vendor 3 vendor
2592026-02-26T19:16:15.106Zpython system 2 system
2602026-02-26T19:16:15.106Zpython3 system 3.11 system
2612026-02-26T19:16:15.106Zruby system 3.0 system
2622026-02-26T19:16:15.106Zwords vendor vendor american-english
2632026-02-26T19:16:15.106Zwords system system australian-english
2642026-02-26T19:16:15.106Zwords system system british-english
2652026-02-26T19:16:15.106Zwords system system canadian-english
2662026-02-26T19:16:15.106Zwords system system french
2672026-02-26T19:16:15.106Zwords system system italian
2682026-02-26T19:16:15.106Zwords system system ngerman
2692026-02-26T19:16:15.106Zwords system system ogerman
2702026-02-26T19:16:15.106Zwords system system spanish
2712026-02-26T19:16:15.636ZPUBLISHER TYPE STATUS P LOCATION
2722026-02-26T19:16:15.636Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2732026-02-26T19:16:27.384ZFMRI IFO
2742026-02-26T19:16:27.384Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2752026-02-26T19:16:27.384Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2762026-02-26T19:16:27.384Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2772026-02-26T19:16:27.384Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2782026-02-26T19:16:27.384Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2792026-02-26T19:16:27.384Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2802026-02-26T19:16:27.384Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2812026-02-26T19:16:27.384Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2822026-02-26T19:16:27.384Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2832026-02-26T19:16:27.384Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2842026-02-26T19:16:27.385Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2852026-02-26T19:16:27.385Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2862026-02-26T19:16:27.385Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2872026-02-26T19:16:27.385Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2882026-02-26T19:16:27.385Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2892026-02-26T19:16:27.385Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2902026-02-26T19:16:28.909Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2912026-02-26T19:16:29.571Z Updating crates.io index
2922026-02-26T19:16:29.596Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2932026-02-26T19:16:30.145Z Updating git repository `https://github.com/oxidecomputer/lldp`
2942026-02-26T19:16:31.032Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2952026-02-26T19:16:34.852Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2962026-02-26T19:16:35.501Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2972026-02-26T19:16:36.255Z Updating git repository `https://github.com/oxidecomputer/propolis`
2982026-02-26T19:16:38.788Z Updating git repository `https://github.com/oxidecomputer/crucible`
2992026-02-26T19:16:42.470Z Updating git repository `https://github.com/oxidecomputer/opte`
3002026-02-26T19:16:44.110Z Updating git repository `https://github.com/oxidecomputer/tofino`
3012026-02-26T19:16:44.794Z Updating git repository `https://github.com/oxidecomputer/falcon`
3022026-02-26T19:16:46.944Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3032026-02-26T19:16:48.106Z Updating git repository `https://github.com/oxidecomputer/clickward`
3042026-02-26T19:16:48.749Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3052026-02-26T19:16:49.714Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3062026-02-26T19:16:50.388Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3072026-02-26T19:16:51.766Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3082026-02-26T19:16:52.795Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3092026-02-26T19:16:53.418Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3102026-02-26T19:16:54.162Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3112026-02-26T19:16:54.985Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3122026-02-26T19:16:55.553Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3132026-02-26T19:16:56.092Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3142026-02-26T19:16:56.721Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3152026-02-26T19:16:57.558Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3162026-02-26T19:16:58.382Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3172026-02-26T19:16:59.376Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3182026-02-26T19:17:00.037Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3192026-02-26T19:17:00.787Z Updating git repository `https://github.com/oxidecomputer/ispf`
3202026-02-26T19:17:01.420Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3212026-02-26T19:17:02.503Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3222026-02-26T19:17:03.337Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3232026-02-26T19:17:03.880Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3242026-02-26T19:17:04.600Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3252026-02-26T19:17:05.198Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3262026-02-26T19:17:05.975Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3272026-02-26T19:17:06.522Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3282026-02-26T19:17:07.217Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3292026-02-26T19:17:07.772Z Updating git repository `https://github.com/illumos/smf-rs`
3302026-02-26T19:17:08.536Z Updating git repository `https://github.com/oxidecomputer/omicron`
3312026-02-26T19:17:29.040Z Downloading crates ...
3322026-02-26T19:17:29.109Z Downloaded equivalent v1.0.2
3332026-02-26T19:17:29.135Z Downloaded log v0.4.29
3342026-02-26T19:17:29.135Z Downloaded pest v2.8.2
3352026-02-26T19:17:29.135Z Downloaded unicode-linebreak v0.1.5
3362026-02-26T19:17:29.135Z Downloaded erased-serde v0.4.6
3372026-02-26T19:17:29.135Z Downloaded tabled_derive v0.7.0
3382026-02-26T19:17:29.161Z Downloaded zerofrom v0.1.4
3392026-02-26T19:17:29.161Z Downloaded zmij v1.0.15
3402026-02-26T19:17:29.161Z Downloaded write16 v1.0.0
3412026-02-26T19:17:29.161Z Downloaded yoke v0.7.4
3422026-02-26T19:17:29.161Z Downloaded zerocopy-derive v0.7.35
3432026-02-26T19:17:29.185Z Downloaded zerovec-derive v0.10.3
3442026-02-26T19:17:29.185Z Downloaded terminal_size v0.4.0
3452026-02-26T19:17:29.185Z Downloaded yoke-derive v0.7.4
3462026-02-26T19:17:29.185Z Downloaded toml v0.8.23
3472026-02-26T19:17:29.186Z Downloaded zerovec v0.10.4
3482026-02-26T19:17:29.210Z Downloaded textwrap v0.16.2
3492026-02-26T19:17:29.210Z Downloaded zerocopy v0.7.35
3502026-02-26T19:17:29.234Z Downloaded url v2.5.4
3512026-02-26T19:17:29.234Z Downloaded indexmap v2.13.0
3522026-02-26T19:17:29.234Z Downloaded serde v1.0.228
3532026-02-26T19:17:29.234Z Downloaded serde_json v1.0.149
3542026-02-26T19:17:29.259Z Downloaded icu_properties_data v1.5.0
3552026-02-26T19:17:29.259Z Downloaded tabled v0.15.0
3562026-02-26T19:17:29.286Z Downloaded idna v1.0.3
3572026-02-26T19:17:29.310Z Downloaded serde_derive v1.0.228
3582026-02-26T19:17:29.310Z Downloaded syn v1.0.109
3592026-02-26T19:17:29.310Z Downloaded serde_core v1.0.228
3602026-02-26T19:17:29.359Z Downloaded papergrid v0.11.0
3612026-02-26T19:17:29.384Z Downloaded memchr v2.7.4
3622026-02-26T19:17:29.384Z Downloaded syn v2.0.117
3632026-02-26T19:17:29.384Z Downloaded icu_properties v1.5.1
3642026-02-26T19:17:29.384Z Downloaded zerofrom-derive v0.1.4
3652026-02-26T19:17:29.384Z Downloaded rustix v0.38.37
3662026-02-26T19:17:29.408Z Downloaded toml_edit v0.22.27
3672026-02-26T19:17:29.408Z Downloaded thiserror-impl v1.0.69
3682026-02-26T19:17:29.408Z Downloaded rustix v1.1.3
3692026-02-26T19:17:29.433Z Downloaded smallvec v1.15.1
3702026-02-26T19:17:29.433Z Downloaded quote v1.0.44
3712026-02-26T19:17:29.433Z Downloaded proc-macro2 v1.0.106
3722026-02-26T19:17:29.433Z Downloaded thiserror v2.0.18
3732026-02-26T19:17:29.458Z Downloaded thiserror v1.0.69
3742026-02-26T19:17:29.458Z Downloaded tempfile v3.24.0
3752026-02-26T19:17:29.458Z Downloaded synstructure v0.13.1
3762026-02-26T19:17:29.458Z Downloaded semver v1.0.27
3772026-02-26T19:17:29.458Z Downloaded pest_meta v2.8.2
3782026-02-26T19:17:29.458Z Downloaded winnow v0.7.14
3792026-02-26T19:17:29.482Z Downloaded typenum v1.17.0
3802026-02-26T19:17:29.482Z Downloaded sha2 v0.10.9
3812026-02-26T19:17:29.482Z Downloaded serde_tokenstream v0.2.3
3822026-02-26T19:17:29.482Z Downloaded scroll v0.12.0
3832026-02-26T19:17:29.482Z Downloaded ordered-float v2.10.1
3842026-02-26T19:17:29.482Z Downloaded icu_provider v1.5.0
3852026-02-26T19:17:29.482Z Downloaded strsim v0.11.1
3862026-02-26T19:17:29.482Z Downloaded stable_deref_trait v1.2.0
3872026-02-26T19:17:29.482Z Downloaded smawk v0.3.2
3882026-02-26T19:17:29.507Z Downloaded serde_spanned v0.6.9
3892026-02-26T19:17:29.507Z Downloaded serde-value v0.7.0
3902026-02-26T19:17:29.507Z Downloaded scroll_derive v0.12.0
3912026-02-26T19:17:29.507Z Downloaded libc v0.2.180
3922026-02-26T19:17:29.531Z Downloaded pretty-hex v0.4.1
3932026-02-26T19:17:29.531Z Downloaded pest_derive v2.8.2
3942026-02-26T19:17:29.531Z Downloaded num-traits v0.2.19
3952026-02-26T19:17:29.555Z Downloaded is_terminal_polyfill v1.70.1
3962026-02-26T19:17:29.555Z Downloaded idna_adapter v1.2.0
3972026-02-26T19:17:29.555Z Downloaded icu_collections v1.5.0
3982026-02-26T19:17:29.555Z Downloaded writeable v0.5.5
3992026-02-26T19:17:29.555Z Downloaded usdt-impl v0.5.0
4002026-02-26T19:17:29.555Z Downloaded unicode-xid v0.2.6
4012026-02-26T19:17:29.555Z Downloaded unicode-width v0.2.0
4022026-02-26T19:17:29.555Z Downloaded swrite v0.1.0
4032026-02-26T19:17:29.555Z Downloaded plain v0.2.3
4042026-02-26T19:17:29.579Z Downloaded pest_generator v2.8.2
4052026-02-26T19:17:29.579Z Downloaded percent-encoding v2.3.2
4062026-02-26T19:17:29.579Z Downloaded once_cell v1.21.3
4072026-02-26T19:17:29.579Z Downloaded macaddr v1.0.1
4082026-02-26T19:17:29.579Z Downloaded icu_provider_macros v1.5.0
4092026-02-26T19:17:29.580Z Downloaded goblin v0.8.2
4102026-02-26T19:17:29.580Z Downloaded serde-untagged v0.1.7
4112026-02-26T19:17:29.580Z Downloaded proc-macro-error v1.0.4
4122026-02-26T19:17:29.580Z Downloaded memmap v0.7.0
4132026-02-26T19:17:29.580Z Downloaded litemap v0.7.3
4142026-02-26T19:17:29.604Z Downloaded itoa v1.0.11
4152026-02-26T19:17:29.604Z Downloaded hashbrown v0.16.1
4162026-02-26T19:17:29.604Z Downloaded fastrand v2.1.1
4172026-02-26T19:17:29.604Z Downloaded errno v0.3.12
4182026-02-26T19:17:29.604Z Downloaded digest v0.10.7
4192026-02-26T19:17:29.604Z Downloaded version_check v0.9.5
4202026-02-26T19:17:29.604Z Downloaded usdt-macro v0.5.0
4212026-02-26T19:17:29.604Z Downloaded usdt-attr-macro v0.5.0
4222026-02-26T19:17:29.604Z Downloaded usdt v0.5.0
4232026-02-26T19:17:29.604Z Downloaded unicode-width v0.1.14
4242026-02-26T19:17:29.604Z Downloaded unicode-ident v1.0.24
4252026-02-26T19:17:29.628Z Downloaded typeid v1.0.3
4262026-02-26T19:17:29.628Z Downloaded thread-id v4.2.2
4272026-02-26T19:17:29.628Z Downloaded proc-macro-error-attr v1.0.4
4282026-02-26T19:17:29.628Z Downloaded icu_locid_transform v1.5.0
4292026-02-26T19:17:29.628Z Downloaded icu_locid v1.5.0
4302026-02-26T19:17:29.628Z Downloaded clap_builder v4.5.48
4312026-02-26T19:17:29.628Z Downloaded utf16_iter v1.0.5
4322026-02-26T19:17:29.628Z Downloaded ucd-trie v0.1.7
4332026-02-26T19:17:29.629Z Downloaded toml_datetime v0.6.11
4342026-02-26T19:17:29.653Z Downloaded thiserror-impl v2.0.18
4352026-02-26T19:17:29.653Z Downloaded fs-err v3.1.1
4362026-02-26T19:17:29.653Z Downloaded cfg-if v1.0.4
4372026-02-26T19:17:29.653Z Downloaded camino-tempfile v1.4.1
4382026-02-26T19:17:29.653Z Downloaded utf8parse v0.2.2
4392026-02-26T19:17:29.653Z Downloaded utf8_iter v1.0.4
4402026-02-26T19:17:29.653Z Downloaded tinystr v0.7.6
4412026-02-26T19:17:29.653Z Downloaded heck v0.4.1
4422026-02-26T19:17:29.653Z Downloaded form_urlencoded v1.2.2
4432026-02-26T19:17:29.653Z Downloaded dtrace-parser v0.2.0
4442026-02-26T19:17:29.653Z Downloaded toml_write v0.1.2
4452026-02-26T19:17:29.653Z Downloaded icu_normalizer_data v1.5.0
4462026-02-26T19:17:29.653Z Downloaded icu_locid_transform_data v1.5.0
4472026-02-26T19:17:29.653Z Downloaded getrandom v0.3.4
4482026-02-26T19:17:29.677Z Downloaded generic-array v0.14.7
4492026-02-26T19:17:29.678Z Downloaded block-buffer v0.10.4
4502026-02-26T19:17:29.678Z Downloaded icu_normalizer v1.5.0
4512026-02-26T19:17:29.678Z Downloaded heck v0.5.0
4522026-02-26T19:17:29.678Z Downloaded dof v0.3.0
4532026-02-26T19:17:29.678Z Downloaded displaydoc v0.2.5
4542026-02-26T19:17:29.678Z Downloaded clap v4.5.48
4552026-02-26T19:17:29.678Z Downloaded cargo_toml v0.21.0
4562026-02-26T19:17:29.702Z Downloaded anyhow v1.0.99
4572026-02-26T19:17:29.702Z Downloaded anstyle-query v1.1.1
4582026-02-26T19:17:29.702Z Downloaded fnv v1.0.7
4592026-02-26T19:17:29.702Z Downloaded cpufeatures v0.2.14
4602026-02-26T19:17:29.702Z Downloaded colorchoice v1.0.2
4612026-02-26T19:17:29.702Z Downloaded clap_lex v0.7.4
4622026-02-26T19:17:29.702Z Downloaded clap_derive v4.5.47
4632026-02-26T19:17:29.702Z Downloaded bytecount v0.6.8
4642026-02-26T19:17:29.702Z Downloaded cargo-util-schemas v0.8.2
4652026-02-26T19:17:29.702Z Downloaded camino v1.2.2
4662026-02-26T19:17:29.702Z Downloaded byteorder v1.5.0
4672026-02-26T19:17:29.702Z Downloaded bitflags v2.9.4
4682026-02-26T19:17:29.727Z Downloaded autocfg v1.4.0
4692026-02-26T19:17:29.727Z Downloaded anstyle v1.0.11
4702026-02-26T19:17:29.727Z Downloaded anstream v0.6.18
4712026-02-26T19:17:29.727Z Downloaded cargo_metadata v0.21.0
4722026-02-26T19:17:29.727Z Downloaded cargo-platform v0.2.0
4732026-02-26T19:17:29.727Z Downloaded anstyle-parse v0.2.5
4742026-02-26T19:17:29.727Z Downloaded crypto-common v0.1.6
4752026-02-26T19:17:29.811Z Compiling proc-macro2 v1.0.106
4762026-02-26T19:17:29.811Z Compiling quote v1.0.44
4772026-02-26T19:17:29.811Z Compiling unicode-ident v1.0.24
4782026-02-26T19:17:29.835Z Compiling serde_core v1.0.228
4792026-02-26T19:17:29.835Z Compiling version_check v0.9.5
4802026-02-26T19:17:29.835Z Compiling serde v1.0.228
4812026-02-26T19:17:29.835Z Compiling libc v0.2.180
4822026-02-26T19:17:29.835Z Compiling memchr v2.7.4
4832026-02-26T19:17:30.206Z Compiling thiserror v2.0.18
4842026-02-26T19:17:30.651Z Compiling stable_deref_trait v1.2.0
4852026-02-26T19:17:30.728Z Compiling zmij v1.0.15
4862026-02-26T19:17:30.811Z Compiling thiserror v1.0.69
4872026-02-26T19:17:30.835Z Compiling writeable v0.5.5
4882026-02-26T19:17:31.325Z Compiling litemap v0.7.3
4892026-02-26T19:17:31.459Z Compiling itoa v1.0.11
4902026-02-26T19:17:31.654Z Compiling ucd-trie v0.1.7
4912026-02-26T19:17:31.739Z Compiling autocfg v1.4.0
4922026-02-26T19:17:32.225Z Compiling bitflags v2.9.4
4932026-02-26T19:17:32.373Z Compiling errno v0.3.12
4942026-02-26T19:17:32.470Z Compiling byteorder v1.5.0
4952026-02-26T19:17:32.641Z Compiling syn v2.0.117
4962026-02-26T19:17:32.675Z Compiling icu_locid_transform_data v1.5.0
4972026-02-26T19:17:32.803Z Compiling icu_properties_data v1.5.0
4982026-02-26T19:17:32.838Z Compiling serde_json v1.0.149
4992026-02-26T19:17:32.862Z Compiling num-traits v0.2.19
5002026-02-26T19:17:32.978Z Compiling icu_normalizer_data v1.5.0
5012026-02-26T19:17:33.136Z Compiling rustix v0.38.37
5022026-02-26T19:17:33.228Z Compiling utf16_iter v1.0.5
5032026-02-26T19:17:33.270Z Compiling equivalent v1.0.2
5042026-02-26T19:17:33.475Z Compiling typeid v1.0.3
5052026-02-26T19:17:33.515Z Compiling utf8_iter v1.0.4
5062026-02-26T19:17:33.548Z Compiling hashbrown v0.16.1
5072026-02-26T19:17:33.673Z Compiling write16 v1.0.0
5082026-02-26T19:17:33.811Z Compiling smallvec v1.15.1
5092026-02-26T19:17:34.179Z Compiling proc-macro-error-attr v1.0.4
5102026-02-26T19:17:34.281Z Compiling usdt-impl v0.5.0
5112026-02-26T19:17:34.615Z Compiling winnow v0.7.14
5122026-02-26T19:17:34.730Z Compiling syn v1.0.109
5132026-02-26T19:17:34.802Z Compiling toml_write v0.1.2
5142026-02-26T19:17:34.927Z Compiling thread-id v4.2.2
5152026-02-26T19:17:35.052Z Compiling indexmap v2.13.0
5162026-02-26T19:17:35.515Z Compiling proc-macro-error v1.0.4
5172026-02-26T19:17:36.036Z Compiling camino v1.2.2
5182026-02-26T19:17:36.597Z Compiling percent-encoding v2.3.2
5192026-02-26T19:17:36.847Z Compiling utf8parse v0.2.2
5202026-02-26T19:17:36.968Z Compiling rustix v1.1.3
5212026-02-26T19:17:37.009Z Compiling log v0.4.29
5222026-02-26T19:17:37.046Z Compiling plain v0.2.3
5232026-02-26T19:17:37.084Z Compiling getrandom v0.3.4
5242026-02-26T19:17:37.287Z Compiling anstyle-parse v0.2.5
5252026-02-26T19:17:37.496Z Compiling form_urlencoded v1.2.2
5262026-02-26T19:17:37.708Z Compiling ordered-float v2.10.1
5272026-02-26T19:17:38.011Z Compiling terminal_size v0.4.0
5282026-02-26T19:17:38.420Z Compiling anstyle v1.0.11
5292026-02-26T19:17:38.581Z Compiling is_terminal_polyfill v1.70.1
5302026-02-26T19:17:38.613Z Compiling pretty-hex v0.4.1
5312026-02-26T19:17:38.762Z Compiling anstyle-query v1.1.1
5322026-02-26T19:17:38.862Z Compiling colorchoice v1.0.2
5332026-02-26T19:17:38.903Z Compiling cfg-if v1.0.4
5342026-02-26T19:17:39.063Z Compiling anstream v0.6.18
5352026-02-26T19:17:39.178Z Compiling semver v1.0.27
5362026-02-26T19:17:39.290Z Compiling fs-err v3.1.1
5372026-02-26T19:17:39.816Z Compiling unicode-width v0.1.14
5382026-02-26T19:17:39.845Z Compiling fastrand v2.1.1
5392026-02-26T19:17:39.981Z Compiling anyhow v1.0.99
5402026-02-26T19:17:40.107Z Compiling clap_lex v0.7.4
5412026-02-26T19:17:40.408Z Compiling synstructure v0.13.1
5422026-02-26T19:17:40.439Z Compiling fnv v1.0.7
5432026-02-26T19:17:40.592Z Compiling strsim v0.11.1
5442026-02-26T19:17:40.624Z Compiling bytecount v0.6.8
5452026-02-26T19:17:40.660Z Compiling once_cell v1.21.3
5462026-02-26T19:17:40.887Z Compiling heck v0.5.0
5472026-02-26T19:17:41.093Z Compiling unicode-xid v0.2.6
5482026-02-26T19:17:41.318Z Compiling heck v0.4.1
5492026-02-26T19:17:41.348Z Compiling tempfile v3.24.0
5502026-02-26T19:17:41.424Z Compiling clap_builder v4.5.48
5512026-02-26T19:17:41.762Z Compiling papergrid v0.11.0
5522026-02-26T19:17:42.002Z Compiling memmap v0.7.0
5532026-02-26T19:17:42.180Z Compiling smawk v0.3.2
5542026-02-26T19:17:42.275Z Compiling unicode-width v0.2.0
5552026-02-26T19:17:42.339Z Compiling unicode-linebreak v0.1.5
5562026-02-26T19:17:42.820Z Compiling textwrap v0.16.2
5572026-02-26T19:17:43.210Z Compiling camino-tempfile v1.4.1
5582026-02-26T19:17:43.505Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5592026-02-26T19:17:43.708Z Compiling swrite v0.1.0
5602026-02-26T19:17:43.769Z Compiling tabled_derive v0.7.0
5612026-02-26T19:17:44.461Z Compiling serde_derive v1.0.228
5622026-02-26T19:17:44.485Z Compiling zerofrom-derive v0.1.4
5632026-02-26T19:17:44.485Z Compiling yoke-derive v0.7.4
5642026-02-26T19:17:44.509Z Compiling zerovec-derive v0.10.3
5652026-02-26T19:17:44.588Z Compiling thiserror-impl v2.0.18
5662026-02-26T19:17:45.724Z Compiling displaydoc v0.2.5
5672026-02-26T19:17:46.722Z Compiling thiserror-impl v1.0.69
5682026-02-26T19:17:47.076Z Compiling icu_provider_macros v1.5.0
5692026-02-26T19:17:47.254Z Compiling zerocopy-derive v0.7.35
5702026-02-26T19:17:47.677Z Compiling zerofrom v0.1.4
5712026-02-26T19:17:47.727Z Compiling pest v2.8.2
5722026-02-26T19:17:47.937Z Compiling yoke v0.7.4
5732026-02-26T19:17:48.163Z Compiling scroll_derive v0.12.0
5742026-02-26T19:17:48.386Z Compiling zerovec v0.10.4
5752026-02-26T19:17:49.187Z Compiling zerocopy v0.7.35
5762026-02-26T19:17:49.271Z Compiling clap_derive v4.5.47
5772026-02-26T19:17:49.620Z Compiling scroll v0.12.0
5782026-02-26T19:17:49.895Z Compiling tabled v0.15.0
5792026-02-26T19:17:50.173Z Compiling goblin v0.8.2
5802026-02-26T19:17:50.406Z Compiling tinystr v0.7.6
5812026-02-26T19:17:50.556Z Compiling icu_collections v1.5.0
5822026-02-26T19:17:50.761Z Compiling pest_meta v2.8.2
5832026-02-26T19:17:50.930Z Compiling icu_locid v1.5.0
5842026-02-26T19:17:52.638Z Compiling icu_provider v1.5.0
5852026-02-26T19:17:52.754Z Compiling pest_generator v2.8.2
5862026-02-26T19:17:52.849Z Compiling toml_datetime v0.6.11
5872026-02-26T19:17:53.183Z Compiling serde_spanned v0.6.9
5882026-02-26T19:17:53.394Z Compiling dof v0.3.0
5892026-02-26T19:17:53.451Z Compiling toml_edit v0.22.27
5902026-02-26T19:17:53.481Z Compiling serde_tokenstream v0.2.3
5912026-02-26T19:17:53.770Z Compiling icu_locid_transform v1.5.0
5922026-02-26T19:17:54.205Z Compiling erased-serde v0.4.6
5932026-02-26T19:17:54.382Z Compiling serde-value v0.7.0
5942026-02-26T19:17:54.633Z Compiling cargo-platform v0.2.0
5952026-02-26T19:17:55.203Z Compiling icu_properties v1.5.1
5962026-02-26T19:17:55.235Z Compiling clap v4.5.48
5972026-02-26T19:17:55.330Z Compiling pest_derive v2.8.2
5982026-02-26T19:17:55.420Z Compiling serde-untagged v0.1.7
5992026-02-26T19:17:55.452Z Compiling macaddr v1.0.1
6002026-02-26T19:17:56.108Z Compiling dtrace-parser v0.2.0
6012026-02-26T19:17:57.217Z Compiling toml v0.8.23
6022026-02-26T19:17:58.118Z Compiling cargo_toml v0.21.0
6032026-02-26T19:17:58.151Z Compiling usdt-macro v0.5.0
6042026-02-26T19:17:58.175Z Compiling usdt-attr-macro v0.5.0
6052026-02-26T19:17:58.915Z Compiling icu_normalizer v1.5.0
6062026-02-26T19:17:59.411Z Compiling usdt v0.5.0
6072026-02-26T19:17:59.816Z Compiling idna_adapter v1.2.0
6082026-02-26T19:18:00.016Z Compiling idna v1.0.3
6092026-02-26T19:18:00.592Z Compiling url v2.5.4
6102026-02-26T19:18:01.521Z Compiling cargo-util-schemas v0.8.2
6112026-02-26T19:18:03.693Z Compiling cargo_metadata v0.21.0
6122026-02-26T19:18:06.190Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6132026-02-26T19:18:11.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 42s
6142026-02-26T19:18:11.696Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
6152026-02-26T19:18:13.029Z Downloading crates ...
6162026-02-26T19:18:13.247Z Downloaded critical-section v1.1.3
6172026-02-26T19:18:13.299Z Downloaded futures-sink v0.3.31
6182026-02-26T19:18:13.328Z Downloaded foreign-types v0.3.2
6192026-02-26T19:18:13.353Z Downloaded ghash v0.5.1
6202026-02-26T19:18:13.378Z Downloaded hostname v0.3.1
6212026-02-26T19:18:13.378Z Downloaded is_ci v1.2.0
6222026-02-26T19:18:13.403Z Downloaded flume v0.11.1
6232026-02-26T19:18:13.428Z Downloaded nonempty v0.12.0
6242026-02-26T19:18:13.452Z Downloaded phf_shared v0.11.2
6252026-02-26T19:18:13.497Z Downloaded pin-utils v0.1.0
6262026-02-26T19:18:13.534Z Downloaded radium v0.7.0
6272026-02-26T19:18:13.559Z Downloaded rfc6979 v0.4.0
6282026-02-26T19:18:13.598Z Downloaded serde_repr v0.1.19
6292026-02-26T19:18:13.632Z Downloaded tap v1.0.1
6302026-02-26T19:18:13.667Z Downloaded time-core v0.1.8
6312026-02-26T19:18:13.691Z Downloaded unarray v0.1.4
6322026-02-26T19:18:13.716Z Downloaded void v1.0.2
6332026-02-26T19:18:13.716Z Downloaded xshell-macros v0.2.7
6342026-02-26T19:18:13.741Z Downloaded zstd-safe v7.2.3
6352026-02-26T19:18:13.765Z Downloaded zstd v0.13.3
6362026-02-26T19:18:13.765Z Downloaded zopfli v0.8.1
6372026-02-26T19:18:13.790Z Downloaded zip v0.6.6
6382026-02-26T19:18:13.790Z Downloaded zerocopy-derive v0.8.27
6392026-02-26T19:18:13.814Z Downloaded x509-cert v0.2.5
6402026-02-26T19:18:13.814Z Downloaded zip v4.2.0
6412026-02-26T19:18:13.838Z Downloaded tabled v0.20.0
6422026-02-26T19:18:13.862Z Downloaded time v0.3.47
6432026-02-26T19:18:13.886Z Downloaded winnow v0.5.40
6442026-02-26T19:18:13.911Z Downloaded winnow v0.6.26
6452026-02-26T19:18:13.911Z Downloaded zlib-rs v0.5.1
6462026-02-26T19:18:13.936Z Downloaded smoltcp v0.11.0
6472026-02-26T19:18:13.961Z Downloaded rustls v0.23.37
6482026-02-26T19:18:13.985Z Downloaded zerocopy v0.8.27
6492026-02-26T19:18:14.010Z Downloaded webpki-roots v1.0.1
6502026-02-26T19:18:14.010Z Downloaded bzip2-sys v0.1.13+1.0.8
6512026-02-26T19:18:14.035Z Downloaded vcpkg v0.2.15
6522026-02-26T19:18:14.081Z Downloaded sqlparser v0.61.0
6532026-02-26T19:18:14.106Z Downloaded sled v0.34.7
6542026-02-26T19:18:14.131Z Downloaded jiff v0.2.15
6552026-02-26T19:18:14.156Z Downloaded ratatui v0.29.0
6562026-02-26T19:18:14.192Z Downloaded rustls v0.22.4
6572026-02-26T19:18:14.216Z Downloaded csv v1.3.1
6582026-02-26T19:18:14.241Z Downloaded typify-impl v0.6.1
6592026-02-26T19:18:14.266Z Downloaded typify-impl v0.4.3
6602026-02-26T19:18:14.291Z Downloaded petgraph v0.6.5
6612026-02-26T19:18:14.361Z Downloaded regex-automata v0.4.14
6622026-02-26T19:18:14.361Z Downloaded lzma-sys v0.1.20
6632026-02-26T19:18:14.402Z Downloaded typify-impl v0.2.0
6642026-02-26T19:18:14.427Z Downloaded petgraph v0.8.2
6652026-02-26T19:18:14.452Z Downloaded chrono-tz v0.10.4
6662026-02-26T19:18:14.477Z Downloaded zerocopy-derive v0.6.6
6672026-02-26T19:18:14.477Z Downloaded libz-sys v1.1.20
6682026-02-26T19:18:14.506Z Downloaded rustls v0.21.12
6692026-02-26T19:18:14.530Z Downloaded smoltcp v0.9.1
6702026-02-26T19:18:14.563Z Downloaded regex-syntax v0.8.5
6712026-02-26T19:18:14.563Z Downloaded openapiv3 v2.2.0
6722026-02-26T19:18:14.563Z Downloaded tabled v0.18.0
6732026-02-26T19:18:14.589Z Downloaded regress v0.10.5
6742026-02-26T19:18:14.589Z Downloaded sha3 v0.10.8
6752026-02-26T19:18:14.614Z Downloaded hickory-proto v0.25.2
6762026-02-26T19:18:14.614Z Downloaded tower-http v0.6.8
6772026-02-26T19:18:14.641Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
6782026-02-26T19:18:14.666Z Downloaded tokio v1.49.0
6792026-02-26T19:18:14.696Z Downloaded tough v0.20.0
6802026-02-26T19:18:14.721Z Downloaded regex-syntax v0.6.29
6812026-02-26T19:18:14.721Z Downloaded unicode-segmentation v1.12.0
6822026-02-26T19:18:14.721Z Downloaded encoding_rs v0.8.34
6832026-02-26T19:18:14.747Z Downloaded unicode-normalization v0.1.24
6842026-02-26T19:18:14.771Z Downloaded tokio-util v0.7.15
6852026-02-26T19:18:14.771Z Downloaded object v0.37.3
6862026-02-26T19:18:14.796Z Downloaded yansi v1.0.1
6872026-02-26T19:18:14.796Z Downloaded tower v0.5.2
6882026-02-26T19:18:14.796Z Downloaded toml_edit v0.19.15
6892026-02-26T19:18:14.824Z Downloaded salty v0.3.0
6902026-02-26T19:18:14.824Z Downloaded rustls-webpki v0.102.8
6912026-02-26T19:18:14.854Z Downloaded radix_trie v0.2.1
6922026-02-26T19:18:14.854Z Downloaded quinn-proto v0.11.13
6932026-02-26T19:18:14.879Z Downloaded object v0.36.5
6942026-02-26T19:18:14.879Z Downloaded nix v0.30.1
6952026-02-26T19:18:14.904Z Downloaded hickory-proto v0.24.4
6962026-02-26T19:18:14.929Z Downloaded unicode_categories v0.1.1
6972026-02-26T19:18:14.929Z Downloaded typed-path v0.9.3
6982026-02-26T19:18:14.929Z Downloaded tungstenite v0.21.0
6992026-02-26T19:18:14.929Z Downloaded toml v0.9.11+spec-1.1.0
7002026-02-26T19:18:14.929Z Downloaded rustls-webpki v0.101.7
7012026-02-26T19:18:14.954Z Downloaded proptest v1.7.0
7022026-02-26T19:18:14.979Z Downloaded polar-core v0.27.3
7032026-02-26T19:18:14.979Z Downloaded nix v0.29.0
7042026-02-26T19:18:15.004Z Downloaded nix v0.28.0
7052026-02-26T19:18:15.004Z Downloaded zeroize v1.8.1
7062026-02-26T19:18:15.004Z Downloaded zerocopy v0.6.6
7072026-02-26T19:18:15.004Z Downloaded ring v0.17.14
7082026-02-26T19:18:15.059Z Downloaded yasna v0.5.2
7092026-02-26T19:18:15.084Z Downloaded xz2 v0.1.7
7102026-02-26T19:18:15.084Z Downloaded xshell v0.2.7
7112026-02-26T19:18:15.084Z Downloaded whoami v1.5.2
7122026-02-26T19:18:15.084Z Downloaded vergen v9.0.6
7132026-02-26T19:18:15.084Z Downloaded uuid v1.19.0
7142026-02-26T19:18:15.084Z Downloaded unsafe-libyaml v0.2.11
7152026-02-26T19:18:15.085Z Downloaded typify v0.6.1
7162026-02-26T19:18:15.109Z Downloaded typify v0.4.3
7172026-02-26T19:18:15.110Z Downloaded tungstenite v0.23.0
7182026-02-26T19:18:15.110Z Downloaded tracing-core v0.1.32
7192026-02-26T19:18:15.110Z Downloaded tracing v0.1.40
7202026-02-26T19:18:15.110Z Downloaded tokio-postgres v0.7.13
7212026-02-26T19:18:15.135Z Downloaded openssl v0.10.73
7222026-02-26T19:18:15.135Z Downloaded libgit2-sys v0.18.2+1.9.1
7232026-02-26T19:18:15.198Z Downloaded nix v0.27.1
7242026-02-26T19:18:15.223Z Downloaded zone_cfg_derive v0.3.0
7252026-02-26T19:18:15.223Z Downloaded zone_cfg_derive v0.1.2
7262026-02-26T19:18:15.223Z Downloaded zone v0.3.1
7272026-02-26T19:18:15.223Z Downloaded zone v0.1.8
7282026-02-26T19:18:15.223Z Downloaded zeroize_derive v1.4.2
7292026-02-26T19:18:15.223Z Downloaded wyz v0.5.1
7302026-02-26T19:18:15.223Z Downloaded walkdir v2.5.0
7312026-02-26T19:18:15.223Z Downloaded vte v0.11.1
7322026-02-26T19:18:15.223Z Downloaded vergen-gitcl v1.0.8
7332026-02-26T19:18:15.223Z Downloaded vergen-git2 v1.0.7
7342026-02-26T19:18:15.248Z Downloaded value-bag v1.12.0
7352026-02-26T19:18:15.248Z Downloaded unicode-properties v0.1.3
7362026-02-26T19:18:15.248Z Downloaded unicode-bidi v0.3.17
7372026-02-26T19:18:15.249Z Downloaded twox-hash v2.1.0
7382026-02-26T19:18:15.249Z Downloaded tui-tree-widget v0.23.1
7392026-02-26T19:18:15.249Z Downloaded toml v0.7.8
7402026-02-26T19:18:15.249Z Downloaded serde_with v3.16.1
7412026-02-26T19:18:15.274Z Downloaded rpassword v7.4.0
7422026-02-26T19:18:15.274Z Downloaded quick-xml v0.37.2
7432026-02-26T19:18:15.274Z Downloaded object v0.30.4
7442026-02-26T19:18:15.299Z Downloaded xattr v1.3.1
7452026-02-26T19:18:15.299Z Downloaded want v0.3.1
7462026-02-26T19:18:15.299Z Downloaded waitgroup v0.1.2
7472026-02-26T19:18:15.299Z Downloaded wait-timeout v0.2.0
7482026-02-26T19:18:15.299Z Downloaded vte_generate_state_changes v0.1.2
7492026-02-26T19:18:15.299Z Downloaded vsss-rs v3.3.4
7502026-02-26T19:18:15.299Z Downloaded vergen-lib v0.1.6
7512026-02-26T19:18:15.299Z Downloaded uzers v0.12.1
7522026-02-26T19:18:15.299Z Downloaded usdt-macro v0.6.0
7532026-02-26T19:18:15.299Z Downloaded usdt-impl v0.6.0
7542026-02-26T19:18:15.299Z Downloaded usdt v0.6.0
7552026-02-26T19:18:15.299Z Downloaded untrusted v0.7.1
7562026-02-26T19:18:15.299Z Downloaded universal-hash v0.5.1
7572026-02-26T19:18:15.299Z Downloaded unicode-truncate v1.1.0
7582026-02-26T19:18:15.325Z Downloaded unicase v2.8.1
7592026-02-26T19:18:15.325Z Downloaded typify v0.2.0
7602026-02-26T19:18:15.325Z Downloaded tracing-attributes v0.1.27
7612026-02-26T19:18:15.325Z Downloaded toml_parser v1.0.6+spec-1.1.0
7622026-02-26T19:18:15.325Z Downloaded tokio-rustls v0.26.0
7632026-02-26T19:18:15.325Z Downloaded rustyline v14.0.0
7642026-02-26T19:18:15.325Z Downloaded rayon v1.10.0
7652026-02-26T19:18:15.350Z Downloaded moka v0.12.10
7662026-02-26T19:18:15.350Z Downloaded utf-8 v0.7.6
7672026-02-26T19:18:15.350Z Downloaded usdt-attr-macro v0.6.0
7682026-02-26T19:18:15.350Z Downloaded untrusted v0.9.0
7692026-02-26T19:18:15.375Z Downloaded unit-prefix v0.5.1
7702026-02-26T19:18:15.375Z Downloaded typify-macro v0.4.3
7712026-02-26T19:18:15.375Z Downloaded typify-macro v0.2.0
7722026-02-26T19:18:15.375Z Downloaded tower-layer v0.3.3
7732026-02-26T19:18:15.375Z Downloaded topological-sort v0.2.2
7742026-02-26T19:18:15.375Z Downloaded toml_writer v1.0.6+spec-1.1.0
7752026-02-26T19:18:15.375Z Downloaded tokio-tungstenite v0.23.1
7762026-02-26T19:18:15.375Z Downloaded tokio-stream v0.1.17
7772026-02-26T19:18:15.375Z Downloaded tokio-rustls v0.24.1
7782026-02-26T19:18:15.375Z Downloaded tinyvec v1.8.0
7792026-02-26T19:18:15.375Z Downloaded tar v0.4.44
7802026-02-26T19:18:15.400Z Downloaded ssh-key v0.6.6
7812026-02-26T19:18:15.401Z Downloaded russh v0.45.0
7822026-02-26T19:18:15.401Z Downloaded reqwest v0.12.28
7832026-02-26T19:18:15.401Z Downloaded regex v1.12.3
7842026-02-26T19:18:15.426Z Downloaded reedline v0.40.0
7852026-02-26T19:18:15.426Z Downloaded typify-macro v0.6.1
7862026-02-26T19:18:15.426Z Downloaded try-lock v0.2.5
7872026-02-26T19:18:15.426Z Downloaded trait-variant v0.1.2
7882026-02-26T19:18:15.426Z Downloaded tower-service v0.3.3
7892026-02-26T19:18:15.426Z Downloaded toml_datetime v0.7.5+spec-1.1.0
7902026-02-26T19:18:15.426Z Downloaded tokio-tungstenite v0.21.0
7912026-02-26T19:18:15.426Z Downloaded tokio-rustls v0.25.0
7922026-02-26T19:18:15.451Z Downloaded tokio-native-tls v0.3.1
7932026-02-26T19:18:15.451Z Downloaded tokio-macros v2.6.0
7942026-02-26T19:18:15.451Z Downloaded tokio-dtrace v0.1.0
7952026-02-26T19:18:15.451Z Downloaded tls_codec_derive v0.4.1
7962026-02-26T19:18:15.451Z Downloaded tls_codec v0.4.1
7972026-02-26T19:18:15.451Z Downloaded tinyvec_macros v0.1.1
7982026-02-26T19:18:15.451Z Downloaded tiny-keccak v2.0.2
7992026-02-26T19:18:15.451Z Downloaded time-macros v0.2.27
8002026-02-26T19:18:15.451Z Downloaded thiserror-no-std v2.0.2
8012026-02-26T19:18:15.476Z Downloaded test-strategy v0.4.3
8022026-02-26T19:18:15.476Z Downloaded term v1.1.0
8032026-02-26T19:18:15.476Z Downloaded term v0.7.0
8042026-02-26T19:18:15.476Z Downloaded steno v0.4.1
8052026-02-26T19:18:15.476Z Downloaded socket2 v0.6.1
8062026-02-26T19:18:15.476Z Downloaded socket2 v0.5.10
8072026-02-26T19:18:15.476Z Downloaded snafu v0.8.5
8082026-02-26T19:18:15.501Z Downloaded slog v2.8.2
8092026-02-26T19:18:15.501Z Downloaded similar v2.7.0
8102026-02-26T19:18:15.501Z Downloaded schemars v1.0.4
8112026-02-26T19:18:15.526Z Downloaded samael v0.0.19
8122026-02-26T19:18:15.526Z Downloaded rustls-webpki v0.103.9
8132026-02-26T19:18:15.526Z Downloaded rsa v0.9.8
8142026-02-26T19:18:15.551Z Downloaded reqwest v0.13.2
8152026-02-26T19:18:15.551Z Downloaded petname v2.0.2
8162026-02-26T19:18:15.551Z Downloaded p384 v0.13.1
8172026-02-26T19:18:15.575Z Downloaded goblin v0.10.2
8182026-02-26T19:18:15.576Z Downloaded gimli v0.31.1
8192026-02-26T19:18:15.576Z Downloaded bstr v1.10.0
8202026-02-26T19:18:15.600Z Downloaded thread_local v1.1.8
8212026-02-26T19:18:15.600Z Downloaded thread-id v5.0.0
8222026-02-26T19:18:15.600Z Downloaded thiserror-impl-no-std v2.0.2
8232026-02-26T19:18:15.601Z Downloaded testing_table v0.3.0
8242026-02-26T19:18:15.601Z Downloaded termtree v0.5.1
8252026-02-26T19:18:15.601Z Downloaded termios v0.3.3
8262026-02-26T19:18:15.601Z Downloaded tagptr v0.2.0
8272026-02-26T19:18:15.601Z Downloaded tabwriter v1.4.0
8282026-02-26T19:18:15.601Z Downloaded support-bundle-viewer v0.1.2
8292026-02-26T19:18:15.601Z Downloaded subtle v2.6.1
8302026-02-26T19:18:15.627Z Downloaded subprocess v0.2.9
8312026-02-26T19:18:15.627Z Downloaded strum_macros v0.27.2
8322026-02-26T19:18:15.627Z Downloaded strum_macros v0.26.4
8332026-02-26T19:18:15.627Z Downloaded stringprep v0.1.5
8342026-02-26T19:18:15.627Z Downloaded string_cache v0.8.9
8352026-02-26T19:18:15.627Z Downloaded static_assertions v1.1.0
8362026-02-26T19:18:15.627Z Downloaded stacker v0.1.23
8372026-02-26T19:18:15.627Z Downloaded sqlformat v0.3.5
8382026-02-26T19:18:15.627Z Downloaded spki v0.7.3
8392026-02-26T19:18:15.627Z Downloaded spin v0.9.8
8402026-02-26T19:18:15.627Z Downloaded snafu-derive v0.8.5
8412026-02-26T19:18:15.627Z Downloaded smf v0.2.3
8422026-02-26T19:18:15.652Z Downloaded smallvec v0.6.14
8432026-02-26T19:18:15.652Z Downloaded slog-term v2.9.2
8442026-02-26T19:18:15.652Z Downloaded slog-stdlog v4.1.1
8452026-02-26T19:18:15.652Z Downloaded slog-scope v4.4.0
8462026-02-26T19:18:15.652Z Downloaded slog-json v2.6.1
8472026-02-26T19:18:15.652Z Downloaded slog-dtrace v0.3.0
8482026-02-26T19:18:15.652Z Downloaded slog-async v2.8.0
8492026-02-26T19:18:15.652Z Downloaded slab v0.4.9
8502026-02-26T19:18:15.652Z Downloaded signal-hook v0.3.18
8512026-02-26T19:18:15.652Z Downloaded serde_yaml v0.9.34+deprecated
8522026-02-26T19:18:15.677Z Downloaded serde_with_macros v3.16.1
8532026-02-26T19:18:15.677Z Downloaded schemars v0.9.0
8542026-02-26T19:18:15.677Z Downloaded schemars v0.8.22
8552026-02-26T19:18:15.702Z Downloaded rustls-platform-verifier v0.6.2
8562026-02-26T19:18:15.702Z Downloaded russh-keys v0.45.0
8572026-02-26T19:18:15.702Z Downloaded ron v0.8.1
8582026-02-26T19:18:15.727Z Downloaded rand v0.9.2
8592026-02-26T19:18:15.727Z Downloaded rand v0.8.5
8602026-02-26T19:18:15.727Z Downloaded quinn v0.11.9
8612026-02-26T19:18:15.727Z Downloaded publicsuffix v2.3.0
8622026-02-26T19:18:15.727Z Downloaded portable-atomic v1.11.0
8632026-02-26T19:18:15.752Z Downloaded git2 v0.20.2
8642026-02-26T19:18:15.752Z Downloaded dropshot v0.16.7
8652026-02-26T19:18:15.777Z Downloaded take_mut v0.2.2
8662026-02-26T19:18:15.777Z Downloaded tabled_derive v0.11.0
8672026-02-26T19:18:15.777Z Downloaded tabled_derive v0.10.0
8682026-02-26T19:18:15.777Z Downloaded sync_wrapper v1.0.1
8692026-02-26T19:18:15.777Z Downloaded sync-ptr v0.1.4
8702026-02-26T19:18:15.777Z Downloaded supports-color v3.0.2
8712026-02-26T19:18:15.777Z Downloaded strum_macros v0.24.3
8722026-02-26T19:18:15.777Z Downloaded strum v0.27.2
8732026-02-26T19:18:15.802Z Downloaded strum v0.26.3
8742026-02-26T19:18:15.802Z Downloaded structmeta-derive v0.3.0
8752026-02-26T19:18:15.802Z Downloaded structmeta v0.3.0
8762026-02-26T19:18:15.802Z Downloaded strip-ansi-escapes v0.2.0
8772026-02-26T19:18:15.802Z Downloaded ssh-encoding v0.2.0
8782026-02-26T19:18:15.802Z Downloaded ssh-cipher v0.2.0
8792026-02-26T19:18:15.802Z Downloaded sqlparser_derive v0.5.0
8802026-02-26T19:18:15.802Z Downloaded slog-envlogger v2.2.0
8812026-02-26T19:18:15.802Z Downloaded slog-bunyan v2.5.0
8822026-02-26T19:18:15.802Z Downloaded siphasher v1.0.1
8832026-02-26T19:18:15.802Z Downloaded siphasher v0.3.11
8842026-02-26T19:18:15.802Z Downloaded simd-adler32 v0.3.7
8852026-02-26T19:18:15.802Z Downloaded sigpipe v0.1.3
8862026-02-26T19:18:15.802Z Downloaded signature v2.2.0
8872026-02-26T19:18:15.802Z Downloaded signal-hook-tokio v0.3.1
8882026-02-26T19:18:15.802Z Downloaded signal-hook-registry v1.4.2
8892026-02-26T19:18:15.802Z Downloaded signal-hook-mio v0.2.4
8902026-02-26T19:18:15.827Z Downloaded shlex v1.3.0
8912026-02-26T19:18:15.827Z Downloaded shell-words v1.1.0
8922026-02-26T19:18:15.827Z Downloaded sha1 v0.10.6
8932026-02-26T19:18:15.827Z Downloaded serde_urlencoded v0.7.1
8942026-02-26T19:18:15.827Z Downloaded serde_spanned v1.0.4
8952026-02-26T19:18:15.827Z Downloaded serde_path_to_error v0.1.20
8962026-02-26T19:18:15.827Z Downloaded serde_derive_internals v0.29.1
8972026-02-26T19:18:15.827Z Downloaded serde_cbor v0.11.2
8982026-02-26T19:18:15.827Z Downloaded serde_bytes v0.11.19
8992026-02-26T19:18:15.827Z Downloaded serde-hex v0.1.0
9002026-02-26T19:18:15.828Z Downloaded serde-big-array v0.5.1
9012026-02-26T19:18:15.828Z Downloaded secrecy v0.10.3
9022026-02-26T19:18:15.828Z Downloaded sec1 v0.7.3
9032026-02-26T19:18:15.828Z Downloaded sct v0.7.1
9042026-02-26T19:18:15.853Z Downloaded scrypt v0.11.0
9052026-02-26T19:18:15.853Z Downloaded scroll_derive v0.13.1
9062026-02-26T19:18:15.853Z Downloaded scroll v0.13.0
9072026-02-26T19:18:15.853Z Downloaded scopeguard v1.2.0
9082026-02-26T19:18:15.853Z Downloaded schemars_derive v0.8.22
9092026-02-26T19:18:15.853Z Downloaded scheduled-thread-pool v0.2.7
9102026-02-26T19:18:15.853Z Downloaded ryu v1.0.18
9112026-02-26T19:18:15.853Z Downloaded rusty-fork v0.3.0
9122026-02-26T19:18:15.853Z Downloaded rustversion v1.0.22
9132026-02-26T19:18:15.853Z Downloaded rustls-pki-types v1.14.0
9142026-02-26T19:18:15.853Z Downloaded rustls-pemfile v2.2.0
9152026-02-26T19:18:15.878Z Downloaded rustls-pemfile v1.0.4
9162026-02-26T19:18:15.878Z Downloaded rustls-native-certs v0.8.1
9172026-02-26T19:18:15.878Z Downloaded rustc-hash v2.1.1
9182026-02-26T19:18:15.878Z Downloaded ron v0.7.1
9192026-02-26T19:18:15.878Z Downloaded rcgen v0.12.1
9202026-02-26T19:18:15.878Z Downloaded rayon-core v1.12.1
9212026-02-26T19:18:15.878Z Downloaded rand_core v0.9.3
9222026-02-26T19:18:15.878Z Downloaded rand_core v0.6.4
9232026-02-26T19:18:15.878Z Downloaded qorb v0.4.1
9242026-02-26T19:18:15.903Z Downloaded hyper v1.8.1
9252026-02-26T19:18:15.903Z Downloaded h2 v0.4.6
9262026-02-26T19:18:15.903Z Downloaded serde_plain v1.0.2
9272026-02-26T19:18:15.903Z Downloaded seq-macro v0.3.6
9282026-02-26T19:18:15.903Z Downloaded semver v0.1.20
9292026-02-26T19:18:15.928Z Downloaded secrecy v0.8.0
9302026-02-26T19:18:15.928Z Downloaded sapling-renderdag v0.1.0
9312026-02-26T19:18:15.928Z Downloaded same-file v1.0.6
9322026-02-26T19:18:15.928Z Downloaded salsa20 v0.10.2
9332026-02-26T19:18:15.928Z Downloaded rustc_version v0.4.1
9342026-02-26T19:18:15.928Z Downloaded rustc_version v0.1.7
9352026-02-26T19:18:15.928Z Downloaded rustc-demangle v0.1.24
9362026-02-26T19:18:15.928Z Downloaded russh-cryptovec v0.7.3
9372026-02-26T19:18:15.928Z Downloaded rtoolbox v0.0.2
9382026-02-26T19:18:15.928Z Downloaded resolv-conf v0.7.0
9392026-02-26T19:18:15.928Z Downloaded rand_chacha v0.9.0
9402026-02-26T19:18:15.928Z Downloaded progenitor-impl v0.13.0
9412026-02-26T19:18:15.928Z Downloaded progenitor-impl v0.11.2
9422026-02-26T19:18:15.928Z Downloaded progenitor-impl v0.10.0
9432026-02-26T19:18:15.954Z Downloaded pretty_assertions v1.4.1
9442026-02-26T19:18:15.955Z Downloaded p521 v0.13.3
9452026-02-26T19:18:15.955Z Downloaded num-bigint-dig v0.8.6
9462026-02-26T19:18:15.955Z Downloaded libxml v0.3.3
9472026-02-26T19:18:15.955Z Downloaded lalrpop v0.19.12
9482026-02-26T19:18:15.979Z Downloaded iri-string v0.7.8
9492026-02-26T19:18:15.979Z Downloaded iddqd v0.3.16
9502026-02-26T19:18:15.979Z Downloaded hashbrown v0.15.4
9512026-02-26T19:18:16.004Z Downloaded bitvec v1.0.1
9522026-02-26T19:18:16.029Z Downloaded ref-cast-impl v1.0.25
9532026-02-26T19:18:16.029Z Downloaded ref-cast v1.0.25
9542026-02-26T19:18:16.029Z Downloaded recursive-proc-macro-impl v0.1.1
9552026-02-26T19:18:16.029Z Downloaded recursive v0.1.1
9562026-02-26T19:18:16.029Z Downloaded rand_xorshift v0.4.0
9572026-02-26T19:18:16.029Z Downloaded rand_seeder v0.4.0
9582026-02-26T19:18:16.029Z Downloaded rand_chacha v0.3.1
9592026-02-26T19:18:16.029Z Downloaded r2d2 v0.8.10
9602026-02-26T19:18:16.029Z Downloaded quinn-udp v0.5.5
9612026-02-26T19:18:16.029Z Downloaded psm v0.1.30
9622026-02-26T19:18:16.029Z Downloaded progenitor-macro v0.13.0
9632026-02-26T19:18:16.029Z Downloaded progenitor-macro v0.11.2
9642026-02-26T19:18:16.029Z Downloaded progenitor-macro v0.10.0
9652026-02-26T19:18:16.029Z Downloaded progenitor-macro v0.8.0
9662026-02-26T19:18:16.029Z Downloaded progenitor-impl v0.8.0
9672026-02-26T19:18:16.029Z Downloaded progenitor-extras v0.1.0
9682026-02-26T19:18:16.054Z Downloaded progenitor-client v0.13.0
9692026-02-26T19:18:16.054Z Downloaded progenitor-client v0.11.2
9702026-02-26T19:18:16.054Z Downloaded progenitor-client v0.10.0
9712026-02-26T19:18:16.054Z Downloaded progenitor v0.10.0
9722026-02-26T19:18:16.054Z Downloaded proc-macro-error2 v2.0.1
9732026-02-26T19:18:16.054Z Downloaded primeorder v0.13.6
9742026-02-26T19:18:16.054Z Downloaded prettyplease v0.2.36
9752026-02-26T19:18:16.054Z Downloaded prefix-trie v0.7.0
9762026-02-26T19:18:16.054Z Downloaded ppv-lite86 v0.2.20
9772026-02-26T19:18:16.054Z Downloaded postgres-types v0.2.9
9782026-02-26T19:18:16.054Z Downloaded postgres-protocol v0.6.8
9792026-02-26T19:18:16.080Z Downloaded postcard v1.0.10
9802026-02-26T19:18:16.080Z Downloaded pin-project v1.1.6
9812026-02-26T19:18:16.080Z Downloaded num-bigint v0.4.6
9822026-02-26T19:18:16.104Z Downloaded nom v7.1.3
9832026-02-26T19:18:16.104Z Downloaded libm v0.2.8
9842026-02-26T19:18:16.104Z Downloaded hyper-util v0.1.19
9852026-02-26T19:18:16.104Z Downloaded http v1.4.0
9862026-02-26T19:18:16.129Z Downloaded hashbrown v0.13.2
9872026-02-26T19:18:16.129Z Downloaded hashbrown v0.12.3
9882026-02-26T19:18:16.129Z Downloaded chrono v0.4.43
9892026-02-26T19:18:16.129Z Downloaded bindgen v0.71.1
9902026-02-26T19:18:16.154Z Downloaded quick-error v1.2.3
9912026-02-26T19:18:16.154Z Downloaded psl-types v2.0.11
9922026-02-26T19:18:16.154Z Downloaded progenitor-client v0.8.0
9932026-02-26T19:18:16.154Z Downloaded progenitor v0.13.0
9942026-02-26T19:18:16.154Z Downloaded progenitor v0.11.2
9952026-02-26T19:18:16.154Z Downloaded progenitor v0.8.0
9962026-02-26T19:18:16.154Z Downloaded proc-macro-error-attr2 v2.0.0
9972026-02-26T19:18:16.154Z Downloaded proc-macro-crate v1.3.1
9982026-02-26T19:18:16.154Z Downloaded pretty-hex v0.2.1
9992026-02-26T19:18:16.155Z Downloaded predicates-tree v1.0.12
10002026-02-26T19:18:16.155Z Downloaded predicates-core v1.0.8
10012026-02-26T19:18:16.155Z Downloaded predicates v3.1.3
10022026-02-26T19:18:16.180Z Downloaded precomputed-hash v0.1.1
10032026-02-26T19:18:16.180Z Downloaded powerfmt v0.2.0
10042026-02-26T19:18:16.180Z Downloaded polyval v0.6.2
10052026-02-26T19:18:16.180Z Downloaded poly1305 v0.8.0
10062026-02-26T19:18:16.180Z Downloaded pkg-config v0.3.31
10072026-02-26T19:18:16.180Z Downloaded pkcs8 v0.10.2
10082026-02-26T19:18:16.180Z Downloaded pkcs5 v0.7.1
10092026-02-26T19:18:16.180Z Downloaded pkcs1 v0.7.5
10102026-02-26T19:18:16.180Z Downloaded pin-project-lite v0.2.14
10112026-02-26T19:18:16.205Z Downloaded pin-project-internal v1.1.6
10122026-02-26T19:18:16.205Z Downloaded password-hash v0.4.2
10132026-02-26T19:18:16.205Z Downloaded parking_lot_core v0.8.6
10142026-02-26T19:18:16.205Z Downloaded parking_lot v0.12.3
10152026-02-26T19:18:16.205Z Downloaded parking_lot v0.11.2
10162026-02-26T19:18:16.205Z Downloaded papergrid v0.17.0
10172026-02-26T19:18:16.205Z Downloaded papergrid v0.14.0
10182026-02-26T19:18:16.230Z Downloaded p256 v0.13.2
10192026-02-26T19:18:16.230Z Downloaded owo-colors v4.2.3
10202026-02-26T19:18:16.230Z Downloaded oso v0.27.3
10212026-02-26T19:18:16.230Z Downloaded openssl-sys v0.9.109
10222026-02-26T19:18:16.230Z Downloaded omicron-zone-package v0.12.2
10232026-02-26T19:18:16.230Z Downloaded mio v1.0.2
10242026-02-26T19:18:16.255Z Downloaded miniz_oxide v0.8.5
10252026-02-26T19:18:16.255Z Downloaded minimal-lexical v0.2.1
10262026-02-26T19:18:16.255Z Downloaded litrs v0.4.1
10272026-02-26T19:18:16.255Z Downloaded libz-rs-sys v0.5.1
10282026-02-26T19:18:16.255Z Downloaded itertools v0.14.0
10292026-02-26T19:18:16.280Z Downloaded itertools v0.13.0
10302026-02-26T19:18:16.280Z Downloaded indicatif v0.18.0
10312026-02-26T19:18:16.280Z Downloaded indicatif v0.17.11
10322026-02-26T19:18:16.280Z Downloaded indexmap v1.9.3
10332026-02-26T19:18:16.306Z Downloaded ignore v0.4.23
10342026-02-26T19:18:16.306Z Downloaded httparse v1.9.5
10352026-02-26T19:18:16.306Z Downloaded heapless v0.8.0
10362026-02-26T19:18:16.306Z Downloaded heapless v0.7.17
10372026-02-26T19:18:16.306Z Downloaded headers v0.4.1
10382026-02-26T19:18:16.306Z Downloaded crossterm v0.29.0
10392026-02-26T19:18:16.331Z Downloaded crossterm v0.28.1
10402026-02-26T19:18:16.331Z Downloaded blake3 v1.5.4
10412026-02-26T19:18:16.356Z Downloaded phf_shared v0.12.1
10422026-02-26T19:18:16.356Z Downloaded phf v0.12.1
10432026-02-26T19:18:16.356Z Downloaded phf v0.11.2
10442026-02-26T19:18:16.356Z Downloaded pem-rfc7468 v0.7.0
10452026-02-26T19:18:16.356Z Downloaded pem v3.0.5
10462026-02-26T19:18:16.356Z Downloaded peg-runtime v0.8.5
10472026-02-26T19:18:16.356Z Downloaded peg-macros v0.8.5
10482026-02-26T19:18:16.356Z Downloaded peg v0.8.5
10492026-02-26T19:18:16.356Z Downloaded pbkdf2 v0.12.2
10502026-02-26T19:18:16.381Z Downloaded pbkdf2 v0.11.0
10512026-02-26T19:18:16.381Z Downloaded path-slash v0.1.5
10522026-02-26T19:18:16.381Z Downloaded paste v1.0.15
10532026-02-26T19:18:16.381Z Downloaded password-hash v0.5.0
10542026-02-26T19:18:16.381Z Downloaded parse-display-derive v0.10.0
10552026-02-26T19:18:16.381Z Downloaded parse-display v0.10.0
10562026-02-26T19:18:16.381Z Downloaded parking_lot_core v0.9.10
10572026-02-26T19:18:16.406Z Downloaded packed_struct_codegen v0.10.1
10582026-02-26T19:18:16.406Z Downloaded packed_struct v0.10.1
10592026-02-26T19:18:16.406Z Downloaded oxnet v0.1.4
10602026-02-26T19:18:16.406Z Downloaded oxide-tokio-rt v0.1.2
10612026-02-26T19:18:16.406Z Downloaded oso-derive v0.27.3
10622026-02-26T19:18:16.406Z Downloaded openssl-macros v0.1.1
10632026-02-26T19:18:16.406Z Downloaded opaque-debug v0.3.1
10642026-02-26T19:18:16.406Z Downloaded number_prefix v0.4.0
10652026-02-26T19:18:16.406Z Downloaded num_enum_derive v0.5.11
10662026-02-26T19:18:16.406Z Downloaded num_enum v0.5.11
10672026-02-26T19:18:16.431Z Downloaded num-rational v0.4.2
10682026-02-26T19:18:16.431Z Downloaded num-integer v0.1.46
10692026-02-26T19:18:16.431Z Downloaded num-complex v0.4.6
10702026-02-26T19:18:16.431Z Downloaded nu-ansi-term v0.50.1
10712026-02-26T19:18:16.431Z Downloaded newtype-uuid-macros v0.1.0
10722026-02-26T19:18:16.431Z Downloaded newtype-uuid v1.3.2
10732026-02-26T19:18:16.431Z Downloaded newline-converter v0.3.0
10742026-02-26T19:18:16.431Z Downloaded native-tls v0.2.12
10752026-02-26T19:18:16.431Z Downloaded nanorand v0.7.0
10762026-02-26T19:18:16.431Z Downloaded multer v3.1.0
10772026-02-26T19:18:16.456Z Downloaded mime_guess v2.0.5
10782026-02-26T19:18:16.456Z Downloaded memmap2 v0.9.8
10792026-02-26T19:18:16.456Z Downloaded maplit v1.0.2
10802026-02-26T19:18:16.456Z Downloaded managed v0.8.0
10812026-02-26T19:18:16.456Z Downloaded lzss v0.8.2
10822026-02-26T19:18:16.456Z Downloaded lockfree-object-pool v0.1.6
10832026-02-26T19:18:16.456Z Downloaded lock_api v0.4.12
10842026-02-26T19:18:16.456Z Downloaded linear-map v1.2.0
10852026-02-26T19:18:16.456Z Downloaded libsw v3.5.0
10862026-02-26T19:18:16.456Z Downloaded libscf-sys v1.1.0
10872026-02-26T19:18:16.456Z Downloaded libloading v0.8.5
10882026-02-26T19:18:16.456Z Downloaded itertools v0.12.1
10892026-02-26T19:18:16.481Z Downloaded itertools v0.10.5
10902026-02-26T19:18:16.481Z Downloaded ipnetwork v0.21.1
10912026-02-26T19:18:16.481Z Downloaded ingot-types v0.1.2
10922026-02-26T19:18:16.481Z Downloaded ingot-macros v0.1.1
10932026-02-26T19:18:16.481Z Downloaded ingot v0.1.1
10942026-02-26T19:18:16.481Z Downloaded indoc v2.0.6
10952026-02-26T19:18:16.506Z Downloaded impl-trait-for-tuples v0.2.2
10962026-02-26T19:18:16.506Z Downloaded iana-time-zone v0.1.63
10972026-02-26T19:18:16.506Z Downloaded hyper-staticfile v0.10.1
10982026-02-26T19:18:16.506Z Downloaded hyper-rustls v0.27.7
10992026-02-26T19:18:16.506Z Downloaded humantime v2.2.0
11002026-02-26T19:18:16.506Z Downloaded hkdf v0.12.4
11012026-02-26T19:18:16.531Z Downloaded hickory-client v0.25.2
11022026-02-26T19:18:16.531Z Downloaded half v2.4.1
11032026-02-26T19:18:16.531Z Downloaded futures-util v0.3.31
11042026-02-26T19:18:16.531Z Downloaded parse-size v1.1.0
11052026-02-26T19:18:16.531Z Downloaded openssl-probe v0.1.5
11062026-02-26T19:18:16.531Z Downloaded olpc-cjson v0.1.4
11072026-02-26T19:18:16.556Z Downloaded num_threads v0.1.7
11082026-02-26T19:18:16.556Z Downloaded num-iter v0.1.45
11092026-02-26T19:18:16.556Z Downloaded num-derive v0.4.2
11102026-02-26T19:18:16.556Z Downloaded num-derive v0.3.3
11112026-02-26T19:18:16.556Z Downloaded num-conv v0.2.0
11122026-02-26T19:18:16.556Z Downloaded num v0.4.3
11132026-02-26T19:18:16.556Z Downloaded normalize-line-endings v0.3.0
11142026-02-26T19:18:16.556Z Downloaded nodrop v0.1.14
11152026-02-26T19:18:16.556Z Downloaded nibble_vec v0.1.0
11162026-02-26T19:18:16.556Z Downloaded newtype_derive v0.1.6
11172026-02-26T19:18:16.556Z Downloaded new_debug_unreachable v1.0.6
11182026-02-26T19:18:16.556Z Downloaded multimap v0.10.1
11192026-02-26T19:18:16.557Z Downloaded mime v0.3.17
11202026-02-26T19:18:16.557Z Downloaded memoffset v0.9.1
11212026-02-26T19:18:16.557Z Downloaded md5 v0.7.0
11222026-02-26T19:18:16.557Z Downloaded md-5 v0.10.6
11232026-02-26T19:18:16.557Z Downloaded maybe-uninit v2.0.0
11242026-02-26T19:18:16.557Z Downloaded match_cfg v0.1.0
11252026-02-26T19:18:16.582Z Downloaded lru-slab v0.1.2
11262026-02-26T19:18:16.582Z Downloaded lru-cache v0.1.2
11272026-02-26T19:18:16.582Z Downloaded lru v0.12.5
11282026-02-26T19:18:16.582Z Downloaded linked-hash-map v0.5.6
11292026-02-26T19:18:16.582Z Downloaded libsw-core v0.3.1
11302026-02-26T19:18:16.582Z Downloaded jobserver v0.1.32
11312026-02-26T19:18:16.582Z Downloaded jiff-static v0.2.15
11322026-02-26T19:18:16.582Z Downloaded ipnet v2.11.0
11332026-02-26T19:18:16.582Z Downloaded instant v0.1.13
11342026-02-26T19:18:16.582Z Downloaded instability v0.3.2
11352026-02-26T19:18:16.582Z Downloaded inout v0.1.3
11362026-02-26T19:18:16.582Z Downloaded indoc v1.0.9
11372026-02-26T19:18:16.607Z Downloaded ident_case v1.0.1
11382026-02-26T19:18:16.607Z Downloaded hubpack_derive v0.1.1
11392026-02-26T19:18:16.607Z Downloaded hubpack v0.1.2
11402026-02-26T19:18:16.607Z Downloaded httpdate v1.0.3
11412026-02-26T19:18:16.607Z Downloaded http-range v0.1.5
11422026-02-26T19:18:16.607Z Downloaded http-body-util v0.1.3
11432026-02-26T19:18:16.607Z Downloaded http-body v1.0.1
11442026-02-26T19:18:16.607Z Downloaded hickory-server v0.25.2
11452026-02-26T19:18:16.607Z Downloaded hickory-resolver v0.25.2
11462026-02-26T19:18:16.607Z Downloaded hickory-resolver v0.24.4
11472026-02-26T19:18:16.632Z Downloaded half v1.8.3
11482026-02-26T19:18:16.632Z Downloaded group v0.13.0
11492026-02-26T19:18:16.632Z Downloaded glob v0.3.2
11502026-02-26T19:18:16.632Z Downloaded derive_more v2.0.1
11512026-02-26T19:18:16.632Z Downloaded crypto-bigint v0.5.5
11522026-02-26T19:18:16.632Z Downloaded libefi-sys v0.1.0
11532026-02-26T19:18:16.658Z Downloaded lazy_static v1.5.0
11542026-02-26T19:18:16.658Z Downloaded lalrpop-util v0.19.12
11552026-02-26T19:18:16.658Z Downloaded kstat-rs v0.2.4
11562026-02-26T19:18:16.658Z Downloaded keccak v0.1.5
11572026-02-26T19:18:16.658Z Downloaded internet-checksum v0.2.1
11582026-02-26T19:18:16.658Z Downloaded indent_write v2.2.0
11592026-02-26T19:18:16.658Z Downloaded hyper-tls v0.6.0
11602026-02-26T19:18:16.658Z Downloaded headers-core v0.3.0
11612026-02-26T19:18:16.658Z Downloaded ed25519-dalek v2.1.1
11622026-02-26T19:18:16.658Z Downloaded compact_str v0.8.0
11632026-02-26T19:18:16.658Z Downloaded chacha20poly1305 v0.10.1
11642026-02-26T19:18:16.658Z Downloaded bytes v1.11.1
11652026-02-26T19:18:16.683Z Downloaded is-terminal v0.4.13
11662026-02-26T19:18:16.683Z Downloaded hostname v0.4.2
11672026-02-26T19:18:16.683Z Downloaded hmac v0.12.1
11682026-02-26T19:18:16.683Z Downloaded highway v1.3.0
11692026-02-26T19:18:16.683Z Downloaded hex-literal v0.4.1
11702026-02-26T19:18:16.683Z Downloaded hex v0.4.3
11712026-02-26T19:18:16.684Z Downloaded heck v0.3.3
11722026-02-26T19:18:16.684Z Downloaded hash32 v0.3.1
11732026-02-26T19:18:16.684Z Downloaded hash32 v0.2.1
11742026-02-26T19:18:16.684Z Downloaded globwalk v0.9.1
11752026-02-26T19:18:16.684Z Downloaded aws-lc-sys v0.37.1
11762026-02-26T19:18:17.018Z Downloaded globset v0.4.15
11772026-02-26T19:18:17.043Z Downloaded getrandom v0.2.15
11782026-02-26T19:18:17.044Z Downloaded foldhash v0.1.5
11792026-02-26T19:18:17.044Z Downloaded ff v0.13.0
11802026-02-26T19:18:17.044Z Downloaded fatfs v0.3.6
11812026-02-26T19:18:17.044Z Downloaded env_logger v0.11.8
11822026-02-26T19:18:17.044Z Downloaded dropshot-api-manager v0.3.0
11832026-02-26T19:18:17.044Z Downloaded diesel_derives v2.2.3
11842026-02-26T19:18:17.044Z Downloaded derive_more-impl v2.0.1
11852026-02-26T19:18:17.069Z Downloaded derive_more v0.99.20
11862026-02-26T19:18:17.069Z Downloaded der v0.7.10
11872026-02-26T19:18:17.069Z Downloaded darling_core v0.21.0
11882026-02-26T19:18:17.069Z Downloaded home v0.5.9
11892026-02-26T19:18:17.069Z Downloaded fxhash v0.2.1
11902026-02-26T19:18:17.069Z Downloaded futures-macro v0.3.31
11912026-02-26T19:18:17.094Z Downloaded futures-channel v0.3.31
11922026-02-26T19:18:17.094Z Downloaded futures v0.3.31
11932026-02-26T19:18:17.094Z Downloaded fs_extra v1.3.0
11942026-02-26T19:18:17.094Z Downloaded fs-err v2.11.0
11952026-02-26T19:18:17.094Z Downloaded foreign-types-shared v0.3.1
11962026-02-26T19:18:17.094Z Downloaded foreign-types-shared v0.1.1
11972026-02-26T19:18:17.094Z Downloaded foreign-types-macros v0.2.3
11982026-02-26T19:18:17.094Z Downloaded foreign-types v0.5.0
11992026-02-26T19:18:17.094Z Downloaded float-cmp v0.10.0
12002026-02-26T19:18:17.094Z Downloaded flagset v0.4.6
12012026-02-26T19:18:17.094Z Downloaded fallible-iterator v0.2.0
12022026-02-26T19:18:17.094Z Downloaded enum-as-inner v0.6.1
12032026-02-26T19:18:17.094Z Downloaded endian-type v0.1.2
12042026-02-26T19:18:17.095Z Downloaded elliptic-curve v0.13.8
12052026-02-26T19:18:17.120Z Downloaded either v1.15.0
12062026-02-26T19:18:17.120Z Downloaded dsl_auto_type v0.1.2
12072026-02-26T19:18:17.120Z Downloaded dirs-next v2.0.0
12082026-02-26T19:18:17.120Z Downloaded diesel_table_macro_syntax v0.2.0
12092026-02-26T19:18:17.120Z Downloaded derive_builder v0.20.2
12102026-02-26T19:18:17.120Z Downloaded deranged v0.5.3
12112026-02-26T19:18:17.120Z Downloaded defmt-macros v0.3.9
12122026-02-26T19:18:17.120Z Downloaded crossbeam-utils v0.8.21
12132026-02-26T19:18:17.120Z Downloaded crc-any v2.5.0
12142026-02-26T19:18:17.120Z Downloaded cookie_store v0.22.1
12152026-02-26T19:18:17.147Z Downloaded const-oid v0.9.6
12162026-02-26T19:18:17.147Z Downloaded console v0.15.10
12172026-02-26T19:18:17.147Z Downloaded colored v2.2.0
12182026-02-26T19:18:17.147Z Downloaded cc v1.2.56
12192026-02-26T19:18:17.147Z Downloaded bumpalo v3.16.0
12202026-02-26T19:18:17.147Z Downloaded bitfield-macros v0.19.2
12212026-02-26T19:18:17.147Z Downloaded base64 v0.21.7
12222026-02-26T19:18:17.147Z Downloaded gethostname v0.5.0
12232026-02-26T19:18:17.147Z Downloaded futures-task v0.3.31
12242026-02-26T19:18:17.147Z Downloaded futures-io v0.3.31
12252026-02-26T19:18:17.173Z Downloaded futures-executor v0.3.31
12262026-02-26T19:18:17.173Z Downloaded futures-core v0.3.32
12272026-02-26T19:18:17.173Z Downloaded funty v2.0.0
12282026-02-26T19:18:17.173Z Downloaded float-ord v0.3.2
12292026-02-26T19:18:17.173Z Downloaded fixedbitset v0.5.7
12302026-02-26T19:18:17.173Z Downloaded fixedbitset v0.4.2
12312026-02-26T19:18:17.173Z Downloaded fd-lock v4.0.2
12322026-02-26T19:18:17.173Z Downloaded erased-serde v0.3.31
12332026-02-26T19:18:17.173Z Downloaded env_filter v0.1.2
12342026-02-26T19:18:17.173Z Downloaded ena v0.14.3
12352026-02-26T19:18:17.173Z Downloaded embedded-io v0.6.1
12362026-02-26T19:18:17.173Z Downloaded embedded-io v0.4.0
12372026-02-26T19:18:17.173Z Downloaded ed25519 v2.2.3
12382026-02-26T19:18:17.173Z Downloaded ecdsa v0.16.9
12392026-02-26T19:18:17.198Z Downloaded dyn-clone v1.0.20
12402026-02-26T19:18:17.198Z Downloaded dtrace-parser v0.3.0
12412026-02-26T19:18:17.198Z Downloaded dropshot-api-manager-types v0.3.0
12422026-02-26T19:18:17.198Z Downloaded drift v0.1.3
12432026-02-26T19:18:17.198Z Downloaded document-features v0.2.11
12442026-02-26T19:18:17.198Z Downloaded display-error-chain v0.2.2
12452026-02-26T19:18:17.198Z Downloaded difflib v0.4.0
12462026-02-26T19:18:17.198Z Downloaded diff v0.1.13
12472026-02-26T19:18:17.198Z Downloaded diesel-dtrace v0.4.2
12482026-02-26T19:18:17.198Z Downloaded des v0.8.1
12492026-02-26T19:18:17.198Z Downloaded derive_builder_core v0.20.2
12502026-02-26T19:18:17.198Z Downloaded derive-where v1.5.0
12512026-02-26T19:18:17.224Z Downloaded derive-ex v0.1.8
12522026-02-26T19:18:17.224Z Downloaded der_derive v0.7.3
12532026-02-26T19:18:17.224Z Downloaded defmt-parser v0.3.4
12542026-02-26T19:18:17.224Z Downloaded defmt v0.3.8
12552026-02-26T19:18:17.224Z Downloaded darling_macro v0.21.0
12562026-02-26T19:18:17.224Z Downloaded darling_core v0.20.10
12572026-02-26T19:18:17.224Z Downloaded curve25519-dalek-derive v0.1.1
12582026-02-26T19:18:17.224Z Downloaded ctr v0.9.2
12592026-02-26T19:18:17.224Z Downloaded crossbeam-deque v0.8.5
12602026-02-26T19:18:17.224Z Downloaded crc32fast v1.4.2
12612026-02-26T19:18:17.249Z Downloaded corncobs v0.1.4
12622026-02-26T19:18:17.249Z Downloaded cookie v0.18.1
12632026-02-26T19:18:17.249Z Downloaded const_format v0.2.34
12642026-02-26T19:18:17.249Z Downloaded cmake v0.1.57
12652026-02-26T19:18:17.249Z Downloaded ciborium v0.2.2
12662026-02-26T19:18:17.249Z Downloaded cexpr v0.6.0
12672026-02-26T19:18:17.249Z Downloaded cassowary v0.3.0
12682026-02-26T19:18:17.249Z Downloaded cargo_metadata v0.19.2
12692026-02-26T19:18:17.274Z Downloaded cancel-safe-futures v0.1.5
12702026-02-26T19:18:17.274Z Downloaded buf-list v1.0.3
12712026-02-26T19:18:17.274Z Downloaded blowfish v0.9.1
12722026-02-26T19:18:17.274Z Downloaded find-msvc-tools v0.1.9
12732026-02-26T19:18:17.274Z Downloaded expectorate v1.2.0
12742026-02-26T19:18:17.274Z Downloaded dunce v1.0.5
12752026-02-26T19:18:17.274Z Downloaded dirs-sys-next v0.1.2
12762026-02-26T19:18:17.274Z Downloaded diesel v2.2.12
12772026-02-26T19:18:17.299Z Downloaded data-encoding v2.9.0
12782026-02-26T19:18:17.299Z Downloaded darling_macro v0.20.10
12792026-02-26T19:18:17.299Z Downloaded darling v0.21.0
12802026-02-26T19:18:17.325Z Downloaded darling v0.20.10
12812026-02-26T19:18:17.325Z Downloaded daft-derive v0.1.4
12822026-02-26T19:18:17.325Z Downloaded daft v0.1.4
12832026-02-26T19:18:17.325Z Downloaded curve25519-dalek v4.1.3
12842026-02-26T19:18:17.325Z Downloaded csv-core v0.1.11
12852026-02-26T19:18:17.325Z Downloaded crucible-workspace-hack v0.1.0
12862026-02-26T19:18:17.353Z Downloaded crossbeam-channel v0.5.15
12872026-02-26T19:18:17.353Z Downloaded crc8 v0.1.1
12882026-02-26T19:18:17.353Z Downloaded crc-catalog v2.4.0
12892026-02-26T19:18:17.353Z Downloaded crc v3.2.1
12902026-02-26T19:18:17.353Z Downloaded convert_case v0.7.1
12912026-02-26T19:18:17.353Z Downloaded const_format_proc_macros v0.2.34
12922026-02-26T19:18:17.353Z Downloaded console v0.16.0
12932026-02-26T19:18:17.353Z Downloaded colored v3.0.0
12942026-02-26T19:18:17.353Z Downloaded cobs v0.2.3
12952026-02-26T19:18:17.353Z Downloaded clang-sys v1.8.1
12962026-02-26T19:18:17.353Z Downloaded cipher v0.4.4
12972026-02-26T19:18:17.353Z Downloaded ciborium-ll v0.2.2
12982026-02-26T19:18:17.378Z Downloaded chacha20 v0.9.1
12992026-02-26T19:18:17.378Z Downloaded cfg_aliases v0.2.1
13002026-02-26T19:18:17.378Z Downloaded cfg_aliases v0.1.1
13012026-02-26T19:18:17.378Z Downloaded cbc v0.1.2
13022026-02-26T19:18:17.378Z Downloaded castaway v0.2.3
13032026-02-26T19:18:17.378Z Downloaded cargo-platform v0.1.8
13042026-02-26T19:18:17.378Z Downloaded camino-tempfile-ext v0.3.2
13052026-02-26T19:18:17.378Z Downloaded bzip2 v0.5.2
13062026-02-26T19:18:17.378Z Downloaded bzip2 v0.4.4
13072026-02-26T19:18:17.378Z Downloaded blake2 v0.10.6
13082026-02-26T19:18:17.378Z Downloaded bitflags v1.3.2
13092026-02-26T19:18:17.378Z Downloaded bitfield v0.19.2
13102026-02-26T19:18:17.378Z Downloaded bcs v0.1.6
13112026-02-26T19:18:17.403Z Downloaded bb8 v0.8.5
13122026-02-26T19:18:17.404Z Downloaded base64ct v1.6.0
13132026-02-26T19:18:17.404Z Downloaded base64 v0.22.1
13142026-02-26T19:18:17.404Z Downloaded backtrace v0.3.74
13152026-02-26T19:18:17.404Z Downloaded aws-lc-rs v1.16.0
13162026-02-26T19:18:17.429Z Downloaded atty v0.2.14
13172026-02-26T19:18:17.429Z Downloaded arrayref v0.3.9
13182026-02-26T19:18:17.429Z Downloaded array-init v0.0.4
13192026-02-26T19:18:17.429Z Downloaded argon2 v0.5.3
13202026-02-26T19:18:17.429Z Downloaded aes-gcm v0.10.3
13212026-02-26T19:18:17.429Z Downloaded foldhash v0.2.0
13222026-02-26T19:18:17.429Z Downloaded flate2 v1.1.2
13232026-02-26T19:18:17.429Z Downloaded filetime v0.2.26
13242026-02-26T19:18:17.429Z Downloaded dropshot_endpoint v0.16.7
13252026-02-26T19:18:17.454Z Downloaded dof v0.4.0
13262026-02-26T19:18:17.454Z Downloaded derive_builder_macro v0.20.2
13272026-02-26T19:18:17.454Z Downloaded debug-ignore v1.0.5
13282026-02-26T19:18:17.454Z Downloaded cstr-argument v0.1.2
13292026-02-26T19:18:17.454Z Downloaded crunchy v0.2.2
13302026-02-26T19:18:17.454Z Downloaded crossbeam-epoch v0.9.18
13312026-02-26T19:18:17.454Z Downloaded constant_time_eq v0.3.1
13322026-02-26T19:18:17.454Z Downloaded bit-vec v0.8.0
13332026-02-26T19:18:17.454Z Downloaded bit-vec v0.6.3
13342026-02-26T19:18:17.455Z Downloaded bit-set v0.5.3
13352026-02-26T19:18:17.455Z Downloaded bcrypt-pbkdf v0.10.0
13362026-02-26T19:18:17.455Z Downloaded base64 v0.13.1
13372026-02-26T19:18:17.455Z Downloaded backon v1.6.0
13382026-02-26T19:18:17.455Z Downloaded backoff v0.4.0
13392026-02-26T19:18:17.480Z Downloaded atomicwrites v0.4.4
13402026-02-26T19:18:17.480Z Downloaded atomic-waker v1.1.2
13412026-02-26T19:18:17.480Z Downloaded async-trait v0.1.89
13422026-02-26T19:18:17.480Z Downloaded async-stream-impl v0.3.6
13432026-02-26T19:18:17.480Z Downloaded async-stream v0.3.6
13442026-02-26T19:18:17.480Z Downloaded async-recursion v1.1.1
13452026-02-26T19:18:17.480Z Downloaded async-bb8-diesel v0.2.1
13462026-02-26T19:18:17.480Z Downloaded assert_matches v1.5.0
13472026-02-26T19:18:17.480Z Downloaded arrayvec v0.7.6
13482026-02-26T19:18:17.480Z Downloaded arc-swap v1.7.1
13492026-02-26T19:18:17.505Z Downloaded ar_archive_writer v0.5.1
13502026-02-26T19:18:17.505Z Downloaded allocator-api2 v0.2.21
13512026-02-26T19:18:17.505Z Downloaded aho-corasick v1.1.3
13522026-02-26T19:18:17.505Z Downloaded ahash v0.8.12
13532026-02-26T19:18:17.505Z Downloaded aes v0.8.4
13542026-02-26T19:18:17.505Z Downloaded aead v0.5.2
13552026-02-26T19:18:17.505Z Downloaded adler2 v2.0.0
13562026-02-26T19:18:17.530Z Downloaded addr2line v0.24.2
13572026-02-26T19:18:17.530Z Downloaded convert_case v0.4.0
13582026-02-26T19:18:17.530Z Downloaded ciborium-io v0.2.2
13592026-02-26T19:18:17.530Z Downloaded block-padding v0.3.3
13602026-02-26T19:18:17.530Z Downloaded bitfield-struct v0.6.2
13612026-02-26T19:18:17.530Z Downloaded bit-set v0.8.0
13622026-02-26T19:18:17.530Z Downloaded base16ct v0.2.0
13632026-02-26T19:18:17.530Z Downloaded ascii-canvas v3.0.0
13642026-02-26T19:18:17.722Z Compiling shlex v1.3.0
13652026-02-26T19:18:17.722Z Compiling value-bag v1.12.0
13662026-02-26T19:18:17.747Z Compiling find-msvc-tools v0.1.9
13672026-02-26T19:18:17.747Z Compiling smallvec v1.15.1
13682026-02-26T19:18:17.747Z Compiling typenum v1.17.0
13692026-02-26T19:18:17.747Z Compiling syn v2.0.117
13702026-02-26T19:18:17.747Z Compiling getrandom v0.2.15
13712026-02-26T19:18:17.747Z Compiling jobserver v0.1.32
13722026-02-26T19:18:18.125Z Compiling rand_core v0.6.4
13732026-02-26T19:18:18.228Z Compiling log v0.4.29
13742026-02-26T19:18:18.269Z Compiling cc v1.2.56
13752026-02-26T19:18:18.302Z Compiling generic-array v0.14.7
13762026-02-26T19:18:18.470Z Compiling lock_api v0.4.12
13772026-02-26T19:18:18.641Z Compiling subtle v2.6.1
13782026-02-26T19:18:18.723Z Compiling scopeguard v1.2.0
13792026-02-26T19:18:18.768Z Compiling portable-atomic v1.11.0
13802026-02-26T19:18:18.939Z Compiling critical-section v1.1.3
13812026-02-26T19:18:19.068Z Compiling const-oid v0.9.6
13822026-02-26T19:18:19.092Z Compiling serde_json v1.0.149
13832026-02-26T19:18:19.134Z Compiling getrandom v0.3.4
13842026-02-26T19:18:20.025Z Compiling pkg-config v0.3.31
13852026-02-26T19:18:20.153Z Compiling pin-project-lite v0.2.14
13862026-02-26T19:18:20.534Z Compiling parking_lot_core v0.9.10
13872026-02-26T19:18:21.745Z Compiling signal-hook-registry v1.4.2
13882026-02-26T19:18:21.969Z Compiling once_cell v1.21.3
13892026-02-26T19:18:22.004Z Compiling libm v0.2.8
13902026-02-26T19:18:22.032Z Compiling allocator-api2 v0.2.21
13912026-02-26T19:18:22.101Z Compiling parking_lot v0.12.3
13922026-02-26T19:18:22.470Z Compiling mio v1.0.2
13932026-02-26T19:18:22.499Z Compiling num-traits v0.2.19
13942026-02-26T19:18:22.524Z Compiling futures-core v0.3.32
13952026-02-26T19:18:22.857Z Compiling percent-encoding v2.3.2
13962026-02-26T19:18:23.026Z Compiling socket2 v0.6.1
13972026-02-26T19:18:23.174Z Compiling slab v0.4.9
13982026-02-26T19:18:23.215Z Compiling cpufeatures v0.2.14
13992026-02-26T19:18:23.240Z Compiling foldhash v0.2.0
14002026-02-26T19:18:23.356Z Compiling futures-sink v0.3.31
14012026-02-26T19:18:23.561Z Compiling hashbrown v0.16.1
14022026-02-26T19:18:23.657Z Compiling futures-channel v0.3.31
14032026-02-26T19:18:23.689Z Compiling futures-io v0.3.31
14042026-02-26T19:18:24.001Z Compiling pin-utils v0.1.0
14052026-02-26T19:18:24.099Z Compiling futures-task v0.3.31
14062026-02-26T19:18:24.127Z Compiling rustversion v1.0.22
14072026-02-26T19:18:24.156Z Compiling form_urlencoded v1.2.2
14082026-02-26T19:18:24.184Z Compiling cmake v0.1.57
14092026-02-26T19:18:24.274Z Compiling fs_extra v1.3.0
14102026-02-26T19:18:24.460Z Compiling base64ct v1.6.0
14112026-02-26T19:18:24.549Z Compiling dunce v1.0.5
14122026-02-26T19:18:24.711Z Compiling ident_case v1.0.1
14132026-02-26T19:18:24.848Z Compiling indexmap v2.13.0
14142026-02-26T19:18:24.938Z Compiling pem-rfc7468 v0.7.0
14152026-02-26T19:18:24.964Z Compiling foldhash v0.1.5
14162026-02-26T19:18:25.055Z Compiling flagset v0.4.6
14172026-02-26T19:18:25.091Z Compiling aws-lc-sys v0.37.1
14182026-02-26T19:18:25.300Z Compiling hashbrown v0.15.4
14192026-02-26T19:18:25.326Z Compiling rand_core v0.9.3
14202026-02-26T19:18:25.683Z Compiling iana-time-zone v0.1.63
14212026-02-26T19:18:25.716Z Compiling ring v0.17.14
14222026-02-26T19:18:25.913Z Compiling rustc_version v0.4.1
14232026-02-26T19:18:26.089Z Compiling uuid v1.19.0
14242026-02-26T19:18:26.197Z Compiling spin v0.9.8
14252026-02-26T19:18:26.427Z Compiling synstructure v0.13.1
14262026-02-26T19:18:26.603Z Compiling zerocopy v0.8.27
14272026-02-26T19:18:26.630Z Compiling aws-lc-rs v1.16.0
14282026-02-26T19:18:26.657Z Compiling vcpkg v0.2.15
14292026-02-26T19:18:26.827Z Compiling regex-syntax v0.8.5
14302026-02-26T19:18:27.516Z Compiling tracing-core v0.1.32
14312026-02-26T19:18:27.672Z Compiling serde_derive_internals v0.29.1
14322026-02-26T19:18:27.848Z Compiling untrusted v0.7.1
14332026-02-26T19:18:28.067Z Compiling adler2 v2.0.0
14342026-02-26T19:18:28.344Z Compiling openssl-probe v0.1.5
14352026-02-26T19:18:28.435Z Compiling openssl-sys v0.9.109
14362026-02-26T19:18:28.723Z Compiling base64 v0.22.1
14372026-02-26T19:18:28.930Z Compiling untrusted v0.9.0
14382026-02-26T19:18:29.211Z Compiling rustix v1.1.3
14392026-02-26T19:18:29.471Z Compiling schemars v0.8.22
14402026-02-26T19:18:29.734Z Compiling httparse v1.9.5
14412026-02-26T19:18:29.899Z Compiling rustix v0.38.37
14422026-02-26T19:18:30.068Z Compiling miniz_oxide v0.8.5
14432026-02-26T19:18:30.416Z Compiling darling_core v0.20.10
14442026-02-26T19:18:30.560Z Compiling rustls v0.23.37
14452026-02-26T19:18:30.809Z Compiling dyn-clone v1.0.20
14462026-02-26T19:18:30.904Z Compiling try-lock v0.2.5
14472026-02-26T19:18:31.085Z Compiling tower-service v0.3.3
14482026-02-26T19:18:31.113Z Compiling tinyvec_macros v0.1.1
14492026-02-26T19:18:31.142Z Compiling serde_derive v1.0.228
14502026-02-26T19:18:31.270Z Compiling zeroize_derive v1.4.2
14512026-02-26T19:18:31.295Z Compiling zerofrom-derive v0.1.4
14522026-02-26T19:18:31.620Z Compiling yoke-derive v0.7.4
14532026-02-26T19:18:32.571Z Compiling zeroize v1.8.1
14542026-02-26T19:18:32.812Z Compiling zerovec-derive v0.10.3
14552026-02-26T19:18:33.093Z Compiling displaydoc v0.2.5
14562026-02-26T19:18:34.177Z Compiling icu_provider_macros v1.5.0
14572026-02-26T19:18:34.480Z Compiling crypto-common v0.1.6
14582026-02-26T19:18:34.574Z Compiling zerofrom v0.1.4
14592026-02-26T19:18:34.687Z Compiling block-buffer v0.10.4
14602026-02-26T19:18:34.783Z Compiling tokio-macros v2.6.0
14612026-02-26T19:18:34.851Z Compiling yoke v0.7.4
14622026-02-26T19:18:35.026Z Compiling digest v0.10.7
14632026-02-26T19:18:35.225Z Compiling zerocopy-derive v0.7.35
14642026-02-26T19:18:35.280Z Compiling zerovec v0.10.4
14652026-02-26T19:18:35.412Z Compiling futures-macro v0.3.31
14662026-02-26T19:18:35.640Z Compiling hmac v0.12.1
14672026-02-26T19:18:36.032Z Compiling thiserror-impl v2.0.18
14682026-02-26T19:18:36.370Z Compiling block-padding v0.3.3
14692026-02-26T19:18:36.574Z Compiling sha2 v0.10.9
14702026-02-26T19:18:36.670Z Compiling inout v0.1.3
14712026-02-26T19:18:36.713Z Compiling der_derive v0.7.3
14722026-02-26T19:18:37.010Z Compiling cipher v0.4.4
14732026-02-26T19:18:37.202Z Compiling tinystr v0.7.6
14742026-02-26T19:18:37.319Z Compiling zerocopy v0.7.35
14752026-02-26T19:18:37.516Z Compiling icu_collections v1.5.0
14762026-02-26T19:18:37.629Z Compiling icu_locid v1.5.0
14772026-02-26T19:18:37.655Z Compiling futures-util v0.3.31
14782026-02-26T19:18:38.682Z Compiling serde v1.0.228
14792026-02-26T19:18:38.832Z Compiling icu_provider v1.5.0
14802026-02-26T19:18:38.868Z Compiling ppv-lite86 v0.2.20
14812026-02-26T19:18:38.904Z Compiling der v0.7.10
14822026-02-26T19:18:39.276Z Compiling thiserror v2.0.18
14832026-02-26T19:18:39.598Z Compiling pest v2.8.2
14842026-02-26T19:18:39.753Z Compiling icu_locid_transform v1.5.0
14852026-02-26T19:18:39.886Z Compiling bytes v1.11.1
14862026-02-26T19:18:39.970Z Compiling bitflags v2.9.4
14872026-02-26T19:18:40.059Z Compiling chrono v0.4.43
14882026-02-26T19:18:40.452Z Compiling salsa20 v0.10.2
14892026-02-26T19:18:40.731Z Compiling pbkdf2 v0.12.2
14902026-02-26T19:18:40.936Z Compiling scrypt v0.11.0
14912026-02-26T19:18:41.490Z Compiling tokio v1.49.0
14922026-02-26T19:18:41.515Z Compiling icu_properties v1.5.1
14932026-02-26T19:18:42.093Z Compiling spki v0.7.3
14942026-02-26T19:18:42.169Z Compiling http v1.4.0
14952026-02-26T19:18:42.480Z Compiling rand_chacha v0.9.0
14962026-02-26T19:18:43.070Z Compiling pest_meta v2.8.2
14972026-02-26T19:18:43.241Z Compiling aes v0.8.4
14982026-02-26T19:18:43.543Z Compiling cbc v0.1.2
14992026-02-26T19:18:43.833Z Compiling rustls-pki-types v1.14.0
15002026-02-26T19:18:44.051Z Compiling zerocopy-derive v0.8.27
15012026-02-26T19:18:44.447Z Compiling tracing-attributes v0.1.27
15022026-02-26T19:18:44.916Z Compiling pest_generator v2.8.2
15032026-02-26T19:18:46.144Z Compiling icu_normalizer v1.5.0
15042026-02-26T19:18:46.173Z Compiling pkcs5 v0.7.1
15052026-02-26T19:18:46.744Z Compiling http-body v1.0.1
15062026-02-26T19:18:47.033Z Compiling rand v0.9.2
15072026-02-26T19:18:47.253Z Compiling idna_adapter v1.2.0
15082026-02-26T19:18:47.497Z Compiling idna v1.0.3
15092026-02-26T19:18:47.542Z Compiling pest_derive v2.8.2
15102026-02-26T19:18:47.759Z Compiling tracing v0.1.40
15112026-02-26T19:18:47.793Z Compiling pkcs8 v0.10.2
15122026-02-26T19:18:48.312Z Compiling url v2.5.4
15132026-02-26T19:18:48.511Z Compiling schemars_derive v0.8.22
15142026-02-26T19:18:48.748Z Compiling scroll_derive v0.13.1
15152026-02-26T19:18:49.127Z Compiling tower-layer v0.3.3
15162026-02-26T19:18:49.535Z Compiling atomic-waker v1.1.2
15172026-02-26T19:18:50.742Z Compiling scroll v0.13.0
15182026-02-26T19:18:51.100Z Compiling tokio-util v0.7.15
15192026-02-26T19:18:51.357Z Compiling ipnet v2.11.0
15202026-02-26T19:18:52.575Z Compiling darling_macro v0.20.10
15212026-02-26T19:18:52.945Z Compiling h2 v0.4.6
15222026-02-26T19:18:53.031Z Compiling tinyvec v1.8.0
15232026-02-26T19:18:53.451Z Compiling want v0.3.1
15242026-02-26T19:18:53.814Z Compiling lazy_static v1.5.0
15252026-02-26T19:18:54.016Z Compiling zstd-sys v2.0.14+zstd.1.5.7
15262026-02-26T19:18:54.166Z Compiling bzip2-sys v0.1.13+1.0.8
15272026-02-26T19:18:54.520Z Compiling aho-corasick v1.1.3
15282026-02-26T19:18:54.790Z Compiling powerfmt v0.2.0
15292026-02-26T19:18:54.883Z Compiling openssl v0.10.73
15302026-02-26T19:18:55.040Z Compiling foreign-types-shared v0.1.1
15312026-02-26T19:18:55.155Z Compiling num-conv v0.2.0
15322026-02-26T19:18:55.199Z Compiling time-core v0.1.8
15332026-02-26T19:18:55.226Z Compiling httpdate v1.0.3
15342026-02-26T19:18:55.389Z Compiling foreign-types v0.3.2
15352026-02-26T19:18:55.466Z Compiling deranged v0.5.3
15362026-02-26T19:18:55.563Z Compiling time-macros v0.2.27
15372026-02-26T19:18:55.699Z Compiling tempfile v3.24.0
15382026-02-26T19:18:56.622Z Compiling darling v0.20.10
15392026-02-26T19:18:56.786Z Compiling regex-automata v0.4.14
15402026-02-26T19:18:57.754Z Compiling goblin v0.10.2
15412026-02-26T19:18:58.148Z Compiling openssl-macros v0.1.1
15422026-02-26T19:18:58.860Z Compiling wait-timeout v0.2.0
15432026-02-26T19:18:59.116Z Compiling bit-vec v0.8.0
15442026-02-26T19:18:59.443Z Compiling native-tls v0.2.12
15452026-02-26T19:18:59.569Z Compiling num_threads v0.1.7
15462026-02-26T19:18:59.668Z Compiling gimli v0.31.1
15472026-02-26T19:18:59.759Z Compiling crossbeam-utils v0.8.21
15482026-02-26T19:18:59.831Z Compiling quick-error v1.2.3
15492026-02-26T19:19:00.042Z Compiling usdt-impl v0.6.0
15502026-02-26T19:19:00.453Z Compiling hyper v1.8.1
15512026-02-26T19:19:00.479Z Compiling syn v1.0.109
15522026-02-26T19:19:01.352Z Compiling rusty-fork v0.3.0
15532026-02-26T19:19:02.119Z Compiling time v0.3.47
15542026-02-26T19:19:03.141Z Compiling bit-set v0.8.0
15552026-02-26T19:19:03.472Z Compiling hyper-util v0.1.19
15562026-02-26T19:19:04.399Z Compiling addr2line v0.24.2
15572026-02-26T19:19:05.312Z Compiling dof v0.4.0
15582026-02-26T19:19:06.215Z Compiling derive_builder_core v0.20.2
15592026-02-26T19:19:07.687Z Compiling unicode-normalization v0.1.24
15602026-02-26T19:19:07.749Z Compiling dtrace-parser v0.3.0
15612026-02-26T19:19:07.782Z Compiling rustls-native-certs v0.8.1
15622026-02-26T19:19:08.404Z Compiling signature v2.2.0
15632026-02-26T19:19:08.496Z Compiling scroll_derive v0.12.0
15642026-02-26T19:19:08.734Z Compiling thiserror-impl v1.0.69
15652026-02-26T19:19:08.819Z Compiling heapless v0.7.17
15662026-02-26T19:19:09.329Z Compiling darling_core v0.21.0
15672026-02-26T19:19:09.354Z Compiling slog v2.8.2
15682026-02-26T19:19:09.584Z Compiling rand_xorshift v0.4.0
15692026-02-26T19:19:09.685Z Compiling sync_wrapper v1.0.1
15702026-02-26T19:19:09.872Z Compiling thread-id v5.0.0
15712026-02-26T19:19:09.903Z Compiling cookie v0.18.1
15722026-02-26T19:19:09.929Z Compiling object v0.36.5
15732026-02-26T19:19:10.038Z Compiling crc32fast v1.4.2
15742026-02-26T19:19:10.113Z Compiling zstd-safe v7.2.3
15752026-02-26T19:19:10.298Z Compiling signal-hook v0.3.18
15762026-02-26T19:19:10.454Z Compiling unicode-bidi v0.3.17
15772026-02-26T19:19:10.510Z Compiling paste v1.0.15
15782026-02-26T19:19:10.629Z Compiling zlib-rs v0.5.1
15792026-02-26T19:19:11.073Z Compiling siphasher v0.3.11
15802026-02-26T19:19:11.494Z Compiling unicode-properties v0.1.3
15812026-02-26T19:19:11.721Z Compiling rustc-demangle v0.1.24
15822026-02-26T19:19:11.815Z Compiling unarray v0.1.4
15832026-02-26T19:19:11.923Z Compiling anyhow v1.0.99
15842026-02-26T19:19:12.039Z Compiling proptest v1.7.0
15852026-02-26T19:19:12.534Z Compiling stringprep v0.1.5
15862026-02-26T19:19:12.650Z Compiling thiserror v1.0.69
15872026-02-26T19:19:12.851Z Compiling phf_shared v0.11.2
15882026-02-26T19:19:13.688Z Compiling scroll v0.12.0
15892026-02-26T19:19:13.811Z Compiling tower v0.5.2
15902026-02-26T19:19:14.377Z Compiling derive_builder_macro v0.20.2
15912026-02-26T19:19:15.273Z Compiling ipnetwork v0.21.1
15922026-02-26T19:19:15.693Z Compiling darling_macro v0.21.0
15932026-02-26T19:19:16.163Z Compiling http-body-util v0.1.3
15942026-02-26T19:19:16.343Z Compiling webpki-roots v1.0.1
15952026-02-26T19:19:16.590Z Compiling erased-serde v0.3.31
15962026-02-26T19:19:16.615Z Compiling serde_tokenstream v0.2.3
15972026-02-26T19:19:16.740Z Compiling toml_datetime v0.6.11
15982026-02-26T19:19:17.225Z Compiling backtrace v0.3.74
15992026-02-26T19:19:17.340Z Compiling serde_spanned v0.6.9
16002026-02-26T19:19:17.365Z Compiling rand_chacha v0.3.1
16012026-02-26T19:19:17.598Z Compiling md-5 v0.10.6
16022026-02-26T19:19:17.913Z Compiling libz-rs-sys v0.5.1
16032026-02-26T19:19:17.939Z Compiling curve25519-dalek v4.1.3
16042026-02-26T19:19:18.266Z Compiling vergen-lib v0.1.6
16052026-02-26T19:19:18.605Z Compiling num-integer v0.1.46
16062026-02-26T19:19:18.637Z Compiling hash32 v0.2.1
16072026-02-26T19:19:18.721Z Compiling ff v0.13.0
16082026-02-26T19:19:18.974Z Compiling memoffset v0.9.1
16092026-02-26T19:19:19.051Z Compiling cfg_aliases v0.2.1
16102026-02-26T19:19:19.182Z Compiling ref-cast v1.0.25
16112026-02-26T19:19:19.338Z Compiling iri-string v0.7.8
16122026-02-26T19:19:19.371Z Compiling smoltcp v0.9.1
16132026-02-26T19:19:19.434Z Compiling base16ct v0.2.0
16142026-02-26T19:19:19.808Z Compiling fallible-iterator v0.2.0
16152026-02-26T19:19:19.989Z Compiling ryu v1.0.18
16162026-02-26T19:19:20.053Z Compiling psl-types v2.0.11
16172026-02-26T19:19:20.177Z Compiling litrs v0.4.1
16182026-02-26T19:19:20.289Z Compiling num-bigint-dig v0.8.6
16192026-02-26T19:19:20.389Z Compiling serde_urlencoded v0.7.1
16202026-02-26T19:19:20.484Z Compiling postgres-protocol v0.6.8
16212026-02-26T19:19:20.670Z Compiling publicsuffix v2.3.0
16222026-02-26T19:19:21.008Z Compiling sec1 v0.7.3
16232026-02-26T19:19:21.246Z Compiling nix v0.29.0
16242026-02-26T19:19:21.306Z Compiling document-features v0.2.11
16252026-02-26T19:19:21.566Z Compiling num-iter v0.1.45
16262026-02-26T19:19:21.784Z Compiling group v0.13.0
16272026-02-26T19:19:22.175Z Compiling newtype-uuid v1.3.2
16282026-02-26T19:19:22.548Z Compiling tower-http v0.6.8
16292026-02-26T19:19:22.768Z Compiling flate2 v1.1.2
16302026-02-26T19:19:22.899Z Compiling rand v0.8.5
16312026-02-26T19:19:23.202Z Compiling darling v0.21.0
16322026-02-26T19:19:23.349Z Compiling oxnet v0.1.4
16332026-02-26T19:19:23.428Z Compiling derive_builder v0.20.2
16342026-02-26T19:19:23.644Z Compiling goblin v0.8.2
16352026-02-26T19:19:23.865Z Compiling tokio-native-tls v0.3.1
16362026-02-26T19:19:24.896Z Compiling regex v1.12.3
16372026-02-26T19:19:25.190Z Compiling terminal_size v0.4.0
16382026-02-26T19:19:25.452Z Compiling cargo-platform v0.1.8
16392026-02-26T19:19:25.477Z Compiling hkdf v0.12.4
16402026-02-26T19:19:25.507Z Compiling crypto-bigint v0.5.5
16412026-02-26T19:19:25.800Z Compiling strum_macros v0.27.2
16422026-02-26T19:19:25.888Z Compiling daft-derive v0.1.4
16432026-02-26T19:19:26.032Z Compiling curve25519-dalek-derive v0.1.1
16442026-02-26T19:19:26.708Z Compiling hubpack_derive v0.1.1
16452026-02-26T19:19:27.511Z Compiling ref-cast-impl v1.0.25
16462026-02-26T19:19:27.537Z Compiling async-trait v0.1.89
16472026-02-26T19:19:27.744Z Compiling vergen v9.0.6
16482026-02-26T19:19:28.088Z Compiling ahash v0.8.12
16492026-02-26T19:19:28.509Z Compiling fs-err v3.1.1
16502026-02-26T19:19:28.632Z Compiling lockfree-object-pool v0.1.6
16512026-02-26T19:19:28.854Z Compiling simd-adler32 v0.3.7
16522026-02-26T19:19:28.931Z Compiling bitflags v1.3.2
16532026-02-26T19:19:29.077Z Compiling managed v0.8.0
16542026-02-26T19:19:29.497Z Compiling bumpalo v3.16.0
16552026-02-26T19:19:29.655Z Compiling unicode-segmentation v1.12.0
16562026-02-26T19:19:30.100Z Compiling winnow v0.5.40
16572026-02-26T19:19:30.228Z Compiling buf-list v1.0.3
16582026-02-26T19:19:30.642Z Compiling either v1.15.0
16592026-02-26T19:19:30.676Z Compiling strum v0.27.2
16602026-02-26T19:19:30.926Z Compiling zopfli v0.8.1
16612026-02-26T19:19:30.981Z Compiling dof v0.3.0
16622026-02-26T19:19:31.401Z Compiling clap_builder v4.5.48
16632026-02-26T19:19:32.882Z Compiling elliptic-curve v0.13.8
16642026-02-26T19:19:32.969Z Compiling hubpack v0.1.2
16652026-02-26T19:19:33.192Z Compiling daft v0.1.4
16662026-02-26T19:19:33.434Z Compiling cargo_metadata v0.19.2
16672026-02-26T19:19:33.773Z Compiling toml_edit v0.19.15
16682026-02-26T19:19:33.809Z Compiling cookie_store v0.22.1
16692026-02-26T19:19:33.840Z Compiling signal-hook-mio v0.2.4
16702026-02-26T19:19:35.402Z Compiling hyper-tls v0.6.0
16712026-02-26T19:19:35.846Z Compiling zstd v0.13.3
16722026-02-26T19:19:36.757Z Compiling serde_with_macros v3.16.1
16732026-02-26T19:19:37.356Z Compiling postgres-types v0.2.9
16742026-02-26T19:19:37.847Z Compiling usdt-macro v0.6.0
16752026-02-26T19:19:38.564Z Compiling usdt-attr-macro v0.6.0
16762026-02-26T19:19:39.056Z Compiling phf v0.11.2
16772026-02-26T19:19:39.146Z Compiling dtrace-parser v0.2.0
16782026-02-26T19:19:39.237Z Compiling ed25519 v2.2.3
16792026-02-26T19:19:39.404Z Compiling bzip2 v0.4.4
16802026-02-26T19:19:39.847Z Compiling bzip2 v0.5.2
16812026-02-26T19:19:40.201Z Compiling bstr v1.10.0
16822026-02-26T19:19:40.254Z Compiling pkcs1 v0.7.5
16832026-02-26T19:19:40.619Z Compiling hex v0.4.3
16842026-02-26T19:19:40.753Z Compiling serde-big-array v0.5.1
16852026-02-26T19:19:41.028Z Compiling rfc6979 v0.4.0
16862026-02-26T19:19:41.053Z Compiling enum-as-inner v0.6.1
16872026-02-26T19:19:41.161Z Compiling strum_macros v0.26.4
16882026-02-26T19:19:41.253Z Compiling serde_repr v0.1.19
16892026-02-26T19:19:41.278Z Compiling clap_derive v4.5.47
16902026-02-26T19:19:41.376Z Compiling float-cmp v0.10.0
16912026-02-26T19:19:41.664Z Compiling env_filter v0.1.2
16922026-02-26T19:19:41.745Z Compiling socket2 v0.5.10
16932026-02-26T19:19:42.085Z Compiling memmap2 v0.9.8
16942026-02-26T19:19:42.286Z Compiling encoding_rs v0.8.34
16952026-02-26T19:19:42.313Z Compiling precomputed-hash v0.1.1
16962026-02-26T19:19:42.464Z Compiling rustc-hash v2.1.1
16972026-02-26T19:19:42.519Z Compiling jiff v0.2.15
16982026-02-26T19:19:42.658Z Compiling new_debug_unreachable v1.0.6
16992026-02-26T19:19:42.684Z Compiling normalize-line-endings v0.3.0
17002026-02-26T19:19:42.790Z Compiling keccak v0.1.5
17012026-02-26T19:19:42.857Z Compiling predicates-core v1.0.8
17022026-02-26T19:19:43.208Z Compiling mime v0.3.17
17032026-02-26T19:19:43.739Z Compiling data-encoding v2.9.0
17042026-02-26T19:19:44.764Z Compiling fixedbitset v0.4.2
17052026-02-26T19:19:45.223Z Compiling difflib v0.4.0
17062026-02-26T19:19:45.332Z Compiling fixedbitset v0.5.7
17072026-02-26T19:19:45.601Z Compiling whoami v1.5.2
17082026-02-26T19:19:45.663Z Compiling static_assertions v1.1.0
17092026-02-26T19:19:45.784Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17102026-02-26T19:19:45.956Z Compiling tokio-postgres v0.7.13
17112026-02-26T19:19:45.981Z Compiling petgraph v0.8.2
17122026-02-26T19:19:46.157Z Compiling predicates v3.1.3
17132026-02-26T19:19:46.503Z Compiling clap v4.5.48
17142026-02-26T19:19:46.580Z Compiling toml_edit v0.22.27
17152026-02-26T19:19:46.657Z Compiling strum v0.26.3
17162026-02-26T19:19:46.874Z Compiling petgraph v0.6.5
17172026-02-26T19:19:47.673Z Compiling hickory-proto v0.25.2
17182026-02-26T19:19:50.525Z Compiling zip v4.2.0
17192026-02-26T19:19:50.551Z Compiling sha3 v0.10.8
17202026-02-26T19:19:51.433Z Compiling string_cache v0.8.9
17212026-02-26T19:19:51.603Z Compiling iddqd v0.3.16
17222026-02-26T19:19:51.882Z Compiling usdt v0.6.0
17232026-02-26T19:19:52.427Z Compiling env_logger v0.11.8
17242026-02-26T19:19:52.592Z Compiling usdt-impl v0.5.0
17252026-02-26T19:19:52.746Z Compiling similar v2.7.0
17262026-02-26T19:19:53.033Z Compiling ecdsa v0.16.9
17272026-02-26T19:19:53.201Z Compiling serde_with v3.16.1
17282026-02-26T19:19:53.872Z Compiling rsa v0.9.8
17292026-02-26T19:19:53.900Z Compiling zip v0.6.6
17302026-02-26T19:19:53.948Z Compiling ed25519-dalek v2.1.1
17312026-02-26T19:19:54.794Z Compiling toml v0.7.8
17322026-02-26T19:19:55.418Z Compiling crossterm v0.28.1
17332026-02-26T19:19:56.424Z Compiling itertools v0.10.5
17342026-02-26T19:19:56.710Z Compiling itertools v0.13.0
17352026-02-26T19:19:57.642Z Compiling heck v0.4.1
17362026-02-26T19:19:57.756Z Compiling crossbeam-epoch v0.9.18
17372026-02-26T19:19:58.250Z Compiling tokio-stream v0.1.17
17382026-02-26T19:19:58.475Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17392026-02-26T19:19:58.743Z Compiling x509-cert v0.2.5
17402026-02-26T19:19:58.913Z Compiling openapiv3 v2.2.0
17412026-02-26T19:19:58.977Z Compiling sha1 v0.10.6
17422026-02-26T19:19:59.346Z Compiling winnow v0.6.26
17432026-02-26T19:19:59.478Z Compiling lalrpop-util v0.19.12
17442026-02-26T19:19:59.648Z Compiling peg-runtime v0.8.5
17452026-02-26T19:19:59.875Z Compiling thread_local v1.1.8
17462026-02-26T19:19:59.918Z Compiling slog-async v2.8.0
17472026-02-26T19:20:00.223Z Compiling crossbeam-channel v0.5.15
17482026-02-26T19:20:00.385Z Compiling xattr v1.3.1
17492026-02-26T19:20:00.532Z Compiling futures-executor v0.3.31
17502026-02-26T19:20:00.687Z Compiling filetime v0.2.26
17512026-02-26T19:20:01.019Z Compiling is-terminal v0.4.13
17522026-02-26T19:20:01.044Z Compiling take_mut v0.2.2
17532026-02-26T19:20:01.183Z Compiling term v1.1.0
17542026-02-26T19:20:01.263Z Compiling tar v0.4.44
17552026-02-26T19:20:01.457Z Compiling futures v0.3.31
17562026-02-26T19:20:02.250Z Compiling slog-term v2.9.2
17572026-02-26T19:20:13.241Z Compiling rustls-webpki v0.103.9
17582026-02-26T19:20:21.032Z Compiling tokio-rustls v0.26.0
17592026-02-26T19:20:21.032Z Compiling rustls-platform-verifier v0.6.2
17602026-02-26T19:20:21.571Z Compiling hyper-rustls v0.27.7
17612026-02-26T19:20:22.032Z Compiling reqwest v0.12.28
17622026-02-26T19:20:22.032Z Compiling reqwest v0.13.2
17632026-02-26T19:20:27.919Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17642026-02-26T19:20:28.388Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17652026-02-26T19:20:35.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 23s
17662026-02-26T19:20:35.511Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17672026-02-26T19:20:35.605ZFeb 26 19:20:34.905 INFO Starting download, target: Clickhouse
17682026-02-26T19:20:35.605ZFeb 26 19:20:34.906 INFO Starting download, target: Cockroach
17692026-02-26T19:20:35.605ZFeb 26 19:20:34.906 INFO Starting download, target: Console
17702026-02-26T19:20:35.605ZFeb 26 19:20:34.906 INFO Starting download, target: DendriteStub
17712026-02-26T19:20:35.630ZFeb 26 19:20:34.906 INFO Starting download, target: MaghemiteMgd
17722026-02-26T19:20:35.630ZFeb 26 19:20:34.906 INFO Starting download, target: TransceiverControl
17732026-02-26T19:20:35.630ZFeb 26 19:20:34.906 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17742026-02-26T19:20:35.630ZFeb 26 19:20:34.907 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17752026-02-26T19:20:35.630ZFeb 26 19:20:34.907 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17762026-02-26T19:20:35.630ZFeb 26 19:20:34.907 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17772026-02-26T19:20:35.630ZFeb 26 19:20:34.907 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17782026-02-26T19:20:35.630ZFeb 26 19:20:34.907 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17792026-02-26T19:20:36.315ZFeb 26 19:20:35.604 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17802026-02-26T19:20:36.992ZFeb 26 19:20:36.292 INFO Download complete, target: Console
17812026-02-26T19:20:37.804ZFeb 26 19:20:37.106 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17822026-02-26T19:20:38.407ZFeb 26 19:20:37.708 INFO Download complete, target: TransceiverControl
17832026-02-26T19:20:43.084ZFeb 26 19:20:42.386 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17842026-02-26T19:20:43.812ZFeb 26 19:20:43.114 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17852026-02-26T19:20:45.483ZFeb 26 19:20:44.785 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17862026-02-26T19:20:45.483ZFeb 26 19:20:44.785 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17872026-02-26T19:20:50.064ZFeb 26 19:20:49.367 INFO Download complete, target: DendriteStub
17882026-02-26T19:20:50.639ZFeb 26 19:20:49.943 INFO Download complete, target: MaghemiteMgd
17892026-02-26T19:20:53.276ZFeb 26 19:20:52.580 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17902026-02-26T19:20:59.061ZFeb 26 19:20:58.365 INFO Checking that binary works, target: Cockroach
17912026-02-26T19:20:59.335ZFeb 26 19:20:58.639 INFO Download complete, target: Cockroach
17922026-02-26T19:21:12.688ZFeb 26 19:21:11.993 INFO Checking that binary works, target: Clickhouse
17932026-02-26T19:21:12.961ZFeb 26 19:21:12.268 INFO Download complete, target: Clickhouse
17942026-02-26T19:21:12.995ZAll builder prerequisites installed successfully, and PATH looks valid
17952026-02-26T19:21:13.020Z
17962026-02-26T19:21:13.020Zreal 7:19.564860199
17972026-02-26T19:21:13.020Zuser 19:15.785523834
17982026-02-26T19:21:13.020Zsys 3:07.539974281
17992026-02-26T19:21:13.020Ztrap 0.806162809
18002026-02-26T19:21:13.021Ztflt 0.421965045
18012026-02-26T19:21:13.021Zdflt 0.869127667
18022026-02-26T19:21:13.021Zkflt 0.015793862
18032026-02-26T19:21:13.021Zlock 47:07.009735683
18042026-02-26T19:21:13.021Zslp 1:09:24.872132682
18052026-02-26T19:21:13.021Zlat 1:21.978531378
18062026-02-26T19:21:13.021Zstop 3:18.716619193
18072026-02-26T19:21:13.021Z++ bmat factory name
18082026-02-26T19:21:13.021Z++ bmat factory private
18092026-02-26T19:21:13.046Z+ jq --null-input --arg bmat_factory_name gimlet-EVT22200007-propolis --arg bmat_factory_private EVT22200007/59513 '{
18102026-02-26T19:21:13.046Z buildomat: {
18112026-02-26T19:21:13.046Z factory: {
18122026-02-26T19:21:13.046Z name: $bmat_factory_name,
18132026-02-26T19:21:13.046Z private: $bmat_factory_private,
18142026-02-26T19:21:13.046Z },
18152026-02-26T19:21:13.046Z },
18162026-02-26T19:21:13.046Z }'
18172026-02-26T19:21:13.077Z+ banner ls-apis
18182026-02-26T19:21:13.102Z
18192026-02-26T19:21:13.102Z # #### ## ##### # ####
18202026-02-26T19:21:13.102Z # # # # # # # #
18212026-02-26T19:21:13.102Z # #### ##### # # # # # ####
18222026-02-26T19:21:13.102Z # # ###### ##### # #
18232026-02-26T19:21:13.102Z # # # # # # # # #
18242026-02-26T19:21:13.102Z ###### #### # # # # ####
18252026-02-26T19:21:13.102Z
18262026-02-26T19:21:13.102Z+ source ./tools/include/force-git-over-https.sh
18272026-02-26T19:21:13.102Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18282026-02-26T19:21:13.102Z++ (( i = 0 ))
18292026-02-26T19:21:13.102Z++ (( i < 5 ))
18302026-02-26T19:21:13.102Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18312026-02-26T19:21:13.102Z++ (( i++ ))
18322026-02-26T19:21:13.102Z++ (( i < 5 ))
18332026-02-26T19:21:13.102Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18342026-02-26T19:21:13.102Z++ (( i++ ))
18352026-02-26T19:21:13.102Z++ (( i < 5 ))
18362026-02-26T19:21:13.102Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18372026-02-26T19:21:13.102Z++ (( i++ ))
18382026-02-26T19:21:13.102Z++ (( i < 5 ))
18392026-02-26T19:21:13.103Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18402026-02-26T19:21:13.103Z++ (( i++ ))
18412026-02-26T19:21:13.103Z++ (( i < 5 ))
18422026-02-26T19:21:13.103Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18432026-02-26T19:21:13.128Z++ (( i++ ))
18442026-02-26T19:21:13.128Z++ (( i < 5 ))
18452026-02-26T19:21:13.128Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18462026-02-26T19:21:13.128Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18472026-02-26T19:21:13.128Z+ ptime -m cargo xtask ls-apis apis
18482026-02-26T19:21:14.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
18492026-02-26T19:21:14.655Z Running `target/debug/xtask ls-apis apis`
18502026-02-26T19:21:16.642Z Compiling semver v0.1.20
18512026-02-26T19:21:16.677Z Compiling erased-serde v0.4.6
18522026-02-26T19:21:16.702Z Compiling ordered-float v2.10.1
18532026-02-26T19:21:16.702Z Compiling structmeta-derive v0.3.0
18542026-02-26T19:21:16.702Z Compiling toml v0.8.23
18552026-02-26T19:21:16.702Z Compiling cargo-platform v0.2.0
18562026-02-26T19:21:16.727Z Compiling indent_write v2.2.0
18572026-02-26T19:21:17.067Z Compiling rustc_version v0.1.7
18582026-02-26T19:21:17.328Z Compiling serde-value v0.7.0
18592026-02-26T19:21:17.510Z Compiling newtype_derive v0.1.6
18602026-02-26T19:21:17.766Z Compiling serde-untagged v0.1.7
18612026-02-26T19:21:18.207Z Compiling cargo-util-schemas v0.8.2
18622026-02-26T19:21:18.732Z Compiling structmeta v0.3.0
18632026-02-26T19:21:19.109Z Compiling parse-display-derive v0.10.0
18642026-02-26T19:21:20.485Z Compiling cargo_metadata v0.21.0
18652026-02-26T19:21:21.807Z Compiling parse-display v0.10.0
18662026-02-26T19:21:22.486Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
18672026-02-26T19:21:29.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.18s
18682026-02-26T19:21:30.074Z Running `target/debug/ls-apis apis`
18692026-02-26T19:21:30.155Zloading metadata for workspace omicron from current workspace
18702026-02-26T19:21:35.665Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/61479b6/Cargo.toml
18712026-02-26T19:21:35.689Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/606c0be/Cargo.toml
18722026-02-26T19:21:35.689Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/8f5527d/Cargo.toml
18732026-02-26T19:21:35.689Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/36f20be/Cargo.toml
18742026-02-26T19:21:35.714Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/Cargo.toml
18752026-02-26T19:22:15.450Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/3799229/Cargo.toml
18762026-02-26T19:22:18.504Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
18772026-02-26T19:22:18.547Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
18782026-02-26T19:22:19.156ZBootstrap Agent (client: bootstrap-agent-client)
18792026-02-26T19:22:19.156Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18802026-02-26T19:22:19.156Z consumed by: wicketd (omicron/wicketd) via 1 path
18812026-02-26T19:22:19.156Z
18822026-02-26T19:22:19.156ZBootstrap Agent Lockstep API (client: bootstrap-agent-lockstep-client)
18832026-02-26T19:22:19.156Z consumed by: wicketd (omicron/wicketd) via 2 paths
18842026-02-26T19:22:19.156Z
18852026-02-26T19:22:19.156ZClickhouse Cluster Admin for Keepers (client: clickhouse-admin-keeper-client)
18862026-02-26T19:22:19.156Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
18872026-02-26T19:22:19.156Z
18882026-02-26T19:22:19.156ZClickhouse Cluster Admin for Servers (client: clickhouse-admin-server-client)
18892026-02-26T19:22:19.156Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
18902026-02-26T19:22:19.156Z
18912026-02-26T19:22:19.156ZClickhouse Single-Node Cluster Admin (client: clickhouse-admin-single-client)
18922026-02-26T19:22:19.156Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
18932026-02-26T19:22:19.156Z
18942026-02-26T19:22:19.156ZCockroachDB Cluster Admin (client: cockroach-admin-client)
18952026-02-26T19:22:19.156Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
18962026-02-26T19:22:19.156Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18972026-02-26T19:22:19.156Z
18982026-02-26T19:22:19.156ZCrucible Agent (client: crucible-agent-client)
18992026-02-26T19:22:19.182Z consumed by: omicron-nexus (omicron/nexus) via 1 path
19002026-02-26T19:22:19.182Z
19012026-02-26T19:22:19.182ZCrucible Control (for testing only) (client: crucible-control-client)
19022026-02-26T19:22:19.182Z
19032026-02-26T19:22:19.182ZCrucible Pantry (client: crucible-pantry-client)
19042026-02-26T19:22:19.182Z consumed by: omicron-nexus (omicron/nexus) via 1 path
19052026-02-26T19:22:19.182Z
19062026-02-26T19:22:19.182ZMaghemite DDM Admin (client: ddm-admin-client)
19072026-02-26T19:22:19.182Z consumed by: installinator (omicron/installinator) via 1 path
19082026-02-26T19:22:19.182Z consumed by: mgd (maghemite/mgd) via 1 path
19092026-02-26T19:22:19.182Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19102026-02-26T19:22:19.182Z consumed by: wicketd (omicron/wicketd) via 1 path
19112026-02-26T19:22:19.182Z
19122026-02-26T19:22:19.182ZDNS Server (client: dns-service-client)
19132026-02-26T19:22:19.182Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19142026-02-26T19:22:19.182Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19152026-02-26T19:22:19.182Z
19162026-02-26T19:22:19.182ZDendrite DPD (client: dpd-client)
19172026-02-26T19:22:19.182Z consumed by: ddmd (maghemite/ddmd) via 2 paths
19182026-02-26T19:22:19.183Z consumed by: lldpd (lldp/lldpd) via 2 paths
19192026-02-26T19:22:19.183Z consumed by: mgd (maghemite/mgd) via 1 path
19202026-02-26T19:22:19.183Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19212026-02-26T19:22:19.183Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19222026-02-26T19:22:19.183Z consumed by: tfportd (dendrite/tfportd) via 2 paths
19232026-02-26T19:22:19.183Z consumed by: wicketd (omicron/wicketd) via 2 paths
19242026-02-26T19:22:19.183Z
19252026-02-26T19:22:19.183ZDownstairs Controller (debugging only) (client: dsc-client)
19262026-02-26T19:22:19.183Z
19272026-02-26T19:22:19.183ZManagement Gateway Service (client: gateway-client)
19282026-02-26T19:22:19.208Z consumed by: dpd (dendrite/dpd) via 1 path
19292026-02-26T19:22:19.208Z consumed by: mgd (maghemite/mgd) via 1 path
19302026-02-26T19:22:19.208Z consumed by: omicron-nexus (omicron/nexus) via 4 paths
19312026-02-26T19:22:19.208Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19322026-02-26T19:22:19.208Z consumed by: wicketd (omicron/wicketd) via 3 paths
19332026-02-26T19:22:19.208Z
19342026-02-26T19:22:19.208ZWicketd Installinator (client: installinator-client)
19352026-02-26T19:22:19.208Z consumed by: installinator (omicron/installinator) via 1 path
19362026-02-26T19:22:19.208Z
19372026-02-26T19:22:19.208ZLLDP daemon (client: lldpd-client)
19382026-02-26T19:22:19.208Z consumed by: omicron-nexus (omicron/nexus) via 1 path
19392026-02-26T19:22:19.208Z consumed by: tfportd (dendrite/tfportd) via 1 path
19402026-02-26T19:22:19.208Z
19412026-02-26T19:22:19.208ZMaghemite MG Admin (client: mg-admin-client)
19422026-02-26T19:22:19.208Z consumed by: omicron-nexus (omicron/nexus) via 1 path
19432026-02-26T19:22:19.208Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19442026-02-26T19:22:19.208Z
19452026-02-26T19:22:19.208ZNexus Internal API (client: nexus-client)
19462026-02-26T19:22:19.234Z consumed by: crucible-pantry (crucible/pantry) via 1 path
19472026-02-26T19:22:19.234Z consumed by: dpd (dendrite/dpd) via 1 path
19482026-02-26T19:22:19.234Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19492026-02-26T19:22:19.234Z consumed by: oximeter-collector (omicron/oximeter/collector) via 1 path
19502026-02-26T19:22:19.234Z consumed by: propolis-server (propolis/bin/propolis-server) via 3 paths
19512026-02-26T19:22:19.234Z
19522026-02-26T19:22:19.234ZNexus Internal Lockstep API (client: nexus-lockstep-client)
19532026-02-26T19:22:19.234Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19542026-02-26T19:22:19.234Z status: expected, reason: Only RSS uses this API and it is not part of upgrade
19552026-02-26T19:22:19.234Z
19562026-02-26T19:22:19.234ZNTP Admin (client: ntp-admin-client)
19572026-02-26T19:22:19.234Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19582026-02-26T19:22:19.234Z consumed by: omicron-sled-agent (omicron/sled-agent) via 2 paths
19592026-02-26T19:22:19.234Z
19602026-02-26T19:22:19.234ZExternal API (client: oxide-client)
19612026-02-26T19:22:19.234Z
19622026-02-26T19:22:19.234ZOximeter (client: oximeter-client)
19632026-02-26T19:22:19.234Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19642026-02-26T19:22:19.234Z
19652026-02-26T19:22:19.234ZPropolis (client: propolis-client)
19662026-02-26T19:22:19.234Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
19672026-02-26T19:22:19.234Z consumed by: omicron-sled-agent (omicron/sled-agent) via 2 paths
19682026-02-26T19:22:19.234Z
19692026-02-26T19:22:19.234ZCrucible Repair (client: repair-client)
19702026-02-26T19:22:19.235Z consumed by: crucible-downstairs (crucible/downstairs) via 1 path
19712026-02-26T19:22:19.235Z
19722026-02-26T19:22:19.235ZRepo Depot API (client: repo-depot-client)
19732026-02-26T19:22:19.235Z consumed by: omicron-nexus (omicron/nexus) via 1 path
19742026-02-26T19:22:19.235Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19752026-02-26T19:22:19.235Z
19762026-02-26T19:22:19.235ZSled Agent (client: sled-agent-client)
19772026-02-26T19:22:19.235Z consumed by: omicron-nexus (omicron/nexus) via 8 paths
19782026-02-26T19:22:19.235Z
19792026-02-26T19:22:19.235ZWicketd (client: wicketd-client)
19802026-02-26T19:22:19.235Z
19812026-02-26T19:22:19.402Z
19822026-02-26T19:22:19.402Zreal 1:06.271065862
19832026-02-26T19:22:19.402Zuser 55.059424757
19842026-02-26T19:22:19.402Zsys 23.785356712
19852026-02-26T19:22:19.402Ztrap 0.033545896
19862026-02-26T19:22:19.402Ztflt 0.141250929
19872026-02-26T19:22:19.402Zdflt 0.369337769
19882026-02-26T19:22:19.402Zkflt 0.000000000
19892026-02-26T19:22:19.427Zlock 1:25.613574745
19902026-02-26T19:22:19.427Zslp 8:11.406021735
19912026-02-26T19:22:19.427Zlat 1.720239744
19922026-02-26T19:22:19.427Zstop 2.244600752
19932026-02-26T19:22:19.427Z+ ptime -m cargo xtask ls-apis deployment-units
19942026-02-26T19:22:21.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.53s
19952026-02-26T19:22:21.130Z Running `target/debug/xtask ls-apis deployment-units`
19962026-02-26T19:22:23.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.91s
19972026-02-26T19:22:23.193Z Running `target/debug/ls-apis deployment-units`
19982026-02-26T19:22:23.269Zloading metadata for workspace omicron from current workspace
19992026-02-26T19:22:25.865Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/61479b6/Cargo.toml
20002026-02-26T19:22:25.890Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/36f20be/Cargo.toml
20012026-02-26T19:22:25.890Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/606c0be/Cargo.toml
20022026-02-26T19:22:25.890Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/8f5527d/Cargo.toml
20032026-02-26T19:22:25.915Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/Cargo.toml
20042026-02-26T19:22:32.447Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/3799229/Cargo.toml
20052026-02-26T19:22:34.054Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
20062026-02-26T19:22:34.099Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
20072026-02-26T19:22:34.544ZClickhouse (single-node) / Clickhouse Server (multi-node) / Clickhouse Keeper (multi-node)
20082026-02-26T19:22:34.544Z omicron-clickhouse-admin (omicron/clickhouse-admin)
20092026-02-26T19:22:34.544Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
20102026-02-26T19:22:34.544Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
20112026-02-26T19:22:34.544Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
20122026-02-26T19:22:34.570Z
20132026-02-26T19:22:34.570Z
20142026-02-26T19:22:34.570ZCockroach
20152026-02-26T19:22:34.570Z omicron-cockroach-admin (omicron/cockroach-admin)
20162026-02-26T19:22:34.570Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
20172026-02-26T19:22:34.570Z
20182026-02-26T19:22:34.570Z
20192026-02-26T19:22:34.570ZCrucible
20202026-02-26T19:22:34.570Z crucible-agent (crucible/agent)
20212026-02-26T19:22:34.570Z exposes: Crucible Agent (client = crucible-agent-client)
20222026-02-26T19:22:34.570Z
20232026-02-26T19:22:34.570Z crucible-downstairs (crucible/downstairs)
20242026-02-26T19:22:34.570Z exposes: Crucible Repair (client = repair-client)
20252026-02-26T19:22:34.570Z consumes: repair-client
20262026-02-26T19:22:34.570Z
20272026-02-26T19:22:34.570Z
20282026-02-26T19:22:34.570ZCrucible Pantry
20292026-02-26T19:22:34.570Z crucible-pantry (crucible/pantry)
20302026-02-26T19:22:34.570Z exposes: Crucible Pantry (client = crucible-pantry-client)
20312026-02-26T19:22:34.570Z consumes: nexus-client
20322026-02-26T19:22:34.570Z
20332026-02-26T19:22:34.570Z
20342026-02-26T19:22:34.570ZDNS Server
20352026-02-26T19:22:34.570Z dns-server (omicron/dns-server)
20362026-02-26T19:22:34.570Z exposes: DNS Server (client = dns-service-client)
20372026-02-26T19:22:34.570Z
20382026-02-26T19:22:34.570Z
20392026-02-26T19:22:34.570ZHost OS
20402026-02-26T19:22:34.570Z ddmd (maghemite/ddmd)
20412026-02-26T19:22:34.570Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
20422026-02-26T19:22:34.570Z consumes: dpd-client
20432026-02-26T19:22:34.570Z
20442026-02-26T19:22:34.570Z dpd (dendrite/dpd)
20452026-02-26T19:22:34.570Z exposes: Dendrite DPD (client = dpd-client)
20462026-02-26T19:22:34.570Z consumes: gateway-client
20472026-02-26T19:22:34.570Z consumes: nexus-client
20482026-02-26T19:22:34.571Z
20492026-02-26T19:22:34.571Z lldpd (lldp/lldpd)
20502026-02-26T19:22:34.571Z exposes: LLDP daemon (client = lldpd-client)
20512026-02-26T19:22:34.571Z consumes: dpd-client
20522026-02-26T19:22:34.571Z
20532026-02-26T19:22:34.571Z mgd (maghemite/mgd)
20542026-02-26T19:22:34.571Z exposes: Maghemite MG Admin (client = mg-admin-client)
20552026-02-26T19:22:34.596Z consumes: ddm-admin-client
20562026-02-26T19:22:34.596Z consumes: dpd-client
20572026-02-26T19:22:34.596Z consumes: gateway-client
20582026-02-26T19:22:34.596Z
20592026-02-26T19:22:34.596Z omicron-gateway (omicron/gateway)
20602026-02-26T19:22:34.596Z exposes: Management Gateway Service (client = gateway-client)
20612026-02-26T19:22:34.596Z
20622026-02-26T19:22:34.596Z omicron-sled-agent (omicron/sled-agent)
20632026-02-26T19:22:34.596Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
20642026-02-26T19:22:34.596Z exposes: Bootstrap Agent Lockstep API (client = bootstrap-agent-lockstep-client)
20652026-02-26T19:22:34.596Z exposes: Repo Depot API (client = repo-depot-client)
20662026-02-26T19:22:34.596Z exposes: Sled Agent (client = sled-agent-client)
20672026-02-26T19:22:34.596Z consumes: bootstrap-agent-client
20682026-02-26T19:22:34.596Z consumes: cockroach-admin-client
20692026-02-26T19:22:34.597Z consumes: ddm-admin-client
20702026-02-26T19:22:34.597Z consumes: dns-service-client
20712026-02-26T19:22:34.597Z consumes: dpd-client
20722026-02-26T19:22:34.597Z consumes: gateway-client
20732026-02-26T19:22:34.597Z consumes: mg-admin-client
20742026-02-26T19:22:34.597Z consumes: nexus-client
20752026-02-26T19:22:34.597Z consumes: nexus-lockstep-client
20762026-02-26T19:22:34.597Z consumes: ntp-admin-client
20772026-02-26T19:22:34.597Z consumes: propolis-client
20782026-02-26T19:22:34.597Z consumes: repo-depot-client
20792026-02-26T19:22:34.597Z
20802026-02-26T19:22:34.597Z propolis-server (propolis/bin/propolis-server)
20812026-02-26T19:22:34.597Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
20822026-02-26T19:22:34.597Z exposes: Propolis (client = propolis-client)
20832026-02-26T19:22:34.597Z consumes: nexus-client
20842026-02-26T19:22:34.597Z
20852026-02-26T19:22:34.597Z tfportd (dendrite/tfportd)
20862026-02-26T19:22:34.597Z consumes: dpd-client
20872026-02-26T19:22:34.597Z consumes: lldpd-client
20882026-02-26T19:22:34.597Z
20892026-02-26T19:22:34.597Z wicketd (omicron/wicketd)
20902026-02-26T19:22:34.597Z exposes: Wicketd Installinator (client = installinator-client)
20912026-02-26T19:22:34.597Z exposes: Wicketd (client = wicketd-client)
20922026-02-26T19:22:34.597Z consumes: bootstrap-agent-client
20932026-02-26T19:22:34.597Z consumes: bootstrap-agent-lockstep-client
20942026-02-26T19:22:34.597Z consumes: ddm-admin-client
20952026-02-26T19:22:34.597Z consumes: dpd-client
20962026-02-26T19:22:34.597Z consumes: gateway-client
20972026-02-26T19:22:34.597Z
20982026-02-26T19:22:34.597Z
20992026-02-26T19:22:34.597ZInstallinator
21002026-02-26T19:22:34.597Z installinator (omicron/installinator)
21012026-02-26T19:22:34.597Z consumes: ddm-admin-client
21022026-02-26T19:22:34.597Z consumes: installinator-client
21032026-02-26T19:22:34.597Z
21042026-02-26T19:22:34.597Z
21052026-02-26T19:22:34.597ZNTP
21062026-02-26T19:22:34.597Z omicron-ntp-admin (omicron/ntp-admin)
21072026-02-26T19:22:34.597Z exposes: NTP Admin (client = ntp-admin-client)
21082026-02-26T19:22:34.623Z
21092026-02-26T19:22:34.623Z
21102026-02-26T19:22:34.623ZNexus
21112026-02-26T19:22:34.623Z omicron-nexus (omicron/nexus)
21122026-02-26T19:22:34.623Z exposes: Nexus Internal API (client = nexus-client)
21132026-02-26T19:22:34.623Z exposes: Nexus Internal Lockstep API (client = nexus-lockstep-client)
21142026-02-26T19:22:34.623Z exposes: External API (client = oxide-client)
21152026-02-26T19:22:34.623Z consumes: clickhouse-admin-keeper-client
21162026-02-26T19:22:34.623Z consumes: clickhouse-admin-server-client
21172026-02-26T19:22:34.623Z consumes: clickhouse-admin-single-client
21182026-02-26T19:22:34.623Z consumes: cockroach-admin-client
21192026-02-26T19:22:34.623Z consumes: crucible-agent-client
21202026-02-26T19:22:34.623Z consumes: crucible-pantry-client
21212026-02-26T19:22:34.623Z consumes: dns-service-client
21222026-02-26T19:22:34.623Z consumes: dpd-client
21232026-02-26T19:22:34.623Z consumes: gateway-client
21242026-02-26T19:22:34.623Z consumes: lldpd-client
21252026-02-26T19:22:34.623Z consumes: mg-admin-client
21262026-02-26T19:22:34.623Z consumes: ntp-admin-client
21272026-02-26T19:22:34.623Z consumes: oximeter-client
21282026-02-26T19:22:34.623Z consumes: propolis-client
21292026-02-26T19:22:34.623Z consumes: repo-depot-client
21302026-02-26T19:22:34.623Z consumes: sled-agent-client
21312026-02-26T19:22:34.623Z
21322026-02-26T19:22:34.623Z
21332026-02-26T19:22:34.623ZOximeter
21342026-02-26T19:22:34.623Z oximeter-collector (omicron/oximeter/collector)
21352026-02-26T19:22:34.623Z exposes: Oximeter (client = oximeter-client)
21362026-02-26T19:22:34.623Z consumes: nexus-client
21372026-02-26T19:22:34.623Z
21382026-02-26T19:22:34.623Z
21392026-02-26T19:22:34.755Z
21402026-02-26T19:22:34.755Zreal 15.316170644
21412026-02-26T19:22:34.780Zuser 11.901764561
21422026-02-26T19:22:34.780Zsys 5.482075517
21432026-02-26T19:22:34.780Ztrap 0.005647934
21442026-02-26T19:22:34.780Ztflt 0.000146194
21452026-02-26T19:22:34.780Zdflt 0.000212205
21462026-02-26T19:22:34.780Zkflt 0.000028700
21472026-02-26T19:22:34.780Zlock 0.834651219
21482026-02-26T19:22:34.780Zslp 1:00.027191127
21492026-02-26T19:22:34.780Zlat 0.070255797
21502026-02-26T19:22:34.780Zstop 0.015167512
21512026-02-26T19:22:34.780Z+ ptime -m cargo xtask ls-apis servers
21522026-02-26T19:22:36.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
21532026-02-26T19:22:36.199Z Running `target/debug/xtask ls-apis servers`
21542026-02-26T19:22:38.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.78s
21552026-02-26T19:22:38.134Z Running `target/debug/ls-apis servers`
21562026-02-26T19:22:38.203Zloading metadata for workspace omicron from current workspace
21572026-02-26T19:22:40.856Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/61479b6/Cargo.toml
21582026-02-26T19:22:40.881Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/606c0be/Cargo.toml
21592026-02-26T19:22:40.881Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/8f5527d/Cargo.toml
21602026-02-26T19:22:40.881Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/36f20be/Cargo.toml
21612026-02-26T19:22:40.881Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/Cargo.toml
21622026-02-26T19:22:47.166Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/3799229/Cargo.toml
21632026-02-26T19:22:48.670Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
21642026-02-26T19:22:48.718Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
21652026-02-26T19:22:49.206Zomicron-clickhouse-admin (omicron/clickhouse-admin)
21662026-02-26T19:22:49.206Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
21672026-02-26T19:22:49.206Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
21682026-02-26T19:22:49.206Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
21692026-02-26T19:22:49.254Z
21702026-02-26T19:22:49.254Zomicron-cockroach-admin (omicron/cockroach-admin)
21712026-02-26T19:22:49.254Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
21722026-02-26T19:22:49.254Z
21732026-02-26T19:22:49.254Zcrucible-agent (crucible/agent)
21742026-02-26T19:22:49.254Z exposes: Crucible Agent (client = crucible-agent-client)
21752026-02-26T19:22:49.254Z
21762026-02-26T19:22:49.254Zcrucible-downstairs (crucible/downstairs)
21772026-02-26T19:22:49.254Z exposes: Crucible Repair (client = repair-client)
21782026-02-26T19:22:49.254Z consumes: repair-client
21792026-02-26T19:22:49.254Z
21802026-02-26T19:22:49.254Zcrucible-pantry (crucible/pantry)
21812026-02-26T19:22:49.254Z exposes: Crucible Pantry (client = crucible-pantry-client)
21822026-02-26T19:22:49.254Z consumes: nexus-client
21832026-02-26T19:22:49.254Z
21842026-02-26T19:22:49.254Zdns-server (omicron/dns-server)
21852026-02-26T19:22:49.254Z exposes: DNS Server (client = dns-service-client)
21862026-02-26T19:22:49.254Z
21872026-02-26T19:22:49.254Zomicron-sled-agent (omicron/sled-agent)
21882026-02-26T19:22:49.254Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
21892026-02-26T19:22:49.254Z exposes: Bootstrap Agent Lockstep API (client = bootstrap-agent-lockstep-client)
21902026-02-26T19:22:49.254Z exposes: Repo Depot API (client = repo-depot-client)
21912026-02-26T19:22:49.254Z exposes: Sled Agent (client = sled-agent-client)
21922026-02-26T19:22:49.254Z consumes: bootstrap-agent-client
21932026-02-26T19:22:49.254Z consumes: cockroach-admin-client
21942026-02-26T19:22:49.254Z consumes: ddm-admin-client
21952026-02-26T19:22:49.254Z consumes: dns-service-client
21962026-02-26T19:22:49.254Z consumes: dpd-client
21972026-02-26T19:22:49.254Z consumes: gateway-client
21982026-02-26T19:22:49.254Z consumes: mg-admin-client
21992026-02-26T19:22:49.254Z consumes: nexus-client
22002026-02-26T19:22:49.254Z consumes: nexus-lockstep-client
22012026-02-26T19:22:49.254Z consumes: ntp-admin-client
22022026-02-26T19:22:49.254Z consumes: propolis-client
22032026-02-26T19:22:49.255Z consumes: repo-depot-client
22042026-02-26T19:22:49.255Z
22052026-02-26T19:22:49.255Zpropolis-server (propolis/bin/propolis-server)
22062026-02-26T19:22:49.255Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
22072026-02-26T19:22:49.255Z exposes: Propolis (client = propolis-client)
22082026-02-26T19:22:49.255Z consumes: nexus-client
22092026-02-26T19:22:49.255Z
22102026-02-26T19:22:49.255Zddmd (maghemite/ddmd)
22112026-02-26T19:22:49.255Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
22122026-02-26T19:22:49.255Z consumes: dpd-client
22132026-02-26T19:22:49.255Z
22142026-02-26T19:22:49.255Zdpd (dendrite/dpd)
22152026-02-26T19:22:49.255Z exposes: Dendrite DPD (client = dpd-client)
22162026-02-26T19:22:49.320Z consumes: gateway-client
22172026-02-26T19:22:49.320Z consumes: nexus-client
22182026-02-26T19:22:49.320Z
22192026-02-26T19:22:49.320Zlldpd (lldp/lldpd)
22202026-02-26T19:22:49.320Z exposes: LLDP daemon (client = lldpd-client)
22212026-02-26T19:22:49.320Z consumes: dpd-client
22222026-02-26T19:22:49.320Z
22232026-02-26T19:22:49.321Zmgd (maghemite/mgd)
22242026-02-26T19:22:49.321Z exposes: Maghemite MG Admin (client = mg-admin-client)
22252026-02-26T19:22:49.321Z consumes: ddm-admin-client
22262026-02-26T19:22:49.321Z consumes: dpd-client
22272026-02-26T19:22:49.321Z consumes: gateway-client
22282026-02-26T19:22:49.321Z
22292026-02-26T19:22:49.321Zomicron-gateway (omicron/gateway)
22302026-02-26T19:22:49.321Z exposes: Management Gateway Service (client = gateway-client)
22312026-02-26T19:22:49.321Z
22322026-02-26T19:22:49.321Ztfportd (dendrite/tfportd)
22332026-02-26T19:22:49.321Z consumes: dpd-client
22342026-02-26T19:22:49.321Z consumes: lldpd-client
22352026-02-26T19:22:49.321Z
22362026-02-26T19:22:49.321Zwicketd (omicron/wicketd)
22372026-02-26T19:22:49.321Z exposes: Wicketd Installinator (client = installinator-client)
22382026-02-26T19:22:49.321Z exposes: Wicketd (client = wicketd-client)
22392026-02-26T19:22:49.321Z consumes: bootstrap-agent-client
22402026-02-26T19:22:49.321Z consumes: bootstrap-agent-lockstep-client
22412026-02-26T19:22:49.321Z consumes: ddm-admin-client
22422026-02-26T19:22:49.321Z consumes: dpd-client
22432026-02-26T19:22:49.321Z consumes: gateway-client
22442026-02-26T19:22:49.321Z
22452026-02-26T19:22:49.321Zinstallinator (omicron/installinator)
22462026-02-26T19:22:49.321Z consumes: ddm-admin-client
22472026-02-26T19:22:49.321Z consumes: installinator-client
22482026-02-26T19:22:49.321Z
22492026-02-26T19:22:49.321Zomicron-ntp-admin (omicron/ntp-admin)
22502026-02-26T19:22:49.321Z exposes: NTP Admin (client = ntp-admin-client)
22512026-02-26T19:22:49.321Z
22522026-02-26T19:22:49.321Zomicron-nexus (omicron/nexus)
22532026-02-26T19:22:49.321Z exposes: Nexus Internal API (client = nexus-client)
22542026-02-26T19:22:49.321Z exposes: Nexus Internal Lockstep API (client = nexus-lockstep-client)
22552026-02-26T19:22:49.321Z exposes: External API (client = oxide-client)
22562026-02-26T19:22:49.321Z consumes: clickhouse-admin-keeper-client
22572026-02-26T19:22:49.321Z consumes: clickhouse-admin-server-client
22582026-02-26T19:22:49.321Z consumes: clickhouse-admin-single-client
22592026-02-26T19:22:49.321Z consumes: cockroach-admin-client
22602026-02-26T19:22:49.321Z consumes: crucible-agent-client
22612026-02-26T19:22:49.321Z consumes: crucible-pantry-client
22622026-02-26T19:22:49.322Z consumes: dns-service-client
22632026-02-26T19:22:49.322Z consumes: dpd-client
22642026-02-26T19:22:49.322Z consumes: gateway-client
22652026-02-26T19:22:49.322Z consumes: lldpd-client
22662026-02-26T19:22:49.322Z consumes: mg-admin-client
22672026-02-26T19:22:49.322Z consumes: ntp-admin-client
22682026-02-26T19:22:49.322Z consumes: oximeter-client
22692026-02-26T19:22:49.322Z consumes: propolis-client
22702026-02-26T19:22:49.322Z consumes: repo-depot-client
22712026-02-26T19:22:49.322Z consumes: sled-agent-client
22722026-02-26T19:22:49.322Z
22732026-02-26T19:22:49.322Zoximeter-collector (omicron/oximeter/collector)
22742026-02-26T19:22:49.322Z exposes: Oximeter (client = oximeter-client)
22752026-02-26T19:22:49.322Z consumes: nexus-client
22762026-02-26T19:22:49.322Z
22772026-02-26T19:22:49.406Z
22782026-02-26T19:22:49.406Zreal 14.601728937
22792026-02-26T19:22:49.406Zuser 11.892679687
22802026-02-26T19:22:49.406Zsys 4.952012712
22812026-02-26T19:22:49.406Ztrap 0.003755895
22822026-02-26T19:22:49.406Ztflt 0.000078322
22832026-02-26T19:22:49.406Zdflt 0.000252440
22842026-02-26T19:22:49.406Zkflt 0.000003186
22852026-02-26T19:22:49.406Zlock 0.689112646
22862026-02-26T19:22:49.431Zslp 57.150686128
22872026-02-26T19:22:49.431Zlat 0.047385032
22882026-02-26T19:22:49.431Zstop 0.014073124
22892026-02-26T19:22:49.431Z+ ptime -m cargo xtask ls-apis check
22902026-02-26T19:22:50.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
22912026-02-26T19:22:50.692Z Running `target/debug/xtask ls-apis check`
22922026-02-26T19:22:52.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s
22932026-02-26T19:22:52.692Z Running `target/debug/ls-apis check`
22942026-02-26T19:22:52.766Zloading metadata for workspace omicron from current workspace
22952026-02-26T19:22:55.179Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/61479b6/Cargo.toml
22962026-02-26T19:22:55.204Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/606c0be/Cargo.toml
22972026-02-26T19:22:55.204Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/36f20be/Cargo.toml
22982026-02-26T19:22:55.204Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/Cargo.toml
22992026-02-26T19:22:55.229Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/8f5527d/Cargo.toml
23002026-02-26T19:23:01.084Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/3799229/Cargo.toml
23012026-02-26T19:23:02.586Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
23022026-02-26T19:23:02.630Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
23032026-02-26T19:23:03.357Z
23042026-02-26T19:23:03.357Z
23052026-02-26T19:23:03.357ZServer-managed APIs:
23062026-02-26T19:23:03.357Z
23072026-02-26T19:23:03.357Z Bootstrap Agent Lockstep API (bootstrap-agent-lockstep-client, exposed by omicron-sled-agent)
23082026-02-26T19:23:03.357Z Clickhouse Cluster Admin for Keepers (clickhouse-admin-keeper-client, exposed by omicron-clickhouse-admin)
23092026-02-26T19:23:03.357Z Clickhouse Cluster Admin for Servers (clickhouse-admin-server-client, exposed by omicron-clickhouse-admin)
23102026-02-26T19:23:03.357Z Clickhouse Single-Node Cluster Admin (clickhouse-admin-single-client, exposed by omicron-clickhouse-admin)
23112026-02-26T19:23:03.357Z CockroachDB Cluster Admin (cockroach-admin-client, exposed by omicron-cockroach-admin)
23122026-02-26T19:23:03.357Z Crucible Agent (crucible-agent-client, exposed by crucible-agent)
23132026-02-26T19:23:03.357Z Crucible Control (for testing only) (crucible-control-client, exposed by propolis-server)
23142026-02-26T19:23:03.357Z Crucible Pantry (crucible-pantry-client, exposed by crucible-pantry)
23152026-02-26T19:23:03.357Z Maghemite DDM Admin (ddm-admin-client, exposed by ddmd)
23162026-02-26T19:23:03.357Z DNS Server (dns-service-client, exposed by dns-server)
23172026-02-26T19:23:03.357Z Dendrite DPD (dpd-client, exposed by dpd)
23182026-02-26T19:23:03.357Z Management Gateway Service (gateway-client, exposed by omicron-gateway)
23192026-02-26T19:23:03.357Z LLDP daemon (lldpd-client, exposed by lldpd)
23202026-02-26T19:23:03.357Z Maghemite MG Admin (mg-admin-client, exposed by mgd)
23212026-02-26T19:23:03.357Z NTP Admin (ntp-admin-client, exposed by omicron-ntp-admin)
23222026-02-26T19:23:03.357Z External API (oxide-client, exposed by omicron-nexus)
23232026-02-26T19:23:03.357Z Oximeter (oximeter-client, exposed by oximeter-collector)
23242026-02-26T19:23:03.357Z Propolis (propolis-client, exposed by propolis-server)
23252026-02-26T19:23:03.357Z Sled Agent (sled-agent-client, exposed by omicron-sled-agent)
23262026-02-26T19:23:03.358Z Wicketd (wicketd-client, exposed by wicketd)
23272026-02-26T19:23:03.358Z
23282026-02-26T19:23:03.358Z
23292026-02-26T19:23:03.358ZClient-managed API:
23302026-02-26T19:23:03.358Z
23312026-02-26T19:23:03.358Z Bootstrap Agent (bootstrap-agent-client, exposed by omicron-sled-agent)
23322026-02-26T19:23:03.358Z reason: depends on itself (i.e., instances call each other)
23332026-02-26T19:23:03.358Z Wicketd Installinator (installinator-client, exposed by wicketd)
23342026-02-26T19:23:03.358Z reason: client is provided implicitly by the operator
23352026-02-26T19:23:03.358Z Nexus Internal API (nexus-client, exposed by omicron-nexus)
23362026-02-26T19:23:03.358Z reason: Circular dependencies between Nexus and other services
23372026-02-26T19:23:03.358Z Nexus Internal Lockstep API (nexus-lockstep-client, exposed by omicron-nexus)
23382026-02-26T19:23:03.358Z reason: Circular dependencies between Nexus and other services
23392026-02-26T19:23:03.358Z Crucible Repair (repair-client, exposed by crucible-downstairs)
23402026-02-26T19:23:03.358Z reason: depends on itself (i.e., instances call each other)
23412026-02-26T19:23:03.358Z Repo Depot API (repo-depot-client, exposed by omicron-sled-agent)
23422026-02-26T19:23:03.358Z reason: depends on itself (i.e., instances call each other)
23432026-02-26T19:23:03.358Z
23442026-02-26T19:23:03.358Z
23452026-02-26T19:23:03.358ZAPIs with unknown version management: none
23462026-02-26T19:23:03.358Z
23472026-02-26T19:23:03.358Z
23482026-02-26T19:23:03.358ZAPIs that failed consumer checks: none
23492026-02-26T19:23:03.470Z
23502026-02-26T19:23:03.470Zreal 14.026569156
23512026-02-26T19:23:03.470Zuser 11.542500507
23522026-02-26T19:23:03.470Zsys 4.619064144
23532026-02-26T19:23:03.470Ztrap 0.003148215
23542026-02-26T19:23:03.470Ztflt 0.000081861
23552026-02-26T19:23:03.470Zdflt 0.000197853
23562026-02-26T19:23:03.470Zkflt 0.000000000
23572026-02-26T19:23:03.470Zlock 0.674445370
23582026-02-26T19:23:03.470Zslp 53.616065488
23592026-02-26T19:23:03.470Zlat 0.035045803
23602026-02-26T19:23:03.470Zstop 0.015201410
23612026-02-26T19:23:03.495Z+ ptime -m cargo xtask ls-apis adoc
23622026-02-26T19:23:04.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s
23632026-02-26T19:23:04.779Z Running `target/debug/xtask ls-apis adoc`
23642026-02-26T19:23:06.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
23652026-02-26T19:23:06.613Z Running `target/debug/ls-apis adoc`
23662026-02-26T19:23:06.699Zloading metadata for workspace omicron from current workspace
23672026-02-26T19:23:09.195Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/61479b6/Cargo.toml
23682026-02-26T19:23:09.219Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/606c0be/Cargo.toml
23692026-02-26T19:23:09.220Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/36f20be/Cargo.toml
23702026-02-26T19:23:09.220Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/8f5527d/Cargo.toml
23712026-02-26T19:23:09.220Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/Cargo.toml
23722026-02-26T19:23:15.351Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/3799229/Cargo.toml
23732026-02-26T19:23:16.848Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
23742026-02-26T19:23:16.894Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
23752026-02-26T19:23:17.533Z
23762026-02-26T19:23:17.533Zreal 14.027389468
23772026-02-26T19:23:17.533Zuser 11.392902873
23782026-02-26T19:23:17.533Zsys 4.663517786
23792026-02-26T19:23:17.533Ztrap 0.003103278
23802026-02-26T19:23:17.533Ztflt 0.000095607
23812026-02-26T19:23:17.533Zdflt 0.000162968
23822026-02-26T19:23:17.533Zkflt 0.000002645
23832026-02-26T19:23:17.533Zlock 0.645858709
23842026-02-26T19:23:17.534Zslp 55.251496645
23852026-02-26T19:23:17.534Zlat 0.038711686
23862026-02-26T19:23:17.534Zstop 0.013197226
23872026-02-26T19:23:17.560Z+ banner build
23882026-02-26T19:23:17.560Z
23892026-02-26T19:23:17.560Z ##### # # # # #####
23902026-02-26T19:23:17.560Z # # # # # # # #
23912026-02-26T19:23:17.560Z ##### # # # # # #
23922026-02-26T19:23:17.560Z # # # # # # # #
23932026-02-26T19:23:17.560Z # # # # # # # #
23942026-02-26T19:23:17.560Z ##### #### # ###### #####
23952026-02-26T19:23:17.560Z
23962026-02-26T19:23:17.560Z+ export 'RUSTFLAGS=--cfg tokio_unstable -D warnings'
23972026-02-26T19:23:17.560Z+ RUSTFLAGS='--cfg tokio_unstable -D warnings'
23982026-02-26T19:23:17.560Z+ export 'RUSTDOCFLAGS=--document-private-items -D warnings'
23992026-02-26T19:23:17.560Z+ RUSTDOCFLAGS='--document-private-items -D warnings'
24002026-02-26T19:23:17.560Z+ [[ illumos == \i\l\l\u\m\o\s ]]
24012026-02-26T19:23:17.560Z+ RUSTFLAGS='--cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64'
24022026-02-26T19:23:17.560Z+ export TMPDIR=/var/tmp/omicron_tmp
24032026-02-26T19:23:17.560Z+ TMPDIR=/var/tmp/omicron_tmp
24042026-02-26T19:23:17.560Z+ export RUST_BACKTRACE=1
24052026-02-26T19:23:17.560Z+ RUST_BACKTRACE=1
24062026-02-26T19:23:17.561Z+ export CARGO_INCREMENTAL=0
24072026-02-26T19:23:17.561Z+ CARGO_INCREMENTAL=0
24082026-02-26T19:23:17.561Z+ export RUSTC_BOOTSTRAP=1
24092026-02-26T19:23:17.561Z+ RUSTC_BOOTSTRAP=1
24102026-02-26T19:23:17.561Z+ ptime -m cargo build -Z unstable-options --timings=json --workspace --exclude=omicron-nexus --tests --locked --verbose
24112026-02-26T19:23:22.785Z Compiling proc-macro2 v1.0.106
24122026-02-26T19:23:22.785Z Compiling unicode-ident v1.0.24
24132026-02-26T19:23:22.785Z Compiling quote v1.0.44
24142026-02-26T19:23:22.811Z Compiling libc v0.2.180
24152026-02-26T19:23:22.811Z Compiling cfg-if v1.0.4
24162026-02-26T19:23:22.811Z Compiling serde_core v1.0.228
24172026-02-26T19:23:22.811Z Compiling serde v1.0.228
24182026-02-26T19:23:22.811Z Compiling memchr v2.7.4
24192026-02-26T19:23:22.865Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=7dd8d9b9be536ffe -C extra-filename=-20ddd8baf87b454e --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro2-20ddd8baf87b454e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24202026-02-26T19:23:22.913Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.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=421ca6c8f18811fa -C extra-filename=-2cad0dccc7e83d6a --out-dir /work/oxidecomputer/omicron/target/debug/build/quote-2cad0dccc7e83d6a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24212026-02-26T19:23:22.913Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.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=2d4cecb18f29c604 -C extra-filename=-53f5903cda871f6b --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-53f5903cda871f6b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24222026-02-26T19:23:22.913Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c810a78ab3685782 -C extra-filename=-721e468481ec512c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24232026-02-26T19:23:22.913Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="rc"' --cfg 'feature="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=5b7ceae783dcd744 -C extra-filename=-8808dea6eb3cea3d --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_core-8808dea6eb3cea3d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24242026-02-26T19:23:22.913Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "rustc-dep-of-std"))' -C metadata=2fe5a4277503f348 -C extra-filename=-9b8d246c7e3e185e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24252026-02-26T19:23:22.913Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=0e138bb5d5c96cf2 -C extra-filename=-afea2278d9bc496e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24262026-02-26T19:23:22.913Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="rc"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=372624f56427f6de -C extra-filename=-198cfdcd7aed6023 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-198cfdcd7aed6023 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24272026-02-26T19:23:23.297Z Compiling autocfg v1.4.0
24282026-02-26T19:23:23.345Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name autocfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=38e36d17a24727b6 -C extra-filename=-f43eaeead31529f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24292026-02-26T19:23:23.373Z Compiling smallvec v1.15.1
24302026-02-26T19:23:23.403Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.15.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="const_generics"' --cfg 'feature="const_new"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bincode", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "impl_bincode", "malloc_size_of", "may_dangle", "serde", "specialization", "union", "unty", "write"))' -C metadata=85c5739916c35a14 -C extra-filename=-ec04b22c3ab89ecb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24312026-02-26T19:23:23.550Z Running `/work/oxidecomputer/omicron/target/debug/build/quote-2cad0dccc7e83d6a/build-script-build`
24322026-02-26T19:23:23.694Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-20ddd8baf87b454e/build-script-build`
24332026-02-26T19:23:23.719Z Compiling value-bag v1.12.0
24342026-02-26T19:23:23.719Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_core-8808dea6eb3cea3d/build-script-build`
24352026-02-26T19:23:23.768Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name value_bag --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/value-bag-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 --cfg 'feature="inline-i128"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "error", "inline-i128", "inline-str", "owned", "seq", "serde", "serde1", "std", "sval", "sval2", "test", "value-bag-serde1", "value-bag-sval2"))' -C metadata=a9a5abcd22c935ad -C extra-filename=-29730e7e6105c1fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-02-26T19:23:23.855Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-53f5903cda871f6b/build-script-build`
24372026-02-26T19:23:23.955Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="rc"' --cfg 'feature="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=25bb4e80a514eef7 -C extra-filename=-621676faf194ecf2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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)'`
24382026-02-26T19:23:23.980Z Compiling itoa v1.0.11
24392026-02-26T19:23:23.980Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-198cfdcd7aed6023/build-script-build`
24402026-02-26T19:23:23.980Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=918adedc60bd3c61 -C extra-filename=-c7c658e705ae5e14 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-02-26T19:23:24.062Z Running `/home/build/.rustup/toolchains/1.91.1-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=366c850d108d246e -C extra-filename=-b9bf1208c93b2e2e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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"))'`
24422026-02-26T19:23:24.114Z Compiling version_check v0.9.5
24432026-02-26T19:23:24.139Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name version_check --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/version_check-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1fed3ebdd0a8d8f4 -C extra-filename=-2ff88dd682b77008 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-02-26T19:23:24.308Z Compiling log v0.4.29
24452026-02-26T19:23:24.333Z Running `/home/build/.rustup/toolchains/1.91.1-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="kv"' --cfg 'feature="kv_unstable"' --cfg 'feature="std"' --cfg 'feature="value-bag"' --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=b675af08ed370fa0 -C extra-filename=-960003e0783a03bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern value_bag=/work/oxidecomputer/omicron/target/debug/deps/libvalue_bag-29730e7e6105c1fa.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24462026-02-26T19:23:24.359Z Compiling lock_api v0.4.12
24472026-02-26T19:23:24.413Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic_usize"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=277f189081e91839 -C extra-filename=-e845434a7fd94edb --out-dir /work/oxidecomputer/omicron/target/debug/build/lock_api-e845434a7fd94edb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-f43eaeead31529f5.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24482026-02-26T19:23:24.438Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=73fb680068edbaa9 -C extra-filename=-ac01f240da661f72 --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-721e468481ec512c.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)'`
24492026-02-26T19:23:24.487Z Compiling scopeguard v1.2.0
24502026-02-26T19:23:24.512Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scopeguard-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=5e8433c4acf1110a -C extra-filename=-a654ba7dfca26712 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-02-26T19:23:24.619Z Compiling libm v0.2.8
24522026-02-26T19:23:24.644Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "musl-reference-tests", "rand", "unstable"))' -C metadata=ffb33613e8d4a7af -C extra-filename=-01ef88c2096a02ac --out-dir /work/oxidecomputer/omicron/target/debug/build/libm-01ef88c2096a02ac -L 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-02-26T19:23:24.737Z Compiling num-traits v0.2.19
24542026-02-26T19:23:24.762Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=e21afc24a635e5d7 -C extra-filename=-eb985e79811f81f2 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-traits-eb985e79811f81f2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-f43eaeead31529f5.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24552026-02-26T19:23:24.831Z Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-e845434a7fd94edb/build-script-build`
24562026-02-26T19:23:24.885Z Compiling zmij v1.0.15
24572026-02-26T19:23:24.935Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.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("no-panic"))' -C metadata=b9b0a2f07dddf77f -C extra-filename=-ef371a4d2a6a40c0 --out-dir /work/oxidecomputer/omicron/target/debug/build/zmij-ef371a4d2a6a40c0 -L 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-02-26T19:23:25.113Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic_usize"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=36968f43a5c66b14 -C extra-filename=-6f10c0b5517ba48f --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-a654ba7dfca26712.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_const_fn_trait_bound`
24592026-02-26T19:23:25.138Z Compiling serde_json v1.0.149
24602026-02-26T19:23:25.138Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-01ef88c2096a02ac/build-script-build`
24612026-02-26T19:23:25.138Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.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=0e6db122f130972f -C extra-filename=-a9359c1d8e652b93 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-a9359c1d8e652b93 -L 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-02-26T19:23:25.228Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-eb985e79811f81f2/build-script-build`
24632026-02-26T19:23:25.285Z Compiling getrandom v0.2.15
24642026-02-26T19:23:25.310Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="js"' --cfg 'feature="js-sys"' --cfg 'feature="rdrand"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --check-cfg 'cfg(docsrs,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=35565f56e8d7123f -C extra-filename=-d175a24152610cf1 --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-9b8d246c7e3e185e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24652026-02-26T19:23:25.425Z Running `/home/build/.rustup/toolchains/1.91.1-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=54f2625f2b63da54 -C extra-filename=-6662676745198c93 --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-ac01f240da661f72.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_diagnostic_namespace)'`
24662026-02-26T19:23:25.535Z Running `/work/oxidecomputer/omicron/target/debug/build/zmij-ef371a4d2a6a40c0/build-script-build`
24672026-02-26T19:23:25.639Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name libm --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "musl-reference-tests", "rand", "unstable"))' -C metadata=719984985072f2b3 -C extra-filename=-aca419b966ec5f81 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24682026-02-26T19:23:25.696Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-a9359c1d8e652b93/build-script-build`
24692026-02-26T19:23:25.721Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zmij --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.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("no-panic"))' -C metadata=b516b13122754e43 -C extra-filename=-5b0d2fb8e613e661 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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)'`
24702026-02-26T19:23:25.753Z Compiling stable_deref_trait v1.2.0
24712026-02-26T19:23:25.778Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name stable_deref_trait --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stable_deref_trait-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-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=0aa77d5fdf691434 -C extra-filename=-b41c7bc68364b791 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24722026-02-26T19:23:25.812Z Compiling getrandom v0.3.4
24732026-02-26T19:23:25.837Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "wasm_js", "windows_legacy", "unsupported"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "wasm_js"))' -C metadata=e7c41bbdc5efee69 -C extra-filename=-91b470fbf6cfb92c --out-dir /work/oxidecomputer/omicron/target/debug/build/getrandom-91b470fbf6cfb92c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24742026-02-26T19:23:25.838Z Compiling portable-atomic v1.11.0
24752026-02-26T19:23:25.867Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.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 '--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_os,values("psx"))' --check-cfg 'cfg(target_env,values("psx"))' --check-cfg 'cfg(target_feature,values("lse2","lse128","rcpc3"))' --check-cfg 'cfg(target_feature,values("quadword-atomics"))' --check-cfg 'cfg(target_feature,values("zaamo","zabha"))' --check-cfg 'cfg(target_pointer_width,values("128"))' --check-cfg 'cfg(portable_atomic_test_outline_atomics_detect_false,qemu,valgrind)' --check-cfg 'cfg(portable_atomic_no_outline_atomics,portable_atomic_outline_atomics,portable_atomic_unstable_f16,portable_atomic_unstable_f128)' --check-cfg 'cfg(portable_atomic_unstable_coerce_unsized)' --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-single-core"))' -C metadata=bf2ca5a3224a2a76 -C extra-filename=-ff6320f598a10ff6 --out-dir /work/oxidecomputer/omicron/target/debug/build/portable-atomic-ff6320f598a10ff6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24762026-02-26T19:23:25.931Z Compiling syn v2.0.117
24772026-02-26T19:23:25.984Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.117/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=a13f53b056625727 -C extra-filename=-1f65f7910250c689 --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-ac01f240da661f72.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-721e468481ec512c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24782026-02-26T19:23:26.009Z Compiling litemap v0.7.3
24792026-02-26T19:23:26.009Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name litemap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litemap-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "testing", "yoke"))' -C metadata=9e3b1609ea163231 -C extra-filename=-f8d7dda46b524d38 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24802026-02-26T19:23:26.073Z Compiling writeable v0.5.5
24812026-02-26T19:23:26.098Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name writeable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/writeable-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "either"))' -C metadata=6790c0051423f72a -C extra-filename=-6dcddd387f9eabd8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24822026-02-26T19:23:26.264Z Compiling percent-encoding v2.3.2
24832026-02-26T19:23:26.289Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/percent-encoding-2.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=25af006ef2d43065 -C extra-filename=-4e27467e3006387d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24842026-02-26T19:23:26.457Z Compiling critical-section v1.1.3
24852026-02-26T19:23:26.483Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name critical_section --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/critical-section-1.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("restore-state-bool", "restore-state-none", "restore-state-u16", "restore-state-u32", "restore-state-u64", "restore-state-u8", "restore-state-usize", "std"))' -C metadata=a8f2758216383534 -C extra-filename=-e47f30cd4437bc06 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24862026-02-26T19:23:26.696Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name num_traits --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=0ca50965bf927454 -C extra-filename=-e2c1fb2295e429a9 --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-aca419b966ec5f81.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)'`
24872026-02-26T19:23:26.752Z Compiling icu_locid_transform_data v1.5.0
24882026-02-26T19:23:26.778Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid_transform_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locid_transform_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2830a9f21bcf3f8c -C extra-filename=-ff5ddd7b436347e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24892026-02-26T19:23:26.806Z Compiling icu_properties_data v1.5.0
24902026-02-26T19:23:26.831Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-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=e6b9c6f5b279814f -C extra-filename=-4a8118ea9a2ac535 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-02-26T19:23:26.961Z Compiling write16 v1.0.0
24922026-02-26T19:23:27.008Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name write16 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/write16-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arrayvec", "smallvec"))' -C metadata=850b53d1389796f4 -C extra-filename=-93ab4f48133cf7c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-02-26T19:23:27.033Z Compiling utf8_iter v1.0.4
24942026-02-26T19:23:27.075Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name utf8_iter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf8_iter-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b8f89225af32a837 -C extra-filename=-d60a17f3aef31344 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24952026-02-26T19:23:27.100Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-ff6320f598a10ff6/build-script-build`
24962026-02-26T19:23:27.183Z Compiling icu_normalizer_data v1.5.0
24972026-02-26T19:23:27.208Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-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=fe79ead9b4489446 -C extra-filename=-54abd0820f39e054 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24982026-02-26T19:23:27.238Z Compiling utf16_iter v1.0.5
24992026-02-26T19:23:27.263Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name utf16_iter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf16_iter-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f0aac6982bd24e3e -C extra-filename=-1912248d2e789ee1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25002026-02-26T19:23:27.295Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name portable_atomic --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::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_os,values("psx"))' --check-cfg 'cfg(target_env,values("psx"))' --check-cfg 'cfg(target_feature,values("lse2","lse128","rcpc3"))' --check-cfg 'cfg(target_feature,values("quadword-atomics"))' --check-cfg 'cfg(target_feature,values("zaamo","zabha"))' --check-cfg 'cfg(target_pointer_width,values("128"))' --check-cfg 'cfg(portable_atomic_test_outline_atomics_detect_false,qemu,valgrind)' --check-cfg 'cfg(portable_atomic_no_outline_atomics,portable_atomic_outline_atomics,portable_atomic_unstable_f16,portable_atomic_unstable_f128)' --check-cfg 'cfg(portable_atomic_unstable_coerce_unsized)' --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-single-core"))' -C metadata=dc91a4695adec0be -C extra-filename=-847f833c2dcf0067 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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("zacas","fast-serialization","load-store-on-cond","distinct-ops","miscellaneous-extensions-3"))' --check-cfg 'cfg(portable_atomic_disable_fiq,portable_atomic_force_amo,portable_atomic_ll_sc_rmw,portable_atomic_new_atomic_intrinsics,portable_atomic_no_asm,portable_atomic_no_asm_maybe_uninit,portable_atomic_no_atomic_64,portable_atomic_no_atomic_cas,portable_atomic_no_atomic_load_store,portable_atomic_no_atomic_min_max,portable_atomic_no_cfg_target_has_atomic,portable_atomic_no_cmpxchg16b_intrinsic,portable_atomic_no_cmpxchg16b_target_feature,portable_atomic_no_const_mut_refs,portable_atomic_no_const_raw_ptr_deref,portable_atomic_no_const_transmute,portable_atomic_no_core_unwind_safe,portable_atomic_no_diagnostic_namespace,portable_atomic_no_offset_of,portable_atomic_no_strict_provenance,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_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","mclass","miscellaneous-extensions-3","quadword-atomics","rcpc3","v6","zaamo","zabha","zacas"))'`
25012026-02-26T19:23:27.369Z Running `/work/oxidecomputer/omicron/target/debug/build/getrandom-91b470fbf6cfb92c/build-script-build`
25022026-02-26T19:23:27.425Z Compiling allocator-api2 v0.2.21
25032026-02-26T19:23:27.425Z Compiling shlex v1.3.0
25042026-02-26T19:23:27.425Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name allocator_api2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(no_global_oom_handling)' --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "fresh-rust", "nightly", "serde", "std"))' -C metadata=bcaef229cabbc49b -C extra-filename=-5d1b947e3c59ece1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25052026-02-26T19:23:27.450Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name shlex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/shlex-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=6b161aa1515df61a -C extra-filename=-498b3287c21cda57 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25062026-02-26T19:23:27.520Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "wasm_js", "windows_legacy", "unsupported"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "wasm_js"))' -C metadata=a26cd1bb37d3029b -C extra-filename=-f05a29efbbe49ca1 --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-9b8d246c7e3e185e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25072026-02-26T19:23:27.588Z Compiling form_urlencoded v1.2.2
25082026-02-26T19:23:27.614Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/form_urlencoded-1.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=f14b340420b4e1f1 -C extra-filename=-27609812460f1d12 --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-4e27467e3006387d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25092026-02-26T19:23:27.962Z Compiling jobserver v0.1.32
25102026-02-26T19:23:27.987Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name jobserver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jobserver-0.1.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7ee48e4149a4f2ee -C extra-filename=-133428d38228fa59 --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-b9bf1208c93b2e2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25112026-02-26T19:23:28.016Z Compiling find-msvc-tools v0.1.9
25122026-02-26T19:23:28.041Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name find_msvc_tools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/find-msvc-tools-0.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --check-cfg 'cfg(disable_clang_cl_tests)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2c3aa44d1eead29e -C extra-filename=-c5e4ec548d3bc647 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-02-26T19:23:28.082Z Compiling equivalent v1.0.2
25142026-02-26T19:23:28.108Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name equivalent --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/equivalent-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=776cf3769342d5f0 -C extra-filename=-19a94b8838b7bdc3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25152026-02-26T19:23:28.274Z Compiling pin-project-lite v0.2.14
25162026-02-26T19:23:28.322Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes '--warn=clippy::default_union_representation' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=856067d4e71ac1cf -C extra-filename=-01b2cd9ff7035cd5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25172026-02-26T19:23:28.322Z Compiling heck v0.5.0
25182026-02-26T19:23:28.347Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0388ddfa62170877 -C extra-filename=-d61228a413094487 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-02-26T19:23:28.526Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.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=dd24c8a5b9ae8eba -C extra-filename=-c85a4dfc7c919f45 --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-c7c658e705ae5e14.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-afea2278d9bc496e.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-621676faf194ecf2.rmeta --extern zmij=/work/oxidecomputer/omicron/target/debug/deps/libzmij-5b0d2fb8e613e661.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"))'`
25202026-02-26T19:23:28.581Z Compiling once_cell v1.21.3
25212026-02-26T19:23:28.664Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="critical-section"' --cfg 'feature="default"' --cfg 'feature="portable-atomic"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=8508b972e77dfe82 -C extra-filename=-db7d74724b41b313 --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-e47f30cd4437bc06.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-847f833c2dcf0067.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25222026-02-26T19:23:28.689Z Compiling semver v1.0.27
25232026-02-26T19:23:28.689Z Compiling cc v1.2.56
25242026-02-26T19:23:28.690Z Running `/home/build/.rustup/toolchains/1.91.1-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=61e420ca0cb90e97 -C extra-filename=-2515eb2f1813c14a --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-621676faf194ecf2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25252026-02-26T19:23:28.690Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.56/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --check-cfg 'cfg(disable_clang_cl_tests)' --cfg 'feature="parallel"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=083ab8ebf06876cb -C extra-filename=-7d81945d2ab4a7b1 --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-c5e4ec548d3bc647.rmeta --extern jobserver=/work/oxidecomputer/omicron/target/debug/deps/libjobserver-133428d38228fa59.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-498b3287c21cda57.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25262026-02-26T19:23:28.824Z Compiling rand_core v0.6.4
25272026-02-26T19:23:28.903Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=4a3e740af0439b26 -C extra-filename=-6a42c010b5a060c9 --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-d175a24152610cf1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25282026-02-26T19:23:28.948Z Compiling subtle v2.6.1
25292026-02-26T19:23:28.973Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/subtle-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="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=23e434bbdaf8ca38 -C extra-filename=-e3f1b5474dd052f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-02-26T19:23:29.013Z Compiling parking_lot_core v0.9.10
25312026-02-26T19:23:29.038Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.10/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=5c3c5aa2249f0a1a -C extra-filename=-a0fcaaa03e3057a5 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-a0fcaaa03e3057a5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25322026-02-26T19:23:29.096Z Compiling byteorder v1.5.0
25332026-02-26T19:23:29.121Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/byteorder-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=46a4d0958f5c19ef -C extra-filename=-7979b4ba2f5cd7b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25342026-02-26T19:23:29.397Z Compiling foldhash v0.2.0
25352026-02-26T19:23:29.422Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name foldhash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foldhash-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=1171322363f10db3 -C extra-filename=-597297e42a37300a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25362026-02-26T19:23:29.484Z Compiling signal-hook-registry v1.4.2
25372026-02-26T19:23:29.508Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-registry-1.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=59c2e3e316028ba8 -C extra-filename=-e02a3f4cfec0435b --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-b9bf1208c93b2e2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25382026-02-26T19:23:29.535Z Compiling fnv v1.0.7
25392026-02-26T19:23:29.570Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name fnv --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=35bf2126d6040ac8 -C extra-filename=-22553d033a4f20d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25402026-02-26T19:23:29.657Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-a0fcaaa03e3057a5/build-script-build`
25412026-02-26T19:23:29.682Z Compiling thiserror v2.0.18
25422026-02-26T19:23:29.710Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.18/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=7da980e5b8813f56 -C extra-filename=-ec39bc20e6761ebe --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-ec39bc20e6761ebe -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25432026-02-26T19:23:29.735Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.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("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=42c30f5aab06d8d2 -C extra-filename=-8e284b80c969f440 --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-9b8d246c7e3e185e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ec04b22c3ab89ecb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25442026-02-26T19:23:29.785Z Compiling hashbrown v0.16.1
25452026-02-26T19:23:29.810Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="default-hasher"' --cfg 'feature="equivalent"' --cfg 'feature="inline-more"' --cfg 'feature="raw-entry"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=54368abb3029bcec -C extra-filename=-c9c06d5808196e2d --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-5d1b947e3c59ece1.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-19a94b8838b7bdc3.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-597297e42a37300a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25462026-02-26T19:23:29.882Z Compiling typenum v1.17.0
25472026-02-26T19:23:29.906Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.17.0/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=ee2d8f49e5bc4990 -C extra-filename=-f5fb402aae458783 --out-dir /work/oxidecomputer/omicron/target/debug/build/typenum-f5fb402aae458783 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25482026-02-26T19:23:30.241Z Compiling parking_lot v0.12.3
25492026-02-26T19:23:30.285Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-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=f316c04e8e3ce254 -C extra-filename=-e4d4c09c5872212f --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-6f10c0b5517ba48f.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-8e284b80c969f440.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25502026-02-26T19:23:30.350Z Compiling mio v1.0.2
25512026-02-26T19:23:30.375Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(mio_unsupported_force_waker_pipe)' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' -C metadata=cd21e5124f1972b5 -C extra-filename=-0abfbd36dab6dab3 --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-b9bf1208c93b2e2e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25522026-02-26T19:23:30.501Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-ec39bc20e6761ebe/build-script-build`
25532026-02-26T19:23:30.939Z Running `/work/oxidecomputer/omicron/target/debug/build/typenum-f5fb402aae458783/build-script-main`
25542026-02-26T19:23:31.131Z Compiling generic-array v0.14.7
25552026-02-26T19:23:31.156Z Compiling iana-time-zone v0.1.63
25562026-02-26T19:23:31.156Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="more_lengths"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=cd99cdd9281b502c -C extra-filename=-4556cc4bf380c3f6 --out-dir /work/oxidecomputer/omicron/target/debug/build/generic-array-4556cc4bf380c3f6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2ff88dd682b77008.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25572026-02-26T19:23:31.180Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name iana_time_zone --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iana-time-zone-0.1.63/src/lib.rs --error-format=json --json=diagnostic-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=70a1cc7fb4677cc5 -C extra-filename=-5a02bdd32cb005b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25582026-02-26T19:23:31.283Z Compiling futures-core v0.3.32
25592026-02-26T19:23:31.309Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=4a8ab02c6164efdd -C extra-filename=-9ce058c51c6e1495 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25602026-02-26T19:23:31.309Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' -C metadata=ae3d55486213eb70 -C extra-filename=-cbbe00eeba3a9834 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-02-26T19:23:31.411Z Compiling uuid v1.19.0
25622026-02-26T19:23:31.435Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-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 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=3f2ab953a35d7319 -C extra-filename=-b561f39f43570a5d --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-f05a29efbbe49ca1.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-621676faf194ecf2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25632026-02-26T19:23:31.570Z Compiling indexmap v2.13.0
25642026-02-26T19:23:31.596Z Running `/home/build/.rustup/toolchains/1.91.1-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=86dd449cdc5bba3e -C extra-filename=-496362133443fc3e --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-19a94b8838b7bdc3.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-c9c06d5808196e2d.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-621676faf194ecf2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25652026-02-26T19:23:31.647Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-4556cc4bf380c3f6/build-script-build`
25662026-02-26T19:23:31.693Z Compiling socket2 v0.6.1
25672026-02-26T19:23:31.718Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-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="all"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all"))' -C metadata=760e9958a75fb98d -C extra-filename=-742c923e3785b97d --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-b9bf1208c93b2e2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25682026-02-26T19:23:31.746Z Compiling regex-syntax v0.8.5
25692026-02-26T19:23:31.771Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,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=5d303abb65ad90cf -C extra-filename=-01dd8b748c5ec2c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25702026-02-26T19:23:31.807Z Compiling schemars v0.8.22
25712026-02-26T19:23:31.832Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars-0.8.22/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="semver"' --cfg 'feature="url"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=0da63852bb7fe7ff -C extra-filename=-944e5ab610a3878f --out-dir /work/oxidecomputer/omicron/target/debug/build/schemars-944e5ab610a3878f -L 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-02-26T19:23:32.296Z Compiling dyn-clone v1.0.20
25732026-02-26T19:23:32.321Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dyn-clone-1.0.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=44991b627a65e95e -C extra-filename=-ed331fa3a9daa5c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25742026-02-26T19:23:32.464Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-944e5ab610a3878f/build-script-build`
25752026-02-26T19:23:32.538Z Compiling errno v0.3.12
25762026-02-26T19:23:32.563Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.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 --warn=unexpected_cfgs --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=ba0c6e8d2d890339 -C extra-filename=-95ae2a6ef060d0cf --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-b9bf1208c93b2e2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25772026-02-26T19:23:32.589Z Compiling thiserror v1.0.69
25782026-02-26T19:23:32.638Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.69/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=98bb5d8700040862 -C extra-filename=-a8ae918124bfdb98 --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-a8ae918124bfdb98 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25792026-02-26T19:23:32.681Z Compiling futures-io v0.3.31
25802026-02-26T19:23:32.681Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-io-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "unstable"))' -C metadata=9138852ac137def3 -C extra-filename=-aa566f17b2a089a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25812026-02-26T19:23:32.707Z Compiling slab v0.4.9
25822026-02-26T19:23:32.707Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slab-0.4.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=37dccc4abae4ea2a -C extra-filename=-957ae5cebe2d89ea --out-dir /work/oxidecomputer/omicron/target/debug/build/slab-957ae5cebe2d89ea -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-f43eaeead31529f5.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25832026-02-26T19:23:32.856Z Compiling const-oid v0.9.6
25842026-02-26T19:23:32.881Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name const_oid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const-oid-0.9.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="db"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "db", "std"))' -C metadata=a17f5ddf6b7e06d4 -C extra-filename=-7fcf3363fa4d8b33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25852026-02-26T19:23:32.952Z Compiling aho-corasick v1.1.3
25862026-02-26T19:23:32.977Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name aho_corasick --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=29da616680000667 -C extra-filename=-4e8f28f0989e36db --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-afea2278d9bc496e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25872026-02-26T19:23:33.002Z Compiling rustversion v1.0.22
25882026-02-26T19:23:33.002Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/build/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f959ffc467937c95 -C extra-filename=-6e7ce715e8dae855 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustversion-6e7ce715e8dae855 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25892026-02-26T19:23:33.171Z Compiling pkg-config v0.3.31
25902026-02-26T19:23:33.196Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name pkg_config --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkg-config-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=05662a3a4d15ae87 -C extra-filename=-480ab039f767e1c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25912026-02-26T19:23:33.220Z Running `/work/oxidecomputer/omicron/target/debug/build/slab-957ae5cebe2d89ea/build-script-build`
25922026-02-26T19:23:33.323Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-a8ae918124bfdb98/build-script-build`
25932026-02-26T19:23:33.428Z Compiling synstructure v0.13.1
25942026-02-26T19:23:33.454Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name synstructure --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/synstructure-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=00315cd34799549b -C extra-filename=-d384b12188a5ce94 --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-ac01f240da661f72.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25952026-02-26T19:23:33.841Z Compiling serde_derive_internals v0.29.1
25962026-02-26T19:23:33.865Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive_internals --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive_internals-0.29.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9b7cbaa4076ea90e -C extra-filename=-2a11c7323f3d5a9f --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-ac01f240da661f72.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25972026-02-26T19:23:33.978Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slab-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=fa68cc1e9629eda3 -C extra-filename=-0c38d5d793d964d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25982026-02-26T19:23:34.288Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-6e7ce715e8dae855/build-script-build`
25992026-02-26T19:23:34.391Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rustversion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7b54ad4321b47d19 -C extra-filename=-f2a99d18b9861c4a --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"))'`
26002026-02-26T19:23:34.528Z Compiling syn v1.0.109
26012026-02-26T19:23:34.553Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=0f2bf8101601d425 -C extra-filename=-39e09c7289f08747 --out-dir /work/oxidecomputer/omicron/target/debug/build/syn-39e09c7289f08747 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26022026-02-26T19:23:34.873Z Compiling futures-sink v0.3.31
26032026-02-26T19:23:34.898Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-sink-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=018e82b04946cc8d -C extra-filename=-4ea66d469f289a56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26042026-02-26T19:23:34.923Z Compiling strsim v0.11.1
26052026-02-26T19:23:34.949Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name strsim --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4785fa8a11b3e581 -C extra-filename=-4f2345662d24d9d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26062026-02-26T19:23:35.127Z Compiling pin-utils v0.1.0
26072026-02-26T19:23:35.177Z Running `/home/build/.rustup/toolchains/1.91.1-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=edc544caf5df12c3 -C extra-filename=-12262d058be2a232 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26082026-02-26T19:23:35.246Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-39e09c7289f08747/build-script-build`
26092026-02-26T19:23:35.297Z Compiling futures-channel v0.3.31
26102026-02-26T19:23:35.322Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "futures-sink", "sink", "std", "unstable"))' -C metadata=858f756a8d3de1bd -C extra-filename=-4081dd690b8536d0 --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-cbbe00eeba3a9834.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4ea66d469f289a56.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26112026-02-26T19:23:35.371Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=917e9521b59d0bea -C extra-filename=-d0ed5c423d20d405 --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-ac01f240da661f72.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-721e468481ec512c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg syn_disable_nightly_tests`
26122026-02-26T19:23:35.749Z Compiling regex-automata v0.4.14
26132026-02-26T19:23:35.774Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --check-cfg 'cfg(docsrs_regex)' --cfg 'feature="alloc"' --cfg 'feature="dfa"' --cfg 'feature="dfa-build"' --cfg 'feature="dfa-onepass"' --cfg 'feature="dfa-search"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=654fc0fee0650d63 -C extra-filename=-4387b5d2d51d9453 --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-4e8f28f0989e36db.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-afea2278d9bc496e.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-01dd8b748c5ec2c7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26142026-02-26T19:23:35.799Z Compiling futures-task v0.3.31
26152026-02-26T19:23:35.799Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-task-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' -C metadata=0099686923e6c376 -C extra-filename=-4cbfb02a23417368 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-02-26T19:23:35.898Z Compiling cpufeatures v0.2.14
26172026-02-26T19:23:35.923Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=810b8dd6388c52a6 -C extra-filename=-4b1a5e7e778fc806 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26182026-02-26T19:23:36.085Z Compiling rustix v0.38.37
26192026-02-26T19:23:36.109Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.37/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="event"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="net"' --cfg 'feature="pipe"' --cfg 'feature="process"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="system"' --cfg 'feature="termios"' --cfg 'feature="time"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,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=8cbc18b7233b939a -C extra-filename=-8110dac6aaaa045f --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-8110dac6aaaa045f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26202026-02-26T19:23:36.136Z Compiling adler2 v2.0.0
26212026-02-26T19:23:36.137Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name adler2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/adler2-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "rustc-dep-of-std", "std"))' -C metadata=6d1bfda09ea702a9 -C extra-filename=-4e01008adafbd2a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26222026-02-26T19:23:36.205Z Compiling tracing-core v0.1.32
26232026-02-26T19:23:36.230Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="once_cell"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' -C metadata=52aa3aa75fdd93ac -C extra-filename=-5da925d4b013e013 --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-db7d74724b41b313.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26242026-02-26T19:23:36.433Z Compiling miniz_oxide v0.8.5
26252026-02-26T19:23:36.457Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name miniz_oxide --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miniz_oxide-0.8.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)' --cfg 'feature="with-alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "rustc-dep-of-std", "simd", "simd-adler32", "std", "with-alloc"))' -C metadata=bcaf0fd9c57cbabf -C extra-filename=-ebd2cfde094068a5 --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-4e01008adafbd2a4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26262026-02-26T19:23:36.946Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-8110dac6aaaa045f/build-script-build`
26272026-02-26T19:23:37.407Z Compiling gimli v0.31.1
26282026-02-26T19:23:37.432Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name gimli --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gimli-0.31.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="read"' --cfg 'feature="read-core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "endian-reader", "fallible-iterator", "read", "read-all", "read-core", "rustc-dep-of-std", "std", "write"))' -C metadata=477ff8bf4702ae1c -C extra-filename=-de113b574af1d25c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-02-26T19:23:37.546Z Compiling foldhash v0.1.5
26302026-02-26T19:23:37.571Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name foldhash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foldhash-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=0af7159976e6ea09 -C extra-filename=-c3d5002c5b21b0d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26312026-02-26T19:23:37.621Z Compiling object v0.36.5
26322026-02-26T19:23:37.646Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/object-0.36.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="elf"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read_core"' --cfg 'feature="unaligned"' --cfg 'feature="xcoff"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "alloc", "archive", "build", "build_core", "cargo-all", "coff", "compiler_builtins", "compression", "core", "default", "doc", "elf", "macho", "pe", "read", "read_core", "rustc-dep-of-std", "std", "unaligned", "unstable", "unstable-all", "wasm", "write", "write_core", "write_std", "xcoff"))' -C metadata=965fbba05787b029 -C extra-filename=-e33dfd345d6e2ca2 --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-afea2278d9bc496e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26332026-02-26T19:23:37.820Z Compiling rustc-demangle v0.1.24
26342026-02-26T19:23:37.845Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rustc_demangle --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustc-demangle-0.1.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("compiler_builtins", "core", "rustc-dep-of-std", "std"))' -C metadata=c73404a73d30be0d -C extra-filename=-abd6aebe5b35833f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26352026-02-26T19:23:37.939Z Compiling hashbrown v0.15.4
26362026-02-26T19:23:37.964Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.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="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=34e702d107e3bbe7 -C extra-filename=-24722ee613ffd7bd --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-5d1b947e3c59ece1.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-19a94b8838b7bdc3.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-c3d5002c5b21b0d8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26372026-02-26T19:23:37.990Z Compiling ring v0.17.14
26382026-02-26T19:23:38.015Z Running `/home/build/.rustup/toolchains/1.91.1-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=e4bce4f26137eff1 -C extra-filename=-2f1e3d909ebc3ed5 --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-2f1e3d909ebc3ed5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-7d81945d2ab4a7b1.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26392026-02-26T19:23:38.280Z Compiling serde_derive v1.0.228
26402026-02-26T19:23:38.305Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=82ca157e0a7924b7 -C extra-filename=-3449d84aa852d347 --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-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26412026-02-26T19:23:38.856Z Compiling zeroize_derive v1.4.2
26422026-02-26T19:23:38.881Z Running `/home/build/.rustup/toolchains/1.91.1-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.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=5780d6e3a217fa1b -C extra-filename=-e944cac7a7abc337 --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-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26432026-02-26T19:23:39.254Z Compiling zerofrom-derive v0.1.4
26442026-02-26T19:23:39.282Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-derive-0.1.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=cd9f438ccddabd82 -C extra-filename=-b5daa584b1b6e9f6 --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-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-d384b12188a5ce94.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26452026-02-26T19:23:39.308Z Compiling yoke-derive v0.7.4
26462026-02-26T19:23:39.370Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name yoke_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-derive-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ef37a1134c864fcd -C extra-filename=-8c22ac4822c33153 --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-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-d384b12188a5ce94.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26472026-02-26T19:23:40.356Z Compiling zeroize v1.8.1
26482026-02-26T19:23:40.381Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zeroize-1.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="zeroize_derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aarch64", "alloc", "default", "derive", "serde", "simd", "std", "zeroize_derive"))' -C metadata=9b3e6445d10e729a -C extra-filename=-083d4dfcae3a76f5 --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-e944cac7a7abc337.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26492026-02-26T19:23:40.781Z Compiling zerovec-derive v0.10.3
26502026-02-26T19:23:40.806Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zerovec_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-derive-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ca9e002affb160d8 -C extra-filename=-6b753388add3095d --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-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26512026-02-26T19:23:42.194Z Compiling displaydoc v0.2.5
26522026-02-26T19:23:42.218Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name displaydoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/displaydoc-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=3566e6e844ca68f9 -C extra-filename=-83445e28af1d0ee7 --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-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26532026-02-26T19:23:42.374Z Compiling icu_provider_macros v1.5.0
26542026-02-26T19:23:42.399Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider_macros-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=30bb4075284083e4 -C extra-filename=-7ffa4d42d4ad52bb --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-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26552026-02-26T19:23:42.875Z Compiling zerofrom v0.1.4
26562026-02-26T19:23:42.900Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive"))' -C metadata=0ddddd1cf5fd2381 -C extra-filename=-9560a97051da923d --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-b5daa584b1b6e9f6.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26572026-02-26T19:23:43.252Z Compiling yoke v0.7.4
26582026-02-26T19:23:43.277Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name yoke --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="zerofrom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "serde", "zerofrom"))' -C metadata=e574a6f2b1805a7a -C extra-filename=-d5af3da1c12a2ac0 --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-b41c7bc68364b791.rmeta --extern yoke_derive=/work/oxidecomputer/omicron/target/debug/deps/libyoke_derive-8c22ac4822c33153.so --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-9560a97051da923d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26592026-02-26T19:23:43.522Z Compiling thiserror-impl v2.0.18
26602026-02-26T19:23:43.546Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-2.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=776d2f348f8f1b60 -C extra-filename=-3619f2bde1fc8773 --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-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26612026-02-26T19:23:43.679Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name generic_array --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="more_lengths"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=f1ecf24211c32a66 -C extra-filename=-cbef46c34d9df723 --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-9ce058c51c6e1495.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg relaxed_coherence`
26622026-02-26T19:23:43.826Z Compiling zerovec v0.10.4
26632026-02-26T19:23:43.850Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zerovec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="yoke"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "databake", "derive", "hashmap", "serde", "std", "yoke"))' -C metadata=9691f02101bc96ed -C extra-filename=-3d50171677023d4a --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-d5af3da1c12a2ac0.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-9560a97051da923d.rmeta --extern zerovec_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerovec_derive-6b753388add3095d.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26642026-02-26T19:23:44.191Z Compiling tokio-macros v2.6.0
26652026-02-26T19:23:44.216Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-macros-2.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=b61fd8ffbec9fe0f -C extra-filename=-63b88a0f90e0470e --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-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26662026-02-26T19:23:44.927Z Compiling schemars_derive v0.8.22
26672026-02-26T19:23:44.951Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name schemars_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars_derive-0.8.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2bcae6bcfc99943f -C extra-filename=-36e55bd84565690b --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-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-2a11c7323f3d5a9f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26682026-02-26T19:23:45.280Z Compiling crypto-common v0.1.6
26692026-02-26T19:23:45.305Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "std"))' -C metadata=84df1f136eff9fb7 -C extra-filename=-3721e944948a813f --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-cbef46c34d9df723.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-9ce058c51c6e1495.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26702026-02-26T19:23:45.519Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="rc"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=815fa342d352bcf2 -C extra-filename=-aa0f5bd7118bc9a2 --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-621676faf194ecf2.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-3449d84aa852d347.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)'`
26712026-02-26T19:23:45.632Z Compiling thiserror-impl v1.0.69
26722026-02-26T19:23:45.656Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b4d9fb44ec317798 -C extra-filename=-13f05e6d534f197a --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-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26732026-02-26T19:23:45.967Z Compiling tinystr v0.7.6
26742026-02-26T19:23:45.991Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tinystr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "std", "zerovec"))' -C metadata=7a808772077d2582 -C extra-filename=-87b9f5b48d06326e --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-83445e28af1d0ee7.so --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-3d50171677023d4a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26752026-02-26T19:23:46.020Z Compiling icu_collections v1.5.0
26762026-02-26T19:23:46.045Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_collections --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "databake", "serde", "std"))' -C metadata=b0a8db0d2c9b1503 -C extra-filename=-8d969b35125d27f8 --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-83445e28af1d0ee7.so --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-d5af3da1c12a2ac0.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-9560a97051da923d.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-3d50171677023d4a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26772026-02-26T19:23:46.297Z Compiling zerocopy-derive v0.7.35
26782026-02-26T19:23:46.321Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-derive-0.7.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3ca03a4bf7a4213f -C extra-filename=-c93181d263b5773f --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-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26792026-02-26T19:23:46.456Z Compiling icu_locid v1.5.0
26802026-02-26T19:23:46.481Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locid-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "databake", "serde", "std", "zerovec"))' -C metadata=5da8efc1f546bbee -C extra-filename=-c8b9e8afb744e718 --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-83445e28af1d0ee7.so --extern litemap=/work/oxidecomputer/omicron/target/debug/deps/liblitemap-f8d7dda46b524d38.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-87b9f5b48d06326e.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-6dcddd387f9eabd8.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-3d50171677023d4a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26812026-02-26T19:23:46.858Z Compiling bytes v1.11.1
26822026-02-26T19:23:46.882Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(loom)' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "extra-platforms", "serde", "std"))' -C metadata=0fda96e6cf44cf8d -C extra-filename=-697abc391bbe218c --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-aa0f5bd7118bc9a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26832026-02-26T19:23:46.966Z Compiling bitflags v2.9.4
26842026-02-26T19:23:46.991Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.9.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="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "example_generated", "serde", "std"))' -C metadata=dabbe070eac21c3e -C extra-filename=-cfaa2511914227eb --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-aa0f5bd7118bc9a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26852026-02-26T19:23:47.082Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=bb94901029219cae -C extra-filename=-f4adb86dc8f60f8b --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-3619f2bde1fc8773.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)'`
26862026-02-26T19:23:47.277Z Compiling chrono v0.4.43
26872026-02-26T19:23:47.302Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/lib.rs --error-format=json --json=diagnostic-rendered-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=85cccb8af4e0ac7a -C extra-filename=-b476cbab3ebc9700 --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-5a02bdd32cb005b1.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2c1fb2295e429a9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26882026-02-26T19:23:47.493Z Compiling block-buffer v0.10.4
26892026-02-26T19:23:47.518Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c9a8f88afaf0b63b -C extra-filename=-194147b84a79240c --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-cbef46c34d9df723.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26902026-02-26T19:23:47.547Z Compiling futures-macro v0.3.31
26912026-02-26T19:23:47.572Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-macro-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e0a115879b855e9a -C extra-filename=-c2ad476cb52309e6 --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-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26922026-02-26T19:23:47.875Z Compiling icu_provider v1.5.0
26932026-02-26T19:23:47.900Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "datagen", "deserialize_bincode_1", "deserialize_json", "deserialize_postcard_1", "experimental", "log_error_context", "logging", "macros", "serde", "std", "sync"))' -C metadata=7826954e48aed92a -C extra-filename=-cd82b0cc0c4d0141 --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-83445e28af1d0ee7.so --extern icu_locid=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid-c8b9e8afb744e718.rmeta --extern icu_provider_macros=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider_macros-7ffa4d42d4ad52bb.so --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-b41c7bc68364b791.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-87b9f5b48d06326e.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-6dcddd387f9eabd8.rmeta --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-d5af3da1c12a2ac0.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-9560a97051da923d.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-3d50171677023d4a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26942026-02-26T19:23:47.949Z Compiling digest v0.10.7
26952026-02-26T19:23:47.973Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="const-oid"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="mac"' --cfg 'feature="oid"' --cfg 'feature="std"' --cfg 'feature="subtle"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-buffer", "const-oid", "core-api", "default", "dev", "mac", "oid", "rand_core", "std", "subtle"))' -C metadata=f76b50a32fe4ad2b -C extra-filename=-268aa15817046b32 --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-194147b84a79240c.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-7fcf3363fa4d8b33.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-3721e944948a813f.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26962026-02-26T19:23:48.374Z Compiling tokio v1.49.0
26972026-02-26T19:23:48.398Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/lib.rs --error-format=json --json=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=17e33eecdfefbd19 -C extra-filename=-45fc8dd9ba48519d --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-697abc391bbe218c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-0abfbd36dab6dab3.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-e4d4c09c5872212f.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b2cd9ff7035cd5.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-e02a3f4cfec0435b.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-742c923e3785b97d.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-63b88a0f90e0470e.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26982026-02-26T19:23:48.424Z Compiling zerocopy v0.7.35
26992026-02-26T19:23:48.449Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.7.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="byteorder"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="simd"' --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=070bcc89bf52b625 -C extra-filename=-c5ec39ac863fdc65 --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-7979b4ba2f5cd7b3.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-c93181d263b5773f.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27002026-02-26T19:23:48.539Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="event"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="net"' --cfg 'feature="pipe"' --cfg 'feature="process"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="system"' --cfg 'feature="termios"' --cfg 'feature="time"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,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=ebbc8a4152e1c170 -C extra-filename=-0a203928d01f336e --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-cfaa2511914227eb.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-95ae2a6ef060d0cf.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
27012026-02-26T19:23:48.586Z Compiling regex v1.12.3
27022026-02-26T19:23:48.610Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --check-cfg 'cfg(docsrs_regex)' --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "logging", "pattern", "perf", "perf-backtrack", "perf-cache", "perf-dfa", "perf-dfa-full", "perf-inline", "perf-literal", "perf-onepass", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=47b9afe265b115b1 -C extra-filename=-4538fe264565b8a3 --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-4e8f28f0989e36db.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-afea2278d9bc496e.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-4387b5d2d51d9453.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-01dd8b748c5ec2c7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27032026-02-26T19:23:48.796Z Compiling icu_locid_transform v1.5.0
27042026-02-26T19:23:48.821Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid_transform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locid_transform-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=7aa136317ca01ce5 -C extra-filename=-673c9ba322674eff --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-83445e28af1d0ee7.so --extern icu_locid=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid-c8b9e8afb744e718.rmeta --extern icu_locid_transform_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid_transform_data-ff5ddd7b436347e7.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-cd82b0cc0c4d0141.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-87b9f5b48d06326e.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-3d50171677023d4a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27052026-02-26T19:23:48.964Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c0ec6d21da9b7bd6 -C extra-filename=-bbbed6175a047253 --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-13f05e6d534f197a.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)'`
27062026-02-26T19:23:49.199Z Compiling tracing-attributes v0.1.27
27072026-02-26T19:23:49.223Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tracing_attributes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-attributes-0.1.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-await"))' -C metadata=243df4ea1bb604e7 -C extra-filename=-bff3ec467e0d3381 --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-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27082026-02-26T19:23:49.562Z Compiling futures-util v0.3.31
27092026-02-26T19:23:49.587Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,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", "memchr", "portable-atomic", "sink", "slab", "std", "tokio-io", "unstable", "write-all-vectored"))' -C metadata=859ca133728cf182 -C extra-filename=-e5808e939444e7e7 --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-4081dd690b8536d0.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cbbe00eeba3a9834.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aa566f17b2a089a4.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-c2ad476cb52309e6.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4ea66d469f289a56.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-4cbfb02a23417368.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-afea2278d9bc496e.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b2cd9ff7035cd5.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-12262d058be2a232.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-0c38d5d793d964d1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27102026-02-26T19:23:49.694Z Compiling http v1.4.0
27112026-02-26T19:23:49.719Z Running `/home/build/.rustup/toolchains/1.91.1-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=f29e203ef4a7771e -C extra-filename=-f15b9bf6616bce04 --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-697abc391bbe218c.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-c7c658e705ae5e14.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27122026-02-26T19:23:49.979Z Compiling ppv-lite86 v0.2.20
27132026-02-26T19:23:50.024Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ppv-lite86-0.2.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=516f22294cee9fe4 -C extra-filename=-1a41148c5f9922e7 --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-c5ec39ac863fdc65.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27142026-02-26T19:23:50.672Z Compiling icu_properties v1.5.1
27152026-02-26T19:23:50.697Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-1.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="compiled_data"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bidi", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=19d28393df1e9e61 -C extra-filename=-68813ece55ef7204 --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-83445e28af1d0ee7.so --extern icu_collections=/work/oxidecomputer/omicron/target/debug/deps/libicu_collections-8d969b35125d27f8.rmeta --extern icu_locid_transform=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid_transform-673c9ba322674eff.rmeta --extern icu_properties_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties_data-4a8118ea9a2ac535.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-cd82b0cc0c4d0141.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-87b9f5b48d06326e.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-3d50171677023d4a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27162026-02-26T19:23:50.805Z Compiling serde_tokenstream v0.2.3
27172026-02-26T19:23:50.838Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_tokenstream-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=715fff98ef33deea -C extra-filename=-a4af9fe2764b22df --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-ac01f240da661f72.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27182026-02-26T19:23:51.129Z Compiling addr2line v0.24.2
27192026-02-26T19:23:51.178Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name addr2line --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/addr2line-0.24.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "alloc", "bin", "cargo-all", "compiler_builtins", "core", "cpp_demangle", "default", "fallible-iterator", "loader", "rustc-demangle", "rustc-dep-of-std", "smallvec", "std"))' -C metadata=efd6280046a614bc -C extra-filename=-8e0c27c498e18c5a --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-de113b574af1d25c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27202026-02-26T19:23:51.610Z Compiling crossbeam-utils v0.8.21
27212026-02-26T19:23:51.634Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=694433e5cf154c48 -C extra-filename=-a7af6d897e8ce022 --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-a7af6d897e8ce022 -L 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-02-26T19:23:51.947Z Compiling backtrace v0.3.74
27232026-02-26T19:23:51.947Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name backtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-0.3.74/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("coresymbolication", "cpp_demangle", "dbghelp", "default", "dl_iterate_phdr", "dladdr", "kernel32", "libunwind", "serde", "serialize-serde", "std", "unix-backtrace"))' -C metadata=fce8663858dd5f2f -C extra-filename=-6818a8c900831f26 --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-8e0c27c498e18c5a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-ebd2cfde094068a5.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-e33dfd345d6e2ca2.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-abd6aebe5b35833f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27242026-02-26T19:23:52.093Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-2f1e3d909ebc3ed5/build-script-build`
27252026-02-26T19:23:52.300Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-a7af6d897e8ce022/build-script-build`
27262026-02-26T19:23:52.373Z Compiling base64 v0.22.1
27272026-02-26T19:23:52.397Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=706d6f8114e9e05f -C extra-filename=-142d12a8ca42df76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27282026-02-26T19:23:52.466Z Compiling tracing v0.1.40
27292026-02-26T19:23:52.490Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="attributes"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="std"' --cfg 'feature="tracing-attributes"' --check-cfg 'cfg(docsrs,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=991d30ba63cfb971 -C extra-filename=-2456617dc5bbf6d2 --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-960003e0783a03bd.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b2cd9ff7035cd5.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-bff3ec467e0d3381.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-5da925d4b013e013.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27302026-02-26T19:23:53.123Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=5a1edb19afa712d2 -C extra-filename=-16e875d6462de814 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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)'`
27312026-02-26T19:23:53.147Z Compiling spin v0.9.8
27322026-02-26T19:23:53.148Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name spin --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spin-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="barrier"' --cfg 'feature="default"' --cfg 'feature="lazy"' --cfg 'feature="lock_api"' --cfg 'feature="lock_api_crate"' --cfg 'feature="mutex"' --cfg 'feature="once"' --cfg 'feature="rwlock"' --cfg 'feature="spin_mutex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("barrier", "default", "fair_mutex", "lazy", "lock_api", "lock_api_crate", "mutex", "once", "portable-atomic", "portable_atomic", "rwlock", "spin_mutex", "std", "ticket_mutex", "use_ticket_mutex"))' -C metadata=cdbbfe1606ae1bbc -C extra-filename=-284d20035accdfe5 --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-6f10c0b5517ba48f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27332026-02-26T19:23:53.272Z Compiling ipnet v2.11.0
27342026-02-26T19:23:53.296Z Running `/home/build/.rustup/toolchains/1.91.1-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=889d0652e9e8a07f -C extra-filename=-d587cb581310d033 --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-aa0f5bd7118bc9a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27352026-02-26T19:23:53.614Z Compiling anyhow v1.0.99
27362026-02-26T19:23:53.638Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/build.rs --error-format=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=21c2f8a40915e080 -C extra-filename=-79de0427848dddb6 --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-79de0427848dddb6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27372026-02-26T19:23:54.252Z Compiling either v1.15.0
27382026-02-26T19:23:54.276Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name either --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std", "use_std"))' -C metadata=ab1b82fe956bd13a -C extra-filename=-20015a7f2ab24a15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27392026-02-26T19:23:54.429Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-79de0427848dddb6/build-script-build`
27402026-02-26T19:23:54.477Z Compiling utf8parse v0.2.2
27412026-02-26T19:23:54.533Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name utf8parse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf8parse-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly"))' -C metadata=9550a8bb083e4a87 -C extra-filename=-cd83b6c56c59e652 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27422026-02-26T19:23:54.709Z Compiling icu_normalizer v1.5.0
27432026-02-26T19:23:54.733Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="compiled_data"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiled_data", "datagen", "default", "experimental", "serde", "std"))' -C metadata=e9574bea1a590e96 -C extra-filename=-61fa217c03dfc0e8 --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-83445e28af1d0ee7.so --extern icu_collections=/work/oxidecomputer/omicron/target/debug/deps/libicu_collections-8d969b35125d27f8.rmeta --extern icu_normalizer_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_normalizer_data-54abd0820f39e054.rmeta --extern icu_properties=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties-68813ece55ef7204.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-cd82b0cc0c4d0141.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ec04b22c3ab89ecb.rmeta --extern utf16_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf16_iter-1912248d2e789ee1.rmeta --extern utf8_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf8_iter-d60a17f3aef31344.rmeta --extern write16=/work/oxidecomputer/omicron/target/debug/deps/libwrite16-93ab4f48133cf7c0.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-3d50171677023d4a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27442026-02-26T19:23:54.765Z Compiling untrusted v0.9.0
27452026-02-26T19:23:54.765Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/untrusted-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ffbbdf6ab370d5bd -C extra-filename=-f32f11b39e1363d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-02-26T19:23:54.870Z Compiling base64ct v1.6.0
27472026-02-26T19:23:54.894Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name base64ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64ct-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=3639cdff17fde07c -C extra-filename=-0a4b7964ee767b1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27482026-02-26T19:23:55.019Z Compiling block-padding v0.3.3
27492026-02-26T19:23:55.043Z Running `/home/build/.rustup/toolchains/1.91.1-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=dba4e2a6d118810f -C extra-filename=-95b33a606fc45b02 --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-cbef46c34d9df723.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27502026-02-26T19:23:55.080Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=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=56e207d20eb405a4 -C extra-filename=-df78b2092db34720 --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-6818a8c900831f26.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_backtrace --cfg error_generic_member_access --check-cfg 'cfg(anyhow_build_probe)' --check-cfg 'cfg(anyhow_nightly_testing)' --check-cfg 'cfg(anyhow_no_core_error)' --check-cfg 'cfg(anyhow_no_core_unwind_safe)' --check-cfg 'cfg(anyhow_no_fmt_arguments_as_str)' --check-cfg 'cfg(anyhow_no_ptr_addr_of)' --check-cfg 'cfg(anyhow_no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(std_backtrace)'`
27512026-02-26T19:23:55.223Z Compiling httparse v1.9.5
27522026-02-26T19:23:55.248Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.9.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=f55cab3c25b706d9 -C extra-filename=-67011793a8a8d245 --out-dir /work/oxidecomputer/omicron/target/debug/build/httparse-67011793a8a8d245 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27532026-02-26T19:23:55.384Z Compiling atomic-waker v1.1.2
27542026-02-26T19:23:55.384Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name atomic_waker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-waker-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("portable-atomic"))' -C metadata=6c1df0a5eb70e0c9 -C extra-filename=-89b3ffcbb26367e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27552026-02-26T19:23:55.446Z Compiling inout v0.1.3
27562026-02-26T19:23:55.473Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name inout --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/inout-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("block-padding", "std"))' -C metadata=f321b4689f118d09 -C extra-filename=-f8c9a1def293a3d8 --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-95b33a606fc45b02.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-cbef46c34d9df723.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27572026-02-26T19:23:55.539Z Compiling vcpkg v0.2.15
27582026-02-26T19:23:55.564Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name vcpkg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vcpkg-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d7a354fa5c740a4d -C extra-filename=-523aa01e87ec1c69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27592026-02-26T19:23:55.704Z Compiling idna_adapter v1.2.0
27602026-02-26T19:23:55.728Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name idna_adapter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna_adapter-1.2.0/src/lib.rs --error-format=json --json=diagnostic-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=611024e985d63324 -C extra-filename=-47142ccd1497567d --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-61fa217c03dfc0e8.rmeta --extern icu_properties=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties-68813ece55ef7204.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27612026-02-26T19:23:55.837Z Compiling cipher v0.4.4
27622026-02-26T19:23:55.862Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cipher --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cipher-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="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=2bacd331143d1e22 -C extra-filename=-9c904fcf61dafeed --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-3721e944948a813f.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-f8c9a1def293a3d8.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27632026-02-26T19:23:55.946Z Compiling idna v1.0.3
27642026-02-26T19:23:55.971Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="compiled_data"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiled_data", "default", "std"))' -C metadata=0ef246a3c4fe7f82 -C extra-filename=-a5ca919223679cc4 --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-47142ccd1497567d.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ec04b22c3ab89ecb.rmeta --extern utf8_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf8_iter-d60a17f3aef31344.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27652026-02-26T19:23:56.023Z Compiling rustls-pki-types v1.14.0
27662026-02-26T19:23:56.047Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pki_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused_qualifications --warn=unused_import_braces --warn=unused_extern_crates --warn=unreachable_pub --warn=unnameable_types --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=elided_lifetimes_in_paths --check-cfg 'cfg(rustls_pki_types_docsrs)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "web", "web-time"))' -C metadata=47a336c096066cdd -C extra-filename=-c303177288ac3ee1 --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-083d4dfcae3a76f5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27672026-02-26T19:23:56.086Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-67011793a8a8d245/build-script-build`
27682026-02-26T19:23:56.218Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=b71524f520c18be7 -C extra-filename=-729da03359e5c081 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
27692026-02-26T19:23:56.463Z Compiling zerocopy v0.8.27
27702026-02-26T19:23:56.487Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.27/build.rs --error-format=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=792b13a13d402e5e -C extra-filename=-4c949498b0a9713e --out-dir /work/oxidecomputer/omicron/target/debug/build/zerocopy-4c949498b0a9713e -L 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-02-26T19:23:56.520Z Compiling anstyle v1.0.11
27722026-02-26T19:23:56.584Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name anstyle --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --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=4bd4460cf476ffc5 -C extra-filename=-5be4cc3a9597241e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-02-26T19:23:57.014Z Compiling url v2.5.4
27742026-02-26T19:23:57.039Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=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=4f0b527d1a7ec547 -C extra-filename=-ab9cad66fca2caf1 --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-27609812460f1d12.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-a5ca919223679cc4.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-4e27467e3006387d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27752026-02-26T19:23:57.104Z Compiling ryu v1.0.18
27762026-02-26T19:23:57.128Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=f20755479609b36b -C extra-filename=-d387870d74e6e1c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-02-26T19:23:57.244Z Compiling ident_case v1.0.1
27782026-02-26T19:23:57.269Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ident_case --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ident_case-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e2f340b980949cfe -C extra-filename=-420e9301b8e5cfd6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27792026-02-26T19:23:57.396Z Compiling zerocopy-derive v0.8.27
27802026-02-26T19:23:57.424Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-derive-0.8.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=unexpected_cfgs --check-cfg 'cfg(zerocopy_derive_union_into_bytes)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6b6c89ae220a6701 -C extra-filename=-d264900c98923dc8 --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-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27812026-02-26T19:23:57.497Z Running `/work/oxidecomputer/omicron/target/debug/build/zerocopy-4c949498b0a9713e/build-script-build`
27822026-02-26T19:23:57.521Z Compiling fastrand v2.1.1
27832026-02-26T19:23:57.521Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fastrand-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "js", "std"))' -C metadata=9f67e4ba010b9ee4 -C extra-filename=-9ac85dd095c3ee8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27842026-02-26T19:23:57.570Z Compiling tokio-util v0.7.15
27852026-02-26T19:23:57.617Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(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_taskdump)' --check-cfg 'cfg(tokio_unstable)' --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="futures-util"' --cfg 'feature="hashbrown"' --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", "net", "rt", "slab", "time", "tracing"))' -C metadata=486e72f149c0def5 -C extra-filename=-32ebe9969dd4d203 --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-697abc391bbe218c.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cbbe00eeba3a9834.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4ea66d469f289a56.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-e5808e939444e7e7.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-24722ee613ffd7bd.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b2cd9ff7035cd5.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-0c38d5d793d964d1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27862026-02-26T19:23:57.642Z Compiling pem-rfc7468 v0.7.0
27872026-02-26T19:23:57.642Z Compiling anstyle-parse v0.2.5
27882026-02-26T19:23:57.642Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name pem_rfc7468 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pem-rfc7468-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=b2b5d875fd3afc6b -C extra-filename=-76ae0420101700af --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-0a4b7964ee767b1f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27892026-02-26T19:23:57.677Z Running `/home/build/.rustup/toolchains/1.91.1-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=39beb7899418aaeb -C extra-filename=-2124dfe23d5b97bf --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-9b8d246c7e3e185e.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-d175a24152610cf1.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-f32f11b39e1363d1.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-b9654423df03ee5a/out -l static=ring_core_0_17_14_ -l static=ring_core_0_17_14__test`
27902026-02-26T19:23:57.701Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_parse --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="utf8"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "default", "utf8"))' -C metadata=5bd1f5f0e158bc1c -C extra-filename=-6d409d61a45bc313 --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-cd83b6c56c59e652.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27912026-02-26T19:23:58.117Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars-0.8.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="semver"' --cfg 'feature="url"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=476fd8f19a5fd8cf -C extra-filename=-55e37f7c24f4dfe3 --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-697abc391bbe218c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-ed331fa3a9daa5c0.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-36e55bd84565690b.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ab9cad66fca2caf1.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_atomic64 --cfg std_atomic`
27922026-02-26T19:23:58.205Z Compiling sha2 v0.10.9
27932026-02-26T19:23:58.229Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sha2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="oid"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "asm-aarch64", "compress", "default", "force-soft", "force-soft-compact", "loongarch64_asm", "oid", "sha2-asm", "std"))' -C metadata=d7a306bff5513d7a -C extra-filename=-6389ef670fc01e5c --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-9b8d246c7e3e185e.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-4b1a5e7e778fc806.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-268aa15817046b32.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27942026-02-26T19:23:58.281Z Compiling anstyle-query v1.1.1
27952026-02-26T19:23:58.306Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_query --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.1/src/lib.rs --error-format=json --json=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=7f5f760928bafe2a -C extra-filename=-55ed83b7543c3209 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27962026-02-26T19:23:58.520Z Compiling colorchoice v1.0.2
27972026-02-26T19:23:58.545Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name colorchoice --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorchoice-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=768fb155d3bb661c -C extra-filename=-f6adb314ee913eb2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27982026-02-26T19:23:58.804Z Compiling is_terminal_polyfill v1.70.1
27992026-02-26T19:23:58.828Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal_polyfill --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is_terminal_polyfill-1.70.1/src/lib.rs --error-format=json --json=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=f0466a3d33daf22d -C extra-filename=-4109259b85291e21 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28002026-02-26T19:23:58.862Z Compiling http-body v1.0.1
28012026-02-26T19:23:58.886Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7176e4dcfea7e87e -C extra-filename=-8d2f726f910c8602 --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-697abc391bbe218c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28022026-02-26T19:23:59.022Z Compiling anstream v0.6.18
28032026-02-26T19:23:59.046Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("auto", "default", "test", "wincon"))' -C metadata=6b89b1927e66d680 -C extra-filename=-bb9d7527c73b49b9 --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-5be4cc3a9597241e.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-6d409d61a45bc313.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-55ed83b7543c3209.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-f6adb314ee913eb2.rmeta --extern is_terminal_polyfill=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal_polyfill-4109259b85291e21.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-cd83b6c56c59e652.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28042026-02-26T19:23:59.199Z Compiling hmac v0.12.1
28052026-02-26T19:23:59.223Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name hmac --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hmac-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="reset"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("reset", "std"))' -C metadata=754c99f8016176e4 -C extra-filename=-d6df248ec06b9ac8 --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-268aa15817046b32.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28062026-02-26T19:23:59.558Z Compiling terminal_size v0.4.0
28072026-02-26T19:23:59.582Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name terminal_size --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4d5ab81729b9c977 -C extra-filename=-8aaf42fec9e4c0c0 --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-0a203928d01f336e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28082026-02-26T19:23:59.695Z Compiling der_derive v0.7.3
28092026-02-26T19:23:59.719Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name der_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/der_derive-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3530c2e51726efc3 -C extra-filename=-692e22ecc34bb372 --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-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28102026-02-26T19:23:59.863Z Compiling cmake v0.1.57
28112026-02-26T19:23:59.887Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cmake --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cmake-0.1.57/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0018bf7e84a4bdb4 -C extra-filename=-f60525f1b18b588f --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-7d81945d2ab4a7b1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28122026-02-26T19:24:00.023Z Compiling dunce v1.0.5
28132026-02-26T19:24:00.047Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dunce --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dunce-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2290ae0b7f932b4d -C extra-filename=-17fde09c8ef0b70d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28142026-02-26T19:24:00.238Z Compiling httpdate v1.0.3
28152026-02-26T19:24:00.262Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name httpdate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httpdate-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fa1386086e284f58 -C extra-filename=-5c5d7e8b815e7bc7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-02-26T19:24:00.624Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.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="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=ac25edf3953626d2 -C extra-filename=-05e4a9202fcda5f1 --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-d264900c98923dc8.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg zerocopy_core_error_1_81_0 --cfg zerocopy_diagnostic_on_unimplemented_1_78_0 --cfg zerocopy_generic_bounds_in_const_fn_1_61_0 --cfg zerocopy_target_has_atomics_1_60_0 --cfg zerocopy_aarch64_simd_1_59_0 --cfg zerocopy_panic_in_const_and_vec_try_reserve_1_57_0 --check-cfg 'cfg(zerocopy_core_error_1_81_0)' --check-cfg 'cfg(rust, values("1.81.0"))' --check-cfg 'cfg(zerocopy_diagnostic_on_unimplemented_1_78_0)' --check-cfg 'cfg(rust, values("1.78.0"))' --check-cfg 'cfg(zerocopy_generic_bounds_in_const_fn_1_61_0)' --check-cfg 'cfg(rust, values("1.61.0"))' --check-cfg 'cfg(zerocopy_target_has_atomics_1_60_0)' --check-cfg 'cfg(rust, values("1.60.0"))' --check-cfg 'cfg(zerocopy_aarch64_simd_1_59_0)' --check-cfg 'cfg(rust, values("1.59.0"))' --check-cfg 'cfg(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(coverage_nightly)'`
28172026-02-26T19:24:00.720Z Compiling fs_extra v1.3.0
28182026-02-26T19:24:00.744Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name fs_extra --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fs_extra-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=99fb1567a215f1f3 -C extra-filename=-3c3e205062a1f697 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-02-26T19:24:00.786Z Compiling try-lock v0.2.5
28202026-02-26T19:24:00.837Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name try_lock --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/try-lock-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3ab9b5b59845fb4f -C extra-filename=-c3aceda6d94319b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28212026-02-26T19:24:01.012Z Compiling flagset v0.4.6
28222026-02-26T19:24:01.037Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name flagset --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flagset-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde", "std"))' -C metadata=67786c7e9b629061 -C extra-filename=-1dea235448aeae48 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28232026-02-26T19:24:01.324Z Compiling aws-lc-sys v0.37.1
28242026-02-26T19:24:01.393Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-sys-0.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=06932d29ed7f5916 -C extra-filename=-9e82239e176bcd4b --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9e82239e176bcd4b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-7d81945d2ab4a7b1.rlib --extern cmake=/work/oxidecomputer/omicron/target/debug/deps/libcmake-f60525f1b18b588f.rlib --extern dunce=/work/oxidecomputer/omicron/target/debug/deps/libdunce-17fde09c8ef0b70d.rlib --extern fs_extra=/work/oxidecomputer/omicron/target/debug/deps/libfs_extra-3c3e205062a1f697.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28252026-02-26T19:24:01.417Z Compiling want v0.3.1
28262026-02-26T19:24:01.417Z Compiling h2 v0.4.6
28272026-02-26T19:24:01.417Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/want-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2e8b51bf314c8167 -C extra-filename=-84f095c4003bf950 --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-c3aceda6d94319b6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28282026-02-26T19:24:01.446Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("stream", "unstable"))' -C metadata=fd500aebf407b02d -C extra-filename=-8875e1e97a2ba37c --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-89b3ffcbb26367e2.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-22553d033a4f20d3.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cbbe00eeba3a9834.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4ea66d469f289a56.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-496362133443fc3e.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-0c38d5d793d964d1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2456617dc5bbf6d2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28292026-02-26T19:24:01.546Z Compiling lazy_static v1.5.0
28302026-02-26T19:24:01.570Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name lazy_static --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="spin"' --cfg 'feature="spin_no_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=eba3e56816648a9a -C extra-filename=-bdecca09356102e1 --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-284d20035accdfe5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28312026-02-26T19:24:01.775Z Compiling rand_chacha v0.3.1
28322026-02-26T19:24:01.775Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde1", "simd", "std"))' -C metadata=750ff240bf3fd6e0 -C extra-filename=-a4b1a70913cda1fd --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-1a41148c5f9922e7.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28332026-02-26T19:24:01.839Z Compiling clap_lex v0.7.4
28342026-02-26T19:24:01.863Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name clap_lex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_lex-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b292a12a2f40d47c -C extra-filename=-8a90ebcfcef7aad8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28352026-02-26T19:24:01.971Z Compiling der v0.7.10
28362026-02-26T19:24:01.995Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name der --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/der-0.7.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="derive"' --cfg 'feature="flagset"' --cfg 'feature="oid"' --cfg 'feature="pem"' --cfg 'feature="std"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "bytes", "derive", "flagset", "oid", "pem", "real", "std", "time", "zeroize"))' -C metadata=4b4f15581d83e5d7 -C extra-filename=-8cc7363774f95bde --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-7fcf3363fa4d8b33.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-692e22ecc34bb372.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-1dea235448aeae48.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-76ae0420101700af.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28372026-02-26T19:24:02.171Z Compiling tower-layer v0.3.3
28382026-02-26T19:24:02.195Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tower_layer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-layer-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d10eb3944d24eef6 -C extra-filename=-3257dabfc11d193a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28392026-02-26T19:24:02.416Z Compiling tower-service v0.3.3
28402026-02-26T19:24:02.441Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tower_service --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-service-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4849d3b7f2abb6a3 -C extra-filename=-6ddcf9da373dcc6c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28412026-02-26T19:24:02.567Z Compiling rand v0.8.5
28422026-02-26T19:24:02.592Z Running `/home/build/.rustup/toolchains/1.91.1-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=eb4da5d28ecc407c -C extra-filename=-d5f4616655430b33 --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-b9bf1208c93b2e2e.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-a4b1a70913cda1fd.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28432026-02-26T19:24:02.652Z Compiling clap_builder v4.5.48
28442026-02-26T19:24:02.724Z Running `/home/build/.rustup/toolchains/1.91.1-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.48/src/lib.rs --error-format=json --json=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_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="cargo"' --cfg 'feature="color"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' --check-cfg 'cfg(docsrs,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=2a3d38440b9f31c5 -C extra-filename=-ed4a167fa0195d62 --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-bb9d7527c73b49b9.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-5be4cc3a9597241e.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-8a90ebcfcef7aad8.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-4f2345662d24d9d3.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-8aaf42fec9e4c0c0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28452026-02-26T19:24:02.748Z Compiling clap_derive v4.5.47
28462026-02-26T19:24:02.748Z Running `/home/build/.rustup/toolchains/1.91.1-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.47/src/lib.rs --error-format=json --json=diagnostic-rendered-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_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "deprecated", "raw-deprecated", "unstable-markdown", "unstable-v5"))' -C metadata=521f64d2a1bd7986 -C extra-filename=-aad86d4b7267f63b --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-d61228a413094487.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28472026-02-26T19:24:03.650Z Compiling aws-lc-rs v1.16.0
28482026-02-26T19:24:03.677Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-rs-1.16.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=1a7119a58ecbab2a -C extra-filename=-ec4702fed0cd2df6 --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-ec4702fed0cd2df6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28492026-02-26T19:24:04.390Z Compiling unicode-segmentation v1.12.0
28502026-02-26T19:24:04.415Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_segmentation --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-segmentation-1.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no_std"))' -C metadata=7f2f0b89a8ad5ce4 -C extra-filename=-469dcac1900e48e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28512026-02-26T19:24:04.539Z Compiling http-body-util v0.1.3
28522026-02-26T19:24:04.565Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name http_body_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("channel", "default", "full"))' -C metadata=359936168ea9e537 -C extra-filename=-913767e3a45f3687 --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-697abc391bbe218c.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cbbe00eeba3a9834.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-8d2f726f910c8602.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b2cd9ff7035cd5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28532026-02-26T19:24:04.657Z Compiling serde_spanned v0.6.9
28542026-02-26T19:24:04.682Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-0.6.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=a9de5ece66a9e54c -C extra-filename=-3c036d3e36d25e61 --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-aa0f5bd7118bc9a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28552026-02-26T19:24:04.962Z Compiling toml_datetime v0.6.11
28562026-02-26T19:24:04.987Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.6.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=bdd53cffe89b0a97 -C extra-filename=-cd03c54f4155e59a --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-aa0f5bd7118bc9a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28572026-02-26T19:24:05.019Z Compiling slog v2.8.2
28582026-02-26T19:24:05.044Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-2.8.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="nested-values"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="release_max_level_trace"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("anyhow", "default", "dynamic-keys", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "parking_lot_0_12", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=fcdd040b37e530b8 -C extra-filename=-2cd63dfd2eeba7dc --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-2cd63dfd2eeba7dc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-f2a99d18b9861c4a.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28592026-02-26T19:24:05.077Z Compiling untrusted v0.7.1
28602026-02-26T19:24:05.102Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/untrusted-0.7.1/src/untrusted.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=65a9fbb36fc318ad -C extra-filename=-77243b0bd188ebab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28612026-02-26T19:24:05.323Z Compiling time-core v0.1.8
28622026-02-26T19:24:05.347Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-core-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations '--warn=clippy::as-underscore' --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::uninhabited-references' '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' '--allow=clippy::incompatible-msrv' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("large-dates"))' -C metadata=ac96dde366eb7fe6 -C extra-filename=-41413f7866b6aa2f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28632026-02-26T19:24:05.378Z Compiling openssl-probe v0.1.5
28642026-02-26T19:24:05.426Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-probe-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4d647475ea4cf349 -C extra-filename=-bfb240f84d962d5a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28652026-02-26T19:24:05.558Z Compiling num-conv v0.2.0
28662026-02-26T19:24:05.583Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name num_conv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-conv-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused --warn=unreachable-pub '--deny=clippy::std-instead-of-core' --warn=missing-docs '--deny=clippy::alloc-instead-of-core' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=025f31af4471fb06 -C extra-filename=-66674a698c411ecc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-02-26T19:24:05.633Z Compiling powerfmt v0.2.0
28682026-02-26T19:24:05.657Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name powerfmt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/powerfmt-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "std"))' -C metadata=7ac69aed83ec123e -C extra-filename=-bc4b1110b3174b86 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28692026-02-26T19:24:05.713Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-2cd63dfd2eeba7dc/build-script-build`
28702026-02-26T19:24:05.785Z Compiling spki v0.7.3
28712026-02-26T19:24:05.810Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name spki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spki-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "base64", "fingerprint", "pem", "sha2", "std"))' -C metadata=8a8f694bb54cd003 -C extra-filename=-8742b2988ac3906d --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-8cc7363774f95bde.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28722026-02-26T19:24:05.859Z Compiling pbkdf2 v0.12.2
28732026-02-26T19:24:05.884Z Running `/home/build/.rustup/toolchains/1.91.1-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=0360795a35574f49 -C extra-filename=-310d9ff867643127 --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-268aa15817046b32.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d6df248ec06b9ac8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28742026-02-26T19:24:05.924Z Compiling time-macros v0.2.27
28752026-02-26T19:24:05.948Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations '--warn=clippy::as-underscore' --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::uninhabited-references' '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' '--allow=clippy::incompatible-msrv' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --cfg 'feature="formatting"' --cfg 'feature="parsing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("formatting", "large-dates", "parsing", "serde"))' -C metadata=296ee3a6048bdd34 -C extra-filename=-042b2887198398b3 --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-66674a698c411ecc.rlib --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-41413f7866b6aa2f.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28762026-02-26T19:24:06.120Z Compiling deranged v0.5.3
28772026-02-26T19:24:06.144Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/deranged-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 --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", "rand08", "rand09", "serde"))' -C metadata=244e4e81f4bc1357 -C extra-filename=-31621a6bb15dbd69 --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-bc4b1110b3174b86.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28782026-02-26T19:24:06.182Z Compiling openssl-sys v0.9.109
28792026-02-26T19:24:06.207Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.109/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", "bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=35834612005fd63d -C extra-filename=-d4f960c372ce0669 --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-d4f960c372ce0669 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-7d81945d2ab4a7b1.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-480ab039f767e1c9.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-523aa01e87ec1c69.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28802026-02-26T19:24:06.311Z Compiling aes v0.8.4
28812026-02-26T19:24:06.336Z Running `/home/build/.rustup/toolchains/1.91.1-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=2742a6459cf58077 -C extra-filename=-2673472d707878ba --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-9b8d246c7e3e185e.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-9c904fcf61dafeed.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-4b1a5e7e778fc806.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28822026-02-26T19:24:07.158Z Compiling clap v4.5.48
28832026-02-26T19:24:07.183Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.48/src/lib.rs --error-format=json --json=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_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="cargo"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' --check-cfg 'cfg(docsrs,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=6fcc04a374ec5d76 -C extra-filename=-0f5300945527f8de --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-ed4a167fa0195d62.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-aad86d4b7267f63b.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28842026-02-26T19:24:07.348Z Compiling erased-serde v0.3.31
28852026-02-26T19:24:07.373Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name erased_serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/erased-serde-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable-debug"))' -C metadata=ad213bf5d213ae0a -C extra-filename=-97e37c3980485635 --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-aa0f5bd7118bc9a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28862026-02-26T19:24:07.543Z Compiling async-trait v0.1.89
28872026-02-26T19:24:07.568Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name async_trait --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.89/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c1780f2fcf99cd0e -C extra-filename=-032078021c49cc9d --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-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28882026-02-26T19:24:08.682Z Compiling rand_core v0.9.3
28892026-02-26T19:24:08.706Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.9.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="os_rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("os_rng", "serde", "std"))' -C metadata=02a6c18f51d84126 -C extra-filename=-e1e612e7dbac87d8 --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-f05a29efbbe49ca1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28902026-02-26T19:24:08.733Z Compiling camino v1.2.2
28912026-02-26T19:24:08.759Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.2.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=e26b1113617f551b -C extra-filename=-668ad987f172a089 --out-dir /work/oxidecomputer/omicron/target/debug/build/camino-668ad987f172a089 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28922026-02-26T19:24:08.892Z Compiling num_threads v0.1.7
28932026-02-26T19:24:08.947Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name num_threads --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_threads-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=64e023eaa7048c96 -C extra-filename=-f9e56f2973b384d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28942026-02-26T19:24:09.106Z Compiling hyper v1.8.1
28952026-02-26T19:24:09.131Z Running `/home/build/.rustup/toolchains/1.91.1-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=be9c4cd96659f68c -C extra-filename=-0c5347c7245efdbc --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-89b3ffcbb26367e2.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-4081dd690b8536d0.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cbbe00eeba3a9834.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-8875e1e97a2ba37c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-8d2f726f910c8602.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-729da03359e5c081.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-5c5d7e8b815e7bc7.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-c7c658e705ae5e14.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b2cd9ff7035cd5.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-12262d058be2a232.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ec04b22c3ab89ecb.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-84f095c4003bf950.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28962026-02-26T19:24:09.174Z Compiling rustls v0.23.37
28972026-02-26T19:24:09.245Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.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=bfc3223f011b4e48 -C extra-filename=-7e392f47ff038ff7 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-7e392f47ff038ff7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28982026-02-26T19:24:09.360Z Compiling time v0.3.47
28992026-02-26T19:24:09.393Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.47/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations '--warn=clippy::as-underscore' --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::uninhabited-references' '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' '--allow=clippy::incompatible-msrv' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="parsing"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "formatting", "large-dates", "local-offset", "macros", "parsing", "quickcheck", "rand", "rand08", "rand09", "serde", "serde-human-readable", "serde-well-known", "std", "wasm-bindgen"))' -C metadata=a258ec659d617398 -C extra-filename=-c46c21893a0bbc80 --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-31621a6bb15dbd69.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-c7c658e705ae5e14.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern num_conv=/work/oxidecomputer/omicron/target/debug/deps/libnum_conv-66674a698c411ecc.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-f9e56f2973b384d0.rmeta --extern powerfmt=/work/oxidecomputer/omicron/target/debug/deps/libpowerfmt-bc4b1110b3174b86.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-41413f7866b6aa2f.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-042b2887198398b3.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29002026-02-26T19:24:09.469Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-668ad987f172a089/build-script-build`
29012026-02-26T19:24:09.599Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name slog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-2.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="nested-values"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="release_max_level_trace"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("anyhow", "default", "dynamic-keys", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "parking_lot_0_12", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=3528b4cc1148b365 -C extra-filename=-81fd8d8fa1b45f16 --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-97e37c3980485635.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-621676faf194ecf2.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)'`
29022026-02-26T19:24:09.650Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-d4f960c372ce0669/build-script-main`
29032026-02-26T19:24:09.764Z Compiling serde_urlencoded v0.7.1
29042026-02-26T19:24:09.789Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=280f736f2fb66fcb -C extra-filename=-f40c7541594c3dec --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-27609812460f1d12.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-c7c658e705ae5e14.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-d387870d74e6e1c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29052026-02-26T19:24:10.158Z Compiling salsa20 v0.10.2
29062026-02-26T19:24:10.183Z Running `/home/build/.rustup/toolchains/1.91.1-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=148ec2c8d1640155 -C extra-filename=-c9e75991ac9d780e --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-9c904fcf61dafeed.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29072026-02-26T19:24:10.324Z Compiling cbc v0.1.2
29082026-02-26T19:24:10.349Z Running `/home/build/.rustup/toolchains/1.91.1-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=768181e9edf13123 -C extra-filename=-f7dabc8667ad2395 --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-9c904fcf61dafeed.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29092026-02-26T19:24:10.511Z Compiling rustc_version v0.4.1
29102026-02-26T19:24:10.536Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustc_version-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b8d528daea2794a3 -C extra-filename=-432faec17290e42d --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-2515eb2f1813c14a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29112026-02-26T19:24:10.561Z Compiling ucd-trie v0.1.7
29122026-02-26T19:24:10.561Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ucd_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ucd-trie-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=0a3d0f8901e80a43 -C extra-filename=-a26b2f99a5a31eff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29132026-02-26T19:24:10.667Z Compiling rustix v1.1.3
29142026-02-26T19:24:10.692Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.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=b6d797f24c5f5de1 -C extra-filename=-1d637f5254121005 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-1d637f5254121005 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29152026-02-26T19:24:10.763Z Compiling mime v0.3.17
29162026-02-26T19:24:10.789Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name mime --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bbbe0fb9735ac64a -C extra-filename=-84ec3d24c8861872 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29172026-02-26T19:24:11.180Z Compiling pest v2.8.2
29182026-02-26T19:24:11.206Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-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="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=1d4bd5f10182ff00 -C extra-filename=-0838b345f7711ad8 --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-afea2278d9bc496e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-a26b2f99a5a31eff.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29192026-02-26T19:24:11.301Z Compiling scrypt v0.11.0
29202026-02-26T19:24:11.326Z Running `/home/build/.rustup/toolchains/1.91.1-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=735be6e2184d88a3 -C extra-filename=-f5bc368605d73787 --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-310d9ff867643127.rmeta --extern salsa20=/work/oxidecomputer/omicron/target/debug/deps/libsalsa20-c9e75991ac9d780e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29212026-02-26T19:24:11.410Z Running `/home/build/.rustup/toolchains/1.91.1-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=0e495548df05e318 -C extra-filename=-3066b3ace58dda21 --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-621676faf194ecf2.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)'`
29222026-02-26T19:24:11.501Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-1d637f5254121005/build-script-build`
29232026-02-26T19:24:11.563Z Compiling rand_chacha v0.9.0
29242026-02-26T19:24:11.627Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "os_rng", "serde", "std"))' -C metadata=91aa722f44bad1a0 -C extra-filename=-c71cdd1e0c183556 --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-1a41148c5f9922e7.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-e1e612e7dbac87d8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29252026-02-26T19:24:11.926Z Compiling hyper-util v0.1.19
29262026-02-26T19:24:11.983Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.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="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=e8a843424727ff26 -C extra-filename=-1e52aa438e5755d8 --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-142d12a8ca42df76.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-4081dd690b8536d0.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cbbe00eeba3a9834.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-e5808e939444e7e7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-8d2f726f910c8602.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-d587cb581310d033.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-4e27467e3006387d.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b2cd9ff7035cd5.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-742c923e3785b97d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-3257dabfc11d193a.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-6ddcf9da373dcc6c.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2456617dc5bbf6d2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29272026-02-26T19:24:12.363Z Compiling pkcs5 v0.7.1
29282026-02-26T19:24:12.388Z Running `/home/build/.rustup/toolchains/1.91.1-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=3082885e5eed6362 -C extra-filename=-6729333da42bb1f8 --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-2673472d707878ba.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-f7dabc8667ad2395.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-8cc7363774f95bde.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-310d9ff867643127.rmeta --extern scrypt=/work/oxidecomputer/omicron/target/debug/deps/libscrypt-f5bc368605d73787.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-8742b2988ac3906d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29292026-02-26T19:24:12.612Z Running `/home/build/.rustup/toolchains/1.91.1-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=35ef8f5862610884 -C extra-filename=-906117e627c53165 --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-cfaa2511914227eb.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-95ae2a6ef060d0cf.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
29302026-02-26T19:24:12.893Z Compiling openapiv3 v2.2.0
29312026-02-26T19:24:12.919Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openapiv3-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="skip_serializing_defaults"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("skip_serializing_defaults"))' -C metadata=b5f496d24a747f28 -C extra-filename=-1272b7c61236626f --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-496362133443fc3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29322026-02-26T19:24:13.223Z Compiling plain v0.2.3
29332026-02-26T19:24:13.248Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name plain --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/plain-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5526a2106839e86e -C extra-filename=-4b99ac002000e8c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29342026-02-26T19:24:13.416Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9e82239e176bcd4b/build-script-main`
29352026-02-26T19:24:13.486Z Compiling pkcs8 v0.10.2
29362026-02-26T19:24:13.531Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name pkcs8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkcs8-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="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=d99e542c3c3f3904 -C extra-filename=-e32a1299c5d7cde7 --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-8cc7363774f95bde.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-6729333da42bb1f8.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-8742b2988ac3906d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29372026-02-26T19:24:13.556Z Compiling rand v0.9.2
29382026-02-26T19:24:13.556Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="os_rng"' --cfg 'feature="small_rng"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --cfg 'feature="thread_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "log", "nightly", "os_rng", "serde", "simd_support", "small_rng", "std", "std_rng", "thread_rng", "unbiased"))' -C metadata=538dd9b232f4e8a5 -C extra-filename=-92b1c69c39476002 --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-c71cdd1e0c183556.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-e1e612e7dbac87d8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29392026-02-26T19:24:13.594Z Compiling rustls-native-certs v0.8.1
29402026-02-26T19:24:13.619Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_native_certs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-native-certs-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5244afa09626d23a -C extra-filename=-d05e438ea49d4b81 --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-bfb240f84d962d5a.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-c303177288ac3ee1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29412026-02-26T19:24:14.236Z Compiling pest_meta v2.8.2
29422026-02-26T19:24:14.261Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_meta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_meta-2.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-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=1265877ae5087207 -C extra-filename=-75a3d64441dd2faa --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-0838b345f7711ad8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29432026-02-26T19:24:14.297Z Compiling hex v0.4.3
29442026-02-26T19:24:14.322Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name hex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hex-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=80c4a8920480e609 -C extra-filename=-17ce449942b787b6 --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-aa0f5bd7118bc9a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29452026-02-26T19:24:14.578Z Compiling sync_wrapper v1.0.1
29462026-02-26T19:24:14.603Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sync_wrapper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sync_wrapper-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures"' --cfg 'feature="futures-core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures", "futures-core"))' -C metadata=25413439d674b21b -C extra-filename=-1cc60b8b5283d691 --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-cbbe00eeba3a9834.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29472026-02-26T19:24:14.833Z Compiling openssl v0.10.73
29482026-02-26T19:24:14.858Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.73/build.rs --error-format=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", "bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=97b02287c0708d86 -C extra-filename=-3993aabfb0db3d9c --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-3993aabfb0db3d9c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29492026-02-26T19:24:14.986Z Compiling foreign-types-shared v0.1.1
29502026-02-26T19:24:15.011Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-shared-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=64737a01e8a7b4c6 -C extra-filename=-343033d8f2dd05b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29512026-02-26T19:24:15.183Z Compiling tempfile v3.24.0
29522026-02-26T19:24:15.208Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.24.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="getrandom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly"))' -C metadata=ff990cec1d11f765 -C extra-filename=-029acc0b6df857b1 --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-9ac85dd095c3ee8c.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-f05a29efbbe49ca1.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-906117e627c53165.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29532026-02-26T19:24:15.391Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-3993aabfb0db3d9c/build-script-build`
29542026-02-26T19:24:15.460Z Compiling foreign-types v0.3.2
29552026-02-26T19:24:15.485Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cdde52dfac0edab4 -C extra-filename=-ce23beb6eb3676f9 --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-343033d8f2dd05b9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29562026-02-26T19:24:15.531Z Compiling tower v0.5.2
29572026-02-26T19:24:15.557Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tower --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="__common"' --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("__common", "balance", "buffer", "discover", "filter", "full", "futures-core", "futures-util", "hdrhistogram", "hedge", "indexmap", "limit", "load", "load-shed", "log", "make", "pin-project-lite", "ready-cache", "reconnect", "retry", "slab", "spawn-ready", "steer", "sync_wrapper", "timeout", "tokio", "tokio-stream", "tokio-util", "tracing", "util"))' -C metadata=886950aaeddea3c3 -C extra-filename=-26dd5439148196d2 --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-cbbe00eeba3a9834.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-e5808e939444e7e7.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b2cd9ff7035cd5.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-1cc60b8b5283d691.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-3257dabfc11d193a.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-6ddcf9da373dcc6c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29582026-02-26T19:24:15.646Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=47dacc952a079240 -C extra-filename=-3002f96437acd722 --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-b9bf1208c93b2e2e.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 ossl300 --cfg ossl101 --cfg ossl102 --cfg ossl102f --cfg ossl102h --cfg ossl110 --cfg ossl110f --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111b --cfg ossl111c --cfg ossl111d --check-cfg 'cfg(osslconf, values("OPENSSL_NO_OCB", "OPENSSL_NO_SM4", "OPENSSL_NO_SEED", "OPENSSL_NO_CHACHA", "OPENSSL_NO_CAST", "OPENSSL_NO_IDEA", "OPENSSL_NO_CAMELLIA", "OPENSSL_NO_RC4", "OPENSSL_NO_BF", "OPENSSL_NO_PSK", "OPENSSL_NO_DEPRECATED_3_0", "OPENSSL_NO_SCRYPT", "OPENSSL_NO_SM3", "OPENSSL_NO_RMD160", "OPENSSL_NO_EC2M", "OPENSSL_NO_OCSP", "OPENSSL_NO_CMS", "OPENSSL_NO_COMP", "OPENSSL_NO_SOCK", "OPENSSL_NO_STDIO", "OPENSSL_NO_EC", "OPENSSL_NO_SSL3_METHOD", "OPENSSL_NO_KRB5", "OPENSSL_NO_TLSEXT", "OPENSSL_NO_SRP", "OPENSSL_NO_RFC3779", "OPENSSL_NO_SHA", "OPENSSL_NO_NEXTPROTONEG", "OPENSSL_NO_ENGINE", "OPENSSL_NO_BUF_FREELISTS", "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(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)'`
29592026-02-26T19:24:15.820Z Compiling pest_generator v2.8.2
29602026-02-26T19:24:15.845Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_generator-2.8.2/src/lib.rs --error-format=json --json=diagnostic-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=59db755822484f2a -C extra-filename=-5683104aa49f7380 --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-0838b345f7711ad8.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-75a3d64441dd2faa.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29612026-02-26T19:24:16.090Z Compiling webpki-roots v1.0.1
29622026-02-26T19:24:16.114Z Running `/home/build/.rustup/toolchains/1.91.1-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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5a6f0dad782cbf48 -C extra-filename=-99acf8b0cf5c9627 --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-c303177288ac3ee1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29632026-02-26T19:24:16.215Z Compiling openssl-macros v0.1.1
29642026-02-26T19:24:16.240Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=330b950766cdf513 -C extra-filename=-17391c4950523ba0 --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-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29652026-02-26T19:24:16.410Z Compiling encoding_rs v0.8.34
29662026-02-26T19:24:16.454Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,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=09fe5644fe4e440b -C extra-filename=-a8db7e413abf61b0 --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-9b8d246c7e3e185e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29672026-02-26T19:24:16.671Z Compiling pretty-hex v0.4.1
29682026-02-26T19:24:16.695Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pretty-hex-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=672d0235a7724ce9 -C extra-filename=-4cc5ba24a6003517 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29692026-02-26T19:24:17.019Z Compiling iri-string v0.7.8
29702026-02-26T19:24:17.044Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name iri_string --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "memchr", "serde", "std"))' -C metadata=9851b8946f0e9e9b -C extra-filename=-81fbfc3f0f1ebf8a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29712026-02-26T19:24:17.077Z Compiling ipnetwork v0.21.1
29722026-02-26T19:24:17.137Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ipnetwork --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ipnetwork-0.21.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "schemars", "serde"))' -C metadata=a3316697b7397fdd -C extra-filename=-bf57061796bb2ede --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-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29732026-02-26T19:24:17.161Z Compiling native-tls v0.2.12
29742026-02-26T19:24:17.162Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/native-tls-0.2.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=a427351dc311887f -C extra-filename=-e415e630c4a0d985 --out-dir /work/oxidecomputer/omicron/target/debug/build/native-tls-e415e630c4a0d985 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29752026-02-26T19:24:17.208Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.73/src/lib.rs --error-format=json --json=diagnostic-rendered-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", "bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=d973db116887fa56 -C extra-filename=-c27281ebe7fbcab4 --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-cfaa2511914227eb.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-ce23beb6eb3676f9.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-17391c4950523ba0.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-3002f96437acd722.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_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(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(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)'`
29762026-02-26T19:24:17.685Z Compiling signature v2.2.0
29772026-02-26T19:24:17.710Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name signature --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signature-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="digest"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "derive", "digest", "rand_core", "std"))' -C metadata=19241cdc346572f8 -C extra-filename=-552bdad18018ac43 --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-268aa15817046b32.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29782026-02-26T19:24:17.745Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-e415e630c4a0d985/build-script-build`
29792026-02-26T19:24:17.820Z Compiling winnow v0.7.14
29802026-02-26T19:24:17.846Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--allow=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=34f41ac93253362e -C extra-filename=-1a96771fab1efe2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-02-26T19:24:18.077Z Compiling darling_core v0.21.0
29822026-02-26T19:24:18.102Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.21.0/src/lib.rs --error-format=json --json=diagnostic-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=beacee0fd61ee9df -C extra-filename=-5847c8b08f2bc663 --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-22553d033a4f20d3.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-420e9301b8e5cfd6.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-4f2345662d24d9d3.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29832026-02-26T19:24:18.139Z Compiling strum_macros v0.26.4
29842026-02-26T19:24:18.164Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.26.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3ed44764c21812e8 -C extra-filename=-c74ed59dd69dfb8f --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-d61228a413094487.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-f2a99d18b9861c4a.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29852026-02-26T19:24:18.793Z Compiling pest_derive v2.8.2
29862026-02-26T19:24:18.818Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_derive-2.8.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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=ec457620d962080f -C extra-filename=-e01bf1dc7ec0328f --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-0838b345f7711ad8.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-5683104aa49f7380.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29872026-02-26T19:24:19.870Z Compiling paste v1.0.15
29882026-02-26T19:24:19.896Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/paste-1.0.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c59d25c819f3978f -C extra-filename=-4fb0e3b03d49a8c7 --out-dir /work/oxidecomputer/omicron/target/debug/build/paste-4fb0e3b03d49a8c7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29892026-02-26T19:24:20.195Z Compiling tower-http v0.6.8
29902026-02-26T19:24:20.220Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tower_http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="follow-redirect"' --cfg 'feature="futures-util"' --cfg 'feature="iri-string"' --cfg 'feature="tower"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("add-extension", "async-compression", "auth", "base64", "catch-panic", "compression-br", "compression-deflate", "compression-full", "compression-gzip", "compression-zstd", "cors", "decompression-br", "decompression-deflate", "decompression-full", "decompression-gzip", "decompression-zstd", "default", "follow-redirect", "fs", "full", "futures-core", "futures-util", "httpdate", "iri-string", "limit", "map-request-body", "map-response-body", "metrics", "mime", "mime_guess", "normalize-path", "percent-encoding", "propagate-header", "redirect", "request-id", "sensitive-headers", "set-header", "set-status", "timeout", "tokio", "tokio-util", "tower", "trace", "tracing", "util", "uuid", "validate-request"))' -C metadata=6ce158ce2b0163d2 -C extra-filename=-7f24d8c8afcb2e04 --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-cfaa2511914227eb.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-e5808e939444e7e7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-8d2f726f910c8602.rmeta --extern iri_string=/work/oxidecomputer/omicron/target/debug/deps/libiri_string-81fbfc3f0f1ebf8a.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b2cd9ff7035cd5.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-26dd5439148196d2.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-3257dabfc11d193a.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-6ddcf9da373dcc6c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29912026-02-26T19:24:20.563Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-4fb0e3b03d49a8c7/build-script-build`
29922026-02-26T19:24:20.679Z Compiling data-encoding v2.9.0
29932026-02-26T19:24:20.704Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/data-encoding-2.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=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=065b5b31e795d3de -C extra-filename=-5d4dd4f25a3a940c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29942026-02-26T19:24:20.979Z Compiling static_assertions v1.1.0
29952026-02-26T19:24:21.004Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name static_assertions --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/static_assertions-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=de6e917f07e366fb -C extra-filename=-b3b91e8fe3ef1a8e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29962026-02-26T19:24:21.137Z Compiling winnow v0.5.40
29972026-02-26T19:24:21.162Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.5.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=a99a82e1e4836bbe -C extra-filename=-72473495d17f19f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29982026-02-26T19:24:21.187Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name paste --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/paste-1.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=aa15ff242619532e -C extra-filename=-051ed0912bcc526d --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"))'`
29992026-02-26T19:24:21.316Z Compiling darling_core v0.20.10
30002026-02-26T19:24:21.341Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diagnostics", "strsim", "suggestions"))' -C metadata=685478ac8634c679 -C extra-filename=-d64820e78aaae86f --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-22553d033a4f20d3.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-420e9301b8e5cfd6.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-4f2345662d24d9d3.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30012026-02-26T19:24:22.466Z Compiling sha1 v0.10.6
30022026-02-26T19:24:22.492Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha1-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="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=496850fbdff85d74 -C extra-filename=-ab1e1b323fcc7f2e --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-9b8d246c7e3e185e.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-4b1a5e7e778fc806.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-268aa15817046b32.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30032026-02-26T19:24:22.520Z Compiling hubpack_derive v0.1.1
30042026-02-26T19:24:22.545Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name hubpack_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hubpack_derive-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7d101d512c29baff -C extra-filename=-0fefeaa3e405fabd --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-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d0ed5c423d20d405.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30052026-02-26T19:24:22.545Z Compiling strum v0.26.3
30062026-02-26T19:24:22.545Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum-0.26.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="std"' --cfg 'feature="strum_macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "phf", "std", "strum_macros"))' -C metadata=94100bd8dc7fc68e -C extra-filename=-403fa0d437dd0a79 --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-c74ed59dd69dfb8f.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30072026-02-26T19:24:22.881Z Compiling tinyvec_macros v0.1.1
30082026-02-26T19:24:22.906Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinyvec_macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=27d8a254dbd867d5 -C extra-filename=-7e10bbf32c77695d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30092026-02-26T19:24:22.969Z Compiling oxnet v0.1.4
30102026-02-26T19:24:22.994Z Running `/home/build/.rustup/toolchains/1.91.1-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=d985909a078655c0 -C extra-filename=-200593b9a7b987ef --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-bf57061796bb2ede.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30112026-02-26T19:24:23.052Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name native_tls --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/native-tls-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=05095d3ea091ca46 -C extra-filename=-b28535a8957be1a1 --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-960003e0783a03bd.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-c27281ebe7fbcab4.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-bfb240f84d962d5a.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-3002f96437acd722.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`
30122026-02-26T19:24:23.621Z Compiling tokio-native-tls v0.3.1
30132026-02-26T19:24:23.646Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_native_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-native-tls-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("vendored"))' -C metadata=25ea31ddbbe67aea -C extra-filename=-c67842138da8dd36 --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-b28535a8957be1a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.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`
30142026-02-26T19:24:23.718Z Compiling hubpack v0.1.2
30152026-02-26T19:24:23.743Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name hubpack --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hubpack-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a909674e9dd80124 -C extra-filename=-e9e9e77d8ed55b69 --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-0fefeaa3e405fabd.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30162026-02-26T19:24:23.913Z Compiling tinyvec v1.8.0
30172026-02-26T19:24:23.938Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinyvec-1.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="tinyvec_macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "debugger_visualizer", "default", "experimental_write_impl", "grab_spare_slice", "nightly_slice_partition_dedup", "real_blackbox", "rustc_1_40", "rustc_1_55", "rustc_1_57", "rustc_1_61", "serde", "std", "tinyvec_macros"))' -C metadata=691e11f761881eb9 -C extra-filename=-86d39d757ff7819a --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-7e10bbf32c77695d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30182026-02-26T19:24:24.043Z Compiling hyper-tls v0.6.0
30192026-02-26T19:24:24.068Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-tls-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=4a3105ad66b7e490 -C extra-filename=-614eb3c941d9a45d --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-697abc391bbe218c.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-913767e3a45f3687.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-1e52aa438e5755d8.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-b28535a8957be1a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-c67842138da8dd36.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-6ddcf9da373dcc6c.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`
30202026-02-26T19:24:24.246Z Compiling scroll_derive v0.12.0
30212026-02-26T19:24:24.296Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll_derive-0.12.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=cc2a65567fb2cae5 -C extra-filename=-31093c69c6692d6f --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-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30222026-02-26T19:24:24.322Z Compiling darling_macro v0.21.0
30232026-02-26T19:24:24.322Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_macro-0.21.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=4da592089b939e56 -C extra-filename=-6ed3c9c2ae833ead --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-5847c8b08f2bc663.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30242026-02-26T19:24:24.523Z Compiling toml_edit v0.19.15
30252026-02-26T19:24:24.548Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.19.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "perf", "serde", "unbounded"))' -C metadata=eb428017744e017e -C extra-filename=-839d4a146506079b --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-496362133443fc3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-3c036d3e36d25e61.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-cd03c54f4155e59a.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-72473495d17f19f3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30262026-02-26T19:24:24.794Z Compiling num-integer v0.1.46
30272026-02-26T19:24:24.819Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name num_integer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-integer-0.1.46/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=f3709ee2f906ab59 -C extra-filename=-6dcbfb1e8babd6ea --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-e2c1fb2295e429a9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30282026-02-26T19:24:25.042Z Compiling quick-error v1.2.3
30292026-02-26T19:24:25.067Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name quick_error --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quick-error-1.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=796e006f2f126583 -C extra-filename=-f4177b83accb982b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30302026-02-26T19:24:25.290Z Compiling ahash v0.8.12
30312026-02-26T19:24:25.315Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="runtime-rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("atomic-polyfill", "compile-time-rng", "const-random", "default", "getrandom", "nightly-arm-aes", "no-rng", "runtime-rng", "serde", "std"))' -C metadata=46370b02722680ec -C extra-filename=-445bcbe1e128c827 --out-dir /work/oxidecomputer/omicron/target/debug/build/ahash-445bcbe1e128c827 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2ff88dd682b77008.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30322026-02-26T19:24:25.409Z Compiling darling v0.21.0
30332026-02-26T19:24:25.433Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling-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 --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=e53fb262f7be1a66 -C extra-filename=-8d9ca32224e753d2 --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-5847c8b08f2bc663.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-6ed3c9c2ae833ead.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30342026-02-26T19:24:25.479Z Compiling base16ct v0.2.0
30352026-02-26T19:24:25.503Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name base16ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base16ct-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=7783f897d2866553 -C extra-filename=-3498298cb3287a8d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30362026-02-26T19:24:25.539Z Compiling ff v0.13.0
30372026-02-26T19:24:25.564Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ff --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ff-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bits", "bitvec", "byteorder", "default", "derive", "derive_bits", "ff_derive", "std"))' -C metadata=4ec19db4f66abfb1 -C extra-filename=-43bf1ca6a514b6aa --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-6a42c010b5a060c9.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30382026-02-26T19:24:25.616Z Compiling usdt-impl v0.5.0
30392026-02-26T19:24:25.641Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=21db4e42249df5bc -C extra-filename=-faa4f6782989b6de --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-faa4f6782989b6de -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2ff88dd682b77008.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30402026-02-26T19:24:25.739Z Compiling scroll v0.12.0
30412026-02-26T19:24:25.764Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "std"))' -C metadata=2c0c01633758af80 -C extra-filename=-749b792c868168c8 --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-31093c69c6692d6f.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30422026-02-26T19:24:25.816Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-445bcbe1e128c827/build-script-build`
30432026-02-26T19:24:25.871Z Compiling sec1 v0.7.3
30442026-02-26T19:24:25.921Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sec1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sec1-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="der"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="point"' --cfg 'feature="std"' --cfg 'feature="subtle"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "der", "pem", "pkcs8", "point", "serde", "std", "subtle", "zeroize"))' -C metadata=35d896113ead308c -C extra-filename=-1fa348f96c820973 --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-3498298cb3287a8d.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-8cc7363774f95bde.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-cbef46c34d9df723.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-e32a1299c5d7cde7.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30452026-02-26T19:24:25.945Z Compiling crc32fast v1.4.2
30462026-02-26T19:24:25.945Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name crc32fast --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=5b0e96eb1ac81638 -C extra-filename=-e665abceb2a7947a --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-9b8d246c7e3e185e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30472026-02-26T19:24:25.991Z Compiling bit-vec v0.8.0
30482026-02-26T19:24:26.015Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bit_vec --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bit-vec-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("borsh", "borsh_std", "default", "miniserde", "nanoserde", "serde", "serde_no_std", "serde_std", "std"))' -C metadata=3d736ccbf0e87ebb -C extra-filename=-a477195100bc788b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30492026-02-26T19:24:26.159Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-faa4f6782989b6de/build-script-build`
30502026-02-26T19:24:26.388Z Compiling goblin v0.8.2
30512026-02-26T19:24:26.413Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/goblin-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="archive"' --cfg 'feature="default"' --cfg 'feature="elf32"' --cfg 'feature="elf64"' --cfg 'feature="endian_fd"' --cfg 'feature="log"' --cfg 'feature="mach32"' --cfg 'feature="mach64"' --cfg 'feature="pe32"' --cfg 'feature="pe64"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "archive", "default", "elf32", "elf64", "endian_fd", "log", "mach32", "mach64", "pe32", "pe64", "std"))' -C metadata=aad6db77dd05eef6 -C extra-filename=-28ce9f08f70a0127 --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-960003e0783a03bd.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-4b99ac002000e8c9.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-749b792c868168c8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30522026-02-26T19:24:26.452Z Compiling group v0.13.0
30532026-02-26T19:24:26.477Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ahash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="runtime-rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("atomic-polyfill", "compile-time-rng", "const-random", "default", "getrandom", "nightly-arm-aes", "no-rng", "runtime-rng", "serde", "std"))' -C metadata=a8793a4f23b884d6 -C extra-filename=-4535aca8ab318c48 --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-9b8d246c7e3e185e.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-f05a29efbbe49ca1.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-05e4a9202fcda5f1.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)'`
30542026-02-26T19:24:26.477Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name group --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/group-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "memuse", "rand", "rand_xorshift", "tests", "wnaf-memuse"))' -C metadata=628c840c6485c4bf -C extra-filename=-27f9c755a800f8bd --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-43bf1ca6a514b6aa.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30552026-02-26T19:24:26.555Z Compiling bit-set v0.8.0
30562026-02-26T19:24:26.555Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bit_set --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bit-set-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=93699d58078ff24d -C extra-filename=-1bbb8a7353698747 --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-a477195100bc788b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30572026-02-26T19:24:26.612Z Compiling num-iter v0.1.45
30582026-02-26T19:24:26.636Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name num_iter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-iter-0.1.45/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="i128"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=812679b35c1ebdcb -C extra-filename=-6e6262e2ec4ec296 --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-6dcbfb1e8babd6ea.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2c1fb2295e429a9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30592026-02-26T19:24:26.850Z Compiling dtrace-parser v0.2.0
30602026-02-26T19:24:26.875Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dtrace-parser-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c5f250ea55260b61 -C extra-filename=-fd50a69412f8b64a --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-0838b345f7711ad8.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-e01bf1dc7ec0328f.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-bbbed6175a047253.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30612026-02-26T19:24:26.902Z Compiling hkdf v0.12.4
30622026-02-26T19:24:26.928Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name hkdf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hkdf-0.12.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=b3fc1e83f964b24a -C extra-filename=-0e6b2fb9a7835ef5 --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-d6df248ec06b9ac8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30632026-02-26T19:24:26.964Z Compiling crypto-bigint v0.5.5
30642026-02-26T19:24:27.056Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name crypto_bigint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-bigint-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="generic-array"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "der", "extra-sizes", "generic-array", "rand", "rand_core", "rlp", "serde", "zeroize"))' -C metadata=c89ccbe074823fcc -C extra-filename=-04d352fa2e0da296 --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-cbef46c34d9df723.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30652026-02-26T19:24:27.081Z Compiling scroll_derive v0.13.1
30662026-02-26T19:24:27.081Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll_derive-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=940c50cb8797e171 -C extra-filename=-8f52c558275b10d4 --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-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30672026-02-26T19:24:27.223Z Compiling darling_macro v0.20.10
30682026-02-26T19:24:27.223Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_macro-0.20.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a62f49b1b0569079 -C extra-filename=-0a9f4caade35377b --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-d64820e78aaae86f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30692026-02-26T19:24:27.272Z Compiling wait-timeout v0.2.0
30702026-02-26T19:24:27.296Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name wait_timeout --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wait-timeout-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fa7b4b3ee6873949 -C extra-filename=-7fad237810e4574c --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-b9bf1208c93b2e2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30712026-02-26T19:24:27.846Z Compiling thread-id v4.2.2
30722026-02-26T19:24:27.871Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name thread_id --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread-id-4.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d4a34f84b5d6b468 -C extra-filename=-ffaf04ed8428d73d --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-b9bf1208c93b2e2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30732026-02-26T19:24:28.048Z Compiling num-bigint-dig v0.8.6
30742026-02-26T19:24:28.073Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-dig-0.8.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="i128"' --cfg 'feature="prime"' --cfg 'feature="rand"' --cfg 'feature="serde"' --cfg 'feature="u64_digit"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "fuzz", "i128", "nightly", "prime", "rand", "serde", "std", "u64_digit", "zeroize"))' -C metadata=47f0629861715b96 -C extra-filename=-64649a47d1aff8f2 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-64649a47d1aff8f2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30752026-02-26T19:24:28.377Z Compiling darling v0.20.10
30762026-02-26T19:24:28.405Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling-0.20.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "diagnostics", "suggestions"))' -C metadata=ff41ae0caafe8904 -C extra-filename=-8267566968ae2fcb --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-d64820e78aaae86f.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-0a9f4caade35377b.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30772026-02-26T19:24:28.490Z Compiling toml_write v0.1.2
30782026-02-26T19:24:28.514Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_write --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_write-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=399448527869f62f -C extra-filename=-02170c98dd0eef5f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30792026-02-26T19:24:28.569Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-64649a47d1aff8f2/build-script-build`
30802026-02-26T19:24:28.636Z Compiling heck v0.4.1
30812026-02-26T19:24:28.661Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="unicode"' --cfg 'feature="unicode-segmentation"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-segmentation"))' -C metadata=c36d9bf330367547 -C extra-filename=-dabc04b0d25f1f86 --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-469dcac1900e48e3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30822026-02-26T19:24:28.694Z Compiling itertools v0.13.0
30832026-02-26T19:24:28.718Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=0b23c2a03dbfeff7 -C extra-filename=-f0f9e563abed1aaf --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-20015a7f2ab24a15.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30842026-02-26T19:24:28.977Z Compiling toml_edit v0.22.27
30852026-02-26T19:24:29.002Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "display", "parse", "perf", "serde", "unbounded", "unstable-debug"))' -C metadata=0f26ef87e0f3c1e0 -C extra-filename=-2fcfcb35f0bca903 --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-496362133443fc3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-3c036d3e36d25e61.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-cd03c54f4155e59a.rmeta --extern toml_write=/work/oxidecomputer/omicron/target/debug/deps/libtoml_write-02170c98dd0eef5f.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-1a96771fab1efe2c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30862026-02-26T19:24:29.055Z Compiling scroll v0.13.0
30872026-02-26T19:24:29.079Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "std"))' -C metadata=511db78bd39cdff1 -C extra-filename=-17512199b01d0f4b --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-8f52c558275b10d4.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30882026-02-26T19:24:29.197Z Compiling crossbeam-epoch v0.9.18
30892026-02-26T19:24:29.222Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_epoch --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "loom", "loom-crate", "nightly", "std"))' -C metadata=41b01f875ceb578d -C extra-filename=-baf0c92fd85ce9a3 --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-16e875d6462de814.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30902026-02-26T19:24:29.638Z Compiling bstr v1.10.0
30912026-02-26T19:24:29.663Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std", "unicode"))' -C metadata=6fd5e2114457e89d -C extra-filename=-a6e1ab1532f8efa3 --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-afea2278d9bc496e.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-4387b5d2d51d9453.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30922026-02-26T19:24:29.907Z Compiling zlib-rs v0.5.1
30932026-02-26T19:24:29.932Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zlib_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zlib-rs-0.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="rust-allocator"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ZLIB_DEBUG", "__internal-fuzz", "__internal-fuzz-disable-checksum", "__internal-test", "arbitrary", "c-allocator", "default", "quickcheck", "rust-allocator", "std"))' -C metadata=05de1ba68c641b32 -C extra-filename=-bae8abd85fb85230 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30942026-02-26T19:24:31.142Z Compiling elliptic-curve v0.13.8
30952026-02-26T19:24:31.166Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name elliptic_curve --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/elliptic-curve-0.13.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ff"' --cfg 'feature="group"' --cfg 'feature="hazmat"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sec1"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "bits", "default", "dev", "digest", "ecdh", "ff", "group", "hash2curve", "hazmat", "jwk", "pem", "pkcs8", "sec1", "serde", "std", "voprf"))' -C metadata=73661f266916f367 -C extra-filename=-0d6795d8b7b26bdb --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-3498298cb3287a8d.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-04d352fa2e0da296.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-268aa15817046b32.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-43bf1ca6a514b6aa.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-cbef46c34d9df723.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-27f9c755a800f8bd.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0e6b2fb9a7835ef5.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-76ae0420101700af.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-e32a1299c5d7cde7.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-1fa348f96c820973.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30962026-02-26T19:24:31.192Z Compiling goblin v0.10.2
30972026-02-26T19:24:31.192Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/goblin-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="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=e2f55595d2a4511b -C extra-filename=-475de3843f6bc2e9 --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-960003e0783a03bd.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-4b99ac002000e8c9.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-17512199b01d0f4b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30982026-02-26T19:24:31.695Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint_dig --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-dig-0.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="i128"' --cfg 'feature="prime"' --cfg 'feature="rand"' --cfg 'feature="serde"' --cfg 'feature="u64_digit"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "fuzz", "i128", "nightly", "prime", "rand", "serde", "std", "u64_digit", "zeroize"))' -C metadata=54a5e1872a4dd57d -C extra-filename=-b84d66a6dbfce3e1 --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-bdecca09356102e1.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-aca419b966ec5f81.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6dcbfb1e8babd6ea.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-6e6262e2ec4ec296.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2c1fb2295e429a9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d5f4616655430b33.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ec04b22c3ab89ecb.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_i128`
30992026-02-26T19:24:32.109Z Compiling rusty-fork v0.3.0
31002026-02-26T19:24:32.133Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rusty_fork --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rusty-fork-0.3.0/src/lib.rs --error-format=json --json=diagnostic-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=dba267796d334809 -C extra-filename=-4e96d5a1f4745e56 --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-22553d033a4f20d3.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-f4177b83accb982b.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-7fad237810e4574c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31012026-02-26T19:24:32.551Z Compiling dof v0.3.0
31022026-02-26T19:24:32.576Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dof-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="des"' --cfg 'feature="goblin"' --cfg 'feature="pretty-hex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=1577fa4f3418243e -C extra-filename=-e928439ca5bf1281 --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-28ce9f08f70a0127.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4cc5ba24a6003517.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-bbbed6175a047253.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c5ec39ac863fdc65.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31032026-02-26T19:24:32.845Z Compiling pkcs1 v0.7.5
31042026-02-26T19:24:32.869Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name pkcs1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkcs1-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="std"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "pem", "pkcs8", "std", "zeroize"))' -C metadata=67b9940143e4e5bf -C extra-filename=-3765a3dd80314c3d --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-8cc7363774f95bde.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-e32a1299c5d7cde7.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-8742b2988ac3906d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31052026-02-26T19:24:33.786Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=793f4538810d02a1 -C extra-filename=-bdd799246e663234 --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-7979b4ba2f5cd7b3.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-e928439ca5bf1281.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-fd50a69412f8b64a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-bbbed6175a047253.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-ffaf04ed8428d73d.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`
31062026-02-26T19:24:34.278Z Compiling curve25519-dalek v4.1.3
31072026-02-26T19:24:34.278Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curve25519-dalek-4.1.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="legacy_compatibility"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "digest", "ff", "group", "group-bits", "legacy_compatibility", "precomputed-tables", "rand_core", "serde", "zeroize"))' -C metadata=c1268199dafa9a52 -C extra-filename=-ea6d569e787eecb9 --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-ea6d569e787eecb9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-432faec17290e42d.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31082026-02-26T19:24:35.085Z Compiling rand_xorshift v0.4.0
31092026-02-26T19:24:35.109Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_xorshift --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_xorshift-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=f11b29012121d2f7 -C extra-filename=-b6c7f4a8f1590593 --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-e1e612e7dbac87d8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31102026-02-26T19:24:35.157Z Compiling x509-cert v0.2.5
31112026-02-26T19:24:35.182Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name x509_cert --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x509-cert-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="pem"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "builder", "default", "hazmat", "pem", "sct", "sha1", "signature", "std"))' -C metadata=f62ba21c2c480ea5 -C extra-filename=-5e6be64fec04b26e --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-7fcf3363fa4d8b33.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-8cc7363774f95bde.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-8742b2988ac3906d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31122026-02-26T19:24:35.221Z Compiling bzip2-sys v0.1.13+1.0.8
31132026-02-26T19:24:35.245Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bzip2-sys-0.1.13+1.0.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__disabled", "static"))' -C metadata=b6f9a43f5745ed05 -C extra-filename=-e8ff355f1b5b1710 --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e8ff355f1b5b1710 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-7d81945d2ab4a7b1.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-480ab039f767e1c9.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31142026-02-26T19:24:35.458Z Compiling usdt-impl v0.6.0
31152026-02-26T19:24:35.482Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.6.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=b86945bce5b0959a -C extra-filename=-db5c11af64f98a8b --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-db5c11af64f98a8b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31162026-02-26T19:24:35.612Z Compiling unarray v0.1.4
31172026-02-26T19:24:35.636Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name unarray --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unarray-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6aab6a764ff0788b -C extra-filename=-0d1cbf4decd5986d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31182026-02-26T19:24:35.853Z Compiling proptest v1.7.0
31192026-02-26T19:24:35.877Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name proptest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="bit-set"' --cfg 'feature="default"' --cfg 'feature="fork"' --cfg 'feature="lazy_static"' --cfg 'feature="regex-syntax"' --cfg 'feature="rusty-fork"' --cfg 'feature="std"' --cfg 'feature="tempfile"' --cfg 'feature="timeout"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic64bit", "attr-macro", "bit-set", "default", "default-code-coverage", "fork", "handle-panics", "hardware-rng", "lazy_static", "no_std", "proptest-macro", "regex-syntax", "rusty-fork", "std", "tempfile", "timeout", "unstable", "x86"))' -C metadata=73536f1c9bf22822 -C extra-filename=-e25a78607935dd50 --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-1bbb8a7353698747.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-a477195100bc788b.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-cfaa2511914227eb.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-bdecca09356102e1.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2c1fb2295e429a9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-c71cdd1e0c183556.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-b6c7f4a8f1590593.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-01dd8b748c5ec2c7.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-4e96d5a1f4745e56.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-0d1cbf4decd5986d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31202026-02-26T19:24:35.994Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e8ff355f1b5b1710/build-script-build`
31212026-02-26T19:24:36.019Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-db5c11af64f98a8b/build-script-build`
31222026-02-26T19:24:36.077Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-ea6d569e787eecb9/build-script-build`
31232026-02-26T19:24:36.277Z Compiling rsa v0.9.8
31242026-02-26T19:24:36.302Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rsa-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 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=9c3d9cee2d211e33 -C extra-filename=-a6d3c572a8e45507 --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-7fcf3363fa4d8b33.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-268aa15817046b32.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-b84d66a6dbfce3e1.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6dcbfb1e8babd6ea.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2c1fb2295e429a9.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-3765a3dd80314c3d.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-e32a1299c5d7cde7.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-552bdad18018ac43.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-8742b2988ac3906d.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31252026-02-26T19:24:37.492Z Compiling libz-rs-sys v0.5.1
31262026-02-26T19:24:37.516Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name libz_rs_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libz-rs-sys-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="rust-allocator"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("c-allocator", "custom-prefix", "default", "export-symbols", "rust-allocator", "semver-prefix", "std", "testing-prefix"))' -C metadata=ac5ff47aa8169191 -C extra-filename=-349a6e2955accf25 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zlib_rs=/work/oxidecomputer/omicron/target/debug/deps/libzlib_rs-bae8abd85fb85230.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31272026-02-26T19:24:37.601Z Compiling dtrace-parser v0.3.0
31282026-02-26T19:24:37.626Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dtrace-parser-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b037c48a09ed74cb -C extra-filename=-649199322175c05d --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-0838b345f7711ad8.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-e01bf1dc7ec0328f.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31292026-02-26T19:24:37.908Z Compiling flate2 v1.1.2
31302026-02-26T19:24:37.966Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name flate2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-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 --cfg 'feature="any_impl"' --cfg 'feature="any_zlib"' --cfg 'feature="default"' --cfg 'feature="libz-rs-sys"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' --cfg 'feature="zlib-rs"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("any_impl", "any_zlib", "cloudflare-zlib-sys", "cloudflare_zlib", "default", "libz-ng-sys", "libz-rs-sys", "libz-sys", "miniz-sys", "miniz_oxide", "rust_backend", "zlib", "zlib-default", "zlib-ng", "zlib-ng-compat", "zlib-rs"))' -C metadata=1452c2e62d23101a -C extra-filename=-ee56dd0c78618953 --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-e665abceb2a7947a.rmeta --extern libz_rs_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibz_rs_sys-349a6e2955accf25.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-ebd2cfde094068a5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31312026-02-26T19:24:38.907Z Compiling dof v0.4.0
31322026-02-26T19:24:38.931Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dof-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="des"' --cfg 'feature="goblin"' --cfg 'feature="pretty-hex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=164d38d618c36dc0 -C extra-filename=-3339533b116e0c4f --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-475de3843f6bc2e9.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4cc5ba24a6003517.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-05e4a9202fcda5f1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31332026-02-26T19:24:39.386Z Compiling rfc6979 v0.4.0
31342026-02-26T19:24:39.411Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rfc6979 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rfc6979-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b4457c8fe4614d43 -C extra-filename=-a2736ea44f0f03ae --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-d6df248ec06b9ac8.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31352026-02-26T19:24:39.553Z Compiling curve25519-dalek-derive v0.1.1
31362026-02-26T19:24:39.578Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curve25519-dalek-derive-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e296db927adf69ac -C extra-filename=-9aa2d5910a38d146 --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-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31372026-02-26T19:24:39.682Z Compiling thread-id v5.0.0
31382026-02-26T19:24:39.706Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name thread_id --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread-id-5.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=64fcf838075b2471 -C extra-filename=-dbb73afa9ba27761 --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-b9bf1208c93b2e2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31392026-02-26T19:24:39.882Z Compiling bitflags v1.3.2
31402026-02-26T19:24:39.906Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "example_generated", "rustc-dep-of-std"))' -C metadata=c783b94eb562b595 -C extra-filename=-2b8f5067655268d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31412026-02-26T19:24:40.048Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=cc036cfd154d243c -C extra-filename=-846206e86915589a --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-7979b4ba2f5cd7b3.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-3339533b116e0c4f.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-649199322175c05d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-dbb73afa9ba27761.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)'`
31422026-02-26T19:24:41.025Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curve25519-dalek-4.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="legacy_compatibility"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "digest", "ff", "group", "group-bits", "legacy_compatibility", "precomputed-tables", "rand_core", "serde", "zeroize"))' -C metadata=5906c89169f7c939 -C extra-filename=-a1da87ac9f71d3b4 --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-9b8d246c7e3e185e.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-4b1a5e7e778fc806.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-9aa2d5910a38d146.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-268aa15817046b32.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.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"'`
31432026-02-26T19:24:41.153Z Compiling ecdsa v0.16.9
31442026-02-26T19:24:41.178Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ecdsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ecdsa-0.16.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="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=86cb9299b89b5797 -C extra-filename=-8dd14f65ad0dd7aa --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-8cc7363774f95bde.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-268aa15817046b32.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-0d6795d8b7b26bdb.rmeta --extern rfc6979=/work/oxidecomputer/omicron/target/debug/deps/librfc6979-a2736ea44f0f03ae.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-552bdad18018ac43.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-8742b2988ac3906d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31452026-02-26T19:24:41.363Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bzip2_sys --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bzip2-sys-0.1.13+1.0.8/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__disabled", "static"))' -C metadata=98e9477a2267f163 -C extra-filename=-bdea93fd0d563974 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-1a535b08d52ade11/out/lib -l static=bz2`
31462026-02-26T19:24:41.583Z Compiling derive_builder_core v0.20.2
31472026-02-26T19:24:41.608Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder_core-0.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lib_has_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "clippy", "lib_has_std"))' -C metadata=ca12171eb65e04aa -C extra-filename=-2fda2110ac3e888d --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-8267566968ae2fcb.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31482026-02-26T19:24:42.047Z Compiling serde_with_macros v3.16.1
31492026-02-26T19:24:42.072Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_with_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_with_macros-3.16.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms --warn=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=392f4539cf4aec6a -C extra-filename=-a14ee6e5e790684a --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-8d9ca32224e753d2.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31502026-02-26T19:24:42.101Z Compiling memmap2 v0.9.8
31512026-02-26T19:24:42.125Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name memmap2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memmap2-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("stable_deref_trait"))' -C metadata=dd5b32a12c118f93 -C extra-filename=-d63320512bf6945c --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-b9bf1208c93b2e2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31522026-02-26T19:24:42.617Z Compiling env_filter v0.1.2
31532026-02-26T19:24:42.642Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name env_filter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/env_filter-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "regex"))' -C metadata=63fe0cc8f59196c1 -C extra-filename=-a1c768a48bc85be6 --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-960003e0783a03bd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31542026-02-26T19:24:43.316Z Compiling memoffset v0.9.1
31552026-02-26T19:24:43.341Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memoffset-0.9.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unstable_const", "unstable_offset_of"))' -C metadata=1d9dd299e4adb1e2 -C extra-filename=-d413877f52f50cf2 --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-d413877f52f50cf2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-f43eaeead31529f5.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31562026-02-26T19:24:43.682Z Compiling keccak v0.1.5
31572026-02-26T19:24:43.707Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/keccak-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "no_unroll", "simd"))' -C metadata=3837c867db77c698 -C extra-filename=-988f9cb713822ff4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31582026-02-26T19:24:43.786Z Compiling cfg_aliases v0.2.1
31592026-02-26T19:24:43.811Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cfg_aliases --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg_aliases-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--deny=clippy::str_to_string' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0cd84f1f831e543a -C extra-filename=-9f63cecee3c4c7b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31602026-02-26T19:24:43.928Z Compiling signal-hook v0.3.18
31612026-02-26T19:24:43.957Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-0.3.18/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=bc3792716284ff47 -C extra-filename=-57ba64b564ed44a4 --out-dir /work/oxidecomputer/omicron/target/debug/build/signal-hook-57ba64b564ed44a4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31622026-02-26T19:24:43.988Z Compiling siphasher v0.3.11
31632026-02-26T19:24:44.014Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name siphasher --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/siphasher-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_json", "serde_no_std", "serde_std", "std"))' -C metadata=582622778b7a69e3 -C extra-filename=-546fc1ccf657c5d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31642026-02-26T19:24:44.383Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-57ba64b564ed44a4/build-script-build`
31652026-02-26T19:24:44.437Z Compiling phf_shared v0.11.2
31662026-02-26T19:24:44.462Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_shared-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=eb0aa3f043d713dd -C extra-filename=-065b615e0557dad8 --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-546fc1ccf657c5d2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31672026-02-26T19:24:44.493Z Compiling sha3 v0.10.8
31682026-02-26T19:24:44.518Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sha3 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha3-0.10.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="oid"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default", "oid", "reset", "std"))' -C metadata=8d50f1d68ac21d06 -C extra-filename=-a9fe9f1222e6c9b4 --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-268aa15817046b32.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-988f9cb713822ff4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31692026-02-26T19:24:44.545Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-d413877f52f50cf2/build-script-build`
31702026-02-26T19:24:44.740Z Compiling serde_with v3.16.1
31712026-02-26T19:24:44.764Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_with --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_with-3.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 --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=845fa337a3364369 -C extra-filename=-984d2a72eab3587b --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-17ce449942b787b6.rmeta --extern schemars_0_8=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-621676faf194ecf2.rmeta --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-a14ee6e5e790684a.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31722026-02-26T19:24:44.793Z Compiling derive_builder_macro v0.20.2
31732026-02-26T19:24:44.818Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder_macro-0.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lib_has_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "clippy", "lib_has_std"))' -C metadata=c59f27d41fe357ae -C extra-filename=-588b943607da4cb8 --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-2fda2110ac3e888d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31742026-02-26T19:24:44.879Z Compiling env_logger v0.11.8
31752026-02-26T19:24:44.904Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/env_logger-0.11.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="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=85b3ada887134b1c -C extra-filename=-fbaeb29d3673a0a9 --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-bb9d7527c73b49b9.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-5be4cc3a9597241e.rmeta --extern env_filter=/work/oxidecomputer/omicron/target/debug/deps/libenv_filter-a1c768a48bc85be6.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31762026-02-26T19:24:45.550Z Compiling newtype-uuid v1.3.2
31772026-02-26T19:24:45.575Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name newtype_uuid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/newtype-uuid-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="proptest1"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "proptest1", "schemars08", "serde", "std", "v4", "v7"))' -C metadata=d4ad0a3bf81f2384 -C extra-filename=-de5d2bbf64ba9eb6 --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-e25a78607935dd50.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31782026-02-26T19:24:45.664Z Compiling toml v0.7.8
31792026-02-26T19:24:45.688Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order"))' -C metadata=ec67f0b648015ae3 -C extra-filename=-d6d338625430a2a7 --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-aa0f5bd7118bc9a2.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-3c036d3e36d25e61.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-cd03c54f4155e59a.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-839d4a146506079b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31802026-02-26T19:24:45.714Z Compiling ed25519 v2.2.3
31812026-02-26T19:24:45.738Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ed25519 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ed25519-2.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "pem", "pkcs8", "serde", "serde_bytes", "std", "zeroize"))' -C metadata=6e89cccb350c2570 -C extra-filename=-9985d3bfbbafabb8 --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-e32a1299c5d7cde7.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-552bdad18018ac43.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31822026-02-26T19:24:45.890Z Compiling daft-derive v0.1.4
31832026-02-26T19:24:45.915Z Running `/home/build/.rustup/toolchains/1.91.1-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.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 --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4c20287ec2e468c4 -C extra-filename=-bafa67197e47d28f --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-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31842026-02-26T19:24:46.325Z Compiling zstd-sys v2.0.14+zstd.1.5.7
31852026-02-26T19:24:46.349Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-sys-2.0.14+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=2d5e9eeb8c0a28ea -C extra-filename=-1faf5cca5002d542 --out-dir /work/oxidecomputer/omicron/target/debug/build/zstd-sys-1faf5cca5002d542 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-7d81945d2ab4a7b1.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-480ab039f767e1c9.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31862026-02-26T19:24:47.109Z Compiling ed25519-dalek v2.1.1
31872026-02-26T19:24:47.134Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ed25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ed25519-dalek-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="fast"' --cfg 'feature="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=a470f6decde549ac -C extra-filename=-7b01dd16734868d8 --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-a1da87ac9f71d3b4.rmeta --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-9985d3bfbbafabb8.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-552bdad18018ac43.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31882026-02-26T19:24:47.336Z Running `/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1faf5cca5002d542/build-script-build`
31892026-02-26T19:24:47.722Z Compiling daft v0.1.4
31902026-02-26T19:24:47.747Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name daft --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/daft-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --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=9be881300c9abadd -C extra-filename=-7b8cc660aaeba8f0 --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-bafa67197e47d28f.so --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-de5d2bbf64ba9eb6.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31912026-02-26T19:24:47.792Z Compiling derive_builder v0.20.2
31922026-02-26T19:24:47.816Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder-0.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(compiletests)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "clippy", "default", "std"))' -C metadata=e39643ae2786734e -C extra-filename=-40bf82a4bdaa5b30 --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-588b943607da4cb8.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31932026-02-26T19:24:48.082Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name memoffset --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memoffset-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unstable_const", "unstable_offset_of"))' -C metadata=3ec9e47f400c4a5f -C extra-filename=-1c1091fa0c3be57d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
31942026-02-26T19:24:48.260Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-0.3.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=5932afbcf1d2d7d0 -C extra-filename=-b0de081c40ed7ff9 --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-b9bf1208c93b2e2e.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-e02a3f4cfec0435b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31952026-02-26T19:24:48.444Z Compiling usdt-macro v0.6.0
31962026-02-26T19:24:48.469Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-macro-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b22ee33487d7bc62 -C extra-filename=-c1220485a14bbded --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-649199322175c05d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-a4af9fe2764b22df.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-846206e86915589a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31972026-02-26T19:24:48.497Z Compiling usdt-attr-macro v0.6.0
31982026-02-26T19:24:48.522Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-attr-macro-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=af6e738c44d61766 -C extra-filename=-6f2d62560ad5b132 --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-649199322175c05d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-a4af9fe2764b22df.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-846206e86915589a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31992026-02-26T19:24:48.625Z Compiling unicode-normalization v0.1.24
32002026-02-26T19:24:48.625Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_normalization --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-normalization-0.1.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=ba1cab0884c79f14 -C extra-filename=-6139c256f103d169 --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-86d39d757ff7819a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32012026-02-26T19:24:49.103Z Compiling enum-as-inner v0.6.1
32022026-02-26T19:24:49.127Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name enum_as_inner --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/enum-as-inner-0.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7c0ea8d437b91035 -C extra-filename=-3c5192df54cca993 --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-d61228a413094487.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32032026-02-26T19:24:49.189Z Compiling vergen-lib v0.1.6
32042026-02-26T19:24:49.217Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-lib-0.1.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="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=7bd25a4a826de5c7 -C extra-filename=-a5e3934f2197ac8b --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-lib-a5e3934f2197ac8b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-f2a99d18b9861c4a.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32052026-02-26T19:24:49.666Z Compiling managed v0.8.0
32062026-02-26T19:24:49.690Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name managed --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/managed-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="map"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "map", "std"))' -C metadata=3f920bc30f647c85 -C extra-filename=-3251fccde2bb069b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32072026-02-26T19:24:49.822Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-lib-a5e3934f2197ac8b/build-script-build`
32082026-02-26T19:24:49.891Z Compiling itertools v0.10.5
32092026-02-26T19:24:49.916Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="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=386c86c4dbdc0e11 -C extra-filename=-d47b523d2b6a239a --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-20015a7f2ab24a15.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32102026-02-26T19:24:50.213Z Compiling cargo-platform v0.1.8
32112026-02-26T19:24:50.237Z Running `/home/build/.rustup/toolchains/1.91.1-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.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::all' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8492945d20642c14 -C extra-filename=-0a2a33043653087e --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-aa0f5bd7118bc9a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32122026-02-26T19:24:50.316Z Compiling vergen v9.0.6
32132026-02-26T19:24:50.341Z Running `/home/build/.rustup/toolchains/1.91.1-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=e31413f57c0553a9 -C extra-filename=-42860864cfc1a355 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-42860864cfc1a355 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-f2a99d18b9861c4a.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32142026-02-26T19:24:50.382Z Compiling cookie v0.18.1
32152026-02-26T19:24:50.435Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie-0.18.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="percent-encode"' --cfg 'feature="percent-encoding"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aes-gcm", "base64", "hkdf", "hmac", "key-expansion", "percent-encode", "percent-encoding", "private", "rand", "secure", "sha2", "signed", "subtle"))' -C metadata=5753ead368064905 -C extra-filename=-07aa082a8031d7af --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-07aa082a8031d7af -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2ff88dd682b77008.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32162026-02-26T19:24:50.460Z Compiling usdt v0.6.0
32172026-02-26T19:24:50.460Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=9f50808d6c179877 -C extra-filename=-50fca1beacd8e56b --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-3339533b116e0c4f.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-475de3843f6bc2e9.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-d63320512bf6945c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-6f2d62560ad5b132.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-846206e86915589a.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-c1220485a14bbded.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32182026-02-26T19:24:50.807Z Compiling ref-cast v1.0.25
32192026-02-26T19:24:50.832Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ref-cast-1.0.25/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d74b6fd735046642 -C extra-filename=-255a2eeaff789f14 --out-dir /work/oxidecomputer/omicron/target/debug/build/ref-cast-255a2eeaff789f14 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32202026-02-26T19:24:50.864Z Compiling fixedbitset v0.4.2
32212026-02-26T19:24:50.889Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name fixedbitset --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fixedbitset-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=337ddc9af0799e8d -C extra-filename=-14f9139bb36270dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32222026-02-26T19:24:50.921Z Compiling new_debug_unreachable v1.0.6
32232026-02-26T19:24:50.948Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name debug_unreachable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/new_debug_unreachable-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bdf6712c14f18a35 -C extra-filename=-84cd7013a5593a73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32242026-02-26T19:24:51.021Z Compiling precomputed-hash v0.1.1
32252026-02-26T19:24:51.046Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name precomputed_hash --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/precomputed-hash-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9b32dac75f87755b -C extra-filename=-506dacd16d4fb18a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32262026-02-26T19:24:51.123Z Compiling zstd-safe v7.2.3
32272026-02-26T19:24:51.147Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-safe-7.2.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=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=b262418fa42a82dd -C extra-filename=-e672cd2f5686a214 --out-dir /work/oxidecomputer/omicron/target/debug/build/zstd-safe-e672cd2f5686a214 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32282026-02-26T19:24:51.230Z Compiling litrs v0.4.1
32292026-02-26T19:24:51.255Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name litrs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litrs-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("check_suffix", "default", "proc-macro2", "unicode-xid"))' -C metadata=f1d6d0f54630d087 -C extra-filename=-6718ddecb23c8b5b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32302026-02-26T19:24:51.407Z Compiling petgraph v0.6.5
32312026-02-26T19:24:51.432Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name petgraph --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/petgraph-0.6.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="graphmap"' --cfg 'feature="matrix_graph"' --cfg 'feature="serde"' --cfg 'feature="serde-1"' --cfg 'feature="serde_derive"' --cfg 'feature="stable_graph"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "generate", "graphmap", "matrix_graph", "quickcheck", "rayon", "serde", "serde-1", "serde_derive", "stable_graph", "unstable"))' -C metadata=1a3bbaa1b19cb472 -C extra-filename=-83e1061ec9d5a25a --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-14f9139bb36270dd.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-496362133443fc3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-3449d84aa852d347.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32322026-02-26T19:24:51.592Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-255a2eeaff789f14/build-script-build`
32332026-02-26T19:24:51.704Z Compiling string_cache v0.8.9
32342026-02-26T19:24:51.729Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name string_cache --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/string_cache-0.8.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_support"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "malloc_size_of", "serde", "serde_support"))' -C metadata=84c923308579dab7 -C extra-filename=-4f5d449a98ccef6e --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-84cd7013a5593a73.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-e4d4c09c5872212f.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-065b615e0557dad8.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-506dacd16d4fb18a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32352026-02-26T19:24:51.756Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-07aa082a8031d7af/build-script-build`
32362026-02-26T19:24:51.888Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-42860864cfc1a355/build-script-build`
32372026-02-26T19:24:51.957Z Compiling cargo_metadata v0.19.2
32382026-02-26T19:24:51.981Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cargo_metadata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo_metadata-0.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=ca2a682a48ceafb3 -C extra-filename=-28dcd0c2abff3f54 --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-3066b3ace58dda21.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-0a2a33043653087e.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32392026-02-26T19:24:52.244Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name vergen_lib --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-lib-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="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=805f9496de0a60d9 -C extra-filename=-b78dadb6d4c6b95e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-40bf82a4bdaa5b30.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)'`
32402026-02-26T19:24:52.491Z Compiling document-features v0.2.11
32412026-02-26T19:24:52.515Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name document_features --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/document-features-0.2.11/lib.rs --error-format=json --json=diagnostic-rendered-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=8796994962584b70 -C extra-filename=-e60f99372aaa550a --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-6718ddecb23c8b5b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32422026-02-26T19:24:52.555Z Compiling signal-hook-mio v0.2.4
32432026-02-26T19:24:52.579Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-mio-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="mio-1_0"' --cfg 'feature="support-v1_0"' --check-cfg 'cfg(docsrs,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=9ac6e8abc4d76ba8 -C extra-filename=-20f38074f4e33615 --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-b9bf1208c93b2e2e.rmeta --extern mio_1_0=/work/oxidecomputer/omicron/target/debug/deps/libmio-0abfbd36dab6dab3.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32442026-02-26T19:24:52.796Z Compiling bzip2 v0.4.4
32452026-02-26T19:24:52.822Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bzip2 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bzip2-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures", "static", "tokio", "tokio-io"))' -C metadata=5318c1fd5876de50 -C extra-filename=-383c1925a31c41c1 --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-bdea93fd0d563974.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.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-1a535b08d52ade11/out/lib`
32462026-02-26T19:24:53.191Z Compiling ref-cast-impl v1.0.25
32472026-02-26T19:24:53.216Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ref-cast-impl-1.0.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=01587a623bf33db2 -C extra-filename=-f9950217334a1663 --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-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32482026-02-26T19:24:53.271Z Compiling rustc-hash v2.1.1
32492026-02-26T19:24:53.296Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rustc_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustc-hash-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "rand", "std"))' -C metadata=277a3c54385bde4b -C extra-filename=-8224c8d8cdd657a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32502026-02-26T19:24:53.568Z Compiling psl-types v2.0.11
32512026-02-26T19:24:53.592Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name psl_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/psl-types-2.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=238342e4c7f4d411 -C extra-filename=-0758c31e43c3b82a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32522026-02-26T19:24:53.936Z Compiling publicsuffix v2.3.0
32532026-02-26T19:24:53.961Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name publicsuffix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/publicsuffix-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="idna"' --cfg 'feature="punycode"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("anycase", "default", "hashbrown", "idna", "punycode", "std", "unicase"))' -C metadata=1897726d04e96ae5 -C extra-filename=-071dce68b06c0253 --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-a5ca919223679cc4.rmeta --extern psl_types=/work/oxidecomputer/omicron/target/debug/deps/libpsl_types-0758c31e43c3b82a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32542026-02-26T19:24:54.050Z Compiling zip v0.6.6
32552026-02-26T19:24:54.074Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zip --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zip-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bzip2"' --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=ed50eff6173e46b3 -C extra-filename=-5fc24b5c46adbd72 --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-7979b4ba2f5cd7b3.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-383c1925a31c41c1.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-e665abceb2a7947a.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.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-1a535b08d52ade11/out/lib`
32562026-02-26T19:24:54.362Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cookie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie-0.18.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="percent-encode"' --cfg 'feature="percent-encoding"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aes-gcm", "base64", "hkdf", "hmac", "key-expansion", "percent-encode", "percent-encoding", "private", "rand", "secure", "sha2", "signed", "subtle"))' -C metadata=15bdcfd99ca416d1 -C extra-filename=-8092346747846701 --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-4e27467e3006387d.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c46c21893a0bbc80.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32572026-02-26T19:24:54.560Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ref-cast-1.0.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=342712cc360dc489 -C extra-filename=-ab436a188cf9000a --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-f9950217334a1663.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)'`
32582026-02-26T19:24:54.787Z Running `/home/build/.rustup/toolchains/1.91.1-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=c4468e71ea2e1dc0 -C extra-filename=-81db6a6c5c03c6fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-28dcd0c2abff3f54.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-40bf82a4bdaa5b30.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rmeta --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-432faec17290e42d.rmeta --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-b78dadb6d4c6b95e.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)'`
32592026-02-26T19:24:55.105Z Compiling heapless v0.7.17
32602026-02-26T19:24:55.130Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heapless-0.7.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic-polyfill"' --cfg 'feature="cas"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__trybuild", "atomic-polyfill", "cas", "default", "defmt", "defmt-impl", "mpmc_large", "serde", "ufmt-impl", "ufmt-write", "x86-sync-pool"))' -C metadata=db3f79ebaf33a684 -C extra-filename=-f2c4e2aeff7b334e --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-f2c4e2aeff7b334e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-432faec17290e42d.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32612026-02-26T19:24:55.398Z Compiling simd-adler32 v0.3.7
32622026-02-26T19:24:55.422Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name simd_adler32 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simd-adler32-0.3.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("const-generics", "default", "nightly", "std"))' -C metadata=0bcd44b8a99b09d0 -C extra-filename=-f35c934cba75b8bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32632026-02-26T19:24:55.612Z Compiling lalrpop-util v0.19.12
32642026-02-26T19:24:55.637Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lalrpop-util-0.19.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "lexer", "regex", "std"))' -C metadata=9de8cc9e89e93eb6 -C extra-filename=-6f139e9a3dd2f1df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-02-26T19:24:55.673Z Compiling bumpalo v3.16.0
32662026-02-26T19:24:55.725Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bumpalo --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("allocator-api2", "allocator_api", "boxed", "collections", "default", "serde", "std"))' -C metadata=8eed1241b0cb4bc1 -C extra-filename=-c67e733ef25cacfc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-02-26T19:24:55.749Z Compiling lockfree-object-pool v0.1.6
32682026-02-26T19:24:55.750Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name lockfree_object_pool --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lockfree-object-pool-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1cc1ac7e747c0ace -C extra-filename=-efd7057b7b155881 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32692026-02-26T19:24:55.750Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-f2c4e2aeff7b334e/build-script-build`
32702026-02-26T19:24:55.937Z Compiling cookie_store v0.22.1
32712026-02-26T19:24:55.962Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cookie_store --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie_store-0.22.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="public_suffix"' --cfg 'feature="serde"' --cfg 'feature="serde_json"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "log_secure_cookie_values", "preserve_order", "public_suffix", "serde", "serde_json", "serde_ron", "wasm-bindgen"))' -C metadata=62e33935099b7251 -C extra-filename=-d22547aa4c1ded0a --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-8092346747846701.rmeta --extern document_features=/work/oxidecomputer/omicron/target/debug/deps/libdocument_features-e60f99372aaa550a.so --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-a5ca919223679cc4.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern publicsuffix=/work/oxidecomputer/omicron/target/debug/deps/libpublicsuffix-071dce68b06c0253.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-3449d84aa852d347.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c46c21893a0bbc80.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ab9cad66fca2caf1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32722026-02-26T19:24:55.993Z Compiling crossterm v0.28.1
32732026-02-26T19:24:56.018Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossterm-0.28.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bracketed-paste"' --cfg 'feature="default"' --cfg 'feature="event-stream"' --cfg 'feature="events"' --cfg 'feature="serde"' --cfg 'feature="windows"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bracketed-paste", "default", "event-stream", "events", "filedescriptor", "libc", "serde", "use-dev-tty", "windows"))' -C metadata=2704894e5bfe0e01 -C extra-filename=-bd8ba8cf7e2e74e8 --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-cfaa2511914227eb.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cbbe00eeba3a9834.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-0abfbd36dab6dab3.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-e4d4c09c5872212f.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-0a203928d01f336e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-20f38074f4e33615.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32742026-02-26T19:24:56.067Z Compiling nix v0.29.0
32752026-02-26T19:24:56.091Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.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="memoffset"' --cfg 'feature="net"' --cfg 'feature="socket"' --cfg 'feature="uio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=8d143286a2fd3088 -C extra-filename=-527e5ac303953798 --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-527e5ac303953798 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-9f63cecee3c4c7b7.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32762026-02-26T19:24:56.127Z Compiling zopfli v0.8.1
32772026-02-26T19:24:56.152Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zopfli --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zopfli-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="gzip"' --cfg 'feature="std"' --cfg 'feature="zlib"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "gzip", "nightly", "std", "zlib"))' -C metadata=4ee9c9f2c3432511 -C extra-filename=-a81af4a9abbae8c3 --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-c67e733ef25cacfc.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-e665abceb2a7947a.rmeta --extern lockfree_object_pool=/work/oxidecomputer/omicron/target/debug/deps/liblockfree_object_pool-efd7057b7b155881.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-f35c934cba75b8bf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32782026-02-26T19:24:56.287Z Compiling bzip2 v0.5.2
32792026-02-26T19:24:56.312Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bzip2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bzip2-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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "libbz2-rs-sys", "static"))' -C metadata=ebfce33241b99ef1 -C extra-filename=-be93fe88984bcbde --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-bdea93fd0d563974.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-1a535b08d52ade11/out/lib`
32802026-02-26T19:24:56.798Z Compiling serde-big-array v0.5.1
32812026-02-26T19:24:56.823Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_big_array --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-big-array-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c72b99c58e2f6f60 -C extra-filename=-e8c87b49f3659da0 --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-aa0f5bd7118bc9a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32822026-02-26T19:24:57.111Z Compiling hash32 v0.2.1
32832026-02-26T19:24:57.136Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name hash32 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hash32-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7d7beefbe9fb7100 -C extra-filename=-a2e7c0dc656489c1 --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-7979b4ba2f5cd7b3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32842026-02-26T19:24:57.163Z Compiling socket2 v0.5.10
32852026-02-26T19:24:57.188Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.5.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="all"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all"))' -C metadata=de814a06f8b27f4a -C extra-filename=-003ec141f350818d --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-b9bf1208c93b2e2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32862026-02-26T19:24:57.581Z Compiling fs-err v3.1.1
32872026-02-26T19:24:57.606Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fs-err-3.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 --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("expose_original_error", "tokio"))' -C metadata=5e353e98e196a72b -C extra-filename=-2c81c11fffeae8a9 --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-2c81c11fffeae8a9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-f43eaeead31529f5.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32882026-02-26T19:24:57.636Z Compiling winnow v0.6.26
32892026-02-26T19:24:57.660Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.6.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--allow=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=c7ff911b0092c9a5 -C extra-filename=-f92dae31b801dd6d --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-afea2278d9bc496e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32902026-02-26T19:24:57.908Z Compiling buf-list v1.0.3
32912026-02-26T19:24:57.932Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/buf-list-1.0.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --cfg 'feature="tokio1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=86923701bf4e466c -C extra-filename=-559744a8bef9eb70 --out-dir /work/oxidecomputer/omicron/target/debug/build/buf-list-559744a8bef9eb70 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32922026-02-26T19:24:58.125Z Compiling unicode-properties v0.1.3
32932026-02-26T19:24:58.150Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_properties --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-properties-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=f380c22c38545ea6 -C extra-filename=-5eeb8f303f50616d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32942026-02-26T19:24:58.202Z Compiling smoltcp v0.9.1
32952026-02-26T19:24:58.227Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smoltcp-0.9.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proto-ipv6"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_proto-fragmentation", "alloc", "assembler-max-segment-count-1", "assembler-max-segment-count-16", "assembler-max-segment-count-2", "assembler-max-segment-count-3", "assembler-max-segment-count-32", "assembler-max-segment-count-4", "assembler-max-segment-count-8", "async", "default", "defmt", "dns-max-name-size-128", "dns-max-name-size-255", "dns-max-name-size-64", "dns-max-result-count-1", "dns-max-result-count-16", "dns-max-result-count-2", "dns-max-result-count-3", "dns-max-result-count-32", "dns-max-result-count-4", "dns-max-result-count-8", "dns-max-server-count-1", "dns-max-server-count-16", "dns-max-server-count-2", "dns-max-server-count-3", "dns-max-server-count-32", "dns-max-server-count-4", "dns-max-server-count-8", "fragmentation-buffer-size-1024", "fragmentation-buffer-size-1500", "fragmentation-buffer-size-16384", "fragmentation-buffer-size-2048", "fragmentation-buffer-size-256", "fragmentation-buffer-size-32768", "fragmentation-buffer-size-4096", "fragmentation-buffer-size-512", "fragmentation-buffer-size-65536", "fragmentation-buffer-size-8192", "iface-max-addr-count-1", "iface-max-addr-count-2", "iface-max-addr-count-3", "iface-max-addr-count-4", "iface-max-addr-count-5", "iface-max-addr-count-6", "iface-max-addr-count-7", "iface-max-addr-count-8", "iface-max-multicast-group-count-1", "iface-max-multicast-group-count-1024", "iface-max-multicast-group-count-128", "iface-max-multicast-group-count-16", "iface-max-multicast-group-count-2", "iface-max-multicast-group-count-256", "iface-max-multicast-group-count-3", "iface-max-multicast-group-count-32", "iface-max-multicast-group-count-4", "iface-max-multicast-group-count-5", "iface-max-multicast-group-count-512", "iface-max-multicast-group-count-6", "iface-max-multicast-group-count-64", "iface-max-multicast-group-count-7", "iface-max-multicast-group-count-8", "iface-max-route-count-1", "iface-max-route-count-1024", "iface-max-route-count-128", "iface-max-route-count-16", "iface-max-route-count-2", "iface-max-route-count-256", "iface-max-route-count-3", "iface-max-route-count-32", "iface-max-route-count-4", "iface-max-route-count-5", "iface-max-route-count-512", "iface-max-route-count-6", "iface-max-route-count-64", "iface-max-route-count-7", "iface-max-route-count-8", "iface-max-sixlowpan-address-context-count-1", "iface-max-sixlowpan-address-context-count-1024", "iface-max-sixlowpan-address-context-count-128", "iface-max-sixlowpan-address-context-count-16", "iface-max-sixlowpan-address-context-count-2", "iface-max-sixlowpan-address-context-count-256", "iface-max-sixlowpan-address-context-count-3", "iface-max-sixlowpan-address-context-count-32", "iface-max-sixlowpan-address-context-count-4", "iface-max-sixlowpan-address-context-count-5", "iface-max-sixlowpan-address-context-count-512", "iface-max-sixlowpan-address-context-count-6", "iface-max-sixlowpan-address-context-count-64", "iface-max-sixlowpan-address-context-count-7", "iface-max-sixlowpan-address-context-count-8", "iface-neighbor-cache-count-1", "iface-neighbor-cache-count-1024", "iface-neighbor-cache-count-128", "iface-neighbor-cache-count-16", "iface-neighbor-cache-count-2", "iface-neighbor-cache-count-256", "iface-neighbor-cache-count-3", "iface-neighbor-cache-count-32", "iface-neighbor-cache-count-4", "iface-neighbor-cache-count-5", "iface-neighbor-cache-count-512", "iface-neighbor-cache-count-6", "iface-neighbor-cache-count-64", "iface-neighbor-cache-count-7", "iface-neighbor-cache-count-8", "libc", "log", "medium-ethernet", "medium-ieee802154", "medium-ip", "phy-raw_socket", "phy-tuntap_interface", "proto-dhcpv4", "proto-dns", "proto-igmp", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "proto-sixlowpan", "proto-sixlowpan-fragmentation", "reassembly-buffer-count-1", "reassembly-buffer-count-16", "reassembly-buffer-count-2", "reassembly-buffer-count-3", "reassembly-buffer-count-32", "reassembly-buffer-count-4", "reassembly-buffer-count-8", "reassembly-buffer-size-1024", "reassembly-buffer-size-1500", "reassembly-buffer-size-16384", "reassembly-buffer-size-2048", "reassembly-buffer-size-256", "reassembly-buffer-size-32768", "reassembly-buffer-size-4096", "reassembly-buffer-size-512", "reassembly-buffer-size-65536", "reassembly-buffer-size-8192", "socket", "socket-dhcpv4", "socket-dns", "socket-icmp", "socket-mdns", "socket-raw", "socket-tcp", "socket-udp", "std", "verbose"))' -C metadata=b9a335c3591d59be -C extra-filename=-8e92c4c4fd6c147c --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-8e92c4c4fd6c147c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32962026-02-26T19:24:58.643Z Compiling unicode-bidi v0.3.17
32972026-02-26T19:24:58.668Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_bidi --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-bidi-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hardcoded-data"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench_it", "default", "flame", "flame_it", "flamer", "hardcoded-data", "serde", "smallvec", "std", "unstable", "with_serde"))' -C metadata=fe7ee2aa6c666aa6 -C extra-filename=-78b730ffa9574a34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32982026-02-26T19:24:58.693Z Compiling jiff v0.2.15
32992026-02-26T19:24:58.758Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name jiff --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jiff-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 --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=92fbd5f5ff961786 -C extra-filename=-fe0456d722bba6e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33002026-02-26T19:24:59.069Z Compiling predicates-core v1.0.8
33012026-02-26T19:24:59.093Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name predicates_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/predicates-core-1.0.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1672f534ab02eace -C extra-filename=-8c84b218df4123f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33022026-02-26T19:24:59.454Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-8e92c4c4fd6c147c/build-script-build`
33032026-02-26T19:24:59.571Z Compiling stringprep v0.1.5
33042026-02-26T19:24:59.595Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name stringprep --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stringprep-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=47552a7c72c933e6 -C extra-filename=-78dd981619b27a4d --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-78b730ffa9574a34.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-6139c256f103d169.rmeta --extern unicode_properties=/work/oxidecomputer/omicron/target/debug/deps/libunicode_properties-5eeb8f303f50616d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33052026-02-26T19:24:59.632Z Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-559744a8bef9eb70/build-script-build`
33062026-02-26T19:24:59.765Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-2c81c11fffeae8a9/build-script-build`
33072026-02-26T19:24:59.992Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heapless-0.7.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic-polyfill"' --cfg 'feature="cas"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__trybuild", "atomic-polyfill", "cas", "default", "defmt", "defmt-impl", "mpmc_large", "serde", "ufmt-impl", "ufmt-write", "x86-sync-pool"))' -C metadata=60e788ff156ae68b -C extra-filename=-c01b9cb7e236a70c --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-a2e7c0dc656489c1.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-284d20035accdfe5.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-b41c7bc68364b791.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_cas --cfg has_atomics`
33082026-02-26T19:25:00.043Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-527e5ac303953798/build-script-build`
33092026-02-26T19:25:00.124Z Compiling hickory-proto v0.25.2
33102026-02-26T19:25:00.148Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name hickory_proto --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(nightly)' --cfg 'feature="default"' --cfg 'feature="futures-io"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="text-parsing"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__dnssec", "__h3", "__https", "__quic", "__tls", "backtrace", "default", "dnssec-aws-lc-rs", "dnssec-ring", "futures-io", "h3-aws-lc-rs", "h3-ring", "https-aws-lc-rs", "https-ring", "mdns", "no-std-rand", "quic-aws-lc-rs", "quic-ring", "rustls-platform-verifier", "serde", "socket2", "std", "testing", "text-parsing", "tls-aws-lc-rs", "tls-ring", "tokio", "wasm-bindgen", "webpki-roots"))' -C metadata=2001cab3b2b3d56c -C extra-filename=-99474a9bb4cf5197 --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-032078021c49cc9d.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-5d4dd4f25a3a940c.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-3c5192df54cca993.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-4081dd690b8536d0.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aa566f17b2a089a4.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-e5808e939444e7e7.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-a5ca919223679cc4.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-d587cb581310d033.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-86d39d757ff7819a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2456617dc5bbf6d2.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ab9cad66fca2caf1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33112026-02-26T19:25:00.654Z Compiling similar v2.7.0
33122026-02-26T19:25:00.678Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/similar-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bstr"' --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="inline"' --cfg 'feature="text"' --cfg 'feature="unicode"' --cfg 'feature="unicode-segmentation"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bstr", "bytes", "default", "inline", "serde", "text", "unicode", "unicode-segmentation", "wasm32_web_time", "web-time"))' -C metadata=80e98f5fa173193e -C extra-filename=-391aecada57f6d0c --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-a6e1ab1532f8efa3.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-469dcac1900e48e3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33132026-02-26T19:25:01.246Z Compiling tokio-stream v0.1.17
33142026-02-26T19:25:01.271Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="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=aff6b8d7f3b239ef -C extra-filename=-40d259803c85ce4f --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-cbbe00eeba3a9834.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b2cd9ff7035cd5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33152026-02-26T19:25:01.296Z Running `/work/oxidecomputer/omicron/target/debug/build/zstd-safe-e672cd2f5686a214/build-script-build`
33162026-02-26T19:25:01.384Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zstd_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-sys-2.0.14+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=8d1c5cd7b4c1a0b4 -C extra-filename=-a72a763c0b3d703d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-2eccf9d60aceff22/out -l static=zstd`
33172026-02-26T19:25:01.459Z Compiling md-5 v0.10.6
33182026-02-26T19:25:01.484Z Running `/home/build/.rustup/toolchains/1.91.1-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=fb5ab6f25b134af0 -C extra-filename=-8dfa6d8445803db6 --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-9b8d246c7e3e185e.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-268aa15817046b32.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33192026-02-26T19:25:01.790Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zstd_safe --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-safe-7.2.3/src/lib.rs --error-format=json --json=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=315a3107a08676ab -C extra-filename=-c82a938784cae7a0 --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-a72a763c0b3d703d.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-2eccf9d60aceff22/out`
33202026-02-26T19:25:01.859Z Compiling strum_macros v0.27.2
33212026-02-26T19:25:01.923Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.27.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3bd6b2534a8370f1 -C extra-filename=-67580c943247e31a --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-d61228a413094487.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33222026-02-26T19:25:02.320Z Compiling zstd v0.13.3
33232026-02-26T19:25:02.345Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zstd --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-0.13.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrays", "bindgen", "debug", "default", "doc-cfg", "experimental", "fat-lto", "legacy", "no_asm", "pkg-config", "thin", "thin-lto", "wasm", "zdict_builder", "zstdmt"))' -C metadata=ede10e52b5ff9776 -C extra-filename=-e22e34c3269dfa0d --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-c82a938784cae7a0.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-2eccf9d60aceff22/out`
33242026-02-26T19:25:02.377Z Compiling float-cmp v0.10.0
33252026-02-26T19:25:02.401Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name float_cmp --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/float-cmp-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="num-traits"' --cfg 'feature="ratio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "num-traits", "ratio", "std"))' -C metadata=8fdddd844eb5c618 -C extra-filename=-15a7a4364b143832 --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-e2c1fb2295e429a9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33262026-02-26T19:25:02.443Z Compiling difflib v0.4.0
33272026-02-26T19:25:02.469Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name difflib --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/difflib-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=70e05679a33def40 -C extra-filename=-f9cd55a27f5a47f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33282026-02-26T19:25:02.783Z Compiling normalize-line-endings v0.3.0
33292026-02-26T19:25:02.808Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name normalize_line_endings --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/normalize-line-endings-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6909f6adaec7901d -C extra-filename=-3ce985909127b301 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33302026-02-26T19:25:02.899Z Compiling fallible-iterator v0.2.0
33312026-02-26T19:25:02.923Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name fallible_iterator --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fallible-iterator-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=7639ff69db336669 -C extra-filename=-336ad027395713e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33322026-02-26T19:25:03.011Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smoltcp-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proto-ipv6"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_proto-fragmentation", "alloc", "assembler-max-segment-count-1", "assembler-max-segment-count-16", "assembler-max-segment-count-2", "assembler-max-segment-count-3", "assembler-max-segment-count-32", "assembler-max-segment-count-4", "assembler-max-segment-count-8", "async", "default", "defmt", "dns-max-name-size-128", "dns-max-name-size-255", "dns-max-name-size-64", "dns-max-result-count-1", "dns-max-result-count-16", "dns-max-result-count-2", "dns-max-result-count-3", "dns-max-result-count-32", "dns-max-result-count-4", "dns-max-result-count-8", "dns-max-server-count-1", "dns-max-server-count-16", "dns-max-server-count-2", "dns-max-server-count-3", "dns-max-server-count-32", "dns-max-server-count-4", "dns-max-server-count-8", "fragmentation-buffer-size-1024", "fragmentation-buffer-size-1500", "fragmentation-buffer-size-16384", "fragmentation-buffer-size-2048", "fragmentation-buffer-size-256", "fragmentation-buffer-size-32768", "fragmentation-buffer-size-4096", "fragmentation-buffer-size-512", "fragmentation-buffer-size-65536", "fragmentation-buffer-size-8192", "iface-max-addr-count-1", "iface-max-addr-count-2", "iface-max-addr-count-3", "iface-max-addr-count-4", "iface-max-addr-count-5", "iface-max-addr-count-6", "iface-max-addr-count-7", "iface-max-addr-count-8", "iface-max-multicast-group-count-1", "iface-max-multicast-group-count-1024", "iface-max-multicast-group-count-128", "iface-max-multicast-group-count-16", "iface-max-multicast-group-count-2", "iface-max-multicast-group-count-256", "iface-max-multicast-group-count-3", "iface-max-multicast-group-count-32", "iface-max-multicast-group-count-4", "iface-max-multicast-group-count-5", "iface-max-multicast-group-count-512", "iface-max-multicast-group-count-6", "iface-max-multicast-group-count-64", "iface-max-multicast-group-count-7", "iface-max-multicast-group-count-8", "iface-max-route-count-1", "iface-max-route-count-1024", "iface-max-route-count-128", "iface-max-route-count-16", "iface-max-route-count-2", "iface-max-route-count-256", "iface-max-route-count-3", "iface-max-route-count-32", "iface-max-route-count-4", "iface-max-route-count-5", "iface-max-route-count-512", "iface-max-route-count-6", "iface-max-route-count-64", "iface-max-route-count-7", "iface-max-route-count-8", "iface-max-sixlowpan-address-context-count-1", "iface-max-sixlowpan-address-context-count-1024", "iface-max-sixlowpan-address-context-count-128", "iface-max-sixlowpan-address-context-count-16", "iface-max-sixlowpan-address-context-count-2", "iface-max-sixlowpan-address-context-count-256", "iface-max-sixlowpan-address-context-count-3", "iface-max-sixlowpan-address-context-count-32", "iface-max-sixlowpan-address-context-count-4", "iface-max-sixlowpan-address-context-count-5", "iface-max-sixlowpan-address-context-count-512", "iface-max-sixlowpan-address-context-count-6", "iface-max-sixlowpan-address-context-count-64", "iface-max-sixlowpan-address-context-count-7", "iface-max-sixlowpan-address-context-count-8", "iface-neighbor-cache-count-1", "iface-neighbor-cache-count-1024", "iface-neighbor-cache-count-128", "iface-neighbor-cache-count-16", "iface-neighbor-cache-count-2", "iface-neighbor-cache-count-256", "iface-neighbor-cache-count-3", "iface-neighbor-cache-count-32", "iface-neighbor-cache-count-4", "iface-neighbor-cache-count-5", "iface-neighbor-cache-count-512", "iface-neighbor-cache-count-6", "iface-neighbor-cache-count-64", "iface-neighbor-cache-count-7", "iface-neighbor-cache-count-8", "libc", "log", "medium-ethernet", "medium-ieee802154", "medium-ip", "phy-raw_socket", "phy-tuntap_interface", "proto-dhcpv4", "proto-dns", "proto-igmp", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "proto-sixlowpan", "proto-sixlowpan-fragmentation", "reassembly-buffer-count-1", "reassembly-buffer-count-16", "reassembly-buffer-count-2", "reassembly-buffer-count-3", "reassembly-buffer-count-32", "reassembly-buffer-count-4", "reassembly-buffer-count-8", "reassembly-buffer-size-1024", "reassembly-buffer-size-1500", "reassembly-buffer-size-16384", "reassembly-buffer-size-2048", "reassembly-buffer-size-256", "reassembly-buffer-size-32768", "reassembly-buffer-size-4096", "reassembly-buffer-size-512", "reassembly-buffer-size-65536", "reassembly-buffer-size-8192", "socket", "socket-dhcpv4", "socket-dns", "socket-icmp", "socket-mdns", "socket-raw", "socket-tcp", "socket-udp", "std", "verbose"))' -C metadata=3f1279be45ac497e -C extra-filename=-bc1599dfac370cad --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-2b8f5067655268d2.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-c01b9cb7e236a70c.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-3251fccde2bb069b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33332026-02-26T19:25:03.071Z Running `/home/build/.rustup/toolchains/1.91.1-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="memoffset"' --cfg 'feature="net"' --cfg 'feature="socket"' --cfg 'feature="uio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=2ace3f6aaa15640a -C extra-filename=-9ab2d762c9a0e654 --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-cfaa2511914227eb.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-1c1091fa0c3be57d.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)'`
33342026-02-26T19:25:03.715Z Compiling postgres-protocol v0.6.8
33352026-02-26T19:25:03.740Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name postgres_protocol --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/postgres-protocol-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="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "js"))' -C metadata=cde64b4fb12ecfa6 -C extra-filename=-bd99b6fb8bfc2126 --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-142d12a8ca42df76.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-336ad027395713e5.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d6df248ec06b9ac8.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-8dfa6d8445803db6.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-afea2278d9bc496e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-78dd981619b27a4d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33362026-02-26T19:25:04.026Z Compiling predicates v3.1.3
33372026-02-26T19:25:04.050Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name predicates --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/predicates-3.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="diff"' --cfg 'feature="float-cmp"' --cfg 'feature="normalize-line-endings"' --cfg 'feature="regex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("color", "default", "diff", "float-cmp", "normalize-line-endings", "regex", "unstable"))' -C metadata=f1e7212b1271bb21 -C extra-filename=-5118ac6f015b2311 --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-5be4cc3a9597241e.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-f9cd55a27f5a47f6.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-15a7a4364b143832.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-3ce985909127b301.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-8c84b218df4123f2.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33382026-02-26T19:25:05.103Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name fs_err --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fs-err-3.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="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("expose_original_error", "tokio"))' -C metadata=232c807c29ac9d23 -C extra-filename=-566dfdbece98fde0 --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-45fc8dd9ba48519d.rmeta --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)'`
33392026-02-26T19:25:05.202Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name buf_list --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/buf-list-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --cfg 'feature="tokio1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=da0d0c81a62613b2 -C extra-filename=-708bbbfcfaea8aae --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-697abc391bbe218c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg seek_convenience --cfg const_fn_trait_bounds`
33402026-02-26T19:25:05.274Z Compiling serde_repr v0.1.19
33412026-02-26T19:25:05.298Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_repr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_repr-0.1.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cc0104328077973d -C extra-filename=-edf4ecd28cb97ccb --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-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33422026-02-26T19:25:05.601Z Compiling peg-runtime v0.8.5
33432026-02-26T19:25:05.625Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name peg_runtime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/peg-runtime-0.8.5/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "unstable"))' -C metadata=e47e91254bb0ae5f -C extra-filename=-c3c45eadcf471616 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33442026-02-26T19:25:05.837Z Compiling fixedbitset v0.5.7
33452026-02-26T19:25:05.862Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name fixedbitset --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fixedbitset-0.5.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=895e5095820f1ad5 -C extra-filename=-3aeb89a010009da6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33462026-02-26T19:25:06.061Z Compiling postgres-types v0.2.9
33472026-02-26T19:25:06.085Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name postgres_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/postgres-types-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --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", "chrono-04", "cidr-02", "cidr-03", "derive", "eui48-04", "eui48-1", "geo-types-06", "geo-types-0_7", "jiff-01", "js", "postgres-derive", "serde-1", "serde_json-1", "smol_str-01", "time-02", "time-03", "uuid-08", "uuid-1", "with-bit-vec-0_6", "with-chrono-0_4", "with-cidr-0_2", "with-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-serde_json-1", "with-smol_str-01", "with-time-0_2", "with-time-0_3", "with-uuid-0_8", "with-uuid-1"))' -C metadata=4a4a573ac2b30f1f -C extra-filename=-575d9f292fe3bb22 --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-697abc391bbe218c.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-336ad027395713e5.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-bd99b6fb8bfc2126.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33482026-02-26T19:25:06.286Z Compiling zip v4.2.0
33492026-02-26T19:25:06.310Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zip --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zip-4.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=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", "nt-time", "pbkdf2", "sha1", "time", "unreserved", "xz", "zeroize", "zstd"))' -C metadata=e30e283ebb51a96f -C extra-filename=-ca5ca176de1e9c1f --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-be93fe88984bcbde.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-e665abceb2a7947a.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-496362133443fc3e.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-fe0456d722bba6e7.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-afea2278d9bc496e.rmeta --extern zopfli=/work/oxidecomputer/omicron/target/debug/deps/libzopfli-a81af4a9abbae8c3.rmeta --extern zstd=/work/oxidecomputer/omicron/target/debug/deps/libzstd-e22e34c3269dfa0d.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-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out`
33502026-02-26T19:25:06.639Z Compiling petgraph v0.8.2
33512026-02-26T19:25:06.663Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name petgraph --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/petgraph-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 '--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=e716bda246662ccd -C extra-filename=-cbf5620019c4d681 --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-3aeb89a010009da6.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-24722ee613ffd7bd.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-496362133443fc3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-3449d84aa852d347.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33522026-02-26T19:25:06.704Z Compiling iddqd v0.3.16
33532026-02-26T19:25:06.728Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name iddqd --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iddqd-0.3.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 '--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=288a2a7ab49e99d0 -C extra-filename=-0d2841317c9450ea --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-5d1b947e3c59ece1.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-19a94b8838b7bdc3.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-597297e42a37300a.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-c9c06d5808196e2d.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-ab436a188cf9000a.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-8224c8d8cdd657a3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-621676faf194ecf2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33542026-02-26T19:25:07.157Z Compiling strum v0.27.2
33552026-02-26T19:25:07.182Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum-0.27.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="std"' --cfg 'feature="strum_macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "phf", "std", "strum_macros"))' -C metadata=287e8951192bb135 -C extra-filename=-292b5d67687c1709 --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-67580c943247e31a.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33562026-02-26T19:25:07.503Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33572026-02-26T19:25:07.527Z Running `/home/build/.rustup/toolchains/1.91.1-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=a383b465c01735f1 -C extra-filename=-e9068d0167c53e94 --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-cfaa2511914227eb.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-e9e9e77d8ed55b69.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-e8c87b49f3659da0.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-edf4ecd28cb97ccb.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-bc1599dfac370cad.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-67580c943247e31a.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-05e4a9202fcda5f1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33582026-02-26T19:25:07.618Z Compiling phf v0.11.2
33592026-02-26T19:25:07.642Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name phf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macros", "phf_macros", "serde", "std", "uncased", "unicase"))' -C metadata=4196ae7c562886b5 -C extra-filename=-b0e5e94ce985ebb8 --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-065b615e0557dad8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33602026-02-26T19:25:08.019Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33612026-02-26T19:25:08.044Z Running `/home/build/.rustup/toolchains/1.91.1-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=4b6b0ca5fe65be51 -C extra-filename=-e1d4835446809bca --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-aa0f5bd7118bc9a2.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-05e4a9202fcda5f1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33622026-02-26T19:25:08.555Z Compiling whoami v1.5.2
33632026-02-26T19:25:08.581Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name whoami --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/whoami-1.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --check-cfg 'cfg(daku)' --cfg 'feature="default"' --cfg 'feature="web"' --cfg 'feature="web-sys"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "web", "web-sys"))' -C metadata=72294c2e79f0eec9 -C extra-filename=-c03f2093532bc994 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33642026-02-26T19:25:08.854Z Compiling futures-executor v0.3.31
33652026-02-26T19:25:08.879Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-executor-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "num_cpus", "std", "thread-pool"))' -C metadata=eb9ece39c0dbdb24 -C extra-filename=-5d425a3619ea77e8 --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-cbbe00eeba3a9834.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-4cbfb02a23417368.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-e5808e939444e7e7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33662026-02-26T19:25:09.273Z Compiling tokio-postgres v0.7.13
33672026-02-26T19:25:09.307Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_postgres --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-postgres-0.7.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=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-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-serde_json-1", "with-smol_str-01", "with-time-0_2", "with-time-0_3", "with-uuid-0_8", "with-uuid-1"))' -C metadata=161ebd97c78cfd21 -C extra-filename=-3548ee163e1966e2 --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-032078021c49cc9d.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-336ad027395713e5.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-4081dd690b8536d0.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-e5808e939444e7e7.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-e4d4c09c5872212f.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-4e27467e3006387d.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-b0e5e94ce985ebb8.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b2cd9ff7035cd5.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-bd99b6fb8bfc2126.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-575d9f292fe3bb22.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-003ec141f350818d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-c03f2093532bc994.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33682026-02-26T19:25:09.425Z Compiling regress v0.10.5
33692026-02-26T19:25:09.449Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regress-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backend-pikevm", "default", "index-positions", "pattern", "prohibit-unsafe", "std", "utf16"))' -C metadata=c6314987d21cd936 -C extra-filename=-dc582855d2bae75a --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-c9c06d5808196e2d.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-afea2278d9bc496e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33702026-02-26T19:25:09.694Z Compiling is-terminal v0.4.13
33712026-02-26T19:25:09.719Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is-terminal-0.4.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=ca8cbea3b3e354b8 -C extra-filename=-ee9b1eeb21d16278 --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-b9bf1208c93b2e2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33722026-02-26T19:25:09.909Z Compiling futures v0.3.31
33732026-02-26T19:25:09.934Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-await", "bilock", "cfg-target-has-atomic", "compat", "default", "executor", "futures-executor", "io-compat", "std", "thread-pool", "unstable", "write-all-vectored"))' -C metadata=b8758c3240ec353c -C extra-filename=-cc2e81a48217c1f6 --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-4081dd690b8536d0.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cbbe00eeba3a9834.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-5d425a3619ea77e8.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aa566f17b2a089a4.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4ea66d469f289a56.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-4cbfb02a23417368.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-e5808e939444e7e7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33742026-02-26T19:25:10.108Z Compiling crossbeam-channel v0.5.15
33752026-02-26T19:25:10.133Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=17f2967d3edfb8a2 -C extra-filename=-cb4b144e64c7585e --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-16e875d6462de814.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33762026-02-26T19:25:10.682Z Compiling thread_local v1.1.8
33772026-02-26T19:25:10.706Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name thread_local --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread_local-1.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=43c857f7e69a4233 -C extra-filename=-b5e42171ff59283b --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-9b8d246c7e3e185e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33782026-02-26T19:25:11.180Z Compiling slog-async v2.8.0
33792026-02-26T19:25:11.204Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-async-2.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=267f166da218af86 -C extra-filename=-ab90b911a0f5a2d1 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-async-ab90b911a0f5a2d1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33802026-02-26T19:25:11.253Z Compiling unsafe-libyaml v0.2.11
33812026-02-26T19:25:11.278Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name unsafe_libyaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3470bb8886985fc5 -C extra-filename=-c10c08c29bf29e7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33822026-02-26T19:25:11.724Z Compiling term v1.1.0
33832026-02-26T19:25:11.749Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/term-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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=e401e7728568e2e1 -C extra-filename=-16fc5061b61c59eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33842026-02-26T19:25:11.851Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-ab90b911a0f5a2d1/build-script-build`
33852026-02-26T19:25:11.969Z Compiling take_mut v0.2.2
33862026-02-26T19:25:11.993Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name take_mut --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/take_mut-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3e9e4becea6707ff -C extra-filename=-f84fe4a131bfb0f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33872026-02-26T19:25:12.224Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_async --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-async-2.8.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=27876441f5d0768d -C extra-filename=-cab5fd3a743ade03 --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-cb4b144e64c7585e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-f84fe4a131bfb0f7.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-b5e42171ff59283b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128`
33882026-02-26T19:25:12.436Z Compiling slog-term v2.9.2
33892026-02-26T19:25:12.460Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-term-2.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("erased-serde", "nested-values", "serde", "serde_json"))' -C metadata=a2075dfaf02d529d -C extra-filename=-43989a3d58beefb7 --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-b476cbab3ebc9700.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-ee9b1eeb21d16278.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-16fc5061b61c59eb.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-b5e42171ff59283b.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c46c21893a0bbc80.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33902026-02-26T19:25:13.148Z Compiling serde_yaml v0.9.34+deprecated
33912026-02-26T19:25:13.173Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_yaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e16d3f6272632699 -C extra-filename=-3a970f4fbfb70f20 --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-496362133443fc3e.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-c7c658e705ae5e14.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-d387870d74e6e1c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern unsafe_libyaml=/work/oxidecomputer/omicron/target/debug/deps/libunsafe_libyaml-c10c08c29bf29e7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33922026-02-26T19:25:13.216Z Compiling match_cfg v0.1.0
33932026-02-26T19:25:13.240Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name match_cfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/match_cfg-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_core"))' -C metadata=5aabc9fe88851059 -C extra-filename=-98b8fcf6ae3d3604 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33942026-02-26T19:25:13.346Z Compiling newtype-uuid-macros v0.1.0
33952026-02-26T19:25:13.370Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name newtype_uuid_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/newtype-uuid-macros-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7fdcd6f36cfcf59b -C extra-filename=-7bf0a588af8cc67d --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-d61228a413094487.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-a4af9fe2764b22df.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33962026-02-26T19:25:13.399Z Compiling hostname v0.3.1
33972026-02-26T19:25:13.440Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hostname-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=775142a8f23c997d -C extra-filename=-62ffab0ce663e2c3 --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-b9bf1208c93b2e2e.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-98b8fcf6ae3d3604.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33982026-02-26T19:25:13.723Z Compiling unicode-width v0.1.14
33992026-02-26T19:25:13.792Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cjk"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cjk", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=3399f9d04765d892 -C extra-filename=-80212553b0ad03df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34002026-02-26T19:25:13.817Z Compiling debug-ignore v1.0.5
34012026-02-26T19:25:13.817Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name debug_ignore --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/debug-ignore-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=ca8884acf286b3d3 -C extra-filename=-0b55845432654624 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34022026-02-26T19:25:14.035Z Compiling structmeta-derive v0.3.0
34032026-02-26T19:25:14.059Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name structmeta_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/structmeta-derive-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0e37eb86c3211556 -C extra-filename=-815c71538f3ca110 --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-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34042026-02-26T19:25:14.393Z Compiling slog-json v2.6.1
34052026-02-26T19:25:14.418Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-json-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "nested-values"))' -C metadata=7d9cadbe06d29e64 -C extra-filename=-45b5eb5bedd97031 --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-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c46c21893a0bbc80.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34062026-02-26T19:25:14.460Z Compiling rustls v0.22.4
34072026-02-26T19:25:14.485Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.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=924a40c29fe20dab -C extra-filename=-e4db045ea1e76e0f --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-e4db045ea1e76e0f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34082026-02-26T19:25:14.821Z Compiling slog-bunyan v2.5.0
34092026-02-26T19:25:14.877Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-bunyan-2.5.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=d7e280ed216fb75a -C extra-filename=-30ae21b684c14b46 --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-62ffab0ce663e2c3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-45b5eb5bedd97031.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c46c21893a0bbc80.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34102026-02-26T19:25:14.903Z Compiling toml_parser v1.0.6+spec-1.1.0
34112026-02-26T19:25:14.928Z Running `/home/build/.rustup/toolchains/1.91.1-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.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", "debug", "default", "simd", "std", "unsafe"))' -C metadata=0fe000cef67d4f23 -C extra-filename=-3f8e36d2bbf07629 --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-1a96771fab1efe2c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34122026-02-26T19:25:14.955Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-e4db045ea1e76e0f/build-script-build`
34132026-02-26T19:25:15.036Z Compiling rustls-webpki v0.102.8
34142026-02-26T19:25:15.060Z Running `/home/build/.rustup/toolchains/1.91.1-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=53c945325da078d5 -C extra-filename=-511ca1a300d6f4d9 --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-2124dfe23d5b97bf.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-c303177288ac3ee1.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-f32f11b39e1363d1.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-b9654423df03ee5a/out`
34152026-02-26T19:25:15.147Z Compiling serde_spanned v1.0.4
34162026-02-26T19:25:15.172Z Running `/home/build/.rustup/toolchains/1.91.1-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=3ccb8b2904e6231d -C extra-filename=-028e209388a215b5 --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-621676faf194ecf2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34172026-02-26T19:25:15.198Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
34182026-02-26T19:25:15.239Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_uuid_kinds --edition=2024 uuid-kinds/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proptest", "schemars", "schemars08", "serde", "std", "testing", "uuid-v4"))' -C metadata=2084aa7a4071619e -C extra-filename=-ec169f13d50d1495 --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-7b8cc660aaeba8f0.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-de5d2bbf64ba9eb6.rmeta --extern newtype_uuid_macros=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid_macros-7bf0a588af8cc67d.so --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34192026-02-26T19:25:15.505Z Compiling serde_path_to_error v0.1.20
34202026-02-26T19:25:15.531Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_path_to_error-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4f1265a728d82a06 -C extra-filename=-973a32440ace5723 --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-c7c658e705ae5e14.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-621676faf194ecf2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34212026-02-26T19:25:16.497Z Compiling toml_datetime v0.7.5+spec-1.1.0
34222026-02-26T19:25:16.529Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.7.5+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=146ca033cd30c27e -C extra-filename=-c169eca65e6750c6 --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-621676faf194ecf2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34232026-02-26T19:25:16.570Z Compiling multer v3.1.0
34242026-02-26T19:25:16.570Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=8af537d838cabf61 -C extra-filename=-b429e85d124cdfbd --out-dir /work/oxidecomputer/omicron/target/debug/build/multer-b429e85d124cdfbd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2ff88dd682b77008.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34252026-02-26T19:25:16.717Z Compiling toml_writer v1.0.6+spec-1.1.0
34262026-02-26T19:25:16.742Z Running `/home/build/.rustup/toolchains/1.91.1-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=f71b5b7f72f144da -C extra-filename=-aebd109ca9aa7787 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34272026-02-26T19:25:16.808Z Compiling structmeta v0.3.0
34282026-02-26T19:25:16.833Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name structmeta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/structmeta-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7dba8c53a5e77cde -C extra-filename=-8ebb6ae4e0cb85bd --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-ac01f240da661f72.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-815c71538f3ca110.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34292026-02-26T19:25:16.983Z Running `/home/build/.rustup/toolchains/1.91.1-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=7e445f1cb9ae32e2 -C extra-filename=-250953c6daa31814 --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-960003e0783a03bd.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2124dfe23d5b97bf.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-c303177288ac3ee1.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-511ca1a300d6f4d9.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.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-b9654423df03ee5a/out`
34302026-02-26T19:25:17.042Z Compiling async-stream-impl v0.3.6
34312026-02-26T19:25:17.068Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-stream-impl-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d60e5f1aa41d9809 -C extra-filename=-f204f8104f7d51e8 --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-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34322026-02-26T19:25:17.122Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-b429e85d124cdfbd/build-script-build`
34332026-02-26T19:25:17.247Z Compiling toml v0.9.11+spec-1.1.0
34342026-02-26T19:25:17.303Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.9.11+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="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=95368f423a126068 -C extra-filename=-f9eb69c1c26ec2c3 --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-621676faf194ecf2.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-028e209388a215b5.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-c169eca65e6750c6.rmeta --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-3f8e36d2bbf07629.rmeta --extern toml_writer=/work/oxidecomputer/omicron/target/debug/deps/libtoml_writer-aebd109ca9aa7787.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-1a96771fab1efe2c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34352026-02-26T19:25:17.327Z Compiling dropshot v0.16.7
34362026-02-26T19:25:17.328Z Running `/home/build/.rustup/toolchains/1.91.1-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=c993a58cd0ca5eef -C extra-filename=-c2ae5bc30d6ecaab --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-c2ae5bc30d6ecaab -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2ff88dd682b77008.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34372026-02-26T19:25:17.365Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=9f2369e5e6be1e29 -C extra-filename=-3bff597d51e8a64d --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-697abc391bbe218c.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-a8db7e413abf61b0.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-e5808e939444e7e7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-729da03359e5c081.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-afea2278d9bc496e.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-84ec3d24c8861872.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-284d20035accdfe5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34382026-02-26T19:25:17.437Z Compiling rustls-pemfile v2.2.0
34392026-02-26T19:25:17.463Z Compiling waitgroup v0.1.2
34402026-02-26T19:25:17.463Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pemfile-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=5cf525822c0c3756 -C extra-filename=-c32f8d9b0fab7f01 --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-c303177288ac3ee1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34412026-02-26T19:25:17.463Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name waitgroup --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/waitgroup-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dd19f60cce4582e6 -C extra-filename=-d285c0cb51e4a2c8 --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-89b3ffcbb26367e2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34422026-02-26T19:25:17.804Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-c2ae5bc30d6ecaab/build-script-build`
34432026-02-26T19:25:17.890Z Compiling dropshot_endpoint v0.16.7
34442026-02-26T19:25:17.918Z Running `/home/build/.rustup/toolchains/1.91.1-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=74348abf55174cb6 -C extra-filename=-8dfdd9f6a040af33 --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-d61228a413094487.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-a4af9fe2764b22df.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34452026-02-26T19:25:17.945Z Compiling hostname v0.4.2
34462026-02-26T19:25:17.986Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hostname-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=a6394edc22be4202 -C extra-filename=-5742bdc72f8cda4e --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-9b8d246c7e3e185e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34472026-02-26T19:25:18.011Z Compiling derive-ex v0.1.8
34482026-02-26T19:25:18.059Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_ex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive-ex-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=232f73ed6630979f -C extra-filename=-ce1bec58327c5470 --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-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-8ebb6ae4e0cb85bd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34492026-02-26T19:25:18.268Z Compiling typify-impl v0.4.3
34502026-02-26T19:25:18.293Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-impl-0.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=d222af2f226cb556 -C extra-filename=-0b8943f39d26efd6 --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-d61228a413094487.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dc582855d2bae75a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-721e468481ec512c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34512026-02-26T19:25:18.455Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
34522026-02-26T19:25:18.480Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_human_bytes --edition=2024 /home/build/.cargo/git/checkouts/serde_human_bytes-9b0d965c2b287046/70d3253/src/lib.rs --error-format=json --json=diagnostic-rendered-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=a5d683db0aa207af -C extra-filename=-c37268312e9028ff --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-142d12a8ca42df76.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-621676faf194ecf2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34532026-02-26T19:25:18.610Z Compiling async-stream v0.3.6
34542026-02-26T19:25:18.634Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-stream-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dd43f09208866278 -C extra-filename=-0ab13145928a3752 --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-f204f8104f7d51e8.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cbbe00eeba3a9834.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b2cd9ff7035cd5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34552026-02-26T19:25:18.754Z Compiling itertools v0.14.0
34562026-02-26T19:25:18.779Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=db31e3c371fe1716 -C extra-filename=-52bf11be3f17390d --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-20015a7f2ab24a15.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34572026-02-26T19:25:19.023Z Compiling macaddr v1.0.1
34582026-02-26T19:25:19.048Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name macaddr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/macaddr-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_std"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_std", "std"))' -C metadata=397c61a5274e3bfc -C extra-filename=-de9868dc0340c409 --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-aa0f5bd7118bc9a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34592026-02-26T19:25:19.545Z Compiling tabwriter v1.4.0
34602026-02-26T19:25:19.569Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tabwriter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tabwriter-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ansi_formatting"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi_formatting", "default"))' -C metadata=43456103c9db3d93 -C extra-filename=-c7e16a2bc3c2662b --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-80212553b0ad03df.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34612026-02-26T19:25:20.140Z Compiling instant v0.1.13
34622026-02-26T19:25:20.165Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name instant --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/instant-0.1.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("inaccurate", "js-sys", "now", "stdweb", "wasm-bindgen", "wasm-bindgen_rs", "web-sys"))' -C metadata=7a5bfee23acc9af8 -C extra-filename=-b68a064d808476dc --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-9b8d246c7e3e185e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34632026-02-26T19:25:20.370Z Compiling parse-display-derive v0.10.0
34642026-02-26T19:25:20.402Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name parse_display_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parse-display-derive-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e10f9c51ed405987 -C extra-filename=-8ed6a11a0c32787c --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-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-01dd8b748c5ec2c7.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-8ebb6ae4e0cb85bd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34652026-02-26T19:25:20.761Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
34662026-02-26T19:25:20.786Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain_derive --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-da250b1c0a8d859f/15f6904/slog-error-chain-derive/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=cfb65087be6ee6f3 -C extra-filename=-00ed7ebf8b8fa3c7 --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-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34672026-02-26T19:25:21.722Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
34682026-02-26T19:25:21.746Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-da250b1c0a8d859f/15f6904/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="slog-error-chain-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("derive", "erased-serde", "nested-values", "serde", "slog-error-chain-derive"))' -C metadata=dc0f8a1dc544fbb6 -C extra-filename=-f43b82d471ca6d5d --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-81fd8d8fa1b45f16.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain_derive-00ed7ebf8b8fa3c7.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34692026-02-26T19:25:22.008Z Compiling tokio-rustls v0.25.0
34702026-02-26T19:25:22.057Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-rustls-0.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=07c9c9b811468d3f -C extra-filename=-5aac2e3acdad18e1 --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-250953c6daa31814.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-c303177288ac3ee1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.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-b9654423df03ee5a/out`
34712026-02-26T19:25:22.081Z Compiling backoff v0.4.0
34722026-02-26T19:25:22.136Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name backoff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backoff-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core"' --cfg 'feature="pin-project-lite"' --cfg 'feature="tokio"' --cfg 'feature="tokio_1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-std", "async_std_1", "default", "futures", "futures-core", "pin-project-lite", "tokio", "tokio_1", "wasm-bindgen"))' -C metadata=c6970fb09890b059 -C extra-filename=-dc1a729313376c55 --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-cbbe00eeba3a9834.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-d175a24152610cf1.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-b68a064d808476dc.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b2cd9ff7035cd5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d5f4616655430b33.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34732026-02-26T19:25:22.291Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
34742026-02-26T19:25:22.316Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rdb_types --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/8f5527d/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=1ca0575997938efd -C extra-filename=-33d0d58cbfd77f9a --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-200593b9a7b987ef.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34752026-02-26T19:25:22.425Z Compiling test-strategy v0.4.3
34762026-02-26T19:25:22.450Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name test_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/test-strategy-0.4.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=3b0946f1c6ee2ddf -C extra-filename=-dadc4ffa302addcf --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-ce1bec58327c5470.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-8ebb6ae4e0cb85bd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34772026-02-26T19:25:22.625Z Running `/home/build/.rustup/toolchains/1.91.1-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=e7dc8418ba3dd031 -C extra-filename=-d703376dd51db557 --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-0ab13145928a3752.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-8dfdd9f6a040af33.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-27609812460f1d12.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-5742bdc72f8cda4e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-913767e3a45f3687.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-1e52aa438e5755d8.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-496362133443fc3e.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-3bff597d51e8a64d.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-4e27467e3006387d.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-250953c6daa31814.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-c32f8d9b0fab7f01.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-a654ba7dfca26712.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-973a32440ace5723.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f40c7541594c3dec.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-ab1e1b323fcc7f2e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-30ae21b684c14b46.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-45b5eb5bedd97031.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-5aac2e3acdad18e1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f9eb69c1c26ec2c3.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-50fca1beacd8e56b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-d285c0cb51e4a2c8.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-b9654423df03ee5a/out`
34782026-02-26T19:25:22.650Z Compiling backon v1.6.0
34792026-02-26T19:25:22.650Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name backon --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backon-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "embassy-sleep", "embassy-time", "futures-timer", "futures-timer-sleep", "gloo-timers", "gloo-timers-sleep", "std", "std-blocking-sleep", "tokio", "tokio-sleep"))' -C metadata=7ce72a570ad8c7e9 -C extra-filename=-f0d02969b110bfff --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-9ac85dd095c3ee8c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34802026-02-26T19:25:23.107Z Compiling colored v3.0.0
34812026-02-26T19:25:23.131Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name colored --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colored-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("no-color"))' -C metadata=dabd906c0b27aac9 -C extra-filename=-8977f1b2f5eb734a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34822026-02-26T19:25:23.164Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
34832026-02-26T19:25:23.189Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name protocol --edition=2021 /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/61479b6/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=362560251cfcfffd -C extra-filename=-d665ddf1fd1eb449 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-bbbed6175a047253.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34842026-02-26T19:25:24.107Z Compiling camino-tempfile v1.4.1
34852026-02-26T19:25:24.131Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name camino_tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-tempfile-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=000ba35f7b567448 -C extra-filename=-900b3ec1817480ee --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-3066b3ace58dda21.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34862026-02-26T19:25:24.608Z Compiling proc-macro-error-attr v1.0.4
34872026-02-26T19:25:24.633Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-attr-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=86bd2884bfd210ef -C extra-filename=-368f6b7a4b0f4789 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-368f6b7a4b0f4789 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2ff88dd682b77008.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34882026-02-26T19:25:24.698Z Compiling parse-display v0.10.0
34892026-02-26T19:25:24.722Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name parse_display --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parse-display-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="regex"' --cfg 'feature="regex-syntax"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "docs", "regex", "regex-syntax", "std"))' -C metadata=ac38eec6945d5e29 -C extra-filename=-801ca1e0af96fa5e --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-8ed6a11a0c32787c.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-01dd8b748c5ec2c7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34902026-02-26T19:25:25.099Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-368f6b7a4b0f4789/build-script-build`
34912026-02-26T19:25:25.225Z Compiling proc-macro-error v1.0.4
34922026-02-26T19:25:25.250Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "syn", "syn-error"))' -C metadata=bc0c1117911f4c8c -C extra-filename=-2a345076b97e466a --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-2a345076b97e466a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2ff88dd682b77008.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34932026-02-26T19:25:25.423Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error_attr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-attr-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5c7d721575855cb1 -C extra-filename=-be9607cdf5e3b5d8 --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-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34942026-02-26T19:25:25.563Z Compiling crossbeam-deque v0.8.5
34952026-02-26T19:25:25.587Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_deque --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-deque-0.8.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"))' -C metadata=1118b88ee3357ef8 -C extra-filename=-0df2ccc27fbb5693 --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-baf0c92fd85ce9a3.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-16e875d6462de814.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34962026-02-26T19:25:25.742Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-2a345076b97e466a/build-script-build`
34972026-02-26T19:25:25.856Z Compiling glob v0.3.2
34982026-02-26T19:25:25.913Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name glob --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/glob-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=5291214e70172b44 -C extra-filename=-ed462446230ba54b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34992026-02-26T19:25:25.985Z Compiling rayon-core v1.12.1
35002026-02-26T19:25:26.009Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=9c250b4c817fe12c -C extra-filename=-9e4ca3db0f72cfc7 --out-dir /work/oxidecomputer/omicron/target/debug/build/rayon-core-9e4ca3db0f72cfc7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35012026-02-26T19:25:26.038Z Compiling toml v0.8.23
35022026-02-26T19:25:26.063Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order", "unbounded"))' -C metadata=7d01df3c88ccbcb2 -C extra-filename=-90484005f186fd49 --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-aa0f5bd7118bc9a2.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-3c036d3e36d25e61.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-cd03c54f4155e59a.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2fcfcb35f0bca903.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35032026-02-26T19:25:26.133Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
35042026-02-26T19:25:26.159Z Running `/home/build/.rustup/toolchains/1.91.1-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=9027cb2e8f08f15f -C extra-filename=-a0a698afd7d32c3e --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-7b8cc660aaeba8f0.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-c37268312e9028ff.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-403fa0d437dd0a79.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-dadc4ffa302addcf.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35052026-02-26T19:25:26.421Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "syn", "syn-error"))' -C metadata=deafb54362f4003b -C extra-filename=-18b1705fb20e64e2 --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-be9607cdf5e3b5d8.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d0ed5c423d20d405.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg use_fallback`
35062026-02-26T19:25:26.471Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-9e4ca3db0f72cfc7/build-script-build`
35072026-02-26T19:25:26.543Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rayon_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.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("web_spin_lock"))' -C metadata=6a49ef9c647723bc -C extra-filename=-29655e6d9af68c21 --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-0df2ccc27fbb5693.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-16e875d6462de814.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35082026-02-26T19:25:26.865Z Compiling crucible-workspace-hack v0.1.0
35092026-02-26T19:25:26.890Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crucible-workspace-hack-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=693d92ab45bffcf4 -C extra-filename=-8039e21bb3f74681 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-8039e21bb3f74681 -L 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-02-26T19:25:27.225Z Compiling nix v0.30.1
35112026-02-26T19:25:27.250Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.30.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="fs"' --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", "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=74871dc59b432512 -C extra-filename=-2c3b6c30e3626c9f --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-2c3b6c30e3626c9f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-9f63cecee3c4c7b7.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35122026-02-26T19:25:27.292Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-8039e21bb3f74681/build-script-build`
35132026-02-26T19:25:27.378Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_workspace_hack --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crucible-workspace-hack-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2fa370e981b3fa4d -C extra-filename=-cec2014a805dc7f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35142026-02-26T19:25:27.427Z Compiling proc-macro-crate v1.3.1
35152026-02-26T19:25:27.427Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_crate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-crate-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e10a7cad35d08052 -C extra-filename=-3a6a6b09d4d6c94a --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-db7d74724b41b313.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-839d4a146506079b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35162026-02-26T19:25:27.555Z Compiling rayon v1.10.0
35172026-02-26T19:25:27.579Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rayon --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=ae65eba16c8c3bb1 -C extra-filename=-36b1178678ed49cf --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-20015a7f2ab24a15.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-29655e6d9af68c21.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35182026-02-26T19:25:27.946Z Compiling secrecy v0.10.3
35192026-02-26T19:25:27.970Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name secrecy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/secrecy-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=a86400b29ff51dce -C extra-filename=-467979743718e3e8 --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-083d4dfcae3a76f5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35202026-02-26T19:25:28.171Z Compiling heapless v0.8.0
35212026-02-26T19:25:28.195Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heapless-0.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("defmt-03", "mpmc_large", "portable-atomic", "portable-atomic-critical-section", "portable-atomic-unsafe-assume-single-core", "serde", "ufmt"))' -C metadata=49763c61936a6a51 -C extra-filename=-bec28175c5a06f60 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-bec28175c5a06f60 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35222026-02-26T19:25:28.221Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-2c3b6c30e3626c9f/build-script-build`
35232026-02-26T19:25:28.295Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
35242026-02-26T19:25:28.295Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-262b4bd3f70f4b91/ecd5a92/nvpair-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a0f0ac219bae3382 -C extra-filename=-cf87d4cdd576844e --out-dir /work/oxidecomputer/omicron/target/debug/build/nvpair-sys-cf87d4cdd576844e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35252026-02-26T19:25:28.354Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.30.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="fs"' --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", "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=234662c373ef2ffe -C extra-filename=-3a9626380e27db34 --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-cfaa2511914227eb.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-1c1091fa0c3be57d.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"))'`
35262026-02-26T19:25:28.445Z Compiling num_enum_derive v0.5.11
35272026-02-26T19:25:28.469Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name num_enum_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_enum_derive-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proc-macro-crate"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "proc-macro-crate", "std"))' -C metadata=d45d2dae860a5819 -C extra-filename=-6079ff2b02da010d --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-3a6a6b09d4d6c94a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d0ed5c423d20d405.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35282026-02-26T19:25:28.890Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-cf87d4cdd576844e/build-script-build`
35292026-02-26T19:25:28.943Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-bec28175c5a06f60/build-script-build`
35302026-02-26T19:25:29.026Z Compiling ingot-macros v0.1.1
35312026-02-26T19:25:29.051Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ingot_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ingot-macros-0.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=bcba8479db3b1eb3 -C extra-filename=-ea1fe45c262c0c4a --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-8d9ca32224e753d2.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35322026-02-26T19:25:29.354Z Compiling hash32 v0.3.1
35332026-02-26T19:25:29.378Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name hash32 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hash32-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=861c6656fb29455b -C extra-filename=-2b0a24fcfbef8175 --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-7979b4ba2f5cd7b3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35342026-02-26T19:25:29.695Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
35352026-02-26T19:25:29.719Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-b4208df2b2914a54/1d587ea/libdlpi-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=44ed14e0360e52e7 -C extra-filename=-606db71631a6b0fb --out-dir /work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-606db71631a6b0fb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35362026-02-26T19:25:30.131Z Compiling smoltcp v0.11.0
35372026-02-26T19:25:30.167Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smoltcp-0.11.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="medium-ethernet"' --cfg 'feature="proto-dhcpv4"' --cfg 'feature="proto-ipv4"' --cfg 'feature="proto-ipv6"' --cfg 'feature="socket"' --cfg 'feature="socket-raw"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_proto-fragmentation", "alloc", "assembler-max-segment-count-1", "assembler-max-segment-count-16", "assembler-max-segment-count-2", "assembler-max-segment-count-3", "assembler-max-segment-count-32", "assembler-max-segment-count-4", "assembler-max-segment-count-8", "async", "default", "defmt", "dns-max-name-size-128", "dns-max-name-size-255", "dns-max-name-size-64", "dns-max-result-count-1", "dns-max-result-count-16", "dns-max-result-count-2", "dns-max-result-count-3", "dns-max-result-count-32", "dns-max-result-count-4", "dns-max-result-count-8", "dns-max-server-count-1", "dns-max-server-count-16", "dns-max-server-count-2", "dns-max-server-count-3", "dns-max-server-count-32", "dns-max-server-count-4", "dns-max-server-count-8", "fragmentation-buffer-size-1024", "fragmentation-buffer-size-1500", "fragmentation-buffer-size-16384", "fragmentation-buffer-size-2048", "fragmentation-buffer-size-256", "fragmentation-buffer-size-32768", "fragmentation-buffer-size-4096", "fragmentation-buffer-size-512", "fragmentation-buffer-size-65536", "fragmentation-buffer-size-8192", "iface-max-addr-count-1", "iface-max-addr-count-2", "iface-max-addr-count-3", "iface-max-addr-count-4", "iface-max-addr-count-5", "iface-max-addr-count-6", "iface-max-addr-count-7", "iface-max-addr-count-8", "iface-max-multicast-group-count-1", "iface-max-multicast-group-count-1024", "iface-max-multicast-group-count-128", "iface-max-multicast-group-count-16", "iface-max-multicast-group-count-2", "iface-max-multicast-group-count-256", "iface-max-multicast-group-count-3", "iface-max-multicast-group-count-32", "iface-max-multicast-group-count-4", "iface-max-multicast-group-count-5", "iface-max-multicast-group-count-512", "iface-max-multicast-group-count-6", "iface-max-multicast-group-count-64", "iface-max-multicast-group-count-7", "iface-max-multicast-group-count-8", "iface-max-route-count-1", "iface-max-route-count-1024", "iface-max-route-count-128", "iface-max-route-count-16", "iface-max-route-count-2", "iface-max-route-count-256", "iface-max-route-count-3", "iface-max-route-count-32", "iface-max-route-count-4", "iface-max-route-count-5", "iface-max-route-count-512", "iface-max-route-count-6", "iface-max-route-count-64", "iface-max-route-count-7", "iface-max-route-count-8", "iface-max-sixlowpan-address-context-count-1", "iface-max-sixlowpan-address-context-count-1024", "iface-max-sixlowpan-address-context-count-128", "iface-max-sixlowpan-address-context-count-16", "iface-max-sixlowpan-address-context-count-2", "iface-max-sixlowpan-address-context-count-256", "iface-max-sixlowpan-address-context-count-3", "iface-max-sixlowpan-address-context-count-32", "iface-max-sixlowpan-address-context-count-4", "iface-max-sixlowpan-address-context-count-5", "iface-max-sixlowpan-address-context-count-512", "iface-max-sixlowpan-address-context-count-6", "iface-max-sixlowpan-address-context-count-64", "iface-max-sixlowpan-address-context-count-7", "iface-max-sixlowpan-address-context-count-8", "iface-neighbor-cache-count-1", "iface-neighbor-cache-count-1024", "iface-neighbor-cache-count-128", "iface-neighbor-cache-count-16", "iface-neighbor-cache-count-2", "iface-neighbor-cache-count-256", "iface-neighbor-cache-count-3", "iface-neighbor-cache-count-32", "iface-neighbor-cache-count-4", "iface-neighbor-cache-count-5", "iface-neighbor-cache-count-512", "iface-neighbor-cache-count-6", "iface-neighbor-cache-count-64", "iface-neighbor-cache-count-7", "iface-neighbor-cache-count-8", "ipv6-hbh-max-options-1", "ipv6-hbh-max-options-16", "ipv6-hbh-max-options-2", "ipv6-hbh-max-options-3", "ipv6-hbh-max-options-32", "ipv6-hbh-max-options-4", "ipv6-hbh-max-options-8", "libc", "log", "medium-ethernet", "medium-ieee802154", "medium-ip", "packetmeta-id", "phy-raw_socket", "phy-tuntap_interface", "proto-dhcpv4", "proto-dns", "proto-igmp", "proto-ipsec", "proto-ipsec-ah", "proto-ipsec-esp", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "proto-ipv6-fragmentation", "proto-ipv6-hbh", "proto-ipv6-routing", "proto-rpl", "proto-sixlowpan", "proto-sixlowpan-fragmentation", "reassembly-buffer-count-1", "reassembly-buffer-count-16", "reassembly-buffer-count-2", "reassembly-buffer-count-3", "reassembly-buffer-count-32", "reassembly-buffer-count-4", "reassembly-buffer-count-8", "reassembly-buffer-size-1024", "reassembly-buffer-size-1500", "reassembly-buffer-size-16384", "reassembly-buffer-size-2048", "reassembly-buffer-size-256", "reassembly-buffer-size-32768", "reassembly-buffer-size-4096", "reassembly-buffer-size-512", "reassembly-buffer-size-65536", "reassembly-buffer-size-8192", "rpl-parents-buffer-count-16", "rpl-parents-buffer-count-2", "rpl-parents-buffer-count-32", "rpl-parents-buffer-count-4", "rpl-parents-buffer-count-8", "rpl-relations-buffer-count-1", "rpl-relations-buffer-count-128", "rpl-relations-buffer-count-16", "rpl-relations-buffer-count-2", "rpl-relations-buffer-count-32", "rpl-relations-buffer-count-4", "rpl-relations-buffer-count-64", "rpl-relations-buffer-count-8", "socket", "socket-dhcpv4", "socket-dns", "socket-icmp", "socket-mdns", "socket-raw", "socket-tcp", "socket-udp", "std", "verbose"))' -C metadata=50040c9c28a55c80 -C extra-filename=-5746e71133dd0899 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-5746e71133dd0899 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35382026-02-26T19:25:30.273Z Compiling typify-macro v0.4.3
35392026-02-26T19:25:30.297Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-macro-0.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=3599fdebc3312227 -C extra-filename=-13280e9a10b6a306 --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-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-a4af9fe2764b22df.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-0b8943f39d26efd6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35402026-02-26T19:25:30.979Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-5746e71133dd0899/build-script-build`
35412026-02-26T19:25:31.055Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-606db71631a6b0fb/build-script-build`
35422026-02-26T19:25:31.106Z Compiling num_enum v0.5.11
35432026-02-26T19:25:31.132Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name num_enum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_enum-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "std"))' -C metadata=64e657efd8c1b9c1 -C extra-filename=-452f1d2da12fadcc --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-6079ff2b02da010d.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35442026-02-26T19:25:31.179Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heapless-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("defmt-03", "mpmc_large", "portable-atomic", "portable-atomic-critical-section", "portable-atomic-unsafe-assume-single-core", "serde", "ufmt"))' -C metadata=2a22c12686cc5557 -C extra-filename=-4295d0496fff4e6e --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-2b0a24fcfbef8175.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-b41c7bc68364b791.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35452026-02-26T19:25:31.372Z Compiling foreign-types-macros v0.2.3
35462026-02-26T19:25:31.396Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-macros-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=ea1c2aa95a7e7502 -C extra-filename=-58bdc5c399bdc929 --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-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35472026-02-26T19:25:31.690Z Compiling cobs v0.2.3
35482026-02-26T19:25:31.715Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cobs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cobs-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=e35a45a832319ab9 -C extra-filename=-a200751c873a6898 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35492026-02-26T19:25:32.114Z Compiling foreign-types-shared v0.3.1
35502026-02-26T19:25:32.139Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-shared-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0cc70879ac4282b6 -C extra-filename=-ef07b04c2fa087cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35512026-02-26T19:25:32.185Z Compiling postcard v1.0.10
35522026-02-26T19:25:32.210Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name postcard --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/postcard-1.0.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "crc", "default", "defmt", "embedded-io", "embedded-io-04", "embedded-io-06", "experimental-derive", "heapless", "heapless-cas", "paste", "postcard-derive", "use-crc", "use-defmt", "use-std"))' -C metadata=832fbde9c4a66791 -C extra-filename=-25b70a0da385b98b --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-a200751c873a6898.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35532026-02-26T19:25:32.432Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name libdlpi_sys --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-b4208df2b2914a54/1d587ea/libdlpi-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=316f65b101d0710a -C extra-filename=-2d39aff2288d2df1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
35542026-02-26T19:25:32.463Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smoltcp-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="medium-ethernet"' --cfg 'feature="proto-dhcpv4"' --cfg 'feature="proto-ipv4"' --cfg 'feature="proto-ipv6"' --cfg 'feature="socket"' --cfg 'feature="socket-raw"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_proto-fragmentation", "alloc", "assembler-max-segment-count-1", "assembler-max-segment-count-16", "assembler-max-segment-count-2", "assembler-max-segment-count-3", "assembler-max-segment-count-32", "assembler-max-segment-count-4", "assembler-max-segment-count-8", "async", "default", "defmt", "dns-max-name-size-128", "dns-max-name-size-255", "dns-max-name-size-64", "dns-max-result-count-1", "dns-max-result-count-16", "dns-max-result-count-2", "dns-max-result-count-3", "dns-max-result-count-32", "dns-max-result-count-4", "dns-max-result-count-8", "dns-max-server-count-1", "dns-max-server-count-16", "dns-max-server-count-2", "dns-max-server-count-3", "dns-max-server-count-32", "dns-max-server-count-4", "dns-max-server-count-8", "fragmentation-buffer-size-1024", "fragmentation-buffer-size-1500", "fragmentation-buffer-size-16384", "fragmentation-buffer-size-2048", "fragmentation-buffer-size-256", "fragmentation-buffer-size-32768", "fragmentation-buffer-size-4096", "fragmentation-buffer-size-512", "fragmentation-buffer-size-65536", "fragmentation-buffer-size-8192", "iface-max-addr-count-1", "iface-max-addr-count-2", "iface-max-addr-count-3", "iface-max-addr-count-4", "iface-max-addr-count-5", "iface-max-addr-count-6", "iface-max-addr-count-7", "iface-max-addr-count-8", "iface-max-multicast-group-count-1", "iface-max-multicast-group-count-1024", "iface-max-multicast-group-count-128", "iface-max-multicast-group-count-16", "iface-max-multicast-group-count-2", "iface-max-multicast-group-count-256", "iface-max-multicast-group-count-3", "iface-max-multicast-group-count-32", "iface-max-multicast-group-count-4", "iface-max-multicast-group-count-5", "iface-max-multicast-group-count-512", "iface-max-multicast-group-count-6", "iface-max-multicast-group-count-64", "iface-max-multicast-group-count-7", "iface-max-multicast-group-count-8", "iface-max-route-count-1", "iface-max-route-count-1024", "iface-max-route-count-128", "iface-max-route-count-16", "iface-max-route-count-2", "iface-max-route-count-256", "iface-max-route-count-3", "iface-max-route-count-32", "iface-max-route-count-4", "iface-max-route-count-5", "iface-max-route-count-512", "iface-max-route-count-6", "iface-max-route-count-64", "iface-max-route-count-7", "iface-max-route-count-8", "iface-max-sixlowpan-address-context-count-1", "iface-max-sixlowpan-address-context-count-1024", "iface-max-sixlowpan-address-context-count-128", "iface-max-sixlowpan-address-context-count-16", "iface-max-sixlowpan-address-context-count-2", "iface-max-sixlowpan-address-context-count-256", "iface-max-sixlowpan-address-context-count-3", "iface-max-sixlowpan-address-context-count-32", "iface-max-sixlowpan-address-context-count-4", "iface-max-sixlowpan-address-context-count-5", "iface-max-sixlowpan-address-context-count-512", "iface-max-sixlowpan-address-context-count-6", "iface-max-sixlowpan-address-context-count-64", "iface-max-sixlowpan-address-context-count-7", "iface-max-sixlowpan-address-context-count-8", "iface-neighbor-cache-count-1", "iface-neighbor-cache-count-1024", "iface-neighbor-cache-count-128", "iface-neighbor-cache-count-16", "iface-neighbor-cache-count-2", "iface-neighbor-cache-count-256", "iface-neighbor-cache-count-3", "iface-neighbor-cache-count-32", "iface-neighbor-cache-count-4", "iface-neighbor-cache-count-5", "iface-neighbor-cache-count-512", "iface-neighbor-cache-count-6", "iface-neighbor-cache-count-64", "iface-neighbor-cache-count-7", "iface-neighbor-cache-count-8", "ipv6-hbh-max-options-1", "ipv6-hbh-max-options-16", "ipv6-hbh-max-options-2", "ipv6-hbh-max-options-3", "ipv6-hbh-max-options-32", "ipv6-hbh-max-options-4", "ipv6-hbh-max-options-8", "libc", "log", "medium-ethernet", "medium-ieee802154", "medium-ip", "packetmeta-id", "phy-raw_socket", "phy-tuntap_interface", "proto-dhcpv4", "proto-dns", "proto-igmp", "proto-ipsec", "proto-ipsec-ah", "proto-ipsec-esp", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "proto-ipv6-fragmentation", "proto-ipv6-hbh", "proto-ipv6-routing", "proto-rpl", "proto-sixlowpan", "proto-sixlowpan-fragmentation", "reassembly-buffer-count-1", "reassembly-buffer-count-16", "reassembly-buffer-count-2", "reassembly-buffer-count-3", "reassembly-buffer-count-32", "reassembly-buffer-count-4", "reassembly-buffer-count-8", "reassembly-buffer-size-1024", "reassembly-buffer-size-1500", "reassembly-buffer-size-16384", "reassembly-buffer-size-2048", "reassembly-buffer-size-256", "reassembly-buffer-size-32768", "reassembly-buffer-size-4096", "reassembly-buffer-size-512", "reassembly-buffer-size-65536", "reassembly-buffer-size-8192", "rpl-parents-buffer-count-16", "rpl-parents-buffer-count-2", "rpl-parents-buffer-count-32", "rpl-parents-buffer-count-4", "rpl-parents-buffer-count-8", "rpl-relations-buffer-count-1", "rpl-relations-buffer-count-128", "rpl-relations-buffer-count-16", "rpl-relations-buffer-count-2", "rpl-relations-buffer-count-32", "rpl-relations-buffer-count-4", "rpl-relations-buffer-count-64", "rpl-relations-buffer-count-8", "socket", "socket-dhcpv4", "socket-dns", "socket-icmp", "socket-mdns", "socket-raw", "socket-tcp", "socket-udp", "std", "verbose"))' -C metadata=752ff66339de5fbf -C extra-filename=-97f60e8e3f4c1bdd --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-2b8f5067655268d2.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-4295d0496fff4e6e.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-3251fccde2bb069b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35552026-02-26T19:25:32.677Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nvpair_sys --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-262b4bd3f70f4b91/ecd5a92/nvpair-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=569609bb9f231913 -C extra-filename=-b9121cd31d9f5d00 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
35562026-02-26T19:25:32.802Z Compiling foreign-types v0.5.0
35572026-02-26T19:25:32.827Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=31729dc857c8d56e -C extra-filename=-edd2b09faecee446 --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-58bdc5c399bdc929.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-ef07b04c2fa087cc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35582026-02-26T19:25:32.942Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
35592026-02-26T19:25:32.966Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
35602026-02-26T19:25:32.966Z Running `/home/build/.rustup/toolchains/1.91.1-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=5a12b2abe6b3c3aa -C extra-filename=-8ac4c71fc78b6b39 --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-cfaa2511914227eb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35612026-02-26T19:25:32.966Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors_macros --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-8d80884f4e7a8dd5/0e3a149/macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8311ec9bfef4d45a -C extra-filename=-bbc34e6aea74db48 --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-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d0ed5c423d20d405.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35622026-02-26T19:25:33.050Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
35632026-02-26T19:25:33.075Z Running `/home/build/.rustup/toolchains/1.91.1-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=d5056a65f3948f71 -C extra-filename=-2648ea4352b7f92b --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-2648ea4352b7f92b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2ff88dd682b77008.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35642026-02-26T19:25:33.510Z Compiling cstr-argument v0.1.2
35652026-02-26T19:25:33.535Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cstr_argument --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cstr-argument-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=3fb5bf4cd54afdfb -C extra-filename=-7d2e50debd4289d0 --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-9b8d246c7e3e185e.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-afea2278d9bc496e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35662026-02-26T19:25:33.623Z Compiling unicode-width v0.2.0
35672026-02-26T19:25:33.648Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cjk"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cjk", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=9d8e15fab50777cd -C extra-filename=-b90862fbe68f089a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35682026-02-26T19:25:33.883Z Compiling pretty-hex v0.2.1
35692026-02-26T19:25:33.908Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pretty-hex-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=174b367501476807 -C extra-filename=-3c8906e158b79c85 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-02-26T19:25:34.119Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
35712026-02-26T19:25:34.143Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-0de9f4adf6a850c0/f4eae3d/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=7beaf6213b71ae6f -C extra-filename=-9f97c7e93e7bcb23 --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-9f97c7e93e7bcb23 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35722026-02-26T19:25:34.199Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
35732026-02-26T19:25:34.223Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dlpi --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-b4208df2b2914a54/1d587ea/dlpi/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1ae8f1bd340cf626 -C extra-filename=-1edc3af24eaacd1c --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-b9bf1208c93b2e2e.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-2d39aff2288d2df1.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-452f1d2da12fadcc.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-3c8906e158b79c85.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-bbbed6175a047253.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35742026-02-26T19:25:34.348Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
35752026-02-26T19:25:34.372Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-8d80884f4e7a8dd5/0e3a149/lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b56c12be108c3fd6 -C extra-filename=-0ce18023da7e6a62 --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-b9bf1208c93b2e2e.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-bbc34e6aea74db48.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35762026-02-26T19:25:34.574Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-9f97c7e93e7bcb23/build-script-build`
35772026-02-26T19:25:34.627Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
35782026-02-26T19:25:34.652Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nvpair --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-262b4bd3f70f4b91/ecd5a92/nvpair/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=412d0f7261b9f0a5 -C extra-filename=-f16a6343e311c009 --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-7d2e50debd4289d0.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-edd2b09faecee446.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-b9121cd31d9f5d00.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35792026-02-26T19:25:34.696Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-2648ea4352b7f92b/build-script-build`
35802026-02-26T19:25:34.756Z Compiling colored v2.2.0
35812026-02-26T19:25:34.780Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name colored --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colored-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-color"))' -C metadata=2dfe647dad0f9f8d -C extra-filename=-e19bce47ba6e7c57 --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-bdecca09356102e1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35822026-02-26T19:25:34.840Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
35832026-02-26T19:25:34.864Z Running `/home/build/.rustup/toolchains/1.91.1-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=6dac2d0521c5c189 -C extra-filename=-257cef2e6a8aa6ba --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-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35842026-02-26T19:25:34.921Z Compiling typify v0.4.3
35852026-02-26T19:25:34.946Z Running `/home/build/.rustup/toolchains/1.91.1-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=dee320500616e267 -C extra-filename=-76111f3a7e295a9b --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-0b8943f39d26efd6.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-13280e9a10b6a306.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35862026-02-26T19:25:35.167Z Compiling progenitor-impl v0.11.2
35872026-02-26T19:25:35.192Z Running `/home/build/.rustup/toolchains/1.91.1-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=0b2ffd803d991764 -C extra-filename=-14ae23a6742ea960 --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-d61228a413094487.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-496362133443fc3e.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-76111f3a7e295a9b.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-721e468481ec512c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35882026-02-26T19:25:35.221Z Compiling sigpipe v0.1.3
35892026-02-26T19:25:35.285Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sigpipe --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sigpipe-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=befc68c9f53a008e -C extra-filename=-def14352b8506b75 --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-b9bf1208c93b2e2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35902026-02-26T19:25:35.447Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name libnet --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-0de9f4adf6a850c0/f4eae3d/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=791d3b3ce3cdd212 -C extra-filename=-3cba792c4fb9b148 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e19bce47ba6e7c57.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-1edc3af24eaacd1c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-452f1d2da12fadcc.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-f16a6343e311c009.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-b9121cd31d9f5d00.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d5f4616655430b33.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-0ce18023da7e6a62.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-003ec141f350818d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-bbbed6175a047253.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2456617dc5bbf6d2.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-f92dae31b801dd6d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat`
35912026-02-26T19:25:35.574Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
35922026-02-26T19:25:35.598Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/tofino-a7521256dea51b3e/7e56ab6/crates/tofino/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=661680e5d3062a9e -C extra-filename=-66618092b5b3c8a9 --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-66618092b5b3c8a9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-7d81945d2ab4a7b1.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35932026-02-26T19:25:35.749Z Compiling ingot-types v0.1.2
35942026-02-26T19:25:35.773Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ingot_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ingot-types-0.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=9ec8dae4789becb0 -C extra-filename=-34c8f3c5a2786bd6 --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-ea1fe45c262c0c4a.so --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-de9868dc0340c409.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-05e4a9202fcda5f1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35952026-02-26T19:25:35.899Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
35962026-02-26T19:25:35.951Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_devinfo --edition=2021 /home/build/.cargo/git/checkouts/illumos-devinfo-7ded718b7f0331e2/4323b17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b2f90a2f8be8469c -C extra-filename=-5f24cf374e08de4e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-452f1d2da12fadcc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35972026-02-26T19:25:36.113Z Compiling zone_cfg_derive v0.3.0
35982026-02-26T19:25:36.138Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_cfg_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zone_cfg_derive-0.3.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=a0b6b8e23964fc14 -C extra-filename=-38d5dd226bb41e2a --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-dabc04b0d25f1f86.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-18b1705fb20e64e2.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d0ed5c423d20d405.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35992026-02-26T19:25:36.200Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-66618092b5b3c8a9/build-script-build`
36002026-02-26T19:25:36.366Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
36012026-02-26T19:25:36.391Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/36f20be/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=a2ae9a12ba2afd08 -C extra-filename=-3eb20320245e0d6b --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-b9bf1208c93b2e2e.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-403fa0d437dd0a79.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36022026-02-26T19:25:36.623Z Compiling itertools v0.12.1
36032026-02-26T19:25:36.647Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=e2fc1f761ffe9f25 -C extra-filename=-9c26ba82ff743d15 --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-20015a7f2ab24a15.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36042026-02-26T19:25:36.769Z Compiling ingot v0.1.1
36052026-02-26T19:25:36.793Z Running `/home/build/.rustup/toolchains/1.91.1-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=063338aad09c0dc8 -C extra-filename=-e571c453e8210afb --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-cfaa2511914227eb.rmeta --extern ingot_macros=/work/oxidecomputer/omicron/target/debug/deps/libingot_macros-ea1fe45c262c0c4a.so --extern ingot_types=/work/oxidecomputer/omicron/target/debug/deps/libingot_types-34c8f3c5a2786bd6.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-de9868dc0340c409.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-05e4a9202fcda5f1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36062026-02-26T19:25:36.880Z Compiling smf v0.2.3
36072026-02-26T19:25:36.904Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name smf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smf-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=964bf6af34ff178f -C extra-filename=-6779b0f0dfa9df3c --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-bbbed6175a047253.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36082026-02-26T19:25:36.935Z Compiling num-derive v0.4.2
36092026-02-26T19:25:36.960Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name num_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-derive-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5d72dba24d54d94a -C extra-filename=-6807f358c4e74da8 --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-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36102026-02-26T19:25:37.785Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
36112026-02-26T19:25:37.810Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 illumos-utils/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=aff483e1c761ef88 -C extra-filename=-8c8d9d618e3f606c --out-dir /work/oxidecomputer/omicron/target/debug/build/illumos-utils-8c8d9d618e3f606c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36122026-02-26T19:25:38.106Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
36132026-02-26T19:25:38.149Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/36f20be/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=26f676ebea07e0fa -C extra-filename=-1d27336a7e82c8b6 --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-3eb20320245e0d6b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-403fa0d437dd0a79.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36142026-02-26T19:25:38.266Z Running `/work/oxidecomputer/omicron/target/debug/build/illumos-utils-8c8d9d618e3f606c/build-script-build`
36152026-02-26T19:25:38.334Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tofino --edition=2021 /home/build/.cargo/git/checkouts/tofino-a7521256dea51b3e/7e56ab6/crates/tofino/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4893b124dc43a86b -C extra-filename=-e26637e5617f4c7d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-5f24cf374e08de4e.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-09257f49f53702fe/out -l static=pci`
36162026-02-26T19:25:38.635Z Compiling convert_case v0.4.0
36172026-02-26T19:25:38.660Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name convert_case --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/convert_case-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rand", "random"))' -C metadata=03ee88d4196f5b08 -C extra-filename=-d0bcfd7d873695a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36182026-02-26T19:25:38.936Z Compiling typify-impl v0.6.1
36192026-02-26T19:25:38.961Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-impl-0.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ba834448a0a756b1 -C extra-filename=-41b1ff626cb866af --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-d61228a413094487.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dc582855d2bae75a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-721e468481ec512c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36202026-02-26T19:25:39.179Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
36212026-02-26T19:25:39.203Z Running `/home/build/.rustup/toolchains/1.91.1-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=193fbe5216fafd17 -C extra-filename=-398f0e1b8dee0191 --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-cec2014a805dc7f7.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-6807f358c4e74da8.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2c1fb2295e429a9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36222026-02-26T19:25:39.274Z Compiling half v2.4.1
36232026-02-26T19:25:39.298Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name half --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/half-2.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bytemuck", "default", "num-traits", "rand_distr", "rkyv", "serde", "std", "use-intrinsics", "zerocopy"))' -C metadata=1ce71565fb5cb51b -C extra-filename=-989aecc8a68e10b7 --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-9b8d246c7e3e185e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36242026-02-26T19:25:39.644Z Compiling zone v0.3.1
36252026-02-26T19:25:39.668Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zone-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async", "default", "sync"))' -C metadata=86e5b176329020e7 -C extra-filename=-490b70ab666d52ad --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-9c26ba82ff743d15.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-bbbed6175a047253.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-38d5dd226bb41e2a.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36262026-02-26T19:25:39.692Z Compiling derive_more v0.99.20
36272026-02-26T19:25:39.693Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_more --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-0.99.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="add"' --cfg 'feature="add_assign"' --cfg 'feature="as_mut"' --cfg 'feature="as_ref"' --cfg 'feature="constructor"' --cfg 'feature="convert_case"' --cfg 'feature="default"' --cfg 'feature="deref"' --cfg 'feature="deref_mut"' --cfg 'feature="display"' --cfg 'feature="error"' --cfg 'feature="from"' --cfg 'feature="from_str"' --cfg 'feature="index"' --cfg 'feature="index_mut"' --cfg 'feature="into"' --cfg 'feature="into_iterator"' --cfg 'feature="is_variant"' --cfg 'feature="iterator"' --cfg 'feature="mul"' --cfg 'feature="mul_assign"' --cfg 'feature="not"' --cfg 'feature="rustc_version"' --cfg 'feature="sum"' --cfg 'feature="try_into"' --cfg 'feature="unwrap"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("add", "add_assign", "as_mut", "as_ref", "constructor", "convert_case", "default", "deref", "deref_mut", "display", "error", "from", "from_str", "generate-parsing-rs", "index", "index_mut", "into", "into_iterator", "is_variant", "iterator", "mul", "mul_assign", "nightly", "not", "peg", "rustc_version", "sum", "testing-helpers", "track-caller", "try_into", "unwrap"))' -C metadata=a136e2bcc29a5592 -C extra-filename=-3b83da55670e8f0a --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-d0bcfd7d873695a5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36282026-02-26T19:25:39.897Z Compiling indent_write v2.2.0
36292026-02-26T19:25:39.922Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name indent_write --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indent_write-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=2165a934b73ce9e7 -C extra-filename=-ddfcc758eeae249e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36302026-02-26T19:25:40.015Z Compiling ciborium-io v0.2.2
36312026-02-26T19:25:40.039Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ciborium-io-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=431357f3193757cb -C extra-filename=-36e8255da928bcf3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36322026-02-26T19:25:40.192Z Compiling usdt-macro v0.5.0
36332026-02-26T19:25:40.217Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-macro-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=b8a9aa267d0e3bf3 -C extra-filename=-bb679d8de53aa62b --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-fd50a69412f8b64a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-a4af9fe2764b22df.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-bdd799246e663234.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36342026-02-26T19:25:40.250Z Compiling ciborium-ll v0.2.2
36352026-02-26T19:25:40.275Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_ll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ciborium-ll-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=70ed0ea42eb33027 -C extra-filename=-a140d3d2df69c2c3 --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-36e8255da928bcf3.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-989aecc8a68e10b7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36362026-02-26T19:25:40.746Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
36372026-02-26T19:25:40.770Z Running `/home/build/.rustup/toolchains/1.91.1-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=da5c381bfcbc661d -C extra-filename=-3a654bb4710978d0 --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-8ac4c71fc78b6b39.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-e571c453e8210afb.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-25b70a0da385b98b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-97f60e8e3f4c1bdd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36382026-02-26T19:25:41.047Z Compiling ciborium v0.2.2
36392026-02-26T19:25:41.071Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ciborium --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ciborium-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=8911fd4798e37bdc -C extra-filename=-800a14e1a8c4d7b8 --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-36e8255da928bcf3.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-a140d3d2df69c2c3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36402026-02-26T19:25:41.207Z Compiling usdt-attr-macro v0.5.0
36412026-02-26T19:25:41.231Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-attr-macro-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=f8fb21bd563e430e -C extra-filename=-3995c19fa506d7a9 --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-fd50a69412f8b64a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-a4af9fe2764b22df.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-bdd799246e663234.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36422026-02-26T19:25:42.003Z Compiling progenitor-macro v0.11.2
36432026-02-26T19:25:42.028Z Running `/home/build/.rustup/toolchains/1.91.1-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=065e18ccec9d6dd9 -C extra-filename=-7adb99a297ef33f1 --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-1272b7c61236626f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-14ae23a6742ea960.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-a4af9fe2764b22df.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-3a970f4fbfb70f20.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36442026-02-26T19:25:42.122Z Compiling memmap v0.7.0
36452026-02-26T19:25:42.147Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name memmap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memmap-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5d45899333064610 -C extra-filename=-a128702411858bfa --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-b9bf1208c93b2e2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36462026-02-26T19:25:42.549Z Compiling universal-hash v0.5.1
36472026-02-26T19:25:42.574Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name universal_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/universal-hash-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=71653713d6082022 -C extra-filename=-9850542440a3a336 --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-3721e944948a813f.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36482026-02-26T19:25:42.599Z Compiling opaque-debug v0.3.1
36492026-02-26T19:25:42.640Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name opaque_debug --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opaque-debug-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=98a85b84fbc00466 -C extra-filename=-1b3622c5985a5447 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36502026-02-26T19:25:42.770Z Compiling swrite v0.1.0
36512026-02-26T19:25:42.794Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name swrite --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swrite-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("osstring"))' -C metadata=79ac2ad98594fc28 -C extra-filename=-cb8985e8d329ccf9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36522026-02-26T19:25:42.835Z Compiling aead v0.5.2
36532026-02-26T19:25:42.859Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name aead --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aead-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arrayvec", "blobby", "bytes", "default", "dev", "getrandom", "heapless", "rand_core", "std", "stream"))' -C metadata=7e9906e9dc656d2b -C extra-filename=-f860253af2321ca5 --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-3721e944948a813f.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-cbef46c34d9df723.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36542026-02-26T19:25:43.011Z Running `/home/build/.rustup/toolchains/1.91.1-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=0c5ce3909ab97471 -C extra-filename=-38f56b49bcbd3ffd --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-cfaa2511914227eb.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-ed331fa3a9daa5c0.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-8ac4c71fc78b6b39.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-e571c453e8210afb.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-257cef2e6a8aa6ba.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-3a654bb4710978d0.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-25b70a0da385b98b.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-ab436a188cf9000a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-c7e16a2bc3c2662b.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-05e4a9202fcda5f1.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)'`
36552026-02-26T19:25:43.196Z Compiling usdt v0.5.0
36562026-02-26T19:25:43.221Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="default"' --cfg 'feature="dtrace-parser"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default", "dtrace-parser"))' -C metadata=9c2f9a2014378851 -C extra-filename=-97fb8bd659ba3563 --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-e928439ca5bf1281.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-fd50a69412f8b64a.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-28ce9f08f70a0127.rmeta --extern memmap=/work/oxidecomputer/omicron/target/debug/deps/libmemmap-a128702411858bfa.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-3995c19fa506d7a9.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-bdd799246e663234.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-bb679d8de53aa62b.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36572026-02-26T19:25:43.329Z Compiling poly1305 v0.8.0
36582026-02-26T19:25:43.355Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/poly1305-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=ea9335cec8ddb33d -C extra-filename=-49411392d4536874 --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-4b1a5e7e778fc806.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-1b3622c5985a5447.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-9850542440a3a336.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36592026-02-26T19:25:43.411Z Compiling chacha20 v0.9.1
36602026-02-26T19:25:43.436Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name chacha20 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=3d61fa1a0b9a20d3 -C extra-filename=-07f375fd16e2cbe7 --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-9b8d246c7e3e185e.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-9c904fcf61dafeed.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-4b1a5e7e778fc806.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36612026-02-26T19:25:43.848Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
36622026-02-26T19:25:43.873Z Running `/home/build/.rustup/toolchains/1.91.1-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=19f9b799e5c99046 -C extra-filename=-14bbe716dbd37ff3 --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-9b8d246c7e3e185e.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-8ac4c71fc78b6b39.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-38f56b49bcbd3ffd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-c7e16a2bc3c2662b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-05e4a9202fcda5f1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36632026-02-26T19:25:44.075Z Compiling password-hash v0.5.0
36642026-02-26T19:25:44.100Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name password_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/password-hash-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "rand_core", "std"))' -C metadata=4547b427330194a5 -C extra-filename=-31785880907915a5 --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-0a4b7964ee767b1f.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36652026-02-26T19:25:44.125Z Compiling blake2 v0.10.6
36662026-02-26T19:25:44.125Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name blake2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blake2-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "reset", "simd", "simd_asm", "simd_opt", "size_opt", "std"))' -C metadata=6231060b20e25f96 -C extra-filename=-81102b953d28d697 --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-268aa15817046b32.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36672026-02-26T19:25:44.991Z Compiling argon2 v0.5.3
36682026-02-26T19:25:45.016Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/argon2-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="password-hash"' --cfg 'feature="rand"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "password-hash", "rand", "simple", "std", "zeroize"))' -C metadata=afcd0e4f68159327 -C extra-filename=-4bd811cdca7308a1 --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-0a4b7964ee767b1f.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-81102b953d28d697.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-4b1a5e7e778fc806.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-31785880907915a5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36692026-02-26T19:25:45.110Z Compiling thiserror-impl-no-std v2.0.2
36702026-02-26T19:25:45.135Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-no-std-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=8543f1dee78cfd00 -C extra-filename=-e59d93cdc249cdaf --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-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d0ed5c423d20d405.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36712026-02-26T19:25:45.463Z Compiling chacha20poly1305 v0.10.1
36722026-02-26T19:25:45.487Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name chacha20poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20poly1305-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "heapless", "rand_core", "reduced-round", "std", "stream"))' -C metadata=4e2fd28727d2741a -C extra-filename=-61be4a7cb2ba8b18 --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-f860253af2321ca5.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-07f375fd16e2cbe7.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-9c904fcf61dafeed.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-49411392d4536874.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36732026-02-26T19:25:45.778Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
36742026-02-26T19:25:45.803Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_client_types --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/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=7f4fd38a62d45d7c -C extra-filename=-78bbfaef840f37e9 --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-142d12a8ca42df76.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-cec2014a805dc7f7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36752026-02-26T19:25:46.045Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
36762026-02-26T19:25:46.069Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/36f20be/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=4fd7e75203c5dc41 -C extra-filename=-2d14d0c9e73230a2 --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-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36772026-02-26T19:25:46.873Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
36782026-02-26T19:25:46.898Z Running `/home/build/.rustup/toolchains/1.91.1-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=f0254317a5b62dce -C extra-filename=-90c842a6e7ff78d6 --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-b9bf1208c93b2e2e.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-3cba792c4fb9b148.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-38f56b49bcbd3ffd.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-14bbe716dbd37ff3.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-25b70a0da385b98b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36792026-02-26T19:25:46.922Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
36802026-02-26T19:25:46.922Z Compiling console v0.15.10
36812026-02-26T19:25:46.922Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_api_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/36f20be/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=8b56f4db3d8d1fad -C extra-filename=-a181853c3b7be174 --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-78bbfaef840f37e9.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-2d14d0c9e73230a2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-bbbed6175a047253.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36822026-02-26T19:25:46.922Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/console-0.15.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=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=01daf7ee628a1fbe -C extra-filename=-988e9159243af5a7 --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-b9bf1208c93b2e2e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b90862fbe68f089a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36832026-02-26T19:25:47.879Z Compiling derive-where v1.5.0
36842026-02-26T19:25:47.904Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_where --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive-where-1.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("nightly", "safe", "serde", "zeroize", "zeroize-on-drop"))' -C metadata=a82375576cb602c2 -C extra-filename=-ef8b72dc7cd889fa --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-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36852026-02-26T19:25:48.035Z Compiling thiserror-no-std v2.0.2
36862026-02-26T19:25:48.060Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-no-std-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=011a42122ca8b5bd -C extra-filename=-ca722b10245f4990 --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-e59d93cdc249cdaf.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36872026-02-26T19:25:48.240Z Compiling vsss-rs v3.3.4
36882026-02-26T19:25:48.264Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name vsss_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vsss-rs-3.3.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="curve25519"' --cfg 'feature="curve25519-dalek"' --cfg 'feature="default"' --cfg 'feature="hex"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "curve25519", "curve25519-dalek", "default", "hex", "serde", "std"))' -C metadata=94269b2b452bcac3 -C extra-filename=-6b4ce3e9a64e5618 --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-a1da87ac9f71d3b4.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-0d6795d8b7b26bdb.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d5f4616655430b33.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-a4b1a70913cda1fd.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-ca722b10245f4990.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36892026-02-26T19:25:48.370Z Compiling atomicwrites v0.4.4
36902026-02-26T19:25:48.394Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomicwrites-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=65d5b70f422d49fa -C extra-filename=-62ab5388c2ead6be --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-0a203928d01f336e.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36912026-02-26T19:25:48.815Z Compiling newline-converter v0.3.0
36922026-02-26T19:25:48.840Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name newline_converter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/newline-converter-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c78dd1185d142837 -C extra-filename=-05b935fbee1218fc --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-469dcac1900e48e3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36932026-02-26T19:25:49.096Z Compiling expectorate v1.2.0
36942026-02-26T19:25:49.121Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/expectorate-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=0a70277e35901ea3 -C extra-filename=-2cf04944d013eb04 --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-62ab5388c2ead6be.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-988e9159243af5a7.rmeta --extern newline_converter=/work/oxidecomputer/omicron/target/debug/deps/libnewline_converter-05b935fbee1218fc.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-391aecada57f6d0c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36952026-02-26T19:25:49.157Z Compiling num-rational v0.4.2
36962026-02-26T19:25:49.219Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name num_rational --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-rational-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "num-bigint", "num-bigint-std", "serde", "std"))' -C metadata=4ca7cf23f9f69d51 -C extra-filename=-e5488b041fa41604 --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-6dcbfb1e8babd6ea.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2c1fb2295e429a9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36972026-02-26T19:25:49.433Z Compiling num-complex v0.4.6
36982026-02-26T19:25:49.458Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name num_complex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-complex-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="libm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytecheck", "bytemuck", "default", "libm", "rand", "rkyv", "serde", "std"))' -C metadata=b74ea3cd6486b6d7 -C extra-filename=-f3b4b6bd8aed9d2a --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-e2c1fb2295e429a9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36992026-02-26T19:25:50.514Z Compiling bytecount v0.6.8
37002026-02-26T19:25:50.539Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bytecount --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytecount-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("generic-simd", "html_report", "runtime-dispatch-simd"))' -C metadata=7b80facd6d96e92c -C extra-filename=-33623e474bd95237 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-02-26T19:25:50.576Z Compiling num v0.4.3
37022026-02-26T19:25:50.612Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name num --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="libm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "libm", "num-bigint", "rand", "serde", "std"))' -C metadata=e1885291cd3c1896 -C extra-filename=-f8d2a4477cf2b4fe --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-f3b4b6bd8aed9d2a.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6dcbfb1e8babd6ea.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-6e6262e2ec4ec296.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-e5488b041fa41604.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2c1fb2295e429a9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37032026-02-26T19:25:50.749Z Compiling float-ord v0.3.2
37042026-02-26T19:25:50.774Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name float_ord --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/float-ord-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=871aab3e25242431 -C extra-filename=-852f92ed2604cabf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37052026-02-26T19:25:50.803Z Compiling typify-macro v0.6.1
37062026-02-26T19:25:50.828Z Compiling prettyplease v0.2.36
37072026-02-26T19:25:50.828Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-macro-0.6.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=87ef43f1ba2061f1 -C extra-filename=-64e49f902e7e3230 --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-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-a4af9fe2764b22df.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-41b1ff626cb866af.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37082026-02-26T19:25:50.828Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-0.2.36/build.rs --error-format=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=35ea3dad00d27841 -C extra-filename=-3dbd4f39029450c5 --out-dir /work/oxidecomputer/omicron/target/debug/build/prettyplease-3dbd4f39029450c5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37092026-02-26T19:25:51.017Z Compiling owo-colors v4.2.3
37102026-02-26T19:25:51.042Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-4.2.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("alloc", "supports-color", "supports-colors"))' -C metadata=ea633c41b8de65a2 -C extra-filename=-ca97be9177a51abf --out-dir /work/oxidecomputer/omicron/target/debug/build/owo-colors-ca97be9177a51abf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37112026-02-26T19:25:51.096Z Compiling tokio-dtrace v0.1.0
37122026-02-26T19:25:51.121Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_dtrace --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-dtrace-0.1.0/src/lib.rs --error-format=json --json=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=e3d81e547d07b6bb -C extra-filename=-78e60eab21a7e44b --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-f4adb86dc8f60f8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37132026-02-26T19:25:51.363Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-3dbd4f39029450c5/build-script-build`
37142026-02-26T19:25:51.433Z Compiling cancel-safe-futures v0.1.5
37152026-02-26T19:25:51.458Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cancel-safe-futures-0.1.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "internal-docs", "macros", "parking_lot", "std"))' -C metadata=86ae0a5f91680374 -C extra-filename=-cd5f5024290aadd1 --out-dir /work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-cd5f5024290aadd1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37162026-02-26T19:25:51.594Z Compiling oxide-tokio-rt v0.1.2
37172026-02-26T19:25:51.619Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_tokio_rt --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oxide-tokio-rt-0.1.2/src/lib.rs --error-format=json --json=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=0edc7de6933af0f6 -C extra-filename=-62db8415037ffaa2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern tokio_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libtokio_dtrace-78e60eab21a7e44b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37182026-02-26T19:25:51.816Z Running `/work/oxidecomputer/omicron/target/debug/build/owo-colors-ca97be9177a51abf/build-script-build`
37192026-02-26T19:25:51.868Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-0.2.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 --cfg 'feature="verbatim"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=8fd234915b1bfec3 -C extra-filename=-b07a6cd46bb49e96 --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-ac01f240da661f72.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.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)'`
37202026-02-26T19:25:51.957Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name owo_colors --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-4.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("alloc", "supports-color", "supports-colors"))' -C metadata=14879751cb5345e3 -C extra-filename=-32f3b4bd9ec60dad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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)'`
37212026-02-26T19:25:52.019Z Compiling libsw-core v0.3.1
37222026-02-26T19:25:52.019Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-cd5f5024290aadd1/build-script-build`
37232026-02-26T19:25:52.044Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name libsw_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libsw-core-0.3.1/src/lib.rs --error-format=json --json=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=1bdf775f9f317b7a -C extra-filename=-68666a23bef3ee79 --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-45fc8dd9ba48519d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37242026-02-26T19:25:52.161Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cancel_safe_futures --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cancel-safe-futures-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "internal-docs", "macros", "parking_lot", "std"))' -C metadata=bd55a2dd9824e1f1 -C extra-filename=-e6e8339882e0864d --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-cbbe00eeba3a9834.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4ea66d469f289a56.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-e5808e939444e7e7.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b2cd9ff7035cd5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37252026-02-26T19:25:52.485Z Compiling libsw v3.5.0
37262026-02-26T19:25:52.510Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name libsw --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libsw-3.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="std_instant"' --cfg 'feature="std_systemtime"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("coarsetime", "default", "nightly", "quanta", "std", "std_instant", "std_systemtime", "time", "tokio"))' -C metadata=69779d30d43c0626 -C extra-filename=-f71089930f39c4f9 --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-68666a23bef3ee79.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37272026-02-26T19:25:52.572Z Compiling linear-map v1.2.0
37282026-02-26T19:25:52.597Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name linear_map --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linear-map-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly", "serde", "serde_impl", "serde_test"))' -C metadata=26c9fbdc1c4cf01a -C extra-filename=-222b2c5c60bec36d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37292026-02-26T19:25:52.841Z Compiling gethostname v0.5.0
37302026-02-26T19:25:52.866Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name gethostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gethostname-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8cf498e0b9937555 -C extra-filename=-a1a64b052b31f6d4 --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-0a203928d01f336e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37312026-02-26T19:25:52.908Z Compiling same-file v1.0.6
37322026-02-26T19:25:52.933Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name same_file --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d78ce09807079942 -C extra-filename=-12066769263d7baf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37332026-02-26T19:25:53.018Z Compiling unicode-xid v0.2.6
37342026-02-26T19:25:53.043Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_xid --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-xid-0.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "default", "no_std"))' -C metadata=9531087aa02825ff -C extra-filename=-fc62dcc87d98955d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37352026-02-26T19:25:53.132Z Compiling async-recursion v1.1.1
37362026-02-26T19:25:53.156Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name async_recursion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-recursion-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=382803bf4a08e169 -C extra-filename=-ebe42c3b8d1b6feb --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-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37372026-02-26T19:25:53.301Z Compiling walkdir v2.5.0
37382026-02-26T19:25:53.331Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name walkdir --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=96336f16816c36c4 -C extra-filename=-272bee5b8028af44 --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-12066769263d7baf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37392026-02-26T19:25:53.357Z Compiling resolv-conf v0.7.0
37402026-02-26T19:25:53.357Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name resolv_conf --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/resolv-conf-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="hostname"' --cfg 'feature="system"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("hostname", "system"))' -C metadata=fa2c66a4a9813be3 -C extra-filename=-914768df730ad686 --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-62ffab0ce663e2c3.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-f4177b83accb982b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37412026-02-26T19:25:54.104Z Compiling convert_case v0.7.1
37422026-02-26T19:25:54.129Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name convert_case --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/convert_case-0.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("rand", "random"))' -C metadata=844b9387cab000d7 -C extra-filename=-c88d4181c4d5466a --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-469dcac1900e48e3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37432026-02-26T19:25:54.157Z Compiling smawk v0.3.2
37442026-02-26T19:25:54.182Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name smawk --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smawk-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ndarray"))' -C metadata=bf7aedd0352578d4 -C extra-filename=-997c13e0f27c0ed3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37452026-02-26T19:25:54.218Z Compiling unicode-linebreak v0.1.5
37462026-02-26T19:25:54.242Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_linebreak --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-linebreak-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4bacc075024578af -C extra-filename=-617103e56f3ad8c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-02-26T19:25:54.491Z Compiling globset v0.4.15
37482026-02-26T19:25:54.515Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name globset --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/globset-0.4.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "log", "serde", "serde1", "simd-accel"))' -C metadata=e8da610aa9c79697 -C extra-filename=-111337fafcee58ff --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-4e8f28f0989e36db.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-a6e1ab1532f8efa3.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-4387b5d2d51d9453.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-01dd8b748c5ec2c7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37492026-02-26T19:25:54.793Z Compiling slog-dtrace v0.3.0
37502026-02-26T19:25:54.817Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-dtrace-0.3.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c8d943e239f46ea5 -C extra-filename=-ddefb90379f200cf --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-dtrace-ddefb90379f200cf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2ff88dd682b77008.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37512026-02-26T19:25:54.846Z Compiling vte_generate_state_changes v0.1.2
37522026-02-26T19:25:54.871Z Compiling object v0.37.3
37532026-02-26T19:25:54.871Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name vte_generate_state_changes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vte_generate_state_changes-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=811456570f89ce48 -C extra-filename=-793ae622450beeae --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-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37542026-02-26T19:25:54.871Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/object-0.37.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::uninlined_format_args' '--allow=clippy::type_complexity' '--allow=clippy::single_match' '--allow=clippy::should_implement_trait' '--allow=clippy::result_unit_err' '--allow=clippy::needless_lifetimes' '--allow=clippy::match_like_matches_macro' '--allow=clippy::manual_flatten' '--allow=clippy::field_reassign_with_default' '--allow=clippy::comparison_chain' '--allow=clippy::collapsible_match' '--allow=clippy::collapsible_if' '--allow=clippy::collapsible_else_if' --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="elf"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read"' --cfg 'feature="read_core"' --cfg 'feature="std"' --cfg 'feature="unaligned"' --cfg 'feature="xcoff"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "alloc", "archive", "build", "build_core", "cargo-all", "coff", "compression", "core", "default", "doc", "elf", "macho", "pe", "read", "read_core", "rustc-dep-of-std", "std", "unaligned", "unstable", "unstable-all", "wasm", "write", "write_core", "write_std", "xcoff"))' -C metadata=6b611b1365935273 -C extra-filename=-c6304350e3af7add --out-dir /work/oxidecomputer/omicron/target/debug/build/object-c6304350e3af7add -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37552026-02-26T19:25:55.004Z Compiling derive_more-impl v2.0.1
37562026-02-26T19:25:55.029Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_more_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-impl-2.0.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(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", "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=709215aa62242ac4 -C extra-filename=-246d5fb73194ab18 --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-c88d4181c4d5466a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37572026-02-26T19:25:55.294Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-ddefb90379f200cf/build-script-build`
37582026-02-26T19:25:55.423Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_dtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-dtrace-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=aea1bc56b4ef95cd -C extra-filename=-f757092f549c4738 --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-b476cbab3ebc9700.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37592026-02-26T19:25:55.488Z Compiling typify v0.6.1
37602026-02-26T19:25:55.513Z Running `/home/build/.rustup/toolchains/1.91.1-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=512ec2786a383750 -C extra-filename=-2a9966d95ca0a0ef --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-41b1ff626cb866af.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-64e49f902e7e3230.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37612026-02-26T19:25:55.591Z Compiling termtree v0.5.1
37622026-02-26T19:25:55.591Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name termtree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/termtree-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9c1aaffa59411d1d -C extra-filename=-229621499bbc22b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37632026-02-26T19:25:55.641Z Running `/work/oxidecomputer/omicron/target/debug/build/object-c6304350e3af7add/build-script-build`
37642026-02-26T19:25:55.692Z Compiling progenitor-impl v0.13.0
37652026-02-26T19:25:55.717Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-impl-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=37e2b3f3fe480f52 -C extra-filename=-a1316b650635274a --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-d61228a413094487.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-496362133443fc3e.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-2a9966d95ca0a0ef.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-721e468481ec512c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37662026-02-26T19:25:55.742Z Compiling vte v0.11.1
37672026-02-26T19:25:55.742Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name vte --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vte-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi", "arrayvec", "default", "log", "nightly", "no_std", "serde"))' -C metadata=2e49bcab7c1644f4 -C extra-filename=-45892e89136b675c --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-cd83b6c56c59e652.rmeta --extern vte_generate_state_changes=/work/oxidecomputer/omicron/target/debug/deps/libvte_generate_state_changes-793ae622450beeae.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37682026-02-26T19:25:55.792Z Compiling fd-lock v4.0.2
37692026-02-26T19:25:55.817Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name fd_lock --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fd-lock-4.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=249352ba3a056556 -C extra-filename=-cd30f5527601022b --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-9b8d246c7e3e185e.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-0a203928d01f336e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37702026-02-26T19:25:55.945Z Compiling pin-project-internal v1.1.6
37712026-02-26T19:25:55.970Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_internal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-internal-1.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=85094f9f5a9083d8 -C extra-filename=-b580b0febd031427 --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-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37722026-02-26T19:25:56.057Z Compiling minimal-lexical v0.2.1
37732026-02-26T19:25:56.082Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name minimal_lexical --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/minimal-lexical-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compact", "default", "lint", "nightly", "std"))' -C metadata=a6f1c9cad411d5de -C extra-filename=-0882896c32d27b3f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37742026-02-26T19:25:56.113Z Compiling linked-hash-map v0.5.6
37752026-02-26T19:25:56.139Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name linked_hash_map --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linked-hash-map-0.5.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("heapsize", "heapsize_impl", "nightly", "serde", "serde_impl"))' -C metadata=93a9426665847dd7 -C extra-filename=-12ead618769e5d3d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-02-26T19:25:56.139Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/object-0.37.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::uninlined_format_args' '--allow=clippy::type_complexity' '--allow=clippy::single_match' '--allow=clippy::should_implement_trait' '--allow=clippy::result_unit_err' '--allow=clippy::needless_lifetimes' '--allow=clippy::match_like_matches_macro' '--allow=clippy::manual_flatten' '--allow=clippy::field_reassign_with_default' '--allow=clippy::comparison_chain' '--allow=clippy::collapsible_match' '--allow=clippy::collapsible_if' '--allow=clippy::collapsible_else_if' --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="elf"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read"' --cfg 'feature="read_core"' --cfg 'feature="std"' --cfg 'feature="unaligned"' --cfg 'feature="xcoff"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "alloc", "archive", "build", "build_core", "cargo-all", "coff", "compression", "core", "default", "doc", "elf", "macho", "pe", "read", "read_core", "rustc-dep-of-std", "std", "unaligned", "unstable", "unstable-all", "wasm", "write", "write_core", "write_std", "xcoff"))' -C metadata=57e7f7c8b880c264 -C extra-filename=-5404c393dbbcf1bf --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-afea2278d9bc496e.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)'`
37772026-02-26T19:25:56.623Z Compiling nom v7.1.3
37782026-02-26T19:25:56.647Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "docsrs", "std"))' -C metadata=f0277b41f978dc00 -C extra-filename=-5ab434a4034fc222 --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-afea2278d9bc496e.rmeta --extern minimal_lexical=/work/oxidecomputer/omicron/target/debug/deps/libminimal_lexical-0882896c32d27b3f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37792026-02-26T19:25:56.727Z Compiling lru-cache v0.1.2
37802026-02-26T19:25:56.753Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name lru_cache --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lru-cache-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("heapsize", "heapsize_impl"))' -C metadata=2eaa0ab8f4e205ab -C extra-filename=-e53dc1234c506264 --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-12ead618769e5d3d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37812026-02-26T19:25:57.016Z Compiling hickory-proto v0.24.4
37822026-02-26T19:25:57.016Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name hickory_proto --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.24.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(nightly)' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "bytes", "default", "dns-over-h3", "dns-over-https", "dns-over-https-rustls", "dns-over-native-tls", "dns-over-openssl", "dns-over-quic", "dns-over-rustls", "dns-over-tls", "dnssec", "dnssec-openssl", "dnssec-ring", "h2", "h3", "h3-quinn", "http", "js-sys", "mdns", "native-certs", "native-tls", "openssl", "quinn", "ring", "rustls", "rustls-pemfile", "serde", "serde-config", "socket2", "testing", "text-parsing", "tokio", "tokio-native-tls", "tokio-openssl", "tokio-runtime", "tokio-rustls", "wasm-bindgen", "wasm-bindgen-crate", "webpki-roots"))' -C metadata=88dda56950b8365e -C extra-filename=-02a6caafc6a06504 --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-032078021c49cc9d.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-5d4dd4f25a3a940c.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-3c5192df54cca993.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-4081dd690b8536d0.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aa566f17b2a089a4.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-e5808e939444e7e7.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-a5ca919223679cc4.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-d587cb581310d033.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d5f4616655430b33.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-bbbed6175a047253.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-86d39d757ff7819a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2456617dc5bbf6d2.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ab9cad66fca2caf1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37832026-02-26T19:25:57.098Z Compiling derive_more v2.0.1
37842026-02-26T19:25:57.123Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_more --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-2.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=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", "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=336674b2befe3dee -C extra-filename=-0835e6a25a37f6fe --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-246d5fb73194ab18.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37852026-02-26T19:25:57.239Z Compiling strip-ansi-escapes v0.2.0
37862026-02-26T19:25:57.263Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name strip_ansi_escapes --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strip-ansi-escapes-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5be5d782e83c89b9 -C extra-filename=-01f0799970d31581 --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-45892e89136b675c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37872026-02-26T19:25:57.300Z Compiling crossterm v0.29.0
37882026-02-26T19:25:57.326Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossterm-0.29.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bracketed-paste"' --cfg 'feature="default"' --cfg 'feature="derive-more"' --cfg 'feature="event-stream"' --cfg 'feature="events"' --cfg 'feature="windows"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bracketed-paste", "default", "derive-more", "event-stream", "events", "filedescriptor", "libc", "osc52", "serde", "use-dev-tty", "windows"))' -C metadata=e2801d45d7248450 -C extra-filename=-e9a817205d62f855 --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-cfaa2511914227eb.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-0835e6a25a37f6fe.rmeta --extern document_features=/work/oxidecomputer/omicron/target/debug/deps/libdocument_features-e60f99372aaa550a.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cbbe00eeba3a9834.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-0abfbd36dab6dab3.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-e4d4c09c5872212f.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-906117e627c53165.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-20f38074f4e33615.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37892026-02-26T19:25:57.669Z Compiling pem v3.0.5
37902026-02-26T19:25:57.694Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pem-3.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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=97e11cb55b6d73cc -C extra-filename=-1007dc04ff25c671 --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-142d12a8ca42df76.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37912026-02-26T19:25:58.541Z Compiling nibble_vec v0.1.0
37922026-02-26T19:25:58.566Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nibble_vec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nibble_vec-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=61d3fa3739933aa4 -C extra-filename=-3cd14364afaeffd6 --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-ec04b22c3ab89ecb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37932026-02-26T19:25:58.927Z Compiling display-error-chain v0.2.2
37942026-02-26T19:25:58.952Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name display_error_chain --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/display-error-chain-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d764d29d1964096c -C extra-filename=-800f9bab2506898c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37952026-02-26T19:25:58.979Z Compiling pin-project v1.1.6
37962026-02-26T19:25:59.029Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name pin_project --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-1.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fc5235def069812c -C extra-filename=-82efa74ef81f7443 --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-b580b0febd031427.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37972026-02-26T19:25:59.219Z Compiling endian-type v0.1.2
37982026-02-26T19:25:59.244Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name endian_type --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/endian-type-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=394bcfdb5201f514 -C extra-filename=-6824eeb661539979 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37992026-02-26T19:25:59.274Z Compiling nu-ansi-term v0.50.1
38002026-02-26T19:25:59.298Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nu_ansi_term --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nu-ansi-term-0.50.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("derive_serde_style", "gnu_legacy", "serde"))' -C metadata=94ce88294532f58e -C extra-filename=-d4bb1c7ccf391199 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38012026-02-26T19:25:59.562Z Compiling radix_trie v0.2.1
38022026-02-26T19:25:59.586Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name radix_trie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/radix_trie-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=4ac130ac52590673 -C extra-filename=-718412a883d32ff7 --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-6824eeb661539979.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-3cd14364afaeffd6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38032026-02-26T19:26:00.049Z Compiling reedline v0.40.0
38042026-02-26T19:26:00.075Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name reedline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reedline-0.40.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arboard", "bashisms", "crossbeam", "external_printer", "rusqlite", "serde_json", "sqlite", "sqlite-dynlib", "system_clipboard"))' -C metadata=5059d9142646af2a -C extra-filename=-032a398a788f45ad --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-b476cbab3ebc9700.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-bd8ba8cf7e2e74e8.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-cd30f5527601022b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f0f9e563abed1aaf.rmeta --extern nu_ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libnu_ansi_term-d4bb1c7ccf391199.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-01f0799970d31581.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-403fa0d437dd0a79.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-c74ed59dd69dfb8f.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-469dcac1900e48e3.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b90862fbe68f089a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38052026-02-26T19:26:00.239Z Compiling snafu-derive v0.8.5
38062026-02-26T19:26:00.264Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name snafu_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/snafu-derive-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="rust_1_61"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rust_1_61", "unstable-provider-api"))' -C metadata=e052d6eaa44b7da8 -C extra-filename=-0066618795aa3565 --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-d61228a413094487.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38072026-02-26T19:26:00.310Z Compiling textwrap v0.16.2
38082026-02-26T19:26:00.335Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name textwrap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/textwrap-0.16.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --cfg 'feature="default"' --cfg 'feature="smawk"' --cfg 'feature="terminal_size"' --cfg 'feature="unicode-linebreak"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "hyphenation", "smawk", "terminal_size", "unicode-linebreak", "unicode-width"))' -C metadata=aacd50cb485daf4e -C extra-filename=-c1e3b6744498ff01 --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-997c13e0f27c0ed3.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-8aaf42fec9e4c0c0.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-617103e56f3ad8c7.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b90862fbe68f089a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38092026-02-26T19:26:00.361Z Compiling olpc-cjson v0.1.4
38102026-02-26T19:26:00.389Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name olpc_cjson --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/olpc-cjson-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=93423bb9c6429855 -C extra-filename=-b83e5f9188903c83 --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-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-6139c256f103d169.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38112026-02-26T19:26:00.732Z Compiling serde_plain v1.0.2
38122026-02-26T19:26:00.757Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_plain --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_plain-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c28e90dfd8d20035 -C extra-filename=-7bf7e1d8b5612823 --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-aa0f5bd7118bc9a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38132026-02-26T19:26:01.142Z Compiling typed-path v0.9.3
38142026-02-26T19:26:01.166Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name typed_path --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typed-path-0.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=f6efe1abca67c6b2 -C extra-filename=-0c5c981704dd1cfb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38152026-02-26T19:26:01.375Z Compiling stacker v0.1.23
38162026-02-26T19:26:01.401Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stacker-0.1.23/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f45b4b582ff69c33 -C extra-filename=-1dafb7a227f653ee --out-dir /work/oxidecomputer/omicron/target/debug/build/stacker-1dafb7a227f653ee -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-7d81945d2ab4a7b1.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38172026-02-26T19:26:01.992Z Compiling csv-core v0.1.11
38182026-02-26T19:26:02.018Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name csv_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/csv-core-0.1.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "libc"))' -C metadata=c1f912dad36f898b -C extra-filename=-18ebdb12a2c1271b --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-afea2278d9bc496e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38192026-02-26T19:26:02.469Z Compiling progenitor-macro v0.13.0
38202026-02-26T19:26:02.493Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-macro-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=674c52a1a415f902 -C extra-filename=-2d4af36057f8c9ca --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-1272b7c61236626f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-a1316b650635274a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-a4af9fe2764b22df.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-3a970f4fbfb70f20.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38212026-02-26T19:26:02.593Z Compiling hickory-resolver v0.24.4
38222026-02-26T19:26:02.637Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name hickory_resolver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-resolver-0.24.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(nightly)' --cfg 'feature="default"' --cfg 'feature="ipconfig"' --cfg 'feature="resolv-conf"' --cfg 'feature="system-config"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "dns-over-h3", "dns-over-https", "dns-over-https-rustls", "dns-over-native-tls", "dns-over-openssl", "dns-over-quic", "dns-over-rustls", "dns-over-tls", "dnssec", "dnssec-openssl", "dnssec-ring", "ipconfig", "native-certs", "resolv-conf", "rustls", "serde", "serde-config", "system-config", "testing", "tokio", "tokio-native-tls", "tokio-openssl", "tokio-runtime", "tokio-rustls", "webpki-roots"))' -C metadata=8b5220502ddc29d1 -C extra-filename=-77fb6a6bdff7d77d --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-9b8d246c7e3e185e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-e5808e939444e7e7.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-02a6caafc6a06504.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-e53dc1234c506264.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-e4d4c09c5872212f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d5f4616655430b33.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-914768df730ad686.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ec04b22c3ab89ecb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-bbbed6175a047253.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2456617dc5bbf6d2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38232026-02-26T19:26:03.944Z Compiling ar_archive_writer v0.5.1
38242026-02-26T19:26:03.970Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ar_archive_writer --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ar_archive_writer-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --deny=rust_2018_idioms --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0ca4cf05b170b17a -C extra-filename=-f25c88224583b938 --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-5404c393dbbcf1bf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38252026-02-26T19:26:04.132Z Compiling highway v1.3.0
38262026-02-26T19:26:04.157Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name highway --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/highway-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=e4476edd1062145a -C extra-filename=-b552a5abd74e3046 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38272026-02-26T19:26:04.809Z Compiling humantime v2.2.0
38282026-02-26T19:26:04.834Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name humantime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/humantime-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())' -C metadata=6d837337b5f8f2da -C extra-filename=-4e9a4232a09a68c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38292026-02-26T19:26:04.981Z Compiling qorb v0.4.1
38302026-02-26T19:26:05.006Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name qorb --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/qorb-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="probes"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "diesel_pg", "probes", "qtop", "serde"))' -C metadata=7fabcc28537a21b9 -C extra-filename=-b789c7149d610113 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-ef8b72dc7cd889fa.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-77fb6a6bdff7d77d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-40d259803c85ce4f.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2456617dc5bbf6d2.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38312026-02-26T19:26:05.036Z Compiling snafu v0.8.5
38322026-02-26T19:26:05.060Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name snafu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/snafu-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core-crate"' --cfg 'feature="pin-project"' --cfg 'feature="rust_1_61"' --cfg 'feature="rust_1_65"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "backtraces-impl-backtrace-crate", "default", "futures", "futures-core-crate", "futures-crate", "guide", "internal-dev-dependencies", "pin-project", "rust_1_61", "rust_1_65", "rust_1_81", "std", "unstable-core-error", "unstable-provider-api", "unstable-try-trait"))' -C metadata=683ba2a65005e446 -C extra-filename=-243b3ae4cf94d2a6 --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-cbbe00eeba3a9834.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-82efa74ef81f7443.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-0066618795aa3565.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38332026-02-26T19:26:05.384Z Compiling cfg_aliases v0.1.1
38342026-02-26T19:26:05.415Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cfg_aliases --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg_aliases-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5331e3120789072f -C extra-filename=-fb44fee7d914f7ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38352026-02-26T19:26:05.555Z Compiling nix v0.28.0
38362026-02-26T19:26:05.580Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.28.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fs"' --cfg 'feature="ioctl"' --cfg 'feature="poll"' --cfg 'feature="process"' --cfg 'feature="signal"' --cfg 'feature="term"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=b786b7421b20f2e8 -C extra-filename=-a0acc4d771cf1e82 --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-a0acc4d771cf1e82 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-fb44fee7d914f7ba.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38372026-02-26T19:26:05.938Z Compiling csv v1.3.1
38382026-02-26T19:26:05.964Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name csv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/csv-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=9d5b46bc52fb741a -C extra-filename=-0a4b298c80db40a6 --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-18ebdb12a2c1271b.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-c7c658e705ae5e14.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-d387870d74e6e1c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38392026-02-26T19:26:06.009Z Compiling psm v0.1.30
38402026-02-26T19:26:06.034Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/psm-0.1.30/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=94c2073ba501ecab -C extra-filename=-b39dd97f4289c5dc --out-dir /work/oxidecomputer/omicron/target/debug/build/psm-b39dd97f4289c5dc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ar_archive_writer=/work/oxidecomputer/omicron/target/debug/deps/libar_archive_writer-f25c88224583b938.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-7d81945d2ab4a7b1.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38412026-02-26T19:26:06.356Z Running `/work/oxidecomputer/omicron/target/debug/build/stacker-1dafb7a227f653ee/build-script-build`
38422026-02-26T19:26:06.423Z Compiling home v0.5.9
38432026-02-26T19:26:06.447Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name home --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/home-0.5.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::all' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1bff5ef09759f3f2 -C extra-filename=-ef6679bdb4d45792 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38442026-02-26T19:26:06.552Z Compiling siphasher v1.0.1
38452026-02-26T19:26:06.577Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name siphasher --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/siphasher-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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_json", "serde_no_std", "serde_std", "std"))' -C metadata=f12a116774b80a79 -C extra-filename=-06378f3c694c3078 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38462026-02-26T19:26:06.750Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-a0acc4d771cf1e82/build-script-build`
38472026-02-26T19:26:06.836Z Compiling papergrid v0.11.0
38482026-02-26T19:26:06.861Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name papergrid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/papergrid-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "default", "std"))' -C metadata=3861b4547f8790be -C extra-filename=-96723b75982d3979 --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-33623e474bd95237.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-22553d033a4f20d3.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-80212553b0ad03df.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38492026-02-26T19:26:07.026Z Compiling phf_shared v0.12.1
38502026-02-26T19:26:07.051Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_shared-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=603b91937ee3a8a0 -C extra-filename=-eb2ac1f5566149c1 --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-06378f3c694c3078.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38512026-02-26T19:26:07.204Z Running `/work/oxidecomputer/omicron/target/debug/build/psm-b39dd97f4289c5dc/build-script-build`
38522026-02-26T19:26:07.255Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
38532026-02-26T19:26:07.279Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name clickward --edition=2021 /home/build/.cargo/git/checkouts/clickward-e860126d7fbbad75/e3d9a1c/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=426a48dd046db3ef -C extra-filename=-3c3c262e50c2db18 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-3b83da55670e8f0a.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-bbbed6175a047253.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38542026-02-26T19:26:07.333Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name psm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/psm-0.1.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c7e6d57c420f68b1 -C extra-filename=-f69b3ace5a840794 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-8da5dbab1e183dac/out -l static=psm_s --cfg asm --cfg link_asm --cfg switchable_stack --check-cfg 'cfg(switchable_stack,asm,link_asm)'`
38552026-02-26T19:26:07.424Z Compiling tabled_derive v0.7.0
38562026-02-26T19:26:07.449Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tabled_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tabled_derive-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6c35a703f2b30c37 -C extra-filename=-e5cc3087e56dfe7c --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-dabc04b0d25f1f86.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-18b1705fb20e64e2.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d0ed5c423d20d405.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38572026-02-26T19:26:07.598Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name stacker --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stacker-0.1.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b85232ad1f293c3d -C extra-filename=-5f53df5ca2f019c4 --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-9b8d246c7e3e185e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern psm=/work/oxidecomputer/omicron/target/debug/deps/libpsm-f69b3ace5a840794.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-8da5dbab1e183dac/out`
38582026-02-26T19:26:07.755Z Compiling recursive-proc-macro-impl v0.1.1
38592026-02-26T19:26:07.780Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name recursive_proc_macro_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/recursive-proc-macro-impl-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f21921321413364e -C extra-filename=-2a670d86747ca364 --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-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38602026-02-26T19:26:08.016Z Compiling semver v0.1.20
38612026-02-26T19:26:08.041Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/semver-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1e25a6483100bb82 -C extra-filename=-0fc8cabf20f6b391 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38622026-02-26T19:26:08.645Z Compiling chrono-tz v0.10.4
38632026-02-26T19:26:08.669Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-tz-0.10.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "case-insensitive", "chrono-tz-build", "default", "filter-by-regex", "serde", "std"))' -C metadata=1097ff9104868cf0 -C extra-filename=-a7b0a16d6b72ecf6 --out-dir /work/oxidecomputer/omicron/target/debug/build/chrono-tz-a7b0a16d6b72ecf6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38642026-02-26T19:26:08.708Z Compiling base64 v0.21.7
38652026-02-26T19:26:08.733Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=db408746a38a8d6a -C extra-filename=-25862f5051364d8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38662026-02-26T19:26:09.134Z Running `/work/oxidecomputer/omicron/target/debug/build/chrono-tz-a7b0a16d6b72ecf6/build-script-build`
38672026-02-26T19:26:09.222Z Compiling recursive v0.1.1
38682026-02-26T19:26:09.246Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name recursive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/recursive-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=943402aef00a699c -C extra-filename=-1c8dfbc16985c897 --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-2a670d86747ca364.so --extern stacker=/work/oxidecomputer/omicron/target/debug/deps/libstacker-5f53df5ca2f019c4.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-8da5dbab1e183dac/out`
38692026-02-26T19:26:09.454Z Compiling rustc_version v0.1.7
38702026-02-26T19:26:09.479Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustc_version-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9a7281884e01a8d4 -C extra-filename=-c3499add24f4674d --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-0fc8cabf20f6b391.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38712026-02-26T19:26:09.503Z Compiling phf v0.12.1
38722026-02-26T19:26:09.504Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name phf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macros", "phf_macros", "serde", "std", "uncased", "unicase"))' -C metadata=3537c97b23736fc2 -C extra-filename=-9bd759fe34670f7e --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-eb2ac1f5566149c1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38732026-02-26T19:26:09.613Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.28.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fs"' --cfg 'feature="ioctl"' --cfg 'feature="poll"' --cfg 'feature="process"' --cfg 'feature="signal"' --cfg 'feature="term"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=b40c886d195d11ee -C extra-filename=-6ed08820eaa2a292 --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-cfaa2511914227eb.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg illumos --cfg solarish`
38742026-02-26T19:26:09.737Z Compiling tabled v0.15.0
38752026-02-26T19:26:09.762Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tabled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tabled-0.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="macros"' --cfg 'feature="std"' --cfg 'feature="tabled_derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "default", "derive", "macros", "std", "tabled_derive"))' -C metadata=084c2e5ba5888d67 -C extra-filename=-9fbdfea03a05da8f --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-96723b75982d3979.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-e5cc3087e56dfe7c.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-80212553b0ad03df.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38762026-02-26T19:26:09.865Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
38772026-02-26T19:26:09.890Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 oximeter/db/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=820c5ebcd36ee341 -C extra-filename=-e8424d2c6f377bbb --out-dir /work/oxidecomputer/omicron/target/debug/build/oximeter-db-e8424d2c6f377bbb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-5ab434a4034fc222.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38782026-02-26T19:26:09.961Z Compiling const_format_proc_macros v0.2.34
38792026-02-26T19:26:09.986Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name const_format_proc_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const_format_proc_macros-0.2.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "debug", "default", "derive", "syn"))' -C metadata=77152b2c01ee59df -C extra-filename=-d47dd1817bb0a45f --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-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-fc62dcc87d98955d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38802026-02-26T19:26:10.085Z Compiling peg-macros v0.8.5
38812026-02-26T19:26:10.110Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name peg_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/peg-macros-0.8.5/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("trace"))' -C metadata=cfb76ad9ccd00cfc -C extra-filename=-23217a1dd6ae8e68 --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-c3c45eadcf471616.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38822026-02-26T19:26:10.242Z Compiling sqlparser_derive v0.5.0
38832026-02-26T19:26:10.267Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlparser_derive-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c842aca8f1818917 -C extra-filename=-15b97f10fe255507 --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-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38842026-02-26T19:26:10.990Z Compiling unicode_categories v0.1.1
38852026-02-26T19:26:11.015Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_categories --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode_categories-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2060889845f89c8f -C extra-filename=-920d2a650a0b7f11 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38862026-02-26T19:26:11.405Z Compiling sqlformat v0.3.5
38872026-02-26T19:26:11.433Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sqlformat --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlformat-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=15a3fc87f2211b53 -C extra-filename=-580ab898584e9fdb --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-920d2a650a0b7f11.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-f92dae31b801dd6d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38882026-02-26T19:26:11.928Z Compiling const_format v0.2.34
38892026-02-26T19:26:11.953Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name const_format --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const_format-0.2.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="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=0033546130e032d7 -C extra-filename=-5f3df2a394fb1aa2 --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-d47dd1817bb0a45f.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38902026-02-26T19:26:12.099Z Compiling sqlparser v0.61.0
38912026-02-26T19:26:12.123Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlparser-0.61.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="recursive"' --cfg 'feature="recursive-protection"' --cfg 'feature="sqlparser_derive"' --cfg 'feature="std"' --cfg 'feature="visitor"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bigdecimal", "default", "derive-dialect", "json_example", "recursive", "recursive-protection", "serde", "serde_json", "sqlparser_derive", "std", "visitor"))' -C metadata=c50b69737d86ba77 -C extra-filename=-b6211ea91537da45 --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-960003e0783a03bd.rmeta --extern recursive=/work/oxidecomputer/omicron/target/debug/deps/librecursive-1c8dfbc16985c897.rmeta --extern sqlparser_derive=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser_derive-15b97f10fe255507.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-8da5dbab1e183dac/out`
38922026-02-26T19:26:12.670Z Compiling rustyline v14.0.0
38932026-02-26T19:26:12.695Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rustyline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustyline-14.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="custom-bindings"' --cfg 'feature="default"' --cfg 'feature="fd-lock"' --cfg 'feature="home"' --cfg 'feature="radix_trie"' --cfg 'feature="with-dirs"' --cfg 'feature="with-file-history"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("buffer-redux", "case_insensitive_history_search", "custom-bindings", "default", "derive", "fd-lock", "home", "radix_trie", "regex", "rusqlite", "rustyline-derive", "signal-hook", "skim", "termios", "with-dirs", "with-file-history", "with-fuzzy", "with-sqlite-history"))' -C metadata=7ab9e8a75a6e6d54 -C extra-filename=-4de252fa1fde8321 --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-cfaa2511914227eb.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-cd30f5527601022b.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-ef6679bdb4d45792.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-afea2278d9bc496e.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-6ed08820eaa2a292.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-718412a883d32ff7.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-469dcac1900e48e3.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-80212553b0ad03df.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-cd83b6c56c59e652.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38942026-02-26T19:26:13.039Z Running `/work/oxidecomputer/omicron/target/debug/build/oximeter-db-e8424d2c6f377bbb/build-script-build`
38952026-02-26T19:26:13.112Z Compiling newtype_derive v0.1.6
38962026-02-26T19:26:13.136Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/newtype_derive-0.1.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "std-unstable"))' -C metadata=dc9d8342ecba7ef1 -C extra-filename=-5ab531ee3772738d --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype_derive-5ab531ee3772738d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-c3499add24f4674d.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38972026-02-26T19:26:13.274Z Compiling peg v0.8.5
38982026-02-26T19:26:13.299Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name peg --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/peg-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "trace", "unstable"))' -C metadata=dc4e42b9a9cd1a27 -C extra-filename=-b98e5f5ca94fa582 --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-23217a1dd6ae8e68.so --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-c3c45eadcf471616.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38992026-02-26T19:26:13.458Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name chrono_tz --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-tz-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "case-insensitive", "chrono-tz-build", "default", "filter-by-regex", "serde", "std"))' -C metadata=723aa20210195808 -C extra-filename=-d761d6af0de48799 --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-b476cbab3ebc9700.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-9bd759fe34670f7e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39002026-02-26T19:26:13.578Z Compiling bcs v0.1.6
39012026-02-26T19:26:13.603Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bcs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bcs-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d052cbe2d83b870f -C extra-filename=-924a2d3382a982f2 --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-aa0f5bd7118bc9a2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-bbbed6175a047253.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39022026-02-26T19:26:13.897Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-5ab531ee3772738d/build-script-build`
39032026-02-26T19:26:14.016Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name newtype_derive --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/newtype_derive-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "std-unstable"))' -C metadata=61f473666e05677f -C extra-filename=-01eb04f9a54b8339 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
39042026-02-26T19:26:14.193Z Compiling steno v0.4.1
39052026-02-26T19:26:14.218Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name steno --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/steno-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e701534ec0617011 -C extra-filename=-cad9d362c62214a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-bdecca09356102e1.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-01eb04f9a54b8339.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-83e1061ec9d5a25a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-bbbed6175a047253.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39062026-02-26T19:26:14.383Z Compiling utf-8 v0.7.6
39072026-02-26T19:26:14.408Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name utf8 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf-8-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8d458e69239b431a -C extra-filename=-5c3837f8e867c8f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39082026-02-26T19:26:14.779Z Compiling arc-swap v1.7.1
39092026-02-26T19:26:14.822Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name arc_swap --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.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("experimental-strategies", "experimental-thread-local", "internal-test-strategies", "serde", "weak"))' -C metadata=466e189d68006d27 -C extra-filename=-aca7a564c430cc69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39102026-02-26T19:26:15.430Z Compiling slog-scope v4.4.0
39112026-02-26T19:26:15.473Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_scope --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-scope-4.4.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())' -C metadata=e6f42568878aab3d -C extra-filename=-6e32f0dc76342f7e --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-aca7a564c430cc69.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-bdecca09356102e1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39122026-02-26T19:26:15.498Z Compiling tungstenite v0.21.0
39132026-02-26T19:26:15.498Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --cfg 'feature="url"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls-tls", "data-encoding", "default", "handshake", "http", "httparse", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "sha1", "url", "webpki-roots"))' -C metadata=90531c91a140eacc -C extra-filename=-1757742ee854ad2f --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-7979b4ba2f5cd7b3.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-5d4dd4f25a3a940c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-729da03359e5c081.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d5f4616655430b33.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-ab1e1b323fcc7f2e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-bbbed6175a047253.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ab9cad66fca2caf1.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-5c3837f8e867c8f7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39142026-02-26T19:26:15.565Z Compiling xattr v1.3.1
39152026-02-26T19:26:15.589Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name xattr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/xattr-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="unsupported"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unsupported"))' -C metadata=988f59abd98b5755 -C extra-filename=-4c7e84f660a51574 --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-0a203928d01f336e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39162026-02-26T19:26:15.943Z Compiling slog-stdlog v4.1.1
39172026-02-26T19:26:15.972Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_stdlog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-stdlog-4.1.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "kv_unstable"))' -C metadata=d4d1217e89fab1ea -C extra-filename=-b60e72ff58236f6d --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-960003e0783a03bd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-6e32f0dc76342f7e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39182026-02-26T19:26:16.001Z Compiling filetime v0.2.26
39192026-02-26T19:26:16.001Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name filetime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/filetime-0.2.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=004cb9d257c0bbf7 -C extra-filename=-4d1c13631f59c0a4 --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-9b8d246c7e3e185e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39202026-02-26T19:26:16.346Z Compiling tar v0.4.44
39212026-02-26T19:26:16.370Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tar --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tar-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="default"' --cfg 'feature="xattr"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "xattr"))' -C metadata=6118512883b4f1c3 -C extra-filename=-f012a4405e1725b1 --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-4d1c13631f59c0a4.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-4c7e84f660a51574.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39222026-02-26T19:26:16.431Z Compiling slog-envlogger v2.2.0
39232026-02-26T19:26:16.455Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_envlogger --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-envlogger-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="regex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "regex"))' -C metadata=5014f5d7f0c82239 -C extra-filename=-ffd058a0359ad538 --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-960003e0783a03bd.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-6e32f0dc76342f7e.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-b60e72ff58236f6d.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39242026-02-26T19:26:16.481Z Compiling typify-impl v0.2.0
39252026-02-26T19:26:16.506Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-impl-0.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=9ada9fe10dc015ef -C extra-filename=-6acf5efdc35b3747 --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-d61228a413094487.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dc582855d2bae75a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-bbbed6175a047253.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-721e468481ec512c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39262026-02-26T19:26:17.287Z Compiling tokio-tungstenite v0.21.0
39272026-02-26T19:26:17.312Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-tungstenite-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls-tls", "connect", "default", "handshake", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "stream", "tokio-native-tls", "tokio-rustls", "webpki-roots"))' -C metadata=0c73b7244b97af00 -C extra-filename=-b5cad42011db554a --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-e5808e939444e7e7.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-1757742ee854ad2f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39282026-02-26T19:26:17.484Z Compiling subprocess v0.2.9
39292026-02-26T19:26:17.508Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name subprocess --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/subprocess-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0cb7a2b8165ead34 -C extra-filename=-0fe15547c5f1c020 --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-b9bf1208c93b2e2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39302026-02-26T19:26:17.915Z Compiling headers-core v0.3.0
39312026-02-26T19:26:17.939Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name headers_core --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/headers-core-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5ad2b3e9d213d753 -C extra-filename=-573a7212e588b9bd --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-f15b9bf6616bce04.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39322026-02-26T19:26:18.158Z Compiling headers v0.4.1
39332026-02-26T19:26:18.183Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name headers --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/headers-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=27c0fa561c79c5c7 -C extra-filename=-44a72f62f5c98b08 --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-142d12a8ca42df76.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-573a7212e588b9bd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-5c5d7e8b815e7bc7.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-84ec3d24c8861872.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-ab1e1b323fcc7f2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39342026-02-26T19:26:18.492Z Compiling lzma-sys v0.1.20
39352026-02-26T19:26:18.516Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lzma-sys-0.1.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("static"))' -C metadata=f466168b09dae728 -C extra-filename=-cd657732d2f70de7 --out-dir /work/oxidecomputer/omicron/target/debug/build/lzma-sys-cd657732d2f70de7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-7d81945d2ab4a7b1.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-480ab039f767e1c9.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39362026-02-26T19:26:19.144Z Compiling heck v0.3.3
39372026-02-26T19:26:19.168Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=14ef96ff308d8fff -C extra-filename=-74983719dcdb964c --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-469dcac1900e48e3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39382026-02-26T19:26:19.445Z Running `/work/oxidecomputer/omicron/target/debug/build/lzma-sys-cd657732d2f70de7/build-script-build`
39392026-02-26T19:26:19.470Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name lzma_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lzma-sys-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("static"))' -C metadata=a1a4e80ebbadfb4f -C extra-filename=-eff611eb292fcce7 --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-b9bf1208c93b2e2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l lzma`
39402026-02-26T19:26:19.555Z Compiling zone_cfg_derive v0.1.2
39412026-02-26T19:26:19.579Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_cfg_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zone_cfg_derive-0.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=e1ff8c5c3fa4a815 -C extra-filename=-a23f0162025a0e32 --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-74983719dcdb964c.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-18b1705fb20e64e2.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d0ed5c423d20d405.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39422026-02-26T19:26:19.712Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
39432026-02-26T19:26:19.737Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cpuid_profile_config --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/fae5334/crates/cpuid-profile-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=529a9587cf3138e0 -C extra-filename=-78ecdd4f89470b24 --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-aa0f5bd7118bc9a2.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-3449d84aa852d347.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-bbbed6175a047253.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d6d338625430a2a7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39442026-02-26T19:26:19.862Z Compiling yasna v0.5.2
39452026-02-26T19:26:19.886Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name yasna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yasna-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bit-vec", "default", "num-bigint", "std", "time"))' -C metadata=d3592ebfa4b072b8 -C extra-filename=-d3ec5c42fc983e7c --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-c46c21893a0bbc80.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39462026-02-26T19:26:20.126Z Compiling base64 v0.13.1
39472026-02-26T19:26:20.152Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=a18339beaee69cd2 -C extra-filename=-5e33a127eafee9ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39482026-02-26T19:26:20.190Z Compiling number_prefix v0.4.0
39492026-02-26T19:26:20.215Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name number_prefix --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/number_prefix-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=4b6d31e3bda270bf -C extra-filename=-0edca3b1d41daef1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39502026-02-26T19:26:20.501Z Compiling indicatif v0.17.11
39512026-02-26T19:26:20.526Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name indicatif --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.17.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "futures", "improved_unicode", "in_memory", "rayon", "tokio", "unicode-segmentation", "unicode-width", "vt100"))' -C metadata=ecbc7f67b7d77f6c -C extra-filename=-b38b554c28a4d9a4 --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-988e9159243af5a7.rmeta --extern number_prefix=/work/oxidecomputer/omicron/target/debug/deps/libnumber_prefix-0edca3b1d41daef1.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-847f833c2dcf0067.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b90862fbe68f089a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39522026-02-26T19:26:20.711Z Compiling ron v0.7.1
39532026-02-26T19:26:20.736Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ron-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("indexmap"))' -C metadata=9a873c96e60d635e -C extra-filename=-997cc64293bb411d --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-5e33a127eafee9ce.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-2b8f5067655268d2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39542026-02-26T19:26:21.091Z Compiling zone v0.1.8
39552026-02-26T19:26:21.116Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zone-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0ad0a2a96b88ac7e -C extra-filename=-65b4b13cbe3a90a3 --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-d47b523d2b6a239a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-bbbed6175a047253.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-a23f0162025a0e32.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39562026-02-26T19:26:21.400Z Compiling rcgen v0.12.1
39572026-02-26T19:26:21.427Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rcgen-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="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=ecf6c27fe497b7d8 -C extra-filename=-01bfdca2cc9762af --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-1007dc04ff25c671.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2124dfe23d5b97bf.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c46c21893a0bbc80.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-d3ec5c42fc983e7c.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-b9654423df03ee5a/out`
39582026-02-26T19:26:22.499Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
39592026-02-26T19:26:22.524Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_server_config --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/fae5334/crates/propolis-server-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fe7a90f309f9f651 -C extra-filename=-8a5a6e968a98700f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cpuid_profile_config=/work/oxidecomputer/omicron/target/debug/deps/libcpuid_profile_config-78ecdd4f89470b24.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-3449d84aa852d347.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-bbbed6175a047253.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d6d338625430a2a7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39602026-02-26T19:26:22.561Z Compiling xz2 v0.1.7
39612026-02-26T19:26:22.561Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name xz2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/xz2-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures", "static", "tokio", "tokio-io"))' -C metadata=734c064d31ed12d0 -C extra-filename=-10ebe4f3f147e666 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lzma_sys=/work/oxidecomputer/omicron/target/debug/deps/liblzma_sys-eff611eb292fcce7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64`
39622026-02-26T19:26:22.848Z Compiling dropshot-api-manager-types v0.3.0
39632026-02-26T19:26:22.872Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_api_manager_types --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-api-manager-types-0.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=bc2d38e0ba7d8869 -C extra-filename=-567df5da3eaa495f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39642026-02-26T19:26:23.074Z Compiling moka v0.12.10
39652026-02-26T19:26:23.099Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/moka-0.12.10/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --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(rustver)' --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", "once_cell", "quanta", "sync", "unstable-debug-counters"))' -C metadata=19d7cb3637ef8c6a -C extra-filename=-ef05694c6e0ff147 --out-dir /work/oxidecomputer/omicron/target/debug/build/moka-ef05694c6e0ff147 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39662026-02-26T19:26:23.226Z Compiling tagptr v0.2.0
39672026-02-26T19:26:23.251Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tagptr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tagptr-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=57a1225a19f8f7ee -C extra-filename=-e5bb230662a23a97 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39682026-02-26T19:26:23.508Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
39692026-02-26T19:26:23.532Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/git/checkouts/pq-sys-09ced6a94fc790f2/b1194c1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("pkg-config"))' -C metadata=00b8916b5c5267e0 -C extra-filename=-cba1f157eb1c2c4f --out-dir /work/oxidecomputer/omicron/target/debug/build/pq-sys-cba1f157eb1c2c4f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39702026-02-26T19:26:23.565Z Compiling libefi-sys v0.1.0
39712026-02-26T19:26:23.565Z Running `/work/oxidecomputer/omicron/target/debug/build/moka-ef05694c6e0ff147/build-script-build`
39722026-02-26T19:26:23.589Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libefi-sys-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4b06352e9e3713a0 -C extra-filename=-081efc341aa1f4e2 --out-dir /work/oxidecomputer/omicron/target/debug/build/libefi-sys-081efc341aa1f4e2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39732026-02-26T19:26:23.662Z Compiling progenitor-impl v0.10.0
39742026-02-26T19:26:23.687Z Running `/home/build/.rustup/toolchains/1.91.1-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=922a47a957dd8507 -C extra-filename=-5cafa2457bae7bc8 --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-d61228a413094487.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-496362133443fc3e.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-76111f3a7e295a9b.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-721e468481ec512c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39752026-02-26T19:26:23.717Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name moka --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/moka-0.12.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=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(rustver)' --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", "once_cell", "quanta", "sync", "unstable-debug-counters"))' -C metadata=2df8c2a2d0979f3e -C extra-filename=-01caaf75aaeb7800 --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-cb4b144e64c7585e.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-baf0c92fd85ce9a3.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-16e875d6462de814.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-e4d4c09c5872212f.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-847f833c2dcf0067.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ec04b22c3ab89ecb.rmeta --extern tagptr=/work/oxidecomputer/omicron/target/debug/deps/libtagptr-e5bb230662a23a97.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-bbbed6175a047253.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39762026-02-26T19:26:24.089Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-081efc341aa1f4e2/build-script-build`
39772026-02-26T19:26:24.163Z Compiling bitfield-struct v0.6.2
39782026-02-26T19:26:24.187Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bitfield_struct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitfield-struct-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bc17c593ff9ec3e6 -C extra-filename=-0e6718262f5ce017 --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-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39792026-02-26T19:26:24.405Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name libefi_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libefi-sys-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4fcc66b5b7178b27 -C extra-filename=-85791516602225b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
39802026-02-26T19:26:24.452Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-cba1f157eb1c2c4f/build-script-build`
39812026-02-26T19:26:24.548Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
39822026-02-26T19:26:24.574Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nvme --edition=2021 /home/build/.cargo/git/checkouts/libnvme-1dc8f7f9b0f61fe3/dd5bb22/nvme/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=adf8f458420657d6 -C extra-filename=-139e2e98fd598361 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39832026-02-26T19:26:24.771Z Compiling radium v0.7.0
39842026-02-26T19:26:24.795Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/radium-0.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6d4285b0c112a2b3 -C extra-filename=-dcd243c750219fb8 --out-dir /work/oxidecomputer/omicron/target/debug/build/radium-dcd243c750219fb8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39852026-02-26T19:26:24.860Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
39862026-02-26T19:26:24.885Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name libefi_illumos --edition=2021 /home/build/.cargo/git/checkouts/libefi-illumos-3568772d985bf341/54c398c/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8941dfd89ba66ae2 -C extra-filename=-95834bdb0f420850 --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-b9bf1208c93b2e2e.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-85791516602225b6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-bbbed6175a047253.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39872026-02-26T19:26:25.285Z Compiling maybe-uninit v2.0.0
39882026-02-26T19:26:25.285Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/maybe-uninit-2.0.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=70921873fbab157e -C extra-filename=-0459c93cf7b2d0ae --out-dir /work/oxidecomputer/omicron/target/debug/build/maybe-uninit-0459c93cf7b2d0ae -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39892026-02-26T19:26:25.349Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-dcd243c750219fb8/build-script-build`
39902026-02-26T19:26:25.417Z Compiling tap v1.0.1
39912026-02-26T19:26:25.442Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tap-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fb39272850997314 -C extra-filename=-6457cf97f06ac406 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39922026-02-26T19:26:25.645Z Compiling hickory-resolver v0.25.2
39932026-02-26T19:26:25.645Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
39942026-02-26T19:26:25.645Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name hickory_resolver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-resolver-0.25.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(nightly)' --cfg 'feature="default"' --cfg 'feature="system-config"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__dnssec", "__h3", "__https", "__quic", "__tls", "backtrace", "default", "dnssec-aws-lc-rs", "dnssec-ring", "h3-aws-lc-rs", "h3-ring", "https-aws-lc-rs", "https-ring", "quic-aws-lc-rs", "quic-ring", "rustls-platform-verifier", "serde", "system-config", "tls-aws-lc-rs", "tls-ring", "tokio", "webpki-roots"))' -C metadata=d1202ccbd8680b57 -C extra-filename=-6a3f0c2bc74a8dc7 --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-9b8d246c7e3e185e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-e5808e939444e7e7.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-99474a9bb4cf5197.rmeta --extern moka=/work/oxidecomputer/omicron/target/debug/deps/libmoka-01caaf75aaeb7800.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-e4d4c09c5872212f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-914768df730ad686.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ec04b22c3ab89ecb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2456617dc5bbf6d2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39952026-02-26T19:26:25.690Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name libnvme_sys --edition=2021 /home/build/.cargo/git/checkouts/libnvme-1dc8f7f9b0f61fe3/dd5bb22/libnvme-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d719fb482b179734 -C extra-filename=-6108bd14116b0684 --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-0e6718262f5ce017.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39962026-02-26T19:26:25.746Z Compiling wyz v0.5.1
39972026-02-26T19:26:25.771Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name wyz --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wyz-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "garbage", "once_cell", "std", "typemap"))' -C metadata=a4d770d7b9f12de8 -C extra-filename=-70b5a1286ad96400 --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-6457cf97f06ac406.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39982026-02-26T19:26:25.925Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-0459c93cf7b2d0ae/build-script-build`
39992026-02-26T19:26:26.042Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name radium --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/radium-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9c7834a0bec20159 -C extra-filename=-cdfc11842a11eaba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
40002026-02-26T19:26:26.262Z Compiling zerocopy-derive v0.6.6
40012026-02-26T19:26:26.308Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-derive-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b869f24d19711422 -C extra-filename=-3a6a3e598fa91592 --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-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40022026-02-26T19:26:26.450Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
40032026-02-26T19:26:26.475Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name libnvme --edition=2021 /home/build/.cargo/git/checkouts/libnvme-1dc8f7f9b0f61fe3/dd5bb22/libnvme/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=32f1309d4760de80 -C extra-filename=-fb7cf2d8f77d0fda --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-6108bd14116b0684.rmeta --extern nvme=/work/oxidecomputer/omicron/target/debug/deps/libnvme-139e2e98fd598361.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-bbbed6175a047253.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40042026-02-26T19:26:26.570Z Compiling packed_struct v0.10.1
40052026-02-26T19:26:26.595Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/packed_struct-0.10.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "byte_types_256", "byte_types_64", "default", "serde", "serde_derive", "std", "use_serde"))' -C metadata=c7b71b922b7e1095 -C extra-filename=-030b323af3c64b73 --out-dir /work/oxidecomputer/omicron/target/debug/build/packed_struct-030b323af3c64b73 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40062026-02-26T19:26:27.183Z Compiling crc-catalog v2.4.0
40072026-02-26T19:26:27.208Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name crc_catalog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-catalog-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=011fb8da194c05c8 -C extra-filename=-d9084e75dec1344d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40082026-02-26T19:26:27.367Z Compiling typify-macro v0.2.0
40092026-02-26T19:26:27.392Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-macro-0.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=25a7a8d2d62ae441 -C extra-filename=-616bd4f6614e1ffc --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-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-a4af9fe2764b22df.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-6acf5efdc35b3747.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40102026-02-26T19:26:27.418Z Compiling funty v2.0.0
40112026-02-26T19:26:27.443Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name funty --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/funty-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=86e6b325222a863e -C extra-filename=-63de604286565a1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40122026-02-26T19:26:27.476Z Compiling crc v3.2.1
40132026-02-26T19:26:27.476Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name crc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-3.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=374f4e6e5911aee9 -C extra-filename=-c593502df8b92fb4 --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-d9084e75dec1344d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40142026-02-26T19:26:28.272Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-030b323af3c64b73/build-script-build`
40152026-02-26T19:26:28.342Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name maybe_uninit --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/maybe-uninit-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=684d6f33747bf223 -C extra-filename=-abe1ea0d952fe392 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
40162026-02-26T19:26:28.390Z Compiling zerocopy v0.6.6
40172026-02-26T19:26:28.416Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "simd", "simd-nightly"))' -C metadata=060737efbde2164e -C extra-filename=-165ffaa6e2cdf6e1 --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-7979b4ba2f5cd7b3.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-3a6a3e598fa91592.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40182026-02-26T19:26:28.548Z Compiling bitvec v1.0.1
40192026-02-26T19:26:28.573Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bitvec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitvec-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic", "default", "serde", "std", "testing"))' -C metadata=26135f3a4ba145df -C extra-filename=-e6939c5a88ba2374 --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-63de604286565a1d.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-cdfc11842a11eaba.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-6457cf97f06ac406.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-70b5a1286ad96400.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40202026-02-26T19:26:28.929Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-ec4702fed0cd2df6/build-script-build`
40212026-02-26T19:26:28.997Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name aws_lc_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-sys-0.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=b196e0929c0c2133 -C extra-filename=-cf253622ded2cbc1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-7e5b1b43be3d4cd2/out -l static=aws_lc_0_37_1_crypto --cfg universal`
40222026-02-26T19:26:29.050Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-7e392f47ff038ff7/build-script-build`
40232026-02-26T19:26:29.132Z Compiling packed_struct_codegen v0.10.1
40242026-02-26T19:26:29.157Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct_codegen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/packed_struct_codegen-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=0e34135d99796994 -C extra-filename=-5a00591a0ce00591 --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-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d0ed5c423d20d405.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40252026-02-26T19:26:29.284Z Compiling bitfield-macros v0.19.2
40262026-02-26T19:26:29.308Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bitfield_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitfield-macros-0.19.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=7c710a9c03a79b0d -C extra-filename=-7f2f6a28b58772d4 --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-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40272026-02-26T19:26:30.100Z Compiling indexmap v1.9.3
40282026-02-26T19:26:30.124Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-1.9.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "quickcheck", "rayon", "rustc-rayon", "serde", "serde-1", "std", "test_debug", "test_low_transition_point"))' -C metadata=1bb23b853f52a0e5 -C extra-filename=-432728f52a173005 --out-dir /work/oxidecomputer/omicron/target/debug/build/indexmap-432728f52a173005 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-f43eaeead31529f5.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40292026-02-26T19:26:30.185Z Compiling progenitor-macro v0.10.0
40302026-02-26T19:26:30.210Z Running `/home/build/.rustup/toolchains/1.91.1-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=46f321a45786e879 -C extra-filename=-4d13af34b4583655 --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-1272b7c61236626f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-5cafa2457bae7bc8.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-a4af9fe2764b22df.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-3a970f4fbfb70f20.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40312026-02-26T19:26:30.593Z Compiling nodrop v0.1.14
40322026-02-26T19:26:30.618Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nodrop --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nodrop-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nodrop-union", "std", "use_needs_drop", "use_union"))' -C metadata=c727faa8989a4db0 -C extra-filename=-86c68ef61466f750 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40332026-02-26T19:26:30.815Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name aws_lc_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-rs-1.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-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=d2a2c1976a55cf85 -C extra-filename=-9e4f406f25730262 --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-cf253622ded2cbc1.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-77243b0bd188ebab.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.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-7e5b1b43be3d4cd2/out --check-cfg 'cfg(aws_lc_rs_docsrs)' --check-cfg 'cfg(disable_slow_tests)' --check-cfg 'cfg(dev_tests_only)'`
40342026-02-26T19:26:30.912Z Compiling bitfield v0.19.2
40352026-02-26T19:26:30.937Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bitfield --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitfield-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fb1358d1d26db8b1 -C extra-filename=-5649dff22ce84a7a --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-7f2f6a28b58772d4.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40362026-02-26T19:26:30.962Z Compiling array-init v0.0.4
40372026-02-26T19:26:31.020Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name array_init --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/array-init-0.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=861c286f3cf113a9 -C extra-filename=-be8d4840c8760702 --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-86c68ef61466f750.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40382026-02-26T19:26:31.581Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-432728f52a173005/build-script-build`
40392026-02-26T19:26:31.606Z Compiling smallvec v0.6.14
40402026-02-26T19:26:31.637Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-0.6.14/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "may_dangle", "serde", "specialization", "std", "union"))' -C metadata=043ecad85c23c544 -C extra-filename=-ea83feec3a1d4b61 --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-abe1ea0d952fe392.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40412026-02-26T19:26:31.661Z Compiling hashbrown v0.12.3
40422026-02-26T19:26:31.686Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="raw"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ahash", "ahash-compile-time-rng", "alloc", "bumpalo", "compiler_builtins", "core", "default", "inline-more", "nightly", "raw", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=0bd27789cb6055ab -C extra-filename=-2724878bb1e98e3c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40432026-02-26T19:26:31.713Z Compiling typify v0.2.0
40442026-02-26T19:26:31.771Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="macro"' --cfg 'feature="typify-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macro", "typify-macro"))' -C metadata=f6f0f5a696215008 -C extra-filename=-e11df10a433f4371 --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-6acf5efdc35b3747.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-616bd4f6614e1ffc.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40452026-02-26T19:26:31.942Z Compiling progenitor-impl v0.8.0
40462026-02-26T19:26:31.967Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-impl-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c52928e318672a7a -C extra-filename=-132b848741f47230 --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-d61228a413094487.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-496362133443fc3e.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-bbbed6175a047253.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-e11df10a433f4371.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-721e468481ec512c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40472026-02-26T19:26:32.027Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/packed_struct-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "byte_types_256", "byte_types_64", "default", "serde", "serde_derive", "std", "use_serde"))' -C metadata=cda3f7b997fb368f -C extra-filename=-5bdde00e13a2b2ee --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-e6939c5a88ba2374.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-5a00591a0ce00591.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40482026-02-26T19:26:32.088Z Compiling serde-hex v0.1.0
40492026-02-26T19:26:32.136Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-hex-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=12ac04bd31f280c3 -C extra-filename=-3bdccc9c3288049e --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-be8d4840c8760702.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ea83feec3a1d4b61.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40502026-02-26T19:26:32.163Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
40512026-02-26T19:26:32.163Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-13cecd28e8456f3c/e644a21/tlvc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=01ffefdcd5f97c6f -C extra-filename=-0ed6821c39c40c02 --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-7979b4ba2f5cd7b3.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-c593502df8b92fb4.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-165ffaa6e2cdf6e1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40522026-02-26T19:26:32.567Z Compiling ron v0.8.1
40532026-02-26T19:26:32.592Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ron-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "indexmap", "integer128"))' -C metadata=0ec2a0b94422db58 -C extra-filename=-7bc67ced2a81be4f --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-25862f5051364d8f.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-cfaa2511914227eb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-3449d84aa852d347.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40542026-02-26T19:26:32.771Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-1.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "quickcheck", "rayon", "rustc-rayon", "serde", "serde-1", "std", "test_debug", "test_low_transition_point"))' -C metadata=78a78e508b0cc1f4 -C extra-filename=-d8b29b81dce012b0 --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-2724878bb1e98e3c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_std`
40552026-02-26T19:26:33.656Z Compiling rustls-webpki v0.103.9
40562026-02-26T19:26:33.682Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-webpki-0.103.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=0ef8bb0566d41c3f -C extra-filename=-c0762f60797c2111 --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-9e4f406f25730262.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2124dfe23d5b97bf.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-c303177288ac3ee1.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-f32f11b39e1363d1.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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out`
40572026-02-26T19:26:34.143Z Compiling hashbrown v0.13.2
40582026-02-26T19:26:34.171Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ahash"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ahash", "alloc", "bumpalo", "compiler_builtins", "core", "default", "inline-more", "nightly", "raw", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=19e68602dd125cf3 -C extra-filename=-1a99b45369356881 --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-4535aca8ab318c48.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40592026-02-26T19:26:34.816Z Compiling crc-any v2.5.0
40602026-02-26T19:26:34.840Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name crc_any --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-any-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug-helper", "default", "development", "heapless", "std"))' -C metadata=c9f5f253e348427b -C extra-filename=-dbf15e3030114d5a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40612026-02-26T19:26:35.211Z Running `/home/build/.rustup/toolchains/1.91.1-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=79287768ab0061ee -C extra-filename=-d9e25338bdb217d7 --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-9e4f406f25730262.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2124dfe23d5b97bf.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-c303177288ac3ee1.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-c0762f60797c2111.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out`
40622026-02-26T19:26:35.349Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
40632026-02-26T19:26:35.374Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_areas --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-a00aa0491da1f0f3/205d47d/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=7d5b151ebe130e6a -C extra-filename=-4bdfb0773a38da67 --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-5649dff22ce84a7a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-5bdde00e13a2b2ee.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40642026-02-26T19:26:35.692Z Compiling xshell-macros v0.2.7
40652026-02-26T19:26:35.717Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name xshell_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/xshell-macros-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=de7a0655e20df3cc -C extra-filename=-9da7c5ee4bf2b6c7 --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`
40662026-02-26T19:26:35.843Z Compiling object v0.30.4
40672026-02-26T19:26:35.868Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/object-0.30.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="crc32fast"' --cfg 'feature="elf"' --cfg 'feature="hashbrown"' --cfg 'feature="indexmap"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read"' --cfg 'feature="read_core"' --cfg 'feature="std"' --cfg 'feature="unaligned"' --cfg 'feature="write"' --cfg 'feature="write_core"' --cfg 'feature="write_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "alloc", "archive", "cargo-all", "coff", "compiler_builtins", "compression", "core", "crc32fast", "default", "doc", "elf", "flate2", "hashbrown", "indexmap", "macho", "pe", "read", "read_core", "rustc-dep-of-std", "std", "unaligned", "unstable", "unstable-all", "wasm", "wasmparser", "write", "write_core", "write_std", "xcoff"))' -C metadata=65e06bff13686e43 -C extra-filename=-0f8a75a4043b64a1 --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-e665abceb2a7947a.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-1a99b45369356881.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-d8b29b81dce012b0.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-afea2278d9bc496e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40682026-02-26T19:26:36.273Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
40692026-02-26T19:26:36.303Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tlvc_text --edition=2021 /home/build/.cargo/git/checkouts/tlvc-13cecd28e8456f3c/e644a21/text/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bcbada681c53cc5a -C extra-filename=-912e42802e330089 --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-7bc67ced2a81be4f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-0ed6821c39c40c02.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-165ffaa6e2cdf6e1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40702026-02-26T19:26:36.581Z Compiling xshell v0.2.7
40712026-02-26T19:26:36.606Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name xshell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/xshell-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7ec2ad09d1e13da3 -C extra-filename=-59b484ead9726af3 --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-9da7c5ee4bf2b6c7.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40722026-02-26T19:26:36.892Z Compiling path-slash v0.1.5
40732026-02-26T19:26:36.917Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name path_slash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/path-slash-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=747ba7276595f024 -C extra-filename=-eba69c05113e7116 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40742026-02-26T19:26:37.156Z Compiling half v1.8.3
40752026-02-26T19:26:37.183Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name half --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/half-1.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bytemuck", "num-traits", "serde", "serialize", "std", "use-intrinsics", "zerocopy"))' -C metadata=dbe8fc3d7733b14d -C extra-filename=-43d9803fb1a42f8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40762026-02-26T19:26:37.702Z Compiling serde_cbor v0.11.2
40772026-02-26T19:26:37.727Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_cbor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_cbor-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "tags", "unsealed_read_write"))' -C metadata=24a2cdc70a3d1aad -C extra-filename=-600a7ecfeea261be --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-43d9803fb1a42f8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40782026-02-26T19:26:37.776Z Compiling proc-macro-error-attr2 v2.0.0
40792026-02-26T19:26:37.801Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error_attr2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-attr2-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::pedantic' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=afe67f4d5304e513 -C extra-filename=-0feb23be94c5ca63 --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-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40802026-02-26T19:26:38.196Z Compiling progenitor-macro v0.8.0
40812026-02-26T19:26:38.221Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-macro-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a709f297c18837fd -C extra-filename=-94dca12248c2879a --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-1272b7c61236626f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-132b848741f47230.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-a4af9fe2764b22df.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-3a970f4fbfb70f20.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40822026-02-26T19:26:38.748Z Compiling proc-macro-error2 v2.0.1
40832026-02-26T19:26:38.811Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error2-2.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::pedantic' --warn=unexpected_cfgs '--allow=clippy::module_name_repetitions' --check-cfg 'cfg(run_ui_tests)' --cfg 'feature="default"' --cfg 'feature="syn-error"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "syn-error"))' -C metadata=21a8e69dec141f79 -C extra-filename=-9b98afb9d771607a --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-0feb23be94c5ca63.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40842026-02-26T19:26:39.148Z Compiling num-derive v0.3.3
40852026-02-26T19:26:39.173Z Running `/home/build/.rustup/toolchains/1.91.1-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=ce9c075efcfb76fa -C extra-filename=-9ce2d1d502023276 --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-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d0ed5c423d20d405.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40862026-02-26T19:26:39.438Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name pq_sys --edition=2015 /home/build/.cargo/git/checkouts/pq-sys-09ced6a94fc790f2/b1194c1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("pkg-config"))' -C metadata=2bf0fe06b1cb22a0 -C extra-filename=-f69fa8c8b26a5b43 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
40872026-02-26T19:26:39.798Z Compiling maplit v1.0.2
40882026-02-26T19:26:39.822Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name maplit --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/maplit-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=82977899bb7b2048 -C extra-filename=-66035c8a998faa3a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40892026-02-26T19:26:40.011Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
40902026-02-26T19:26:40.036Z Running `/home/build/.rustup/toolchains/1.91.1-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=abc0685bb23d0a2d -C extra-filename=-b10c956631964193 --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-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f012a4405e1725b1.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40912026-02-26T19:26:40.569Z Compiling fxhash v0.2.1
40922026-02-26T19:26:40.595Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name fxhash --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fxhash-0.2.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4321b0244baceb92 -C extra-filename=-70f33de5894d7952 --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-7979b4ba2f5cd7b3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40932026-02-26T19:26:40.846Z Compiling tabled_derive v0.11.0
40942026-02-26T19:26:40.871Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tabled_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tabled_derive-0.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=b7f4060351f48eeb -C extra-filename=-62619e961e9a1aca --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-d61228a413094487.rlib --extern proc_macro_error2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error2-9b98afb9d771607a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40952026-02-26T19:26:41.174Z Compiling libscf-sys v1.1.0
40962026-02-26T19:26:41.199Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name libscf_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libscf-sys-1.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=4f326f623ca4b42e -C extra-filename=-96249d45118baf5c --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-b9bf1208c93b2e2e.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-9ce2d1d502023276.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2c1fb2295e429a9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40972026-02-26T19:26:41.484Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
40982026-02-26T19:26:41.509Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name smf --edition=2021 /home/build/.cargo/git/checkouts/smf-rs-c9ceb1b0d612b4af/72389b5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6fc8b3625e539a49 -C extra-filename=-b7b87f17a490f361 --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-b9bf1208c93b2e2e.rmeta --extern libscf_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibscf_sys-96249d45118baf5c.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2c1fb2295e429a9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-bbbed6175a047253.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40992026-02-26T19:26:42.284Z Compiling papergrid v0.17.0
41002026-02-26T19:26:42.309Z Running `/home/build/.rustup/toolchains/1.91.1-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=ff1935248a83f3f6 -C extra-filename=-d0a6d5674adb6166 --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-33623e474bd95237.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-22553d033a4f20d3.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b90862fbe68f089a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41012026-02-26T19:26:42.709Z Compiling tokio-rustls v0.26.0
41022026-02-26T19:26:42.734Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-rustls-0.26.0/src/lib.rs --error-format=json --json=diagnostic-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", "default", "early-data", "fips", "logging", "ring", "tls12"))' -C metadata=23c051af008286fc -C extra-filename=-eba9b70a608bf3c3 --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-d9e25338bdb217d7.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-c303177288ac3ee1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out`
41032026-02-26T19:26:43.247Z Compiling hyper-rustls v0.27.7
41042026-02-26T19:26:43.272Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-rustls-0.27.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="aws-lc-rs"' --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="native-tokio"' --cfg 'feature="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=aa1f8c4839e6fcd3 -C extra-filename=-2ef935948be155e9 --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-f15b9bf6616bce04.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-1e52aa438e5755d8.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d9e25338bdb217d7.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-d05e438ea49d4b81.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-c303177288ac3ee1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-eba9b70a608bf3c3.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-6ddcf9da373dcc6c.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-99acf8b0cf5c9627.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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out`
41052026-02-26T19:26:43.448Z Compiling rustls-platform-verifier v0.6.2
41062026-02-26T19:26:43.473Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_platform_verifier --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-platform-verifier-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("android_logger", "base64", "cert-logging", "dbg", "docsrs", "ffi-testing", "jni", "once_cell"))' -C metadata=a30e320e17c4e5a0 -C extra-filename=-1ff74906cf668b9d --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-960003e0783a03bd.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d9e25338bdb217d7.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-d05e438ea49d4b81.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-c0762f60797c2111.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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out`
41072026-02-26T19:26:43.613Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
41082026-02-26T19:26:43.637Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_sign --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-a00aa0491da1f0f3/205d47d/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=16619a724e5e5ef3 -C extra-filename=-626a1df1e4ebb7ba --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-7979b4ba2f5cd7b3.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-7fcf3363fa4d8b33.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-dbf15e3030114d5a.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-8cc7363774f95bde.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-fbaeb29d3673a0a9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-4bdfb0773a38da67.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2c1fb2295e429a9.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-5bdde00e13a2b2ee.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-76ae0420101700af.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-a6d3c572a8e45507.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-3bdccc9c3288049e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-5e6be64fec04b26e.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-05e4a9202fcda5f1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41092026-02-26T19:26:43.941Z Compiling reqwest v0.12.28
41102026-02-26T19:26:43.966Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(reqwest_unstable)' --cfg 'feature="__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=e6fe092145c9eca5 -C extra-filename=-58235fe6368598cf --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-142d12a8ca42df76.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-a8db7e413abf61b0.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-4081dd690b8536d0.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cbbe00eeba3a9834.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-e5808e939444e7e7.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-8875e1e97a2ba37c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-8d2f726f910c8602.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-913767e3a45f3687.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-2ef935948be155e9.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-614eb3c941d9a45d.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-1e52aa438e5755d8.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-84ec3d24c8861872.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-b28535a8957be1a1.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-4e27467e3006387d.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b2cd9ff7035cd5.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d9e25338bdb217d7.rmeta --extern rustls_pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-c303177288ac3ee1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f40c7541594c3dec.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-1cc60b8b5283d691.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-c67842138da8dd36.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-eba9b70a608bf3c3.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-26dd5439148196d2.rmeta --extern tower_http=/work/oxidecomputer/omicron/target/debug/deps/libtower_http-7f24d8c8afcb2e04.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-6ddcf9da373dcc6c.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ab9cad66fca2caf1.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-99acf8b0cf5c9627.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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/usr/ssl-3/lib/amd64`
41112026-02-26T19:26:44.012Z Compiling reqwest v0.13.2
41122026-02-26T19:26:44.037Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(reqwest_unstable)' --cfg 'feature="__rustls"' --cfg 'feature="__rustls-aws-lc-rs"' --cfg 'feature="__tls"' --cfg 'feature="blocking"' --cfg 'feature="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=65f2288c3b3e9025 -C extra-filename=-75fa689c5e169883 --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-142d12a8ca42df76.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rmeta --extern cookie_crate=/work/oxidecomputer/omicron/target/debug/deps/libcookie-8092346747846701.rmeta --extern cookie_store=/work/oxidecomputer/omicron/target/debug/deps/libcookie_store-d22547aa4c1ded0a.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-4081dd690b8536d0.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cbbe00eeba3a9834.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-e5808e939444e7e7.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-8875e1e97a2ba37c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-8d2f726f910c8602.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-913767e3a45f3687.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-2ef935948be155e9.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-1e52aa438e5755d8.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-4e27467e3006387d.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b2cd9ff7035cd5.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d9e25338bdb217d7.rmeta --extern rustls_pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-c303177288ac3ee1.rmeta --extern rustls_platform_verifier=/work/oxidecomputer/omicron/target/debug/deps/librustls_platform_verifier-1ff74906cf668b9d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f40c7541594c3dec.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-1cc60b8b5283d691.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-eba9b70a608bf3c3.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-26dd5439148196d2.rmeta --extern tower_http=/work/oxidecomputer/omicron/target/debug/deps/libtower_http-7f24d8c8afcb2e04.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-6ddcf9da373dcc6c.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ab9cad66fca2caf1.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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out`
41132026-02-26T19:26:45.786Z Compiling testing_table v0.3.0
41142026-02-26T19:26:45.830Z Running `/home/build/.rustup/toolchains/1.91.1-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=39eb10fe237bc01e -C extra-filename=-ec9706cf3e972bde --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-b90862fbe68f089a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41152026-02-26T19:26:46.110Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
41162026-02-26T19:26:46.135Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_messages --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/59b8432/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=481e0d2949d8721e -C extra-filename=-6da09e2c14aaa48a --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-cfaa2511914227eb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-e9e9e77d8ed55b69.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41172026-02-26T19:26:46.293Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
41182026-02-26T19:26:46.318Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/59b8432/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=c82a8e96901205f0 -C extra-filename=-2aa3a296de6b798b --out-dir /work/oxidecomputer/omicron/target/debug/build/transceiver-controller-2aa3a296de6b798b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2ff88dd682b77008.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41192026-02-26T19:26:46.772Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
41202026-02-26T19:26:46.797Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name hubtools --edition=2021 /home/build/.cargo/git/checkouts/hubtools-48e485b08d647fd4/2b1ef9b/hubtools/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4d693f71c6272e4d -C extra-filename=-8e6118deea88b7a8 --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-268aa15817046b32.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-4bdfb0773a38da67.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-626a1df1e4ebb7ba.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-0f8a75a4043b64a1.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-eba69c05113e7116.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-a6d3c572a8e45507.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-bbbed6175a047253.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-0ed6821c39c40c02.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-912e42802e330089.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d6d338625430a2a7.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-5e6be64fec04b26e.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-165ffaa6e2cdf6e1.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-5fc24b5c46adbd72.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-1a535b08d52ade11/out/lib`
41212026-02-26T19:26:48.358Z Compiling progenitor-client v0.13.0
41222026-02-26T19:26:48.383Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=25202ae7812e3efe -C extra-filename=-0769587943d5c544 --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-697abc391bbe218c.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cbbe00eeba3a9834.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-4e27467e3006387d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f40c7541594c3dec.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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out`
41232026-02-26T19:26:48.527Z Compiling progenitor-client v0.10.0
41242026-02-26T19:26:48.552Z Running `/home/build/.rustup/toolchains/1.91.1-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=4a291bd59ad0246a -C extra-filename=-53016268b2702be6 --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-697abc391bbe218c.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cbbe00eeba3a9834.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-4e27467e3006387d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-58235fe6368598cf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f40c7541594c3dec.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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/usr/ssl-3/lib/amd64`
41252026-02-26T19:26:49.041Z Compiling progenitor-client v0.11.2
41262026-02-26T19:26:49.066Z Running `/home/build/.rustup/toolchains/1.91.1-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=ecaf1cd40f2b471a -C extra-filename=-4b8d5b48c2a538c2 --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-697abc391bbe218c.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cbbe00eeba3a9834.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-4e27467e3006387d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-58235fe6368598cf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f40c7541594c3dec.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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/usr/ssl-3/lib/amd64`
41272026-02-26T19:26:49.171Z Compiling progenitor v0.13.0
41282026-02-26T19:26:49.196Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macro"))' -C metadata=d02f0300d0a4f6cb -C extra-filename=-42a08ddbf5fd94a7 --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-0769587943d5c544.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-a1316b650635274a.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-2d4af36057f8c9ca.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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out`
41292026-02-26T19:26:49.458Z Compiling tough v0.20.0
41302026-02-26T19:26:49.483Z Running `/home/build/.rustup/toolchains/1.91.1-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=c9d34a062a1c04f7 -C extra-filename=-4fab09a38958d149 --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-ebe42c3b8d1b6feb.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-9e4f406f25730262.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-ed331fa3a9daa5c0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cbbe00eeba3a9834.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-111337fafcee58ff.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-b83e5f9188903c83.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1007dc04ff25c671.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-4e27467e3006387d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-58235fe6368598cf.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d9e25338bdb217d7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-7bf7e1d8b5612823.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-243b3ae4cf94d2a6.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rmeta --extern typed_path=/work/oxidecomputer/omicron/target/debug/deps/libtyped_path-0c5c981704dd1cfb.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-77243b0bd188ebab.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ab9cad66fca2caf1.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/usr/ssl-3/lib/amd64`
41312026-02-26T19:26:49.653Z Compiling progenitor v0.11.2
41322026-02-26T19:26:49.678Z Running `/home/build/.rustup/toolchains/1.91.1-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=840b7703154d1ec4 -C extra-filename=-9eac900a889ea3a2 --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-4b8d5b48c2a538c2.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-14ae23a6742ea960.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-7adb99a297ef33f1.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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/usr/ssl-3/lib/amd64`
41332026-02-26T19:26:49.953Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
41342026-02-26T19:26:49.978Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/8f5527d/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=a00a127f9b629f44 -C extra-filename=-4d865b9ac8b05a27 --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-b476cbab3ebc9700.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-8977f1b2f5eb734a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-9eac900a889ea3a2.rmeta --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-33d0d58cbfd77f9a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-58235fe6368598cf.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-c7e16a2bc3c2662b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/usr/ssl-3/lib/amd64`
41352026-02-26T19:26:50.122Z Compiling progenitor-client v0.8.0
41362026-02-26T19:26:50.147Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=27b06be29eac6fab -C extra-filename=-583a04a0859808c5 --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-697abc391bbe218c.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cbbe00eeba3a9834.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-4e27467e3006387d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-58235fe6368598cf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f40c7541594c3dec.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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/usr/ssl-3/lib/amd64`
41372026-02-26T19:26:50.548Z Compiling progenitor v0.8.0
41382026-02-26T19:26:50.573Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b63b158ca7e556b9 -C extra-filename=-f1c7254e35cc03c1 --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-583a04a0859808c5.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-132b848741f47230.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-94dca12248c2879a.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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/usr/ssl-3/lib/amd64`
41392026-02-26T19:26:50.659Z Compiling progenitor v0.10.0
41402026-02-26T19:26:50.684Z Running `/home/build/.rustup/toolchains/1.91.1-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=763a689b446b7d93 -C extra-filename=-707c2610c4a4b27d --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-53016268b2702be6.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-5cafa2457bae7bc8.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-4d13af34b4583655.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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/usr/ssl-3/lib/amd64`
41412026-02-26T19:26:50.854Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
41422026-02-26T19:26:50.879Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/fae5334/lib/propolis-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "falcon"))' -C metadata=1bf1af6e12cb7f3e -C extra-filename=-2e21da105f7be1e1 --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-032078021c49cc9d.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-25862f5051364d8f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-f1c7254e35cc03c1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d5f4616655430b33.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-58235fe6368598cf.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-bbbed6175a047253.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-b5cad42011db554a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/usr/ssl-3/lib/amd64`
41432026-02-26T19:26:50.967Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
41442026-02-26T19:26:50.992Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/36f20be/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=ffaf0850085a6106 -C extra-filename=-fb48151e145b8122 --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-032078021c49cc9d.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-25862f5051364d8f.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-78bbfaef840f37e9.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-707c2610c4a4b27d.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-53016268b2702be6.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-a181853c3b7be174.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-58235fe6368598cf.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-bbbed6175a047253.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-b5cad42011db554a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/usr/ssl-3/lib/amd64`
41452026-02-26T19:26:52.733Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
41462026-02-26T19:26:52.757Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_decode --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/59b8432/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=fd4af7069f6d19f9 -C extra-filename=-49aed605b5d823de --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-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-6da09e2c14aaa48a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41472026-02-26T19:26:53.648Z Running `/work/oxidecomputer/omicron/target/debug/build/transceiver-controller-2aa3a296de6b798b/build-script-build`
41482026-02-26T19:26:53.831Z Compiling tabled v0.20.0
41492026-02-26T19:26:53.856Z Running `/home/build/.rustup/toolchains/1.91.1-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=11497b963fe04bf1 -C extra-filename=-a2e16116aad9a39b --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-d0a6d5674adb6166.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-62619e961e9a1aca.so --extern testing_table=/work/oxidecomputer/omicron/target/debug/deps/libtesting_table-ec9706cf3e972bde.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41502026-02-26T19:26:54.012Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
41512026-02-26T19:26:54.060Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 workspace-hack/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2937e8c384d46630 -C extra-filename=-d6f2099e0c6c74d5 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-d6f2099e0c6c74d5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-4535aca8ab318c48.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-4e8f28f0989e36db.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-9e4f406f25730262.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-3498298cb3287a8d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-0a4b7964ee767b1f.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-2b8f5067655268d2.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-cfaa2511914227eb.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-a6e1ab1532f8efa3.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-708bbbfcfaea8aae.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-7d81945d2ab4a7b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-9c904fcf61dafeed.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-ed4a167fa0195d62.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-7fcf3363fa4d8b33.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-8092346747846701.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-baf0c92fd85ce9a3.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-16e875d6462de814.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-bd8ba8cf7e2e74e8.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-3721e944948a813f.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-a1da87ac9f71d3b4.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-5d4dd4f25a3a940c.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-8cc7363774f95bde.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-268aa15817046b32.rlib --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-e928439ca5bf1281.rlib --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-3339533b116e0c4f.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-8dd14f65ad0dd7aa.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-7b01dd16734868d8.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-0d6795d8b7b26bdb.rlib --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-fbaeb29d3673a0a9.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-43bf1ca6a514b6aa.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-597297e42a37300a.rlib --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-27609812460f1d12.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-566dfdbece98fde0.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-4081dd690b8536d0.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cbbe00eeba3a9834.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aa566f17b2a089a4.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4ea66d469f289a56.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-4cbfb02a23417368.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-e5808e939444e7e7.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-e1d4835446809bca.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e9068d0167c53e94.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-cbef46c34d9df723.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-d175a24152610cf1.rlib --extern getrandom_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-f05a29efbbe49ca1.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-27f9c755a800f8bd.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-c9c06d5808196e2d.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-dabc04b0d25f1f86.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-99474a9bb4cf5197.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d6df248ec06b9ac8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-2ef935948be155e9.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-1e52aa438e5755d8.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-a5ca919223679cc4.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-496362133443fc3e.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-f8c9a1def293a3d8.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-d587cb581310d033.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-d47b523d2b6a239a.rlib --extern itertools_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f0f9e563abed1aaf.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-6f139e9a3dd2f1df.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-bdecca09356102e1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-3251fccde2bb069b.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-afea2278d9bc496e.rlib --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-ebd2cfde094068a5.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-0abfbd36dab6dab3.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-de5d2bbf64ba9eb6.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-9ab2d762c9a0e654.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-b84d66a6dbfce3e1.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6dcbfb1e8babd6ea.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-6e6262e2ec4ec296.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2c1fb2295e429a9.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-c3c45eadcf471616.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-76ae0420101700af.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-4e27467e3006387d.rlib --extern petgraph_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-83e1061ec9d5a25a.rlib --extern petgraph_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cbf5620019c4d681.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-065b615e0557dad8.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-e32a1299c5d7cde7.rlib --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-847f833c2dcf0067.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-575d9f292fe3bb22.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-1a41148c5f9922e7.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-5118ac6f015b2311.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-d5f4616655430b33.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-a4b1a70913cda1fd.rlib --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-c71cdd1e0c183556.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-4387b5d2d51d9453.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-01dd8b748c5ec2c7.rlib --extern reqwest_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-58235fe6368598cf.rlib --extern reqwest_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-a6d3c572a8e45507.rlib --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-8224c8d8cdd657a3.rlib --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-0a203928d01f336e.rlib --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-906117e627c53165.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d9e25338bdb217d7.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-c0762f60797c2111.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-a654ba7dfca26712.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-621676faf194ecf2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rlib --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-a14ee6e5e790684a.so --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-ab1e1b323fcc7f2e.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a9fe9f1222e6c9b4.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-391aecada57f6d0c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ec04b22c3ab89ecb.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-284d20035accdfe5.rlib --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-8742b2988ac3906d.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-4f5d449a98ccef6e.rlib --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-403fa0d437dd0a79.rlib --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d0ed5c423d20d405.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c46c21893a0bbc80.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-042b2887198398b3.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3548ee163e1966e2.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-eba9b70a608bf3c3.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-40d259803c85ce4f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d6d338625430a2a7.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-cd03c54f4155e59a.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-839d4a146506079b.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2fcfcb35f0bca903.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2456617dc5bbf6d2.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ab9cad66fca2caf1.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-50fca1beacd8e56b.rlib --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-bdd799246e663234.rlib --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-846206e86915589a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-81db6a6c5c03c6fc.rlib --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-b78dadb6d4c6b95e.rlib --extern winnow_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-f92dae31b801dd6d.rlib --extern winnow_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-1a96771fab1efe2c.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-5e6be64fec04b26e.rlib --extern zerocopy_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c5ec39ac863fdc65.rlib --extern zerocopy_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-05e4a9202fcda5f1.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-5fc24b5c46adbd72.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-ca5ca176de1e9c1f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
41522026-02-26T19:26:54.459Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-d6f2099e0c6c74d5/build-script-build`
41532026-02-26T19:26:54.538Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack --edition=2024 workspace-hack/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8bc9bc92c45503db -C extra-filename=-83a93939939f6042 --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-4535aca8ab318c48.rmeta --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-4e8f28f0989e36db.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-9e4f406f25730262.rmeta --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-3498298cb3287a8d.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-0a4b7964ee767b1f.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-2b8f5067655268d2.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-cfaa2511914227eb.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-a6e1ab1532f8efa3.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-708bbbfcfaea8aae.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-9c904fcf61dafeed.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-ed4a167fa0195d62.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-7fcf3363fa4d8b33.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-8092346747846701.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-baf0c92fd85ce9a3.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-16e875d6462de814.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-bd8ba8cf7e2e74e8.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-3721e944948a813f.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-a1da87ac9f71d3b4.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-5d4dd4f25a3a940c.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-8cc7363774f95bde.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-268aa15817046b32.rmeta --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-e928439ca5bf1281.rmeta --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-3339533b116e0c4f.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-8dd14f65ad0dd7aa.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-7b01dd16734868d8.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-0d6795d8b7b26bdb.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-fbaeb29d3673a0a9.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-43bf1ca6a514b6aa.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-597297e42a37300a.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-27609812460f1d12.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-566dfdbece98fde0.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-4081dd690b8536d0.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cbbe00eeba3a9834.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aa566f17b2a089a4.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4ea66d469f289a56.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-4cbfb02a23417368.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-e5808e939444e7e7.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-e1d4835446809bca.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e9068d0167c53e94.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-cbef46c34d9df723.rmeta --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-d175a24152610cf1.rmeta --extern getrandom_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-f05a29efbbe49ca1.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-27f9c755a800f8bd.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-c9c06d5808196e2d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-99474a9bb4cf5197.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d6df248ec06b9ac8.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-2ef935948be155e9.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-1e52aa438e5755d8.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-a5ca919223679cc4.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-496362133443fc3e.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-f8c9a1def293a3d8.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-d587cb581310d033.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rmeta --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-d47b523d2b6a239a.rmeta --extern itertools_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f0f9e563abed1aaf.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-6f139e9a3dd2f1df.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-bdecca09356102e1.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-3251fccde2bb069b.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-afea2278d9bc496e.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-ebd2cfde094068a5.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-0abfbd36dab6dab3.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-de5d2bbf64ba9eb6.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-9ab2d762c9a0e654.rmeta --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-b84d66a6dbfce3e1.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6dcbfb1e8babd6ea.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-6e6262e2ec4ec296.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2c1fb2295e429a9.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rmeta --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-c3c45eadcf471616.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-76ae0420101700af.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-4e27467e3006387d.rmeta --extern petgraph_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-83e1061ec9d5a25a.rmeta --extern petgraph_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cbf5620019c4d681.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-065b615e0557dad8.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-e32a1299c5d7cde7.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-847f833c2dcf0067.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-575d9f292fe3bb22.rmeta --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-1a41148c5f9922e7.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-5118ac6f015b2311.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rmeta --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-d5f4616655430b33.rmeta --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rmeta --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-a4b1a70913cda1fd.rmeta --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-c71cdd1e0c183556.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-4387b5d2d51d9453.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-01dd8b748c5ec2c7.rmeta --extern reqwest_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-58235fe6368598cf.rmeta --extern reqwest_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-a6d3c572a8e45507.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-8224c8d8cdd657a3.rmeta --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-0a203928d01f336e.rmeta --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-906117e627c53165.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d9e25338bdb217d7.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-c0762f60797c2111.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-a654ba7dfca26712.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-621676faf194ecf2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-ab1e1b323fcc7f2e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a9fe9f1222e6c9b4.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-391aecada57f6d0c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ec04b22c3ab89ecb.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-284d20035accdfe5.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-8742b2988ac3906d.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-4f5d449a98ccef6e.rmeta --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-403fa0d437dd0a79.rmeta --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c46c21893a0bbc80.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3548ee163e1966e2.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-eba9b70a608bf3c3.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-40d259803c85ce4f.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d6d338625430a2a7.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-cd03c54f4155e59a.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-839d4a146506079b.rmeta --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2fcfcb35f0bca903.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2456617dc5bbf6d2.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ab9cad66fca2caf1.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-50fca1beacd8e56b.rmeta --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-bdd799246e663234.rmeta --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-846206e86915589a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern winnow_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-f92dae31b801dd6d.rmeta --extern winnow_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-1a96771fab1efe2c.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-5e6be64fec04b26e.rmeta --extern zerocopy_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c5ec39ac863fdc65.rmeta --extern zerocopy_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-05e4a9202fcda5f1.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rmeta --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-5fc24b5c46adbd72.rmeta --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-ca5ca176de1e9c1f.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
41542026-02-26T19:26:54.716Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
41552026-02-26T19:26:54.742Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2024 api_identity/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c0ec9eab5e363cb4 -C extra-filename=-0dee767718e47050 --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-83a93939939f6042.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
41562026-02-26T19:26:55.673Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
41572026-02-26T19:26:55.698Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name key_manager_types --edition=2024 key-manager/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=089166011f0fc2a2 -C extra-filename=-8fbaa579bfa4caeb --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-83a93939939f6042.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-467979743718e3e8.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
41582026-02-26T19:26:55.930Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
41592026-02-26T19:26:55.980Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2024 dev-tools/oxlog/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dd9379ac75f6a038 -C extra-filename=-f362e13d93071c42 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-fe0456d722bba6e7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-36b1178678ed49cf.rmeta --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-def14352b8506b75.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
41602026-02-26T19:26:56.017Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
41612026-02-26T19:26:56.042Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2024 passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=65861e9c48a70fe5 -C extra-filename=-4ca9285fc2ae54be --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-4bd811cdca7308a1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-467979743718e3e8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
41622026-02-26T19:26:56.303Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
41632026-02-26T19:26:56.328Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name gfss --edition=2024 trust-quorum/gfss/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --cfg 'feature="danger_partial_eq_ct_wrapper"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("danger_partial_eq_ct_wrapper"))' -C metadata=a941c7f89b82fccf -C extra-filename=-c71a35b657b61a51 --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-268aa15817046b32.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-467979743718e3e8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
41642026-02-26T19:26:56.586Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
41652026-02-26T19:26:56.612Z Running `/home/build/.rustup/toolchains/1.91.1-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=b966f5ec4bab438c -C extra-filename=-57c190f10e85dc2f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-e6e8339882e0864d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-ef8b72dc7cd889fa.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-496362133443fc3e.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-f71089930f39c4f9.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-222b2c5c60bec36d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-32f3b4bd9ec60dad.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cbf5620019c4d681.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-80212553b0ad03df.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
41662026-02-26T19:26:57.318Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
41672026-02-26T19:26:57.343Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_types_versions --edition=2024 gateway-types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=48953d2752408a0e -C extra-filename=-92245c2a2bcbfc0c --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-7b8cc660aaeba8f0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e9068d0167c53e94.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-dadc4ffa302addcf.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
41682026-02-26T19:26:57.651Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
41692026-02-26T19:26:57.676Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ereport_types --edition=2024 ereport/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4a97e26cbd375aed -C extra-filename=-e59c0e0cd35ac67e --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-d703376dd51db557.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
41702026-02-26T19:26:58.802Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
41712026-02-26T19:26:58.828Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2024 oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=15c8949c3358b07b -C extra-filename=-c112d53073a1dce4 --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-83a93939939f6042.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
41722026-02-26T19:26:58.866Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
41732026-02-26T19:26:58.890Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_types_versions --edition=2024 cockroach-admin/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=37b0aaad4f359d33 -C extra-filename=-d502cd6d9a6e9ed9 --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-b476cbab3ebc9700.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-0a4b298c80db40a6.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
41742026-02-26T19:26:59.625Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
41752026-02-26T19:26:59.650Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2024 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=1cba858fe97baf8c -C extra-filename=-89623bbb95ea0474 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-0dee767718e47050.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-dc1a729313376c55.rmeta --extern backon=/work/oxidecomputer/omicron/target/debug/deps/libbackon-f0d02969b110bfff.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-de9868dc0340c409.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4d865b9ac8b05a27.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-801ca1e0af96fa5e.rmeta --extern progenitor_client010=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-53016268b2702be6.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0769587943d5c544.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rmeta --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-d665ddf1fd1eb449.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dc582855d2bae75a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-c37268312e9028ff.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-dadc4ffa302addcf.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
41762026-02-26T19:27:00.010Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2024 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=e64a578a082c95de -C extra-filename=-1c5dc06c20c71b38 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-0dee767718e47050.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-dc1a729313376c55.rmeta --extern backon=/work/oxidecomputer/omicron/target/debug/deps/libbackon-f0d02969b110bfff.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-de9868dc0340c409.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4d865b9ac8b05a27.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-801ca1e0af96fa5e.rmeta --extern progenitor_client010=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-53016268b2702be6.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0769587943d5c544.rmeta --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-d665ddf1fd1eb449.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dc582855d2bae75a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-c37268312e9028ff.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
41772026-02-26T19:27:00.506Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
41782026-02-26T19:27:00.531Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_types --edition=2024 cockroach-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2524f3567ab488d7 -C extra-filename=-4e206dbacf682159 --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-d502cd6d9a6e9ed9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
41792026-02-26T19:27:00.720Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
41802026-02-26T19:27:00.745Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name libfalcon --edition=2018 /home/build/.cargo/git/checkouts/falcon-45d28c3107cfa8a3/f3fe054/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=bea6526184850bf0 -C extra-filename=-6cd7c06605e6956f --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-5be4cc3a9597241e.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e19bce47ba6e7c57.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-b38b554c28a4d9a4.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-3cba792c4fb9b148.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-2e21da105f7be1e1.rmeta --extern propolis_server_config=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server_config-8a5a6e968a98700f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d5f4616655430b33.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-58235fe6368598cf.rmeta --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-997cc64293bb411d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-ffd058a0359ad538.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6779b0f0dfa9df3c.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-c7e16a2bc3c2662b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-bbbed6175a047253.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-b5cad42011db554a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d6d338625430a2a7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern xz2=/work/oxidecomputer/omicron/target/debug/deps/libxz2-10ebe4f3f147e666.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-65b4b13cbe3a90a3.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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
41812026-02-26T19:27:00.928Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
41822026-02-26T19:27:00.953Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2024 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=01260356b41e145c -C extra-filename=-f5c9e570270b8840 --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-83a93939939f6042.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
41832026-02-26T19:27:01.103Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
41842026-02-26T19:27:01.163Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name parallel_task_set --edition=2024 parallel-task-set/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f50bbbe44a648b13 -C extra-filename=-364fc30b59fd0d7b --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-83a93939939f6042.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
41852026-02-26T19:27:01.286Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
41862026-02-26T19:27:01.310Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_types --edition=2024 gateway-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=ecb1b61a9d33455c -C extra-filename=-494ca4e31fddf7d3 --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-92245c2a2bcbfc0c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
41872026-02-26T19:27:01.401Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
41882026-02-26T19:27:01.426Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_client --edition=2024 clients/cockroach-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3ce62d119e3621b7 -C extra-filename=-f8c59d40a9b99637 --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-b476cbab3ebc9700.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
41892026-02-26T19:27:01.675Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
41902026-02-26T19:27:01.700Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2024 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=67231f7341d2ce88 -C extra-filename=-004187269ac2e51e --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-142d12a8ca42df76.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-e59c0e0cd35ac67e.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e9068d0167c53e94.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-494ca4e31fddf7d3.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
41912026-02-26T19:27:02.670Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
41922026-02-26T19:27:02.695Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common_versions --edition=2024 installinator-common/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=47bee99738c2a3ce -C extra-filename=-307a3092049c82b6 --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-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
41932026-02-26T19:27:02.848Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
41942026-02-26T19:27:02.873Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_client --edition=2024 clients/ntp-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5aedf3a09b3d369f -C extra-filename=-15afdd8839265a72 --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-b476cbab3ebc9700.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
41952026-02-26T19:27:03.503Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_controller --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/59b8432/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=22540bd3b4a0b287 -C extra-filename=-b8e5c6dfd1bc9268 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-e9e9e77d8ed55b69.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-3a9626380e27db34.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a2e16116aad9a39b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern transceiver_decode=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_decode-49aed605b5d823de.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-6da09e2c14aaa48a.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-50fca1beacd8e56b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm`
41962026-02-26T19:27:03.575Z Compiling unicase v2.8.1
41972026-02-26T19:27:03.681Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name unicase --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-2.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("nightly"))' -C metadata=11f5ae2ebc91355e -C extra-filename=-a3c888ab9a6f3140 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41982026-02-26T19:27:03.955Z Compiling crc8 v0.1.1
41992026-02-26T19:27:03.979Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name crc8 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc8-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8b57557c40c8776b -C extra-filename=-9f7b75d80455c3c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-02-26T19:27:04.182Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
42012026-02-26T19:27:04.256Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_metrics --edition=2024 cockroach-metrics/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=561b468aae842e0a -C extra-filename=-6a73fe3264197003 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-f8c59d40a9b99637.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-4e206dbacf682159.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-364fc30b59fd0d7b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
42022026-02-26T19:27:04.256Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
42032026-02-26T19:27:04.282Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/ipcc-rs-f6fee85f3fbbf49d/524eb8f/libipcc/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6625fcd61731e9d0 -C extra-filename=-e6070658d32c9cba --out-dir /work/oxidecomputer/omicron/target/debug/build/libipcc-e6070658d32c9cba -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42042026-02-26T19:27:04.307Z Compiling diff v0.1.13
42052026-02-26T19:27:04.307Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name diff --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diff-0.1.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=33366a7413d0dceb -C extra-filename=-9f945f6037cdafb3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42062026-02-26T19:27:04.702Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-e6070658d32c9cba/build-script-build`
42072026-02-26T19:27:04.766Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name libipcc --edition=2021 /home/build/.cargo/git/checkouts/ipcc-rs-f6fee85f3fbbf49d/524eb8f/libipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=99368f030a042996 -C extra-filename=-a947a27c8e2b2cb2 --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-9b8d246c7e3e185e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-bbbed6175a047253.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-02-26T19:27:04.877Z Compiling parking_lot_core v0.8.6
42092026-02-26T19:27:04.904Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.8.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=13a710a3bf99e361 -C extra-filename=-f5a8f5891c5d86e1 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-f5a8f5891c5d86e1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42102026-02-26T19:27:05.181Z Compiling dsl_auto_type v0.1.2
42112026-02-26T19:27:05.206Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dsl_auto_type --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dsl_auto_type-0.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=4ff248eb35f5f650 -C extra-filename=-e992c00cd5bdbad9 --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-8267566968ae2fcb.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42122026-02-26T19:27:05.446Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-f5a8f5891c5d86e1/build-script-build`
42132026-02-26T19:27:05.511Z Compiling kstat-rs v0.2.4
42142026-02-26T19:27:05.536Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name kstat_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/kstat-rs-0.2.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=27fd3eded40b365f -C extra-filename=-d37b9205f8990adb --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-b9bf1208c93b2e2e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-bbbed6175a047253.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42152026-02-26T19:27:05.849Z Compiling vergen-gitcl v1.0.8
42162026-02-26T19:27:05.874Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-gitcl-1.0.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "rustc", "si", "unstable"))' -C metadata=02cb541c2ba8fc64 -C extra-filename=-ea13fcff4abbbc72 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-gitcl-ea13fcff4abbbc72 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-f2a99d18b9861c4a.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42172026-02-26T19:27:06.126Z Compiling diesel_table_macro_syntax v0.2.0
42182026-02-26T19:27:06.151Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel_table_macro_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diesel_table_macro_syntax-0.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=f925214ca6f6ca8c -C extra-filename=-b2c2296148d5dee7 --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-1f65f7910250c689.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42192026-02-26T19:27:06.248Z Compiling scheduled-thread-pool v0.2.7
42202026-02-26T19:27:06.274Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name scheduled_thread_pool --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scheduled-thread-pool-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=33f322fc67956ba7 -C extra-filename=-838efa9a2e568225 --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-e4d4c09c5872212f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42212026-02-26T19:27:06.307Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-gitcl-ea13fcff4abbbc72/build-script-build`
42222026-02-26T19:27:06.403Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=3ba65f976fd97c24 -C extra-filename=-cc48936681e98cf0 --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-9b8d246c7e3e185e.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-b68a064d808476dc.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ec04b22c3ab89ecb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42232026-02-26T19:27:06.620Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name vergen_gitcl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-gitcl-1.0.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "rustc", "si", "unstable"))' -C metadata=740b62984a2dc378 -C extra-filename=-9a4b5aef6bfa403c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-40bf82a4bdaa5b30.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c46c21893a0bbc80.rmeta --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-81db6a6c5c03c6fc.rmeta --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-b78dadb6d4c6b95e.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)'`
42242026-02-26T19:27:06.674Z Compiling diesel_derives v2.2.3
42252026-02-26T19:27:06.699Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel_derives --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diesel_derives-2.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="32-column-tables"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="postgres"' --cfg 'feature="r2d2"' --cfg 'feature="with-deprecated"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("128-column-tables", "32-column-tables", "64-column-tables", "chrono", "default", "mysql", "nightly", "postgres", "r2d2", "sqlite", "time", "with-deprecated", "without-deprecated"))' -C metadata=b2beedde8d33000a -C extra-filename=-a425ff4ddb60b661 --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-b2c2296148d5dee7.rlib --extern dsl_auto_type=/work/oxidecomputer/omicron/target/debug/deps/libdsl_auto_type-e992c00cd5bdbad9.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42262026-02-26T19:27:06.953Z Compiling r2d2 v0.8.10
42272026-02-26T19:27:06.978Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name r2d2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/r2d2-0.8.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ec00fd3de20d0b5e -C extra-filename=-b836e920b9d7afd4 --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-960003e0783a03bd.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-e4d4c09c5872212f.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-838efa9a2e568225.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42282026-02-26T19:27:07.128Z Compiling parking_lot v0.11.2
42292026-02-26T19:27:07.152Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "nightly", "owning_ref", "send_guard", "serde", "stdweb", "wasm-bindgen"))' -C metadata=20529879cd9991f8 -C extra-filename=-8285d3a3eaf2fb65 --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-b68a064d808476dc.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-6f10c0b5517ba48f.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-cc48936681e98cf0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42302026-02-26T19:27:07.406Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42312026-02-26T19:27:07.430Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_macros_common --edition=2024 nexus/macros-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c542893a03b93ae3 -C extra-filename=-ba674bfac37d8467 --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-83a93939939f6042.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
42322026-02-26T19:27:07.724Z Compiling prefix-trie v0.7.0
42332026-02-26T19:27:07.749Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name prefix_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prefix-trie-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="ipnet"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cidr", "default", "ipnet", "ipnetwork", "serde"))' -C metadata=d7451217245cb298 -C extra-filename=-25596abdb0cc9824 --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-d587cb581310d033.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2c1fb2295e429a9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42342026-02-26T19:27:07.950Z Compiling nanorand v0.7.0
42352026-02-26T19:27:07.975Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nanorand --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nanorand-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="chacha"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="pcg64"' --cfg 'feature="std"' --cfg 'feature="tls"' --cfg 'feature="wyrand"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "chacha", "default", "getrandom", "pcg64", "rdseed", "std", "tls", "wyrand", "zeroize"))' -C metadata=24ad2d1da0787fce -C extra-filename=-7f9e2467cfa2fa64 --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-d175a24152610cf1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42362026-02-26T19:27:08.000Z Compiling dirs-sys-next v0.1.2
42372026-02-26T19:27:08.001Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-sys-next-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3fb8d7bc978de914 -C extra-filename=-057eae10086f59eb --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-b9bf1208c93b2e2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42382026-02-26T19:27:08.574Z Compiling crunchy v0.2.2
42392026-02-26T19:27:08.598Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crunchy-0.2.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="limit_128"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "limit_1024", "limit_128", "limit_2048", "limit_256", "limit_512", "limit_64", "std"))' -C metadata=4f5cfa6a10f3a872 -C extra-filename=-1af657bd4f47cb84 --out-dir /work/oxidecomputer/omicron/target/debug/build/crunchy-1af657bd4f47cb84 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42402026-02-26T19:27:08.624Z Compiling hickory-server v0.25.2
42412026-02-26T19:27:08.650Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name hickory_server --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(nightly)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__dnssec", "__h3", "__https", "__quic", "__tls", "backtrace", "blocklist", "dnssec-aws-lc-rs", "dnssec-ring", "h3-aws-lc-rs", "h3-ring", "https-aws-lc-rs", "https-ring", "metrics", "quic-aws-lc-rs", "quic-ring", "recursor", "resolver", "rusqlite", "rustls-platform-verifier", "sqlite", "testing", "tls-aws-lc-rs", "tls-ring", "toml", "webpki-roots"))' -C metadata=ee8da57ea7a2958a -C extra-filename=-f52baaa1db0f05e8 --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-032078021c49cc9d.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-5d4dd4f25a3a940c.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-3c5192df54cca993.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-e5808e939444e7e7.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-99474a9bb4cf5197.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-d587cb581310d033.rmeta --extern prefix_trie=/work/oxidecomputer/omicron/target/debug/deps/libprefix_trie-25596abdb0cc9824.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c46c21893a0bbc80.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2456617dc5bbf6d2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42422026-02-26T19:27:08.676Z Compiling flume v0.11.1
42432026-02-26T19:27:08.777Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name flume --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flume-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --cfg 'feature="default"' --cfg 'feature="eventual-fairness"' --cfg 'feature="futures-core"' --cfg 'feature="futures-sink"' --cfg 'feature="nanorand"' --cfg 'feature="select"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async", "default", "eventual-fairness", "futures-core", "futures-sink", "nanorand", "select", "spin"))' -C metadata=751bd6da783735c3 -C extra-filename=-c9f7370c3bfe5e1d --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-cbbe00eeba3a9834.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4ea66d469f289a56.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-7f9e2467cfa2fa64.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-284d20035accdfe5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42442026-02-26T19:27:09.056Z Compiling dirs-next v2.0.0
42452026-02-26T19:27:09.082Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dirs_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-next-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0baf50365d0375a0 -C extra-filename=-e57fa60498b0fc65 --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-9b8d246c7e3e185e.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-057eae10086f59eb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42462026-02-26T19:27:09.220Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-1af657bd4f47cb84/build-script-build`
42472026-02-26T19:27:09.288Z Compiling sled v0.34.7
42482026-02-26T19:27:09.313Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sled-0.34.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="no_metrics"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "color-backtrace", "compression", "default", "docs", "event_log", "failpoints", "io_uring", "lock_free_delays", "measure_allocs", "miri_optimizations", "mutex", "no_inline", "no_logs", "no_metrics", "pretty_backtrace", "rio", "testing", "zstd"))' -C metadata=db1b8b29adac7253 -C extra-filename=-7e71ff6c28ce4de2 --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-e665abceb2a7947a.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-baf0c92fd85ce9a3.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-16e875d6462de814.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-70f33de5894d7952.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-8285d3a3eaf2fb65.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42492026-02-26T19:27:09.365Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42502026-02-26T19:27:09.414Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/db-schema/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=980e4e8ec3a4dbc5 -C extra-filename=-6e9c9640c7e6f621 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-schema-6e9c9640c7e6f621 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-f5c9e570270b8840.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
42512026-02-26T19:27:09.439Z Compiling hickory-client v0.25.2
42522026-02-26T19:27:09.439Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name hickory_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-client-0.25.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(nightly)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__dnssec", "backtrace", "dnssec-aws-lc-rs", "dnssec-ring", "h3-aws-lc-rs", "h3-ring", "https-aws-lc-rs", "https-ring", "mdns", "quic-aws-lc-rs", "quic-ring", "rustls-platform-verifier", "serde", "tls-aws-lc-rs", "tls-ring", "webpki-roots"))' -C metadata=d3c0da73e57d553c -C extra-filename=-99e5a07ed75c4017 --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-9b8d246c7e3e185e.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-5d4dd4f25a3a940c.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-4081dd690b8536d0.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-e5808e939444e7e7.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-99474a9bb4cf5197.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-718412a883d32ff7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2456617dc5bbf6d2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42532026-02-26T19:27:09.551Z Compiling clang-sys v1.8.1
42542026-02-26T19:27:09.576Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clang-sys-1.8.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clang_10_0"' --cfg 'feature="clang_11_0"' --cfg 'feature="clang_3_5"' --cfg 'feature="clang_3_6"' --cfg 'feature="clang_3_7"' --cfg 'feature="clang_3_8"' --cfg 'feature="clang_3_9"' --cfg 'feature="clang_4_0"' --cfg 'feature="clang_5_0"' --cfg 'feature="clang_6_0"' --cfg 'feature="clang_7_0"' --cfg 'feature="clang_8_0"' --cfg 'feature="clang_9_0"' --cfg 'feature="libloading"' --cfg 'feature="runtime"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clang_10_0", "clang_11_0", "clang_12_0", "clang_13_0", "clang_14_0", "clang_15_0", "clang_16_0", "clang_17_0", "clang_18_0", "clang_3_5", "clang_3_6", "clang_3_7", "clang_3_8", "clang_3_9", "clang_4_0", "clang_5_0", "clang_6_0", "clang_7_0", "clang_8_0", "clang_9_0", "libcpp", "libloading", "runtime", "static"))' -C metadata=76423fd14588d237 -C extra-filename=-0842850093c5fa9d --out-dir /work/oxidecomputer/omicron/target/debug/build/clang-sys-0842850093c5fa9d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42552026-02-26T19:27:09.833Z Compiling tiny-keccak v2.0.2
42562026-02-26T19:27:09.858Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tiny-keccak-2.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="sha3"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cshake", "default", "fips202", "k12", "keccak", "kmac", "parallel_hash", "sha3", "shake", "sp800", "tuple_hash"))' -C metadata=821f5f5eec135ede -C extra-filename=-4034f335cc083c91 --out-dir /work/oxidecomputer/omicron/target/debug/build/tiny-keccak-4034f335cc083c91 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42572026-02-26T19:27:10.162Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-schema-6e9c9640c7e6f621/build-script-build`
42582026-02-26T19:27:10.228Z Compiling term v0.7.0
42592026-02-26T19:27:10.274Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/term-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=e8452d916653f418 -C extra-filename=-6e3db23352d37a3b --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-e57fa60498b0fc65.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42602026-02-26T19:27:10.359Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-4034f335cc083c91/build-script-build`
42612026-02-26T19:27:10.384Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-0842850093c5fa9d/build-script-build`
42622026-02-26T19:27:10.428Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name crunchy --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crunchy-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="limit_128"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "limit_1024", "limit_128", "limit_2048", "limit_256", "limit_512", "limit_64", "std"))' -C metadata=a785d00801768239 -C extra-filename=-fc496656e368ec1a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42632026-02-26T19:27:10.474Z Compiling bit-vec v0.6.3
42642026-02-26T19:27:10.499Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bit_vec --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bit-vec-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_no_std", "serde_std", "std"))' -C metadata=92b50ef3c7f4ed6e -C extra-filename=-76c8b5f247c34eb7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42652026-02-26T19:27:10.644Z Compiling salty v0.3.0
42662026-02-26T19:27:10.669Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/salty-0.3.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cose", "cosey", "default", "ed25519", "rustcrypto", "slow-motion"))' -C metadata=1e127446dc33fd10 -C extra-filename=-9e660da295818b59 --out-dir /work/oxidecomputer/omicron/target/debug/build/salty-9e660da295818b59 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42672026-02-26T19:27:10.967Z Compiling bit-set v0.5.3
42682026-02-26T19:27:10.992Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bit_set --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bit-set-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=61032154d08acc9b -C extra-filename=-8a3b3655da3c7c70 --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-76c8b5f247c34eb7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42692026-02-26T19:27:11.177Z Running `/work/oxidecomputer/omicron/target/debug/build/salty-9e660da295818b59/build-script-build`
42702026-02-26T19:27:11.243Z Compiling ascii-canvas v3.0.0
42712026-02-26T19:27:11.268Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ascii_canvas --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ascii-canvas-3.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f5106b88b438be4d -C extra-filename=-b353d0e13233dd6b --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-6e3db23352d37a3b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42722026-02-26T19:27:11.385Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tiny_keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tiny-keccak-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="sha3"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cshake", "default", "fips202", "k12", "keccak", "kmac", "parallel_hash", "sha3", "shake", "sp800", "tuple_hash"))' -C metadata=5c0fc3f95454199c -C extra-filename=-1e56a66f09b86a92 --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-fc496656e368ec1a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42732026-02-26T19:27:11.481Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42742026-02-26T19:27:11.506Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/db-model/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8b526e7b79bb62f0 -C extra-filename=-031b5044b9c4d3a1 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-031b5044b9c4d3a1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-f5c9e570270b8840.rlib --extern vergen_gitcl=/work/oxidecomputer/omicron/target/debug/deps/libvergen_gitcl-9a4b5aef6bfa403c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
42752026-02-26T19:27:11.773Z Compiling primeorder v0.13.6
42762026-02-26T19:27:11.797Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name primeorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/primeorder-0.13.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "dev", "serde", "serdect", "std"))' -C metadata=5f0c631f72c36dfe -C extra-filename=-5365f317db1796fe --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-0d6795d8b7b26bdb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42772026-02-26T19:27:12.208Z Compiling ena v0.14.3
42782026-02-26T19:27:12.233Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ena --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ena-0.14.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "dogged", "persistent"))' -C metadata=88b9a984cd310d01 -C extra-filename=-17cb8d0f2ee754a5 --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-960003e0783a03bd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42792026-02-26T19:27:12.381Z Compiling libloading v0.8.5
42802026-02-26T19:27:12.429Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name libloading --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libloading-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=46625bc0e96bfcd0 -C extra-filename=-15d2e85de1686563 --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-9b8d246c7e3e185e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42812026-02-26T19:27:12.707Z Compiling bindgen v0.71.1
42822026-02-26T19:27:12.732Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bindgen-0.71.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="prettyplease"' --cfg 'feature="runtime"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__cli", "__testing_only_extra_assertions", "__testing_only_libclang_16", "__testing_only_libclang_9", "default", "experimental", "logging", "prettyplease", "runtime", "static", "which-rustfmt"))' -C metadata=1fbccc52bda8263d -C extra-filename=-7c70f33eb9497104 --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-7c70f33eb9497104 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42832026-02-26T19:27:12.809Z Compiling regex-syntax v0.6.29
42842026-02-26T19:27:12.834Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.6.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=2eec531764e8b853 -C extra-filename=-9b90d9f4887f139f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-02-26T19:27:12.918Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name clang_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clang-sys-1.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clang_10_0"' --cfg 'feature="clang_11_0"' --cfg 'feature="clang_3_5"' --cfg 'feature="clang_3_6"' --cfg 'feature="clang_3_7"' --cfg 'feature="clang_3_8"' --cfg 'feature="clang_3_9"' --cfg 'feature="clang_4_0"' --cfg 'feature="clang_5_0"' --cfg 'feature="clang_6_0"' --cfg 'feature="clang_7_0"' --cfg 'feature="clang_8_0"' --cfg 'feature="clang_9_0"' --cfg 'feature="libloading"' --cfg 'feature="runtime"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clang_10_0", "clang_11_0", "clang_12_0", "clang_13_0", "clang_14_0", "clang_15_0", "clang_16_0", "clang_17_0", "clang_18_0", "clang_3_5", "clang_3_6", "clang_3_7", "clang_3_8", "clang_3_9", "clang_4_0", "clang_5_0", "clang_6_0", "clang_7_0", "clang_8_0", "clang_9_0", "libcpp", "libloading", "runtime", "static"))' -C metadata=21b3287bcc2f8a51 -C extra-filename=-f8f02bf32a2ed5e4 --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-ed462446230ba54b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern libloading=/work/oxidecomputer/omicron/target/debug/deps/liblibloading-15d2e85de1686563.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42862026-02-26T19:27:12.943Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-031b5044b9c4d3a1/build-script-build`
42872026-02-26T19:27:13.157Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name salty --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/salty-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cose", "cosey", "default", "ed25519", "rustcrypto", "slow-motion"))' -C metadata=1e7f8181c26c28a8 -C extra-filename=-c4908fdc24a0a1d4 --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-e3f1b5474dd052f3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tweetnacl`
42882026-02-26T19:27:13.813Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2024 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=d2eafe035f71ba23 -C extra-filename=-563c6c6fc43e88fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-1d27336a7e82c8b6.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-398f0e1b8dee0191.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-8fbaa579bfa4caeb.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-de9868dc0340c409.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-3a9626380e27db34.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-90c842a6e7ff78d6.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-14bbe716dbd37ff3.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-f362e13d93071c42.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-906117e627c53165.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6779b0f0dfa9df3c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-e26637e5617f4c7d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-c03f2093532bc994.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-490b70ab666d52ad.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64 --check-cfg 'cfg(svcadm_autoclear)'`
42892026-02-26T19:27:14.133Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
42902026-02-26T19:27:14.158Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types_versions --edition=2024 oximeter/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=aceaa6971193cba0 -C extra-filename=-3c977b5def4a6ed9 --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-b476cbab3ebc9700.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
42912026-02-26T19:27:15.387Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
42922026-02-26T19:27:15.416Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_types_versions --edition=2024 clickhouse-admin/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3af69990381b6b4c -C extra-filename=-2ca069f662c8ad1c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-62ab5388c2ead6be.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-3b83da55670e8f0a.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
42932026-02-26T19:27:16.997Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
42942026-02-26T19:27:17.022Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2024 oximeter/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=87c7c8ee90015347 -C extra-filename=-3bf64ca65482c55e --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-697abc391bbe218c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-852f92ed2604cabf.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-f8d2a4477cf2b4fe.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-3c977b5def4a6ed9.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-801ca1e0af96fa5e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
42952026-02-26T19:27:18.132Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types_versions --edition=2024 oximeter/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f09ebeab9c566325 -C extra-filename=-fae9808c6af6d11a --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-b476cbab3ebc9700.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1c5dc06c20c71b38.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
42962026-02-26T19:27:18.383Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
42972026-02-26T19:27:18.425Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_types_versions --edition=2024 internal-dns/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=13e5bdaf881044c0 -C extra-filename=-7277d4bd91511876 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
42982026-02-26T19:27:19.473Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
42992026-02-26T19:27:19.498Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware_types --edition=2024 sled-hardware/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=7b65df2f7fcbeeb1 -C extra-filename=-13ad31f8e197be7c --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-7b8cc660aaeba8f0.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-dadc4ffa302addcf.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
43002026-02-26T19:27:19.647Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
43012026-02-26T19:27:19.671Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_types --edition=2024 clickhouse-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=165f597c675d91a2 -C extra-filename=-19024cc6c44806ed --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-2ca069f662c8ad1c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
43022026-02-26T19:27:20.110Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2024 oximeter/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=826dae76c46e42ef -C extra-filename=-c6efe3d443386c56 --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-697abc391bbe218c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-852f92ed2604cabf.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-f8d2a4477cf2b4fe.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1c5dc06c20c71b38.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-fae9808c6af6d11a.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-801ca1e0af96fa5e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
43032026-02-26T19:27:20.175Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
43042026-02-26T19:27:20.200Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
43052026-02-26T19:27:20.200Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_types --edition=2024 internal-dns/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=38ff9c0101ed00d6 -C extra-filename=-d84f93995e261401 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-7277d4bd91511876.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
43062026-02-26T19:27:20.200Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2024 key-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6114c2d24cd8ddc8 -C extra-filename=-d099d2df1461daa2 --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-032078021c49cc9d.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0e6b2fb9a7835ef5.rmeta --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-8fbaa579bfa4caeb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-467979743718e3e8.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a9fe9f1222e6c9b4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
43072026-02-26T19:27:20.632Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
43082026-02-26T19:27:20.658Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2024 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=10efe46526ac25b8 -C extra-filename=-e3dbb216017a828c --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-b476cbab3ebc9700.rmeta --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-7277d4bd91511876.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
43092026-02-26T19:27:20.992Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
43102026-02-26T19:27:21.017Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum_types_versions --edition=2024 trust-quorum/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=89c72a39f59263a5 -C extra-filename=-2ae7dd60cc71381d --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-7b8cc660aaeba8f0.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-3b83da55670e8f0a.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-c71a35b657b61a51.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-c37268312e9028ff.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
43112026-02-26T19:27:21.186Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
43122026-02-26T19:27:21.211Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2024 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7f5a06135b6e84f6 -C extra-filename=-7b01974447a3784f --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-697abc391bbe218c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-61be4a7cb2ba8b18.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-800a14e1a8c4d7b8.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-3b83da55670e8f0a.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0e6b2fb9a7835ef5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-d5f4616655430b33.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-467979743718e3e8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a9fe9f1222e6c9b4.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-6b4ce3e9a64e5618.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
43132026-02-26T19:27:21.850Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
43142026-02-26T19:27:21.875Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2024 oximeter/schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e6be5eb5ca02aae5 -C extra-filename=-e4ee8f91924a50ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-3bf64ca65482c55e.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-b07a6cd46bb49e96.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
43152026-02-26T19:27:22.456Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
43162026-02-26T19:27:22.481Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oxql_types --edition=2024 oximeter/oxql-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b6a3be3233493758 -C extra-filename=-b61fe0721fa75d38 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-b552a5abd74e3046.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-f8d2a4477cf2b4fe.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-3bf64ca65482c55e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
43172026-02-26T19:27:22.981Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
43182026-02-26T19:27:23.006Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_resolver --edition=2024 internal-dns/resolver/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=77c6a7571b0ed2de -C extra-filename=-594f352716bbccce --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-cc2e81a48217c1f6.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-99474a9bb4cf5197.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6a3f0c2bc74a8dc7.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d84f93995e261401.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b789c7149d610113.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
43192026-02-26T19:27:23.300Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
43202026-02-26T19:27:23.326Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum_types --edition=2024 trust-quorum/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ebcfb34f43f26406 -C extra-filename=-d21b4224a1903afc --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-83a93939939f6042.rmeta --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-2ae7dd60cc71381d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
43212026-02-26T19:27:23.683Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
43222026-02-26T19:27:23.708Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2024 sled-hardware/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=d945bb51b0c56532 -C extra-filename=-4d06200f0543bfd9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-a1a64b052b31f6d4.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-5f24cf374e08de4e.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-95834bdb0f420850.rmeta --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-fb7cf2d8f77d0fda.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-de9868dc0340c409.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-e26637e5617f4c7d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-490b70ab666d52ad.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
43232026-02-26T19:27:23.874Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
43242026-02-26T19:27:23.903Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2024 installinator-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=478bcb62e725f761 -C extra-filename=-6c21e707dd49ed8b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rmeta --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-307a3092049c82b6.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-57c190f10e85dc2f.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
43252026-02-26T19:27:23.948Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
43262026-02-26T19:27:23.973Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2024 certificates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=68346e5af903d290 -C extra-filename=-f8e9578a5c306496 --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-800f9bab2506898c.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-ce23beb6eb3676f9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-c27281ebe7fbcab4.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-3002f96437acd722.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
43272026-02-26T19:27:24.891Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2024 oximeter/schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0472b08efda9ded6 -C extra-filename=-17d1aac0eff2a8ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-c6efe3d443386c56.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-b07a6cd46bb49e96.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
43282026-02-26T19:27:25.402Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
43292026-02-26T19:27:25.450Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_types_versions --edition=2024 sled-agent/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=e7a67b12487a5431 -C extra-filename=-3850d59e699c0790 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-7b01974447a3784f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4ca9285fc2ae54be.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-a181853c3b7be174.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-c37268312e9028ff.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a9fe9f1222e6c9b4.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-dadc4ffa302addcf.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-2ae7dd60cc71381d.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
43302026-02-26T19:27:25.874Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
43312026-02-26T19:27:25.900Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types_versions --edition=2024 nexus/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=08299dccddb44629 -C extra-filename=-772366dc183f6b73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-0dee767718e47050.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4ca9285fc2ae54be.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-c27281ebe7fbcab4.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-b61fe0721fa75d38.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-801ca1e0af96fa5e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4fab09a38958d149.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ab9cad66fca2caf1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
43322026-02-26T19:27:26.305Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
43332026-02-26T19:27:26.330Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_storage --edition=2024 sled-storage/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=76aab6206b7ee323 -C extra-filename=-d9fd52ff033ba0b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-3b83da55670e8f0a.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-d099d2df1461daa2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4d06200f0543bfd9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-40d259803c85ce4f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-59b484ead9726af3.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
43342026-02-26T19:27:26.474Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
43352026-02-26T19:27:26.499Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server_api --edition=2024 dns-server-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b96f047d6a897307 -C extra-filename=-3746f9ad2021ca07 --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-b476cbab3ebc9700.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-567df5da3eaa495f.rmeta --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-7277d4bd91511876.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
43362026-02-26T19:27:27.026Z Compiling diesel v2.2.12
43372026-02-26T19:27:27.051Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diesel-2.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="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=0a8f3a13fd64b468 -C extra-filename=-085db868a71bc273 --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-cfaa2511914227eb.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-a425ff4ddb60b661.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-c7c658e705ae5e14.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-b836e920b9d7afd4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.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`
43382026-02-26T19:27:27.750Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
43392026-02-26T19:27:27.798Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2024 dns-server/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7c93ed4bbc52a536 -C extra-filename=-71ab8320e4a0b2cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-3746f9ad2021ca07.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e3dbb216017a828c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rmeta --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-99e5a07ed75c4017.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-99474a9bb4cf5197.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6a3f0c2bc74a8dc7.rmeta --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-f52baaa1db0f05e8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d84f93995e261401.rmeta --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-7277d4bd91511876.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4cc5ba24a6003517.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-7e71ff6c28ce4de2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-ffd058a0359ad538.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
43402026-02-26T19:27:28.125Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
43412026-02-26T19:27:28.150Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zfs_test_harness --edition=2024 sled-storage/zfs-test-harness/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0349e81b2a3c5152 -C extra-filename=-1b06916c2a04d0d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-d099d2df1461daa2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d9fd52ff033ba0b4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
43422026-02-26T19:27:28.293Z Compiling lalrpop v0.19.12
43432026-02-26T19:27:28.319Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lalrpop-0.19.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "lexer", "pico-args", "test"))' -C metadata=7f2cbf1083469131 -C extra-filename=-8d8642837b286884 --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-b353d0e13233dd6b.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-8a3b3655da3c7c70.rmeta --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-9f945f6037cdafb3.rmeta --extern ena=/work/oxidecomputer/omicron/target/debug/deps/libena-17cb8d0f2ee754a5.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-ee9b1eeb21d16278.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-d47b523d2b6a239a.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-6f139e9a3dd2f1df.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-83e1061ec9d5a25a.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-9b90d9f4887f139f.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-4f5d449a98ccef6e.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-6e3db23352d37a3b.rmeta --extern tiny_keccak=/work/oxidecomputer/omicron/target/debug/deps/libtiny_keccak-1e56a66f09b86a92.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-fc62dcc87d98955d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43442026-02-26T19:27:28.495Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
43452026-02-26T19:27:28.521Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_timeseries_macro --edition=2024 oximeter/timeseries-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a29ab90f53c85178 -C extra-filename=-d0bf5eb7d157f7c9 --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-83a93939939f6042.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-17d1aac0eff2a8ef.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-c6efe3d443386c56.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
43462026-02-26T19:27:30.254Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
43472026-02-26T19:27:30.279Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_diagnostics --edition=2024 sled-diagnostics/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d926c8ec44671b69 -C extra-filename=-dd50e44f425b3452 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-566dfdbece98fde0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-fe0456d722bba6e7.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-f362e13d93071c42.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-364fc30b59fd0d7b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-1b06916c2a04d0d8.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-ca5ca176de1e9c1f.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
43482026-02-26T19:27:33.175Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-7c70f33eb9497104/build-script-build`
43492026-02-26T19:27:33.249Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
43502026-02-26T19:27:33.274Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2024 nexus/defaults/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d0981a1f2889dacf -C extra-filename=-952c166aab72ea3f --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-bf57061796bb2ede.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
43512026-02-26T19:27:34.213Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
43522026-02-26T19:27:34.238Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2024 nexus/db-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d8e09fe8410b64d0 -C extra-filename=-d2bbd885974463d2 --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-d61228a413094487.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-ba674bfac37d8467.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-a4af9fe2764b22df.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
43532026-02-26T19:27:37.603Z Compiling cexpr v0.6.0
43542026-02-26T19:27:37.628Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cexpr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cexpr-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c6e4fb89ab1580f8 -C extra-filename=-f3beade94157be4a --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-5ab434a4034fc222.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43552026-02-26T19:27:38.314Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
43562026-02-26T19:27:38.339Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rats_corim --edition=2021 /home/build/.cargo/git/checkouts/rats-corim-f56b95316a7c2271/f0d5d51/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=23240d84edd88f72 -C extra-filename=-a769e47d26f7a3f5 --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-800a14e1a8c4d7b8.rmeta --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-36e8255da928bcf3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-403fa0d437dd0a79.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43572026-02-26T19:27:38.593Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
43582026-02-26T19:27:38.617Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2024 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f8180e8dcbbd31a4 -C extra-filename=-4e1cebaf054645ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-c112d53073a1dce4.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-e4ee8f91924a50ae.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-d0bf5eb7d157f7c9.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-3bf64ca65482c55e.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-b07a6cd46bb49e96.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
43592026-02-26T19:27:39.215Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2024 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=8e54d07c3e7a860c -C extra-filename=-79f9f6e29e855245 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ebe42c3b8d1b6feb.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-924a2d3382a982f2.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-d761d6af0de48799.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-3c3c262e50c2db18.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-5f3df2a394fb1aa2.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-e9a817205d62f855.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-a1a64b052b31f6d4.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-b552a5abd74e3046.rmeta --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-5a02bdd32cb005b1.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-496362133443fc3e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-5ab434a4034fc222.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-f8d2a4477cf2b4fe.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4e1cebaf054645ba.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-b61fe0721fa75d38.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-801ca1e0af96fa5e.rmeta --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-b98e5f5ca94fa582.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b789c7149d610113.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-032a398a788f45ad.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rmeta --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-4de252fa1fde8321.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rmeta --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-580ab898584e9fdb.rmeta --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-b6211ea91537da45.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-9fbdfea03a05da8f.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-229621499bbc22b0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64`
43602026-02-26T19:27:39.255Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
43612026-02-26T19:27:39.255Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2024 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("datalink", "default", "http-instruments", "kstat"))' -C metadata=f9f6edc3344aea16 -C extra-filename=-c3798f9ded3407a8 --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-9b8d246c7e3e185e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-d37b9205f8990adb.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4e1cebaf054645ba.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
43622026-02-26T19:27:42.950Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
43632026-02-26T19:27:42.975Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_types --edition=2024 sled-agent/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=637f998866959594 -C extra-filename=-8d8a8b6ef5d13720 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-7b01974447a3784f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-c37268312e9028ff.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-3850d59e699c0790.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
43642026-02-26T19:27:44.764Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bindgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bindgen-0.71.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="prettyplease"' --cfg 'feature="runtime"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__cli", "__testing_only_extra_assertions", "__testing_only_libclang_16", "__testing_only_libclang_9", "default", "experimental", "logging", "prettyplease", "runtime", "static", "which-rustfmt"))' -C metadata=b45b0a210d371d38 -C extra-filename=-7ce88edc96a5fa32 --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-cfaa2511914227eb.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-f3beade94157be4a.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-f8f02bf32a2ed5e4.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f0f9e563abed1aaf.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-b07a6cd46bb49e96.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-8224c8d8cdd657a3.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-498b3287c21cda57.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43652026-02-26T19:27:48.837Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
43662026-02-26T19:27:48.885Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum_protocol --edition=2024 trust-quorum/protocol/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="danger_partial_eq_ct_wrapper"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("danger_partial_eq_ct_wrapper", "testing"))' -C metadata=6e4ce5fe30533711 -C extra-filename=-ba3e5a5fc2a12ec8 --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-7b01974447a3784f.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-61be4a7cb2ba8b18.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-800a14e1a8c4d7b8.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-3b83da55670e8f0a.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-c71a35b657b61a51.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0e6b2fb9a7835ef5.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-467979743718e3e8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a9fe9f1222e6c9b4.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-d21b4224a1903afc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
43672026-02-26T19:27:49.737Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
43682026-02-26T19:27:49.762Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2024 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b395bb26ce7ad965 -C extra-filename=-fb6d727948b05a83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-fb48151e145b8122.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dc582855d2bae75a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-3850d59e699c0790.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-d21b4224a1903afc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
43692026-02-26T19:27:52.661Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
43702026-02-26T19:27:52.708Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2024 nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=298f29763327b87e -C extra-filename=-c122ae00a38d41a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-0dee767718e47050.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-19024cc6c44806ed.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-4e206dbacf682159.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-8092346747846701.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-ef8b72dc7cd889fa.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-3b83da55670e8f0a.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-e59c0e0cd35ac67e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-004187269ac2e51e.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-494ca4e31fddf7d3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d84f93995e261401.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-d587cb581310d033.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-de5d2bbf64ba9eb6.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-01eb04f9a54b8339.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-772366dc183f6b73.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4ca9285fc2ae54be.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-c27281ebe7fbcab4.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-79f9f6e29e855245.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-b61fe0721fa75d38.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-801ca1e0af96fa5e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-3850d59e699c0790.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-cad9d362c62214a4.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-9fbdfea03a05da8f.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-dadc4ffa302addcf.so --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-c1e3b6744498ff01.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4fab09a38958d149.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-ba3e5a5fc2a12ec8.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-d21b4224a1903afc.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-80212553b0ad03df.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-57c190f10e85dc2f.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ab9cad66fca2caf1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64`
43712026-02-26T19:27:55.662Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
43722026-02-26T19:27:55.687Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_api --edition=2024 sled-agent/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1d4dfe44872ab0f4 -C extra-filename=-c481e56e1fb98fad --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-3066b3ace58dda21.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-567df5da3eaa495f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-3850d59e699c0790.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-dd50e44f425b3452.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-d21b4224a1903afc.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-5e6be64fec04b26e.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
43732026-02-26T19:27:56.616Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
43742026-02-26T19:27:56.641Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2021 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/f41bd73/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=7bcc42066fc8c6dd -C extra-filename=-0957a8792eaf6c5d --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-697abc391bbe218c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-852f92ed2604cabf.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-f8d2a4477cf2b4fe.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1c5dc06c20c71b38.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-801ca1e0af96fa5e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.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-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
43752026-02-26T19:28:00.245Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43762026-02-26T19:28:00.270Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/db-fixed-data/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c629074fff12b157 -C extra-filename=-a222f4abb54d34e8 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-a222f4abb54d34e8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-f5c9e570270b8840.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
43772026-02-26T19:28:00.680Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
43782026-02-26T19:28:00.705Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/8f5527d/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=1213c83114f77008 -C extra-filename=-e7285c9a2475bf10 --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-200593b9a7b987ef.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-9eac900a889ea3a2.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-58235fe6368598cf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/usr/ssl-3/lib/amd64`
43792026-02-26T19:28:02.434Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_schema --edition=2024 nexus/db-schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cd69dae4e1b6984c -C extra-filename=-99f30737c2513990 --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-085db868a71bc273.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/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`
43802026-02-26T19:28:02.911Z Compiling libxml v0.3.3
43812026-02-26T19:28:02.937Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libxml-0.3.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=09d30927c19cc7a9 -C extra-filename=-cab22fc5720b2e2a --out-dir /work/oxidecomputer/omicron/target/debug/build/libxml-cab22fc5720b2e2a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-480ab039f767e1c9.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43822026-02-26T19:28:03.299Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-a222f4abb54d34e8/build-script-build`
43832026-02-26T19:28:03.390Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
43842026-02-26T19:28:03.417Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/f41bd73/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=e04602e1fb694966 -C extra-filename=-6fdd1473af721f69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-0957a8792eaf6c5d.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-b07a6cd46bb49e96.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
43852026-02-26T19:28:03.471Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-cab22fc5720b2e2a/build-script-build`
43862026-02-26T19:28:03.560Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
43872026-02-26T19:28:03.587Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_config_reconciler --edition=2024 sled-agent/config-reconciler/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=3be6179731f18c3e -C extra-filename=-85bc802af7085b6c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ebe42c3b8d1b6feb.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-3b83da55670e8f0a.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-6c21e707dd49ed8b.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-d099d2df1461daa2.rmeta --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-8fbaa579bfa4caeb.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-15afdd8839265a72.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-467979743718e3e8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-c481e56e1fb98fad.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-3850d59e699c0790.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4d06200f0543bfd9.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d9fd52ff033ba0b4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-d21b4224a1903afc.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-490b70ab666d52ad.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
43882026-02-26T19:28:04.765Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2021 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/f41bd73/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=491998807a386bdb -C extra-filename=-08f2a83d5b3db8ba --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-697abc391bbe218c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-852f92ed2604cabf.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-f8d2a4477cf2b4fe.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-801ca1e0af96fa5e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.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-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
43892026-02-26T19:28:06.679Z Compiling p384 v0.13.1
43902026-02-26T19:28:06.706Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name p384 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/p384-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sha2"' --cfg 'feature="sha384"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "bits", "default", "digest", "ecdh", "ecdsa", "ecdsa-core", "expose-field", "hash2curve", "hex-literal", "jwk", "pem", "pkcs8", "serde", "serdect", "sha2", "sha384", "std", "test-vectors", "voprf"))' -C metadata=5a4a6e859492a1e9 -C extra-filename=-3aa86acb72ff7146 --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-8dd14f65ad0dd7aa.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-0d6795d8b7b26bdb.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-5365f317db1796fe.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43912026-02-26T19:28:08.021Z Compiling strum_macros v0.24.3
43922026-02-26T19:28:08.046Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.24.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4948738469ba8bb4 -C extra-filename=-c39126824de58e00 --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-dabc04b0d25f1f86.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-f2a99d18b9861c4a.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d0ed5c423d20d405.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43932026-02-26T19:28:09.945Z Compiling indoc v1.0.9
43942026-02-26T19:28:09.970Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indoc-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=17089733784caa14 -C extra-filename=-1dcfb7a1f5c81eff --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`
43952026-02-26T19:28:10.962Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/f41bd73/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=2b6a2bf32a09b18c -C extra-filename=-8513729af718e68c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-08f2a83d5b3db8ba.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-b07a6cd46bb49e96.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
43962026-02-26T19:28:11.134Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
43972026-02-26T19:28:11.159Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_timeseries_macro --edition=2021 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/f41bd73/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=9c62e70f3b2e19e3 -C extra-filename=-20520293bb229c28 --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-83a93939939f6042.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-6fdd1473af721f69.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-0957a8792eaf6c5d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
43982026-02-26T19:28:11.335Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name libxml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libxml-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9d9538bc1ec5707f -C extra-filename=-96f20180a98fd8ea --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-b9bf1208c93b2e2e.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`
43992026-02-26T19:28:13.841Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
44002026-02-26T19:28:13.867Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_config --edition=2024 nexus-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9408f2b334769c80 -C extra-filename=-7a8e6e1ad661e181 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-d587cb581310d033.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3548ee163e1966e2.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64`
44012026-02-26T19:28:14.437Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
44022026-02-26T19:28:14.462Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2024 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c47767be39836991 -C extra-filename=-413932a27105c9a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-e1d4835446809bca.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e9068d0167c53e94.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-494ca4e31fddf7d3.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-8e6118deea88b7a8.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-3a9626380e27db34.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-600a7ecfeea261be.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a9fe9f1222e6c9b4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-05e4a9202fcda5f1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64`
44032026-02-26T19:28:18.568Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44042026-02-26T19:28:18.616Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2024 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=d2966a5661a54fbb -C extra-filename=-d6f0adbe06405ef1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-62ab5388c2ead6be.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-4d1c13631f59c0a4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-44a72f62f5c98b08.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-6cd7c06605e6956f.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7a8e6e1ad661e181.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1007dc04ff25c671.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-01bfdca2cc9762af.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2124dfe23d5b97bf.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-250953c6daa31814.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f012a4405e1725b1.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3548ee163e1966e2.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
44052026-02-26T19:28:18.866Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
44062026-02-26T19:28:18.893Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2024 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=af9d88e6f602189e -C extra-filename=-621e0d376e43b2e6 --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-b476cbab3ebc9700.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dc582855d2bae75a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64`
44072026-02-26T19:28:20.784Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
44082026-02-26T19:28:20.784Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ddm_admin_client --edition=2024 clients/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ec13a9b335cc75a7 -C extra-filename=-9bc3f555743c9dec --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-e7285c9a2475bf10.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0769587943d5c544.rmeta --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-58235fe6368598cf.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
44092026-02-26T19:28:21.020Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
44102026-02-26T19:28:21.045Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/auth/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=30317c465e115062 -C extra-filename=-68f2926dcac1fca3 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-auth-68f2926dcac1fca3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-f5c9e570270b8840.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
44112026-02-26T19:28:21.561Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
44122026-02-26T19:28:21.586Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/f41bd73/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=2a0c5270e07f39ec -C extra-filename=-cea9c7e9d1521c5e --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-83a93939939f6042.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
44132026-02-26T19:28:21.980Z Compiling impl-trait-for-tuples v0.2.2
44142026-02-26T19:28:22.005Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name impl_trait_for_tuples --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/impl-trait-for-tuples-0.2.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=518a47ab2f29e55e -C extra-filename=-8121f586b0adc89f --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-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d0ed5c423d20d405.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44152026-02-26T19:28:22.870Z Compiling oso-derive v0.27.3
44162026-02-26T19:28:22.895Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oso_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oso-derive-0.27.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c0d5fb47700a6730 -C extra-filename=-d0cf475e713d837f --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-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d0ed5c423d20d405.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44172026-02-26T19:28:24.164Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
44182026-02-26T19:28:24.188Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2024 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=81419a5f0f4c32cb -C extra-filename=-e07e583db8d995e5 --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-b476cbab3ebc9700.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-594f352716bbccce.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d84f93995e261401.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-621e0d376e43b2e6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4e1cebaf054645ba.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64`
44192026-02-26T19:28:24.612Z Compiling quick-xml v0.37.2
44202026-02-26T19:28:24.637Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name quick_xml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quick-xml-0.37.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=c7760d7977c65c51 -C extra-filename=-d55603c4ed41414e --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-afea2278d9bc496e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44212026-02-26T19:28:24.662Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
44222026-02-26T19:28:24.662Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/f41bd73/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=7abff16fccec5354 -C extra-filename=-7850085381f9ba66 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-cea9c7e9d1521c5e.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-8513729af718e68c.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-20520293bb229c28.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-08f2a83d5b3db8ba.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-b07a6cd46bb49e96.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
44232026-02-26T19:28:25.210Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-auth-68f2926dcac1fca3/build-script-build`
44242026-02-26T19:28:25.276Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
44252026-02-26T19:28:25.301Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_resolvable_files --edition=2024 sled-agent/resolvable-files/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d58ca1ab6c2a8847 -C extra-filename=-2b28f4f19b04f292 --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-3066b3ace58dda21.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-36b1178678ed49cf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-85bc802af7085b6c.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d9fd52ff033ba0b4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
44262026-02-26T19:28:27.993Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
44272026-02-26T19:28:28.019Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2024 nexus/authz-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5c8786098b535f91 -C extra-filename=-fc3fbef374ba9abe --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-d61228a413094487.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-ba674bfac37d8467.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-a4af9fe2764b22df.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
44282026-02-26T19:28:28.701Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
44292026-02-26T19:28:28.725Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_client --edition=2024 clients/repo-depot-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e354e15f67f7bad4 -C extra-filename=-2122a778426d8761 --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-83a93939939f6042.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
44302026-02-26T19:28:28.761Z Compiling fs-err v2.11.0
44312026-02-26T19:28:28.785Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fs-err-2.11.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("io_safety", "tokio"))' -C metadata=12aaf973a1c0cfeb -C extra-filename=-10a3b8a5806afcf6 --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-10a3b8a5806afcf6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-f43eaeead31529f5.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44322026-02-26T19:28:29.305Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-10a3b8a5806afcf6/build-script-build`
44332026-02-26T19:28:29.546Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
44342026-02-26T19:28:29.571Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name common --edition=2024 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/3799229/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=8c55b0bbc1f74d58 -C extra-filename=-27fc92e7af45492b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-30ae21b684c14b46.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b7b87f17a490f361.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-bbbed6175a047253.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44352026-02-26T19:28:29.605Z Compiling predicates-tree v1.0.12
44362026-02-26T19:28:29.606Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name predicates_tree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/predicates-tree-1.0.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())' -C metadata=a008c99682734c41 -C extra-filename=-f4fffa2b740d3c01 --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-8c84b218df4123f2.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-229621499bbc22b0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44372026-02-26T19:28:29.702Z Compiling trait-variant v0.1.2
44382026-02-26T19:28:29.727Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name trait_variant --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/trait-variant-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=47c9f0f9e8ad2321 -C extra-filename=-84d3cab37b923e96 --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-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44392026-02-26T19:28:30.121Z Compiling assert_matches v1.5.0
44402026-02-26T19:28:30.146Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name assert_matches --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/assert_matches-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b761bc3e1d2bc3f0 -C extra-filename=-f5a2a231840931bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44412026-02-26T19:28:30.296Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
44422026-02-26T19:28:30.322Z Running `/home/build/.rustup/toolchains/1.91.1-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=35fbfb4091730bca -C extra-filename=-ad3257d96a789248 --out-dir /work/oxidecomputer/omicron/target/debug/build/libipcc-ad3257d96a789248 -L 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-02-26T19:28:30.348Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name fs_err --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fs-err-2.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("io_safety", "tokio"))' -C metadata=b6cd9acd8168345c -C extra-filename=-ace1d512f35c2019 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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)'`
44442026-02-26T19:28:30.784Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-ad3257d96a789248/build-script-build`
44452026-02-26T19:28:30.824Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
44462026-02-26T19:28:30.850Z Running `/home/build/.rustup/toolchains/1.91.1-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=0299c259c66cd479 -C extra-filename=-69f4788be87256db --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-89623bbb95ea0474.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dc582855d2bae75a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
44472026-02-26T19:28:30.895Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
44482026-02-26T19:28:30.921Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name hubtools --edition=2021 /home/build/.cargo/git/checkouts/hubtools-48e485b08d647fd4/2b1ef9b/hubtools/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=311bda366f3c57c0 -C extra-filename=-c0463813bdf8a7bf --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-268aa15817046b32.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-4bdfb0773a38da67.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-626a1df1e4ebb7ba.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-0f8a75a4043b64a1.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-eba69c05113e7116.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-a6d3c572a8e45507.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-bbbed6175a047253.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-0ed6821c39c40c02.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-912e42802e330089.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d6d338625430a2a7.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-5e6be64fec04b26e.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-165ffaa6e2cdf6e1.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-5fc24b5c46adbd72.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-1a535b08d52ade11/out/lib`
44492026-02-26T19:28:30.949Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
44502026-02-26T19:28:30.949Z Running `/home/build/.rustup/toolchains/1.91.1-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=5ae247bc27978cef -C extra-filename=-d7152758803484e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern trait_variant=/work/oxidecomputer/omicron/target/debug/deps/libtrait_variant-84d3cab37b923e96.so --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-a3c888ab9a6f3140.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.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-b9654423df03ee5a/out`
44512026-02-26T19:28:31.985Z Compiling diesel-dtrace v0.4.2
44522026-02-26T19:28:32.010Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diesel-dtrace-0.4.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f11f6f6a51353827 -C extra-filename=-918367d21c233041 --out-dir /work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-918367d21c233041 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2ff88dd682b77008.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44532026-02-26T19:28:32.502Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
44542026-02-26T19:28:32.528Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2024 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/3799229/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=ca77dc926fcf1b65 -C extra-filename=-d587728779ad7edc --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-032078021c49cc9d.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcommon-27fc92e7af45492b.rmeta --extern crc8=/work/oxidecomputer/omicron/target/debug/deps/libcrc8-9f7b75d80455c3c7.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-9eac900a889ea3a2.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dc582855d2bae75a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-58235fe6368598cf.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-b8e5c6dfd1bc9268.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/usr/ssl-3/lib/amd64`
44552026-02-26T19:28:32.553Z Compiling parse-size v1.1.0
44562026-02-26T19:28:32.553Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name parse_size --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parse-size-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=c08200c5d9582192 -C extra-filename=-416929974ba1197e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44572026-02-26T19:28:32.915Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
44582026-02-26T19:28:32.940Z Running `/home/build/.rustup/toolchains/1.91.1-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=e38eef3e2654884d -C extra-filename=-1c44f558291a3c28 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-9e4f406f25730262.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-708bbbfcfaea8aae.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-ace1d512f35c2019.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c0463813bdf8a7bf.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f0f9e563abed1aaf.rmeta --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-416929974ba1197e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d5f4616655430b33.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-973a32440ace5723.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f012a4405e1725b1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4fab09a38958d149.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b10c956631964193.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ab9cad66fca2caf1.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-ca5ca176de1e9c1f.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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
44592026-02-26T19:28:34.334Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-918367d21c233041/build-script-build`
44602026-02-26T19:28:34.454Z Running `/home/build/.rustup/toolchains/1.91.1-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=9afaa8a0708a3aaa -C extra-filename=-12a0a3b3ddad9ed8 --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-9b8d246c7e3e185e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-bbbed6175a047253.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/`
44612026-02-26T19:28:34.588Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
44622026-02-26T19:28:34.615Z Running `/home/build/.rustup/toolchains/1.91.1-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=d30774b454d55463 -C extra-filename=-e5abbda4bfb43c77 --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-7fcf3363fa4d8b33.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-8cc7363774f95bde.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-f05a29efbbe49ca1.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-e9e9e77d8ed55b69.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-a769e47d26f7a3f5.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-c4908fdc24a0a1d4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a9fe9f1222e6c9b4.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44632026-02-26T19:28:34.846Z Compiling mime_guess v2.0.5
44642026-02-26T19:28:34.871Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime_guess-2.0.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=05814f07a505f314 -C extra-filename=-48f63e1a35e2f660 --out-dir /work/oxidecomputer/omicron/target/debug/build/mime_guess-48f63e1a35e2f660 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-a3c888ab9a6f3140.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44652026-02-26T19:28:34.900Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
44662026-02-26T19:28:34.925Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/db-lookup/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ed571b054c8518ba -C extra-filename=-4f1be799b6909340 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-lookup-4f1be799b6909340 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-f5c9e570270b8840.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
44672026-02-26T19:28:35.366Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
44682026-02-26T19:28:35.406Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_api --edition=2024 sled-agent/repo-depot-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9c5f7a506f569f0c -C extra-filename=-c97d11b0c3b81948 --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-d703376dd51db557.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-567df5da3eaa495f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
44692026-02-26T19:28:35.756Z Compiling bb8 v0.8.5
44702026-02-26T19:28:35.781Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bb8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bb8-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="parking_lot"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "parking_lot"))' -C metadata=9b31a9ebee266702 -C extra-filename=-facc5800dae9e721 --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-032078021c49cc9d.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-e5808e939444e7e7.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-e4d4c09c5872212f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44712026-02-26T19:28:36.027Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
44722026-02-26T19:28:36.053Z Running `/home/build/.rustup/toolchains/1.91.1-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=f71b792d57d01f31 -C extra-filename=-558fccd08cbe132e --out-dir /work/oxidecomputer/omicron/target/debug/build/sprockets-tls-558fccd08cbe132e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44732026-02-26T19:28:36.422Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
44742026-02-26T19:28:36.447Z Running `/home/build/.rustup/toolchains/1.91.1-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=ed88787bfaeda074 -C extra-filename=-ea4d1ca760360e17 --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-f4adb86dc8f60f8b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44752026-02-26T19:28:36.525Z Compiling http-range v0.1.5
44762026-02-26T19:28:36.563Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name http_range --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-range-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cc660a44e953f2da -C extra-filename=-14bd4db4fee80a23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44772026-02-26T19:28:36.877Z Compiling corncobs v0.1.4
44782026-02-26T19:28:36.902Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name corncobs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/corncobs-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=bf6bb5ee86bc98a1 -C extra-filename=-5fbe3b841b3658e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44792026-02-26T19:28:36.947Z Running `/work/oxidecomputer/omicron/target/debug/build/sprockets-tls-558fccd08cbe132e/build-script-build`
44802026-02-26T19:28:37.016Z Compiling async-bb8-diesel v0.2.1
44812026-02-26T19:28:37.041Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name async_bb8_diesel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-bb8-diesel-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cockroach"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cockroach", "default"))' -C metadata=c73bade66e401595 -C extra-filename=-f7c163f840a5b74c --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-032078021c49cc9d.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-facc5800dae9e721.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-085db868a71bc273.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-bbbed6175a047253.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.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`
44822026-02-26T19:28:37.135Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-48f63e1a35e2f660/build-script-build`
44832026-02-26T19:28:37.234Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
44842026-02-26T19:28:37.271Z Running `/home/build/.rustup/toolchains/1.91.1-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=9a0da6002f4a26bc -C extra-filename=-98eb5c56f3b2e618 --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-7fcf3363fa4d8b33.rmeta --extern corncobs=/work/oxidecomputer/omicron/target/debug/deps/libcorncobs-5fbe3b841b3658e5.rmeta --extern dice_util_barcode=/work/oxidecomputer/omicron/target/debug/deps/libdice_util_barcode-ea4d1ca760360e17.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-e9e9e77d8ed55b69.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-e8c87b49f3659da0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-5e6be64fec04b26e.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-05e4a9202fcda5f1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44852026-02-26T19:28:37.301Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
44862026-02-26T19:28:37.302Z Running `/home/build/.rustup/toolchains/1.91.1-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=72f4ce93670472a4 -C extra-filename=-0e573feef28a483d --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-e5abbda4bfb43c77.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-7fcf3363fa4d8b33.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-7b01dd16734868d8.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-fbaeb29d3673a0a9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-e9e9e77d8ed55b69.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-12a0a3b3ddad9ed8.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-3aa86acb72ff7146.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-a769e47d26f7a3f5.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a9fe9f1222e6c9b4.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-5e6be64fec04b26e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
44872026-02-26T19:28:37.917Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-lookup-4f1be799b6909340/build-script-build`
44882026-02-26T19:28:37.994Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel_dtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diesel-dtrace-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=77f187ea145629ea -C extra-filename=-ca394a332366b42f --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-085db868a71bc273.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.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`
44892026-02-26T19:28:38.134Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
44902026-02-26T19:28:38.159Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_lockstep_client --edition=2024 clients/nexus-lockstep-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=354d333492ee2051 -C extra-filename=-7b3e53195ed302cc --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-b476cbab3ebc9700.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4ca9285fc2ae54be.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dc582855d2bae75a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-3850d59e699c0790.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64`
44912026-02-26T19:28:38.564Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44922026-02-26T19:28:38.589Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/db-queries/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=ecb71cc107f09189 -C extra-filename=-38914d9f871a2505 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-38914d9f871a2505 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-f5c9e570270b8840.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
44932026-02-26T19:28:39.047Z Compiling ignore v0.4.23
44942026-02-26T19:28:39.073Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ignore --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.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("simd-accel"))' -C metadata=c2c3807a80403a03 -C extra-filename=-f18d010b60b6a175 --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-0df2ccc27fbb5693.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-111337fafcee58ff.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-afea2278d9bc496e.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-4387b5d2d51d9453.rmeta --extern same_file=/work/oxidecomputer/omicron/target/debug/deps/libsame_file-12066769263d7baf.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44952026-02-26T19:28:39.563Z Compiling signal-hook-tokio v0.3.1
44962026-02-26T19:28:39.617Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_tokio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-tokio-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures-core-0_3"' --cfg 'feature="futures-v0_3"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures-core-0_3", "futures-v0_3"))' -C metadata=81c6e2d998d362fb -C extra-filename=-aebcb169fd932054 --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-cbbe00eeba3a9834.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44972026-02-26T19:28:39.841Z Compiling secrecy v0.8.0
44982026-02-26T19:28:39.865Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name secrecy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/secrecy-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bytes", "default", "serde"))' -C metadata=5031eeb088d41782 -C extra-filename=-22f382cd9cde1c97 --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-083d4dfcae3a76f5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44992026-02-26T19:28:40.224Z Compiling atty v0.2.14
45002026-02-26T19:28:40.249Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name atty --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atty-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d827d56ef0bb9307 -C extra-filename=-5b7ef5b34fb666b3 --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-b9bf1208c93b2e2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45012026-02-26T19:28:40.462Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
45022026-02-26T19:28:40.487Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/ipcc-rs-f6fee85f3fbbf49d/7cdf2ab/libipcc/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c5eeceb37e99fe85 -C extra-filename=-28b76970828cd9ef --out-dir /work/oxidecomputer/omicron/target/debug/build/libipcc-28b76970828cd9ef -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45032026-02-26T19:28:40.947Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-28b76970828cd9ef/build-script-build`
45042026-02-26T19:28:41.010Z Compiling globwalk v0.9.1
45052026-02-26T19:28:41.037Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name globwalk --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/globwalk-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=29702f12298febbd -C extra-filename=-5c5d56005008371b --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-cfaa2511914227eb.rmeta --extern ignore=/work/oxidecomputer/omicron/target/debug/deps/libignore-f18d010b60b6a175.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45062026-02-26T19:28:41.570Z Running `/home/build/.rustup/toolchains/1.91.1-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=d6d90078500c939d -C extra-filename=-a01a2f5ce20bcf68 --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-e5abbda4bfb43c77.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rmeta --extern dice_mfg_msgs=/work/oxidecomputer/omicron/target/debug/deps/libdice_mfg_msgs-98eb5c56f3b2e618.rmeta --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-0e573feef28a483d.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-7b01dd16734868d8.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-e9e9e77d8ed55b69.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-a947a27c8e2b2cb2.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-76ae0420101700af.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d9e25338bdb217d7.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-22f382cd9cde1c97.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a9fe9f1222e6c9b4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-bbbed6175a047253.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-eba9b70a608bf3c3.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-5e6be64fec04b26e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/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/`
45072026-02-26T19:28:41.719Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-38914d9f871a2505/build-script-build`
45082026-02-26T19:28:41.805Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name mime_guess --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime_guess-2.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=007b9d798bc166b7 -C extra-filename=-374c07d1fc5a9d37 --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-84ec3d24c8861872.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-a3c888ab9a6f3140.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45092026-02-26T19:28:42.132Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
45102026-02-26T19:28:42.182Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_measurements --edition=2024 sled-agent/measurements/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=d97a6784bf5b7ebd -C extra-filename=-767b458f60dab1d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-d099d2df1461daa2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-85bc802af7085b6c.rmeta --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2b28f4f19b04f292.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-3850d59e699c0790.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
45112026-02-26T19:28:42.791Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
45122026-02-26T19:28:42.818Z Running `/home/build/.rustup/toolchains/1.91.1-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=70768eb673c6170d -C extra-filename=-3905703afc1839ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-cec2014a805dc7f7.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-4e27467e3006387d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-707c2610c4a4b27d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-58235fe6368598cf.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/usr/ssl-3/lib/amd64`
45132026-02-26T19:28:43.722Z Compiling nonempty v0.12.0
45142026-02-26T19:28:43.747Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nonempty --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nonempty-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bincode", "default", "serialize", "std"))' -C metadata=e7166fa878c4c8c7 -C extra-filename=-46b553f94abe0387 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45152026-02-26T19:28:44.101Z Compiling hyper-staticfile v0.10.1
45162026-02-26T19:28:44.126Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_staticfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-staticfile-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=646d27906b577960 -C extra-filename=-0eb1172f7f683fb1 --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-e5808e939444e7e7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-5c5d7e8b815e7bc7.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-374c07d1fc5a9d37.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-4e27467e3006387d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d5f4616655430b33.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ab9cad66fca2caf1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45172026-02-26T19:28:44.289Z Compiling camino-tempfile-ext v0.3.2
45182026-02-26T19:28:44.314Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name camino_tempfile_ext --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-tempfile-ext-0.3.2/src/lib.rs --error-format=json --json=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=2e68f0221e27c214 -C extra-filename=-bec41af8736e717b --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-bb9d7527c73b49b9.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-5be4cc3a9597241e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rmeta --extern globwalk=/work/oxidecomputer/omicron/target/debug/deps/libglobwalk-5c5d56005008371b.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-5118ac6f015b2311.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-8c84b218df4123f2.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-f4fffa2b740d3c01.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45192026-02-26T19:28:44.562Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name libipcc --edition=2021 /home/build/.cargo/git/checkouts/ipcc-rs-f6fee85f3fbbf49d/7cdf2ab/libipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2363b60fb341d763 -C extra-filename=-f664858ab77c77e9 --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-9b8d246c7e3e185e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-bbbed6175a047253.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/`
45202026-02-26T19:28:44.968Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
45212026-02-26T19:28:45.014Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name range_requests --edition=2024 range-requests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6f4489852a215674 -C extra-filename=-46f1675eefa55bb7 --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-697abc391bbe218c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-913767e3a45f3687.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
45222026-02-26T19:28:45.063Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
45232026-02-26T19:28:45.063Z Running `/home/build/.rustup/toolchains/1.91.1-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=44fed5cdba709ffb -C extra-filename=-9551a5820e2565dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7850085381f9ba66.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-30ae21b684c14b46.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b7b87f17a490f361.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-bbbed6175a047253.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
45242026-02-26T19:28:45.208Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
45252026-02-26T19:28:45.257Z Running `/home/build/.rustup/toolchains/1.91.1-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=e2c934398bff146e -C extra-filename=-bb45ba09e845defe --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-d703376dd51db557.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-567df5da3eaa495f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-3850d59e699c0790.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
45262026-02-26T19:28:45.676Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
45272026-02-26T19:28:45.700Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_lockstep_api --edition=2024 sled-agent/bootstrap-agent-lockstep-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=daf5aca40919d57a -C extra-filename=-8bcbd12d7836389a --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-d703376dd51db557.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4ca9285fc2ae54be.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
45282026-02-26T19:28:47.101Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
45292026-02-26T19:28:47.126Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name attest_data --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/88c6684/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=929db2164342e985 -C extra-filename=-22480a051758dfb8 --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-7fcf3363fa4d8b33.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-8cc7363774f95bde.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-f05a29efbbe49ca1.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-e9e9e77d8ed55b69.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-a769e47d26f7a3f5.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-c4908fdc24a0a1d4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a9fe9f1222e6c9b4.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45302026-02-26T19:28:47.391Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45312026-02-26T19:28:47.416Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ipcc --edition=2024 ipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=11e24d7ebdfbc91b -C extra-filename=-e227e4706d083501 --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-800a14e1a8c4d7b8.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-a947a27c8e2b2cb2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64`
45322026-02-26T19:28:48.238Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
45332026-02-26T19:28:48.263Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dice_verifier --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/88c6684/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=0eee097d7d7ba6cd -C extra-filename=-f823d5e8448f0051 --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-22480a051758dfb8.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-7fcf3363fa4d8b33.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-7b01dd16734868d8.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-fbaeb29d3673a0a9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-e9e9e77d8ed55b69.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-f664858ab77c77e9.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-3aa86acb72ff7146.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-a769e47d26f7a3f5.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a9fe9f1222e6c9b4.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-5e6be64fec04b26e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
45342026-02-26T19:28:48.403Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
45352026-02-26T19:28:48.428Z Running `/home/build/.rustup/toolchains/1.91.1-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=b51382651341ed00 -C extra-filename=-57bacd71389f7d6e --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-032078021c49cc9d.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcommon-9551a5820e2565dc.rmeta --extern crc8=/work/oxidecomputer/omicron/target/debug/deps/libcrc8-9f7b75d80455c3c7.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-9eac900a889ea3a2.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dc582855d2bae75a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-58235fe6368598cf.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-b8e5c6dfd1bc9268.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
45362026-02-26T19:28:49.489Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
45372026-02-26T19:28:49.536Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum --edition=2024 trust-quorum/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=03fc5686e757a6c1 -C extra-filename=-7676ea6e73b6d9b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-7b01974447a3784f.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-61be4a7cb2ba8b18.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-800a14e1a8c4d7b8.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-3b83da55670e8f0a.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-c71a35b657b61a51.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0e6b2fb9a7835ef5.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-467979743718e3e8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a9fe9f1222e6c9b4.rmeta --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-767b458f60dab1d5.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-a01a2f5ce20bcf68.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-ba3e5a5fc2a12ec8.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-d21b4224a1903afc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/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/`
45382026-02-26T19:28:50.570Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
45392026-02-26T19:28:50.595Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_mock_server --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/36f20be/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=fc95fb1861bb05f6 -C extra-filename=-53d6dfabf4dfa2ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-5b7ef5b34fb666b3.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-25862f5051364d8f.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-707c2610c4a4b27d.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-a181853c3b7be174.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-2d14d0c9e73230a2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-58235fe6368598cf.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-30ae21b684c14b46.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-bbbed6175a047253.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-b5cad42011db554a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.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-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/usr/ssl-3/lib/amd64`
45402026-02-26T19:28:52.444Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
45412026-02-26T19:28:52.469Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_health_monitor --edition=2024 sled-agent/health-monitor/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a8c651c433f02ca4 -C extra-filename=-97e3b66ad2e7cca6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-3b83da55670e8f0a.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-c481e56e1fb98fad.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
45422026-02-26T19:28:54.190Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2024 nexus/db-model/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eef5239cf2c0cfbe -C extra-filename=-a26f456b2caf537f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-19024cc6c44806ed.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-4e206dbacf682159.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-d2bbd885974463d2.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-ef8b72dc7cd889fa.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-085db868a71bc273.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-e59c0e0cd35ac67e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-de9868dc0340c409.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-01eb04f9a54b8339.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7a8e6e1ad661e181.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-99f30737c2513990.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-952c166aab72ea3f.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-f8e9578a5c306496.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-6a73fe3264197003.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4ca9285fc2ae54be.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-801ca1e0af96fa5e.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-ab436a188cf9000a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-fb6d727948b05a83.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-cad9d362c62214a4.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-ba3e5a5fc2a12ec8.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/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`
45432026-02-26T19:28:54.876Z Compiling tungstenite v0.23.0
45442026-02-26T19:28:54.901Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls-tls", "data-encoding", "default", "handshake", "http", "httparse", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "sha1", "url", "webpki-roots"))' -C metadata=289a8c139786f96b -C extra-filename=-5526620f1f84b9d0 --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-7979b4ba2f5cd7b3.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-5d4dd4f25a3a940c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-729da03359e5c081.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d5f4616655430b33.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-ab1e1b323fcc7f2e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-bbbed6175a047253.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-5c3837f8e867c8f7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45452026-02-26T19:28:57.132Z Compiling void v1.0.2
45462026-02-26T19:28:57.173Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name void --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/void-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=ae2c35b9d559ea89 -C extra-filename=-ac31cc12bddf3889 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45472026-02-26T19:28:57.423Z Compiling lzss v0.8.2
45482026-02-26T19:28:57.448Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name lzss --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lzss-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "const_panic", "default", "std"))' -C metadata=eb239a9767b7fa45 -C extra-filename=-47e5e0522bae0135 --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-ac31cc12bddf3889.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45492026-02-26T19:28:57.957Z Compiling tokio-tungstenite v0.23.1
45502026-02-26T19:28:57.984Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-tungstenite-0.23.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls-tls", "connect", "default", "handshake", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "stream", "tokio-native-tls", "tokio-rustls", "url", "webpki-roots"))' -C metadata=554739689ede8f9f -C extra-filename=-8ae856682eb1cbce --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-e5808e939444e7e7.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-5526620f1f84b9d0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45512026-02-26T19:28:58.669Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
45522026-02-26T19:28:58.694Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_resolvable_files_examples --edition=2024 sled-agent/resolvable-files-examples/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6dec2073c9aed711 -C extra-filename=-83cbcef5124d61ab --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-3066b3ace58dda21.rmeta --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-bec41af8736e717b.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d9fd52ff033ba0b4.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
45532026-02-26T19:29:00.982Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
45542026-02-26T19:29:01.010Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server_client --edition=2024 clients/clickhouse-admin-server-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=869a133d658e4602 -C extra-filename=-a1600eecf88bb0fc --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-b476cbab3ebc9700.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-19024cc6c44806ed.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
45552026-02-26T19:29:03.695Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
45562026-02-26T19:29:03.721Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_api --edition=2024 gateway-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=adbba9e6a388ce6d -C extra-filename=-891b573e0dea389a --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-d703376dd51db557.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-567df5da3eaa495f.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-e59c0e0cd35ac67e.rmeta --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-92245c2a2bcbfc0c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
45572026-02-26T19:29:03.807Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
45582026-02-26T19:29:03.833Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-13cecd28e8456f3c/e644a21/tlvc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=bc6740e621aaa64f -C extra-filename=-3b4ddd8c31bddc73 --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-7979b4ba2f5cd7b3.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-c593502df8b92fb4.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-165ffaa6e2cdf6e1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45592026-02-26T19:29:04.246Z Compiling nix v0.27.1
45602026-02-26T19:29:04.275Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.27.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="memoffset"' --cfg 'feature="net"' --cfg 'feature="socket"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=63e2d35fe9e9f678 -C extra-filename=-da60fd314a3f246b --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-cfaa2511914227eb.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-1c1091fa0c3be57d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45612026-02-26T19:29:06.251Z Compiling serde_bytes v0.11.19
45622026-02-26T19:29:06.276Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_bytes-0.11.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=02cf1d93bec69ec5 -C extra-filename=-72d39d8d2f664748 --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-621676faf194ecf2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45632026-02-26T19:29:06.399Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
45642026-02-26T19:29:06.450Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2024 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=05fa06aa88585de7 -C extra-filename=-4ec33db313d2c4b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-62ab5388c2ead6be.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-7b01974447a3784f.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-bb45ba09e845defe.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-69f4788be87256db.rmeta --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-8bcbd12d7836389a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-e6e8339882e0864d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-19024cc6c44806ed.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-f8c59d40a9b99637.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-3905703afc1839ca.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-3b83da55670e8f0a.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-f823d5e8448f0051.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-71ab8320e4a0b2cf.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e3dbb216017a828c.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-57bacd71389f7d6e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-c9f7370c3bfe5e1d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-004187269ac2e51e.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-913767e3a45f3687.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-0eb1172f7f683fb1.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-6c21e707dd49ed8b.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-594f352716bbccce.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d84f93995e261401.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-d099d2df1461daa2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-de9868dc0340c409.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4d865b9ac8b05a27.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-621e0d376e43b2e6.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7a8e6e1ad661e181.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-7b3e53195ed302cc.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-15afdd8839265a72.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-9bc3f555743c9dec.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-90c842a6e7ff78d6.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4e1cebaf054645ba.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c3798f9ded3407a8.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e07e583db8d995e5.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-fb48151e145b8122.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-53d6dfabf4dfa2ae.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-a181853c3b7be174.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-46f1675eefa55bb7.rmeta --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-33d0d58cbfd77f9a.rmeta --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c97d11b0c3b81948.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-2122a778426d8761.rmeta --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-58235fe6368598cf.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-467979743718e3e8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-c37268312e9028ff.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a9fe9f1222e6c9b4.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-c481e56e1fb98fad.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-fb6d727948b05a83.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-85bc802af7085b6c.rmeta --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-97e3b66ad2e7cca6.rmeta --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-767b458f60dab1d5.rmeta --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2b28f4f19b04f292.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-3850d59e699c0790.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-dd50e44f425b3452.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4d06200f0543bfd9.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d9fd52ff033ba0b4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6779b0f0dfa9df3c.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-413932a27105c9a7.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-a01a2f5ce20bcf68.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f012a4405e1725b1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-e26637e5617f4c7d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-40d259803c85ce4f.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rmeta --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-7676ea6e73b6d9b5.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-ba3e5a5fc2a12ec8.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-d21b4224a1903afc.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b10c956631964193.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-5e6be64fec04b26e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-ca5ca176de1e9c1f.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-490b70ab666d52ad.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/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/`
45652026-02-26T19:29:06.819Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
45662026-02-26T19:29:06.846Z Running `/home/build/.rustup/toolchains/1.91.1-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=2a1bf051ad91bad8 -C extra-filename=-beeeab8b7ab46b51 --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-032078021c49cc9d.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-dc1a729313376c55.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-70f33de5894d7952.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-e1d4835446809bca.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e9068d0167c53e94.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-e9e9e77d8ed55b69.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-8e6118deea88b7a8.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-e53dc1234c506264.rmeta --extern lzss=/work/oxidecomputer/omicron/target/debug/deps/liblzss-47e5e0522bae0135.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-da60fd314a3f246b.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-e8c87b49f3659da0.rmeta --extern serde_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_bytes-72d39d8d2f664748.rmeta --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-600a7ecfeea261be.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-742c923e3785b97d.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-4f5d449a98ccef6e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-3b4ddd8c31bddc73.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-05e4a9202fcda5f1.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-5fc24b5c46adbd72.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-1a535b08d52ade11/out/lib`
45672026-02-26T19:29:08.202Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45682026-02-26T19:29:08.231Z Running `/home/build/.rustup/toolchains/1.91.1-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=bef7be894021e438 -C extra-filename=-759720df9f748024 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-566dfdbece98fde0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-8e6118deea88b7a8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f012a4405e1725b1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4fab09a38958d149.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b10c956631964193.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1c44f558291a3c28.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
45692026-02-26T19:29:08.521Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45702026-02-26T19:29:08.546Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_blippy --edition=2024 nexus/reconfigurator/blippy/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=28fa1f08336fc6b1 -C extra-filename=-a76ddcb16f9014d1 --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-c122ae00a38d41a5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64`
45712026-02-26T19:29:10.820Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
45722026-02-26T19:29:10.845Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper_client --edition=2024 clients/clickhouse-admin-keeper-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8785b8f5c655e8e8 -C extra-filename=-d5c91505739106d4 --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-b476cbab3ebc9700.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-19024cc6c44806ed.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
45732026-02-26T19:29:12.728Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
45742026-02-26T19:29:12.775Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2024 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2581fe5d5c881d54 -C extra-filename=-bdc63c31969aa7c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-e59c0e0cd35ac67e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-891b573e0dea389a.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e9068d0167c53e94.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-beeeab8b7ab46b51.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-494ca4e31fddf7d3.rmeta --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-92245c2a2bcbfc0c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-e227e4706d083501.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4e1cebaf054645ba.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c3798f9ded3407a8.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e07e583db8d995e5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-aebcb169fd932054.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-40d259803c85ce4f.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-8ae856682eb1cbce.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-ca5ca176de1e9c1f.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
45752026-02-26T19:29:14.300Z Compiling rand_seeder v0.4.0
45762026-02-26T19:29:14.330Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_seeder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_seeder-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::unit_arg' '--allow=clippy::println_empty_string' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5136e656f49c3659 -C extra-filename=-796cebb566595b6a --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-e1e612e7dbac87d8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45772026-02-26T19:29:14.715Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
45782026-02-26T19:29:14.743Z Running `/home/build/.rustup/toolchains/1.91.1-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=3765f628971a1a7a -C extra-filename=-7655243c9319e73a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-988e9159243af5a7.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-ffd058a0359ad538.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1c44f558291a3c28.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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
45792026-02-26T19:29:15.361Z Compiling samael v0.0.19
45802026-02-26T19:29:15.386Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_bindings --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/samael-0.0.19/bindings.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "lazy_static", "libc", "libxml", "xmlsec"))' -C metadata=b1f28fa2d6efa4c6 -C extra-filename=-a8bec4fce126add0 --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-a8bec4fce126add0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-7ce88edc96a5fa32.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-480ab039f767e1c9.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45812026-02-26T19:29:15.954Z Compiling is_ci v1.2.0
45822026-02-26T19:29:15.980Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name is_ci --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is_ci-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b7f6ec14db474737 -C extra-filename=-16571b39efce1ebe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45832026-02-26T19:29:16.328Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
45842026-02-26T19:29:16.359Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name typed_rng --edition=2024 typed-rng/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=64e8a27818cf172e -C extra-filename=-8f9d7b3b4ae88bea --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-de5d2bbf64ba9eb6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-e1e612e7dbac87d8.rmeta --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-796cebb566595b6a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
45852026-02-26T19:29:16.401Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
45862026-02-26T19:29:16.401Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2024 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=19af55cdeb40e484 -C extra-filename=-fa2d970f30749628 --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-b476cbab3ebc9700.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
45872026-02-26T19:29:16.684Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45882026-02-26T19:29:16.708Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2024 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3ba6134bee4845cf -C extra-filename=-c76fd3b797d6acd5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-d5c91505739106d4.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-a1600eecf88bb0fc.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-19024cc6c44806ed.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-4e206dbacf682159.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e3dbb216017a828c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-004187269ac2e51e.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e9068d0167c53e94.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-494ca4e31fddf7d3.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-15afdd8839265a72.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-6a73fe3264197003.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-fb6d727948b05a83.rmeta --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-83cbcef5124d61ab.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-3850d59e699c0790.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-8f9d7b3b4ae88bea.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64`
45892026-02-26T19:29:18.018Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-a8bec4fce126add0/build-script-bindings`
45902026-02-26T19:29:18.855Z Compiling yansi v1.0.1
45912026-02-26T19:29:18.882Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name yansi --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yansi-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_nightly", "alloc", "default", "detect-env", "detect-tty", "hyperlink", "is-terminal", "std"))' -C metadata=ccaf4073820c57e1 -C extra-filename=-738ca472b4f1aa02 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45922026-02-26T19:29:19.590Z Compiling pretty_assertions v1.4.1
45932026-02-26T19:29:19.615Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name pretty_assertions --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pretty_assertions-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable"))' -C metadata=7858d739a4af1862 -C extra-filename=-7741d6f8a6d11042 --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-9f945f6037cdafb3.rmeta --extern yansi=/work/oxidecomputer/omicron/target/debug/deps/libyansi-738ca472b4f1aa02.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45942026-02-26T19:29:20.263Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
45952026-02-26T19:29:20.312Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_api --edition=2024 oximeter/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d0adc12031b36d96 -C extra-filename=-9ccf93a538450fe4 --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-d703376dd51db557.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-567df5da3eaa495f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-3c977b5def4a6ed9.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
45962026-02-26T19:29:20.313Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name samael --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/samael-0.0.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type staticlib --crate-type rlib --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "lazy_static", "libc", "libxml", "xmlsec"))' -C metadata=20db81c6c2d7f33b -C extra-filename=-8fb33aed29d3b1fd --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-142d12a8ca42df76.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-5d4dd4f25a3a940c.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-40bf82a4bdaa5b30.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-bdecca09356102e1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-96f20180a98fd8ea.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-c27281ebe7fbcab4.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-bfb240f84d962d5a.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-3002f96437acd722.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-d55603c4ed41414e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ab9cad66fca2caf1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.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)'`
45972026-02-26T19:29:22.110Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
45982026-02-26T19:29:22.143Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2024 gateway-test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=94f165238ce1a3e6 -C extra-filename=-9449da761caf8295 --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-3066b3ace58dda21.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-004187269ac2e51e.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e9068d0167c53e94.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-494ca4e31fddf7d3.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-bdc63c31969aa7c9.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b789c7149d610113.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-413932a27105c9a7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
45992026-02-26T19:29:23.510Z Compiling typeid v1.0.3
46002026-02-26T19:29:23.552Z Running `/home/build/.rustup/toolchains/1.91.1-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=04f9a5391b02980b -C extra-filename=-79298ac9cf058202 --out-dir /work/oxidecomputer/omicron/target/debug/build/typeid-79298ac9cf058202 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46012026-02-26T19:29:24.135Z Running `/work/oxidecomputer/omicron/target/debug/build/typeid-79298ac9cf058202/build-script-build`
46022026-02-26T19:29:24.208Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46032026-02-26T19:29:24.258Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_planning --edition=2024 nexus/reconfigurator/planning/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8982db5814c53ae8 -C extra-filename=-a39cc0226fc54e4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-19024cc6c44806ed.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-4e206dbacf682159.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-004187269ac2e51e.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-494ca4e31fddf7d3.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-496362133443fc3e.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-594f352716bbccce.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-d587cb581310d033.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7a8e6e1ad661e181.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c76fd3b797d6acd5.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-a76ddcb16f9014d1.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-fb6d727948b05a83.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-413932a27105c9a7.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7655243c9319e73a.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1c44f558291a3c28.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-8f9d7b3b4ae88bea.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-759720df9f748024.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64`
46042026-02-26T19:29:26.508Z Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
46052026-02-26T19:29:26.535Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name openapi_lint --edition=2021 /home/build/.cargo/git/checkouts/openapi-lint-d70c5ef8a437b633/1b65d76/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fdb973a8d528a9a0 -C extra-filename=-26ce93b26fa1d45f --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-d61228a413094487.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-496362133443fc3e.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-bdecca09356102e1.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46062026-02-26T19:29:30.920Z Running `/home/build/.rustup/toolchains/1.91.1-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=4dcb6ad21457a8df -C extra-filename=-d4cbccb88c428dc5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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)'`
46072026-02-26T19:29:31.171Z Compiling tabled_derive v0.10.0
46082026-02-26T19:29:31.171Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tabled_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tabled_derive-0.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=80f9435da73a8291 -C extra-filename=-41bbab7b342ac352 --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-d61228a413094487.rlib --extern proc_macro_error2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error2-9b98afb9d771607a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46092026-02-26T19:29:31.171Z Compiling papergrid v0.14.0
46102026-02-26T19:29:31.171Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name papergrid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/papergrid-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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "default", "std"))' -C metadata=18569dc5d262a9ed -C extra-filename=-c3e52a30c2ddbcd4 --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-33623e474bd95237.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-22553d033a4f20d3.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b90862fbe68f089a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46112026-02-26T19:29:31.203Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
46122026-02-26T19:29:31.204Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_messages --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/4aac612/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=e210650c72a505ee -C extra-filename=-2081369cd40e0710 --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-cfaa2511914227eb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-e9e9e77d8ed55b69.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46132026-02-26T19:29:31.809Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
46142026-02-26T19:29:31.833Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/4aac612/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=83b65380b20a9a31 -C extra-filename=-9b245365236b4065 --out-dir /work/oxidecomputer/omicron/target/debug/build/transceiver-controller-9b245365236b4065 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2ff88dd682b77008.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46152026-02-26T19:29:32.256Z Running `/work/oxidecomputer/omicron/target/debug/build/transceiver-controller-9b245365236b4065/build-script-build`
46162026-02-26T19:29:32.371Z Compiling tabled v0.18.0
46172026-02-26T19:29:32.396Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tabled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tabled-0.18.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="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=1275dcc406cfe639 -C extra-filename=-fe1ccaebfd19b91e --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-c3e52a30c2ddbcd4.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-41bbab7b342ac352.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46182026-02-26T19:29:32.967Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
46192026-02-26T19:29:32.992Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_decode --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/4aac612/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=0bfb2c75406d1360 -C extra-filename=-7d105b0c16d883cc --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-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-2081369cd40e0710.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46202026-02-26T19:29:34.373Z Compiling erased-serde v0.4.6
46212026-02-26T19:29:34.398Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name erased_serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/erased-serde-0.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="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable-debug"))' -C metadata=413ca10850823961 -C extra-filename=-c3301dc6b9007bdb --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-aa0f5bd7118bc9a2.rmeta --extern typeid=/work/oxidecomputer/omicron/target/debug/deps/libtypeid-d4cbccb88c428dc5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46222026-02-26T19:29:35.572Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
46232026-02-26T19:29:35.621Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2024 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7c767c1ad665fd4f -C extra-filename=-c6c47b1288298b15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-594f352716bbccce.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d84f93995e261401.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-621e0d376e43b2e6.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4e1cebaf054645ba.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-9ccf93a538450fe4.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-fa2d970f30749628.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-79f9f6e29e855245.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-3bf64ca65482c55e.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b789c7149d610113.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64`
46242026-02-26T19:29:36.725Z Compiling castaway v0.2.3
46252026-02-26T19:29:36.751Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name castaway --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/castaway-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=2b78d58041c9c558 -C extra-filename=-a65903bb3f9183ce --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-f2a99d18b9861c4a.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46262026-02-26T19:29:36.779Z Compiling ordered-float v2.10.1
46272026-02-26T19:29:36.779Z Running `/home/build/.rustup/toolchains/1.91.1-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=96ea48f2a9688549 -C extra-filename=-f127ac81b0d7a029 --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-e2c1fb2295e429a9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46282026-02-26T19:29:36.991Z Compiling indoc v2.0.6
46292026-02-26T19:29:37.029Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indoc-2.0.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=4f1841d27e959dca -C extra-filename=-06990e652ebe396a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46302026-02-26T19:29:37.416Z Compiling serde-value v0.7.0
46312026-02-26T19:29:37.441Z Running `/home/build/.rustup/toolchains/1.91.1-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=c5924e88cb37ef31 -C extra-filename=-d21fe1d052f8e490 --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-f127ac81b0d7a029.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46322026-02-26T19:29:37.974Z Compiling compact_str v0.8.0
46332026-02-26T19:29:38.000Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name compact_str --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compact_str-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=d2d80390be743cae -C extra-filename=-216cbe61b944a0a5 --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-a65903bb3f9183ce.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-c7c658e705ae5e14.rmeta --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-f2a99d18b9861c4a.so --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-d387870d74e6e1c2.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46342026-02-26T19:29:38.266Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_controller --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/4aac612/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=e96884ef1f1f9aec -C extra-filename=-7879e34ee94475fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-e9e9e77d8ed55b69.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-9ab2d762c9a0e654.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fe1ccaebfd19b91e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern transceiver_decode=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_decode-7d105b0c16d883cc.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-2081369cd40e0710.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm`
46352026-02-26T19:29:38.410Z Compiling serde-untagged v0.1.7
46362026-02-26T19:29:38.436Z Running `/home/build/.rustup/toolchains/1.91.1-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.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=9ac673ad6fcff071 -C extra-filename=-a216d18be3c86d77 --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-c3301dc6b9007bdb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern typeid=/work/oxidecomputer/omicron/target/debug/deps/libtypeid-d4cbccb88c428dc5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46372026-02-26T19:29:39.080Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
46382026-02-26T19:29:39.105Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/test-interface/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dee8b1d0f71ab609 -C extra-filename=-a19dd42e593ea34c --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-test-interface-a19dd42e593ea34c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-f5c9e570270b8840.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
46392026-02-26T19:29:39.559Z Compiling unicode-truncate v1.1.0
46402026-02-26T19:29:39.584Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_truncate --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-truncate-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=66f492495cdbe203 -C extra-filename=-2ff59afd3380950f --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-f0f9e563abed1aaf.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-469dcac1900e48e3.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-80212553b0ad03df.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46412026-02-26T19:29:39.628Z Compiling lru v0.12.5
46422026-02-26T19:29:39.628Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name lru --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lru-0.12.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hashbrown"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "hashbrown", "nightly"))' -C metadata=cda0545ee343015c -C extra-filename=-e7e8a7c7bb9f4ca8 --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-24722ee613ffd7bd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46432026-02-26T19:29:39.957Z Compiling instability v0.3.2
46442026-02-26T19:29:39.982Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name instability --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/instability-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=419d8742ce9d28f6 -C extra-filename=-904102846e5a7ed9 --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-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46452026-02-26T19:29:40.060Z Compiling cassowary v0.3.0
46462026-02-26T19:29:40.085Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cassowary --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cassowary-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d8602275a5cda281 -C extra-filename=-7ab2166777ec0c14 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46472026-02-26T19:29:41.220Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-test-interface-a19dd42e593ea34c/build-script-build`
46482026-02-26T19:29:41.266Z Compiling ratatui v0.29.0
46492026-02-26T19:29:41.267Z Compiling cargo-util-schemas v0.8.2
46502026-02-26T19:29:41.267Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ratatui --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ratatui-0.29.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::pedantic' '--warn=clippy::cargo' '--warn=clippy::use_self' --forbid=unsafe_code '--warn=clippy::unnecessary_self_imports' '--warn=clippy::string_to_string' '--warn=clippy::string_slice' '--warn=clippy::string_lit_chars_any' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::redundant_type_annotations' '--warn=clippy::or_fun_call' '--warn=clippy::needless_raw_strings' '--warn=clippy::needless_pass_by_ref_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::module_inception' '--warn=clippy::mod_module_files' '--warn=clippy::mixed_read_write_in_expression' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--warn=clippy::missing_const_for_fn' '--warn=clippy::map_err_ignore' '--warn=clippy::format_push_string' '--warn=clippy::fn_to_numeric_cast_any' '--warn=clippy::equatable_if_let' '--warn=clippy::empty_line_after_doc_comments' '--warn=clippy::else_if_without_else' '--warn=clippy::deref_by_slicing' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--warn=clippy::as_underscore' --cfg 'feature="crossterm"' --cfg 'feature="default"' --cfg 'feature="underline-color"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-widgets", "crossterm", "default", "document-features", "macros", "palette", "scrolling-regions", "serde", "termion", "termwiz", "underline-color", "unstable", "unstable-backend-writer", "unstable-rendered-line-info", "unstable-widget-ref", "widget-calendar"))' -C metadata=73ed866b22a386fa -C extra-filename=-7affd22fd6893a37 --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-cfaa2511914227eb.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-7ab2166777ec0c14.rmeta --extern compact_str=/work/oxidecomputer/omicron/target/debug/deps/libcompact_str-216cbe61b944a0a5.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-bd8ba8cf7e2e74e8.rmeta --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-06990e652ebe396a.so --extern instability=/work/oxidecomputer/omicron/target/debug/deps/libinstability-904102846e5a7ed9.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f0f9e563abed1aaf.rmeta --extern lru=/work/oxidecomputer/omicron/target/debug/deps/liblru-e7e8a7c7bb9f4ca8.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-403fa0d437dd0a79.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-469dcac1900e48e3.rmeta --extern unicode_truncate=/work/oxidecomputer/omicron/target/debug/deps/libunicode_truncate-2ff59afd3380950f.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b90862fbe68f089a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46512026-02-26T19:29:41.267Z Running `/home/build/.rustup/toolchains/1.91.1-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=ed42f78f8cf365c1 -C extra-filename=-3a31ff2ab2ca14a7 --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-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_untagged=/work/oxidecomputer/omicron/target/debug/deps/libserde_untagged-a216d18be3c86d77.rmeta --extern serde_value=/work/oxidecomputer/omicron/target/debug/deps/libserde_value-d21fe1d052f8e490.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-fc62dcc87d98955d.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ab9cad66fca2caf1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46522026-02-26T19:29:41.323Z Compiling console v0.16.0
46532026-02-26T19:29:41.347Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/console-0.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="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=437aa6dd2cd79ef3 -C extra-filename=-5ac0cb206b02400f --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-b9bf1208c93b2e2e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b90862fbe68f089a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46542026-02-26T19:29:42.627Z Compiling cargo-platform v0.2.0
46552026-02-26T19:29:42.652Z Running `/home/build/.rustup/toolchains/1.91.1-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=e00f47446fc4592d -C extra-filename=-94708f313af7af70 --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-aa0f5bd7118bc9a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46562026-02-26T19:29:42.696Z Compiling unit-prefix v0.5.1
46572026-02-26T19:29:42.696Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name unit_prefix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unit-prefix-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=31b8bce2391e8c03 -C extra-filename=-ad6e8fbefbdb6123 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46582026-02-26T19:29:42.807Z Compiling polar-core v0.27.3
46592026-02-26T19:29:42.831Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polar-core-0.27.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=58a7bb61c180be46 -C extra-filename=-815e27ca6a48120b --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-815e27ca6a48120b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-8d8642837b286884.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-3449d84aa852d347.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46602026-02-26T19:29:43.017Z Compiling indicatif v0.18.0
46612026-02-26T19:29:43.042Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name indicatif --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rayon"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "futures", "improved_unicode", "in_memory", "rayon", "tokio", "unicode-segmentation", "unicode-width", "vt100"))' -C metadata=7401abbc9b078d52 -C extra-filename=-ed787519e83456dc --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-5ac0cb206b02400f.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-847f833c2dcf0067.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-36b1178678ed49cf.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b90862fbe68f089a.rmeta --extern unit_prefix=/work/oxidecomputer/omicron/target/debug/deps/libunit_prefix-ad6e8fbefbdb6123.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46622026-02-26T19:29:43.315Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46632026-02-26T19:29:43.340Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2024 wicket-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=87a1497492313ae1 -C extra-filename=-38983602dc54089b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d587728779ad7edc.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-004187269ac2e51e.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-494ca4e31fddf7d3.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-32f3b4bd9ec60dad.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-7879e34ee94475fb.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-57c190f10e85dc2f.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
46642026-02-26T19:29:44.255Z Compiling cargo_metadata v0.21.0
46652026-02-26T19:29:44.255Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cargo_metadata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo_metadata-0.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=9d48964f618d2ce8 -C extra-filename=-24eb4f060d9e8888 --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-3066b3ace58dda21.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-94708f313af7af70.rmeta --extern cargo_util_schemas=/work/oxidecomputer/omicron/target/debug/deps/libcargo_util_schemas-3a31ff2ab2ca14a7.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46662026-02-26T19:29:44.762Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-815e27ca6a48120b/build-script-build`
46672026-02-26T19:29:45.188Z Compiling supports-color v3.0.2
46682026-02-26T19:29:45.212Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name supports_color --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/supports-color-3.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0281607890d9599d -C extra-filename=-1142157a3ff864fb --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-16571b39efce1ebe.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46692026-02-26T19:29:45.582Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
46702026-02-26T19:29:45.607Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_api --edition=2024 cockroach-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5f8ca6def27e87d6 -C extra-filename=-e476912f94e810f8 --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-d502cd6d9a6e9ed9.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-567df5da3eaa495f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
46712026-02-26T19:29:46.587Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name polar_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polar-core-0.27.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=2f6e3aac3655ca07 -C extra-filename=-a6eea0405c511687 --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-1dcfb7a1f5c81eff.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-6f139e9a3dd2f1df.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-c39126824de58e00.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46722026-02-26T19:29:46.906Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
46732026-02-26T19:29:46.930Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 cockroach-admin/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e90057d6ebc55479 -C extra-filename=-c3006ff36043e0b2 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-c3006ff36043e0b2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-f5c9e570270b8840.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
46742026-02-26T19:29:47.373Z Compiling concurrent-queue v2.5.0
46752026-02-26T19:29:47.398Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name concurrent_queue --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=79f4a7b3f8f07228 -C extra-filename=-24356479c14e0016 --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-16e875d6462de814.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46762026-02-26T19:29:47.574Z Compiling parking v2.2.1
46772026-02-26T19:29:47.599Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name parking --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking-2.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("loom"))' -C metadata=a2d8a9267b3d8b62 -C extra-filename=-9a9319e68af556b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46782026-02-26T19:29:47.647Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-c3006ff36043e0b2/build-script-build`
46792026-02-26T19:29:47.728Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
46802026-02-26T19:29:47.768Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/test-utils/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="omicron-dev"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-dev"))' -C metadata=bc7ed5a909780175 -C extra-filename=-386d9773af0ce816 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-test-utils-386d9773af0ce816 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-f5c9e570270b8840.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
46812026-02-26T19:29:47.859Z Compiling libz-sys v1.1.20
46822026-02-26T19:29:47.884Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libz-sys-1.1.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(zng)' --cfg 'feature="libc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "cmake", "default", "libc", "static", "stock-zlib", "zlib-ng", "zlib-ng-no-cmake-experimental-community-maintained"))' -C metadata=642de660024fa505 -C extra-filename=-5cc614e883a05a33 --out-dir /work/oxidecomputer/omicron/target/debug/build/libz-sys-5cc614e883a05a33 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-7d81945d2ab4a7b1.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-480ab039f767e1c9.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-523aa01e87ec1c69.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46832026-02-26T19:29:47.990Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_admin --edition=2024 cockroach-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8b041b52cdea5419 -C extra-filename=-65997502fd78d435 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-e476912f94e810f8.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-4e206dbacf682159.rmeta --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-d502cd6d9a6e9ed9.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-0a4b298c80db40a6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3548ee163e1966e2.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/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`
46842026-02-26T19:29:48.194Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-test-utils-386d9773af0ce816/build-script-build`
46852026-02-26T19:29:48.283Z Compiling event-listener v5.3.1
46862026-02-26T19:29:48.308Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-5.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="parking"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "parking", "portable-atomic", "portable-atomic-util", "portable_atomic_crate", "std"))' -C metadata=65fb2dc041b1cdaf -C extra-filename=-3abf4e19fe31a23e --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-24356479c14e0016.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-9a9319e68af556b1.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b2cd9ff7035cd5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46872026-02-26T19:29:48.735Z Compiling libgit2-sys v0.18.2+1.9.1
46882026-02-26T19:29:48.760Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libgit2-sys-0.18.2+1.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("https", "libssh2-sys", "openssl-sys", "ssh", "vendored", "vendored-openssl", "zlib-ng-compat"))' -C metadata=25916f33515aed9c -C extra-filename=-2bbd31fa7c2ada80 --out-dir /work/oxidecomputer/omicron/target/debug/build/libgit2-sys-2bbd31fa7c2ada80 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-7d81945d2ab4a7b1.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-480ab039f767e1c9.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46892026-02-26T19:29:48.760Z Running `/work/oxidecomputer/omicron/target/debug/build/libz-sys-5cc614e883a05a33/build-script-build`
46902026-02-26T19:29:48.992Z Compiling shell-words v1.1.0
46912026-02-26T19:29:49.037Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name shell_words --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/shell-words-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=548b802225571134 -C extra-filename=-376719857cb8fb32 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46922026-02-26T19:29:49.063Z Compiling hex-literal v0.4.1
46932026-02-26T19:29:49.103Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name hex_literal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hex-literal-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=aeb09ac60e5ba1a4 -C extra-filename=-def746e7eb804baf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46942026-02-26T19:29:49.313Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name libz_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libz-sys-1.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(zng)' --cfg 'feature="libc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "cmake", "default", "libc", "static", "stock-zlib", "zlib-ng", "zlib-ng-no-cmake-experimental-community-maintained"))' -C metadata=7f842539bded9a49 -C extra-filename=-487a7a74c00958cc --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-b9bf1208c93b2e2e.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`
46952026-02-26T19:29:49.370Z Compiling event-listener-strategy v0.5.2
46962026-02-26T19:29:49.395Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name event_listener_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-strategy-0.5.2/src/lib.rs --error-format=json --json=diagnostic-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=937a79287e0fe4d5 -C extra-filename=-578c2064303bc285 --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-3abf4e19fe31a23e.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b2cd9ff7035cd5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46972026-02-26T19:29:49.574Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
46982026-02-26T19:29:49.599Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/reconfigurator/preparation/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b4b5d2a7f38edf0c -C extra-filename=-845d092a3feacac1 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-preparation-845d092a3feacac1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-f5c9e570270b8840.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
46992026-02-26T19:29:49.717Z Compiling petname v2.0.2
47002026-02-26T19:29:49.742Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/petname-2.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default-rng"' --cfg 'feature="default-words"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap", "default", "default-rng", "default-words"))' -C metadata=fd99a9bc6c4ced76 -C extra-filename=-cc4e30626e75b070 --out-dir /work/oxidecomputer/omicron/target/debug/build/petname-cc4e30626e75b070 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47012026-02-26T19:29:49.778Z Running `/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-2bbd31fa7c2ada80/build-script-build`
47022026-02-26T19:29:50.064Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-preparation-845d092a3feacac1/build-script-build`
47032026-02-26T19:29:50.090Z Compiling futures-lite v2.3.0
47042026-02-26T19:29:50.115Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_lite --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-lite-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fastrand"' --cfg 'feature="futures-io"' --cfg 'feature="parking"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "fastrand", "futures-io", "memchr", "parking", "race", "std"))' -C metadata=fbc5cc11985794ac -C extra-filename=-a983429ea19cf146 --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-9ac85dd095c3ee8c.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cbbe00eeba3a9834.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aa566f17b2a089a4.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-9a9319e68af556b1.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b2cd9ff7035cd5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47052026-02-26T19:29:50.926Z Running `/work/oxidecomputer/omicron/target/debug/build/petname-cc4e30626e75b070/build-script-build`
47062026-02-26T19:29:51.317Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47072026-02-26T19:29:51.342Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2024 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ef4f6ad234a58437 -C extra-filename=-5eb2746790f53e39 --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-b476cbab3ebc9700.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-6c21e707dd49ed8b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dc582855d2bae75a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-57c190f10e85dc2f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-38983602dc54089b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
47082026-02-26T19:29:51.741Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
47092026-02-26T19:29:51.766Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/networking/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=69ae6c3e13491bff -C extra-filename=-a10c385564351130 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-networking-a10c385564351130 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-f5c9e570270b8840.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
47102026-02-26T19:29:52.195Z Compiling vergen-git2 v1.0.7
47112026-02-26T19:29:52.221Z Running `/home/build/.rustup/toolchains/1.91.1-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=fa4f0852c276368f -C extra-filename=-32685efe112e26b5 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-git2-32685efe112e26b5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-f2a99d18b9861c4a.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47122026-02-26T19:29:52.673Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-git2-32685efe112e26b5/build-script-build`
47132026-02-26T19:29:52.783Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-networking-a10c385564351130/build-script-build`
47142026-02-26T19:29:52.808Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name petname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/petname-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default-rng"' --cfg 'feature="default-words"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap", "default", "default-rng", "default-words"))' -C metadata=05e5ddc1459346e1 -C extra-filename=-d00a5a3077feb624 --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-52bf11be3f17390d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d5f4616655430b33.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47152026-02-26T19:29:52.848Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
47162026-02-26T19:29:52.873Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_mgs_updates --edition=2024 nexus/mgs-updates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=afe38a990735ab33 -C extra-filename=-0c5b3ae903b8aefc --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-b476cbab3ebc9700.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-004187269ac2e51e.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e9068d0167c53e94.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-494ca4e31fddf7d3.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-594f352716bbccce.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d84f93995e261401.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b789c7149d610113.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-2122a778426d8761.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-fb6d727948b05a83.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-40d259803c85ce4f.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-d21b4224a1903afc.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64`
47172026-02-26T19:29:54.947Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
47182026-02-26T19:29:54.973Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/saga-recovery/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a9cf7f9525655900 -C extra-filename=-8b3f532269138a79 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-8b3f532269138a79 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-f5c9e570270b8840.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
47192026-02-26T19:29:55.400Z Compiling sapling-renderdag v0.1.0
47202026-02-26T19:29:55.425Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name renderdag --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sapling-renderdag-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serialize"))' -C metadata=5ff770a53c405007 -C extra-filename=-552ad8c151cff9f1 --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-cfaa2511914227eb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47212026-02-26T19:29:56.127Z Compiling oso v0.27.3
47222026-02-26T19:29:56.153Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oso --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oso-0.27.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="oso-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("anyhow", "clap", "cli", "default", "derive", "oso-derive", "rustyline", "rustyline-derive", "tracing-subscriber", "uuid-06", "uuid-07", "uuid-10"))' -C metadata=c0b7cb405b2215b5 -C extra-filename=-006080970c76a089 --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-8121f586b0adc89f.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-bdecca09356102e1.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-d0cf475e713d837f.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-a6eea0405c511687.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-bbbed6175a047253.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2456617dc5bbf6d2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47232026-02-26T19:29:56.875Z Compiling rtoolbox v0.0.2
47242026-02-26T19:29:56.900Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rtoolbox --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rtoolbox-0.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=8c738af1e0a14738 -C extra-filename=-bde02a34418048f2 --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-b9bf1208c93b2e2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47252026-02-26T19:29:57.358Z Compiling rustls v0.21.12
47262026-02-26T19:29:57.383Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.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=18b241bc61d61e8e -C extra-filename=-e06d0ec282123ef2 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-e06d0ec282123ef2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47272026-02-26T19:29:57.801Z Compiling sync-ptr v0.1.4
47282026-02-26T19:29:57.826Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sync_ptr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sync-ptr-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=65cc361236458485 -C extra-filename=-15843b8d737d66fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47292026-02-26T19:29:58.091Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-e06d0ec282123ef2/build-script-build`
47302026-02-26T19:29:58.158Z Compiling rpassword v7.4.0
47312026-02-26T19:29:58.185Z Running `/home/build/.rustup/toolchains/1.91.1-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=52db2e1aacfab6d7 -C extra-filename=-dbd0deda2e253d6a --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-b9bf1208c93b2e2e.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-bde02a34418048f2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47322026-02-26T19:29:58.524Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-8b3f532269138a79/build-script-build`
47332026-02-26T19:29:58.595Z Compiling async-lock v3.4.0
47342026-02-26T19:29:58.620Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name async_lock --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-lock-3.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "std"))' -C metadata=3a67406d41578efd -C extra-filename=-9e48acc722cfd38a --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-3abf4e19fe31a23e.rmeta --extern event_listener_strategy=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener_strategy-578c2064303bc285.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b2cd9ff7035cd5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47352026-02-26T19:29:59.761Z Compiling tui-tree-widget v0.23.1
47362026-02-26T19:29:59.786Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tui_tree_widget --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tui-tree-widget-0.23.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::pedantic' '--warn=clippy::nursery' '--warn=clippy::unused_trait_names' --warn=unused_qualifications --forbid=unsafe_code '--warn=clippy::std_instead_of_core' '--warn=clippy::min_ident_chars' '--warn=clippy::allow_attributes' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e39b204e36b89267 -C extra-filename=-8f03329111091d1c --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-7affd22fd6893a37.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b90862fbe68f089a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47372026-02-26T19:30:00.207Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
47382026-02-26T19:30:00.232Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name common --edition=2024 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/606c0be/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=011c10a43c7615ef -C extra-filename=-54d2dd04b292d34e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7850085381f9ba66.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-30ae21b684c14b46.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b7b87f17a490f361.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-bbbed6175a047253.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
47392026-02-26T19:30:00.939Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47402026-02-26T19:30:00.964Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 dev-tools/reconfigurator-cli/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=954c6f15d49efe15 -C extra-filename=-ac1f4022c6793412 --out-dir /work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-ac1f4022c6793412 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-f5c9e570270b8840.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
47412026-02-26T19:30:01.387Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
47422026-02-26T19:30:01.412Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/reconfigurator/execution/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ef87bc8bd0ed6ad6 -C extra-filename=-a9a12ad174840180 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-a9a12ad174840180 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-f5c9e570270b8840.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
47432026-02-26T19:30:01.830Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
47442026-02-26T19:30:01.854Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/metrics-producer-gc/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e55b1213c9e8d94d -C extra-filename=-24b63c8f37e048ab --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-24b63c8f37e048ab -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-f5c9e570270b8840.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
47452026-02-26T19:30:02.317Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
47462026-02-26T19:30:02.342Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/reconfigurator/rendezvous/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cf596a6c684a455b -C extra-filename=-35febfe083a432b2 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-35febfe083a432b2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-f5c9e570270b8840.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
47472026-02-26T19:30:02.762Z Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
47482026-02-26T19:30:02.787Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_repl_utils --edition=2024 dev-tools/repl-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bfcdfe1df21d4016 -C extra-filename=-ea7432e63fe35117 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-032a398a788f45ad.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
47492026-02-26T19:30:03.095Z Compiling rustls-webpki v0.101.7
47502026-02-26T19:30:03.119Z Running `/home/build/.rustup/toolchains/1.91.1-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=45aac5b2d35de9f5 -C extra-filename=-fae9f0de3c71a6d6 --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-2124dfe23d5b97bf.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-f32f11b39e1363d1.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-b9654423df03ee5a/out`
47512026-02-26T19:30:03.722Z Compiling sct v0.7.1
47522026-02-26T19:30:03.747Z Running `/home/build/.rustup/toolchains/1.91.1-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=f2e3743a5b9dd5da -C extra-filename=-45e49e561a59c1b6 --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-2124dfe23d5b97bf.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-f32f11b39e1363d1.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-b9654423df03ee5a/out`
47532026-02-26T19:30:03.794Z Compiling polling v3.7.3
47542026-02-26T19:30:03.820Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name polling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polling-3.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(polling_test_poll_backend)' --check-cfg 'cfg(polling_test_epoll_pipe)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4f3f2289cac77f59 -C extra-filename=-82ad10043d7cc05b --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-9b8d246c7e3e185e.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-0a203928d01f336e.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2456617dc5bbf6d2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47552026-02-26T19:30:04.128Z Running `/home/build/.rustup/toolchains/1.91.1-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=e96d2aecafd92b33 -C extra-filename=-72311dc26ca75711 --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-960003e0783a03bd.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2124dfe23d5b97bf.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-fae9f0de3c71a6d6.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-45e49e561a59c1b6.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-b9654423df03ee5a/out`
47562026-02-26T19:30:04.525Z Compiling async-io v2.3.4
47572026-02-26T19:30:04.550Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name async_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-io-2.3.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(polling_test_poll_backend)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cc4608174478ede5 -C extra-filename=-ead1af5fbe641b5d --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-9e48acc722cfd38a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-24356479c14e0016.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aa566f17b2a089a4.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-a983429ea19cf146.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-9a9319e68af556b1.rmeta --extern polling=/work/oxidecomputer/omicron/target/debug/deps/libpolling-82ad10043d7cc05b.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-0a203928d01f336e.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-0c38d5d793d964d1.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2456617dc5bbf6d2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47582026-02-26T19:30:04.750Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_fixed_data --edition=2024 nexus/db-fixed-data/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=54328ca655d86e71 -C extra-filename=-4b1f3c84eb898b8f --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-a26f456b2caf537f.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/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`
47592026-02-26T19:30:04.820Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-35febfe083a432b2/build-script-build`
47602026-02-26T19:30:04.889Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
47612026-02-26T19:30:04.913Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2024 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/606c0be/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=b2e5ba675c3f784c -C extra-filename=-42678f543bd51921 --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-032078021c49cc9d.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcommon-54d2dd04b292d34e.rmeta --extern crc8=/work/oxidecomputer/omicron/target/debug/deps/libcrc8-9f7b75d80455c3c7.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-9eac900a889ea3a2.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dc582855d2bae75a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-58235fe6368598cf.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-b8e5c6dfd1bc9268.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
47622026-02-26T19:30:06.392Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_auth --edition=2024 nexus/auth/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=08f2ee091ed0b033 -C extra-filename=-527c28894c92f92a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-fc3fbef374ba9abe.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-8092346747846701.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-44a72f62f5c98b08.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-01eb04f9a54b8339.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-4b1f3c84eb898b8f.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a26f456b2caf537f.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-c27281ebe7fbcab4.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-006080970c76a089.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-8fb33aed29d3b1fd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f40c7541594c3dec.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/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`
47632026-02-26T19:30:06.473Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-24b63c8f37e048ab/build-script-build`
47642026-02-26T19:30:06.511Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-a9a12ad174840180/build-script-build`
47652026-02-26T19:30:06.577Z Running `/work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-ac1f4022c6793412/build-script-build`
47662026-02-26T19:30:06.649Z Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47672026-02-26T19:30:06.693Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_simulation --edition=2024 nexus/reconfigurator/simulation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5809f1f5cd1867db -C extra-filename=-9f9eb83f9bc04711 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-496362133443fc3e.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c76fd3b797d6acd5.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-a39cc0226fc54e4f.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-d00a5a3077feb624.rmeta --extern renderdag=/work/oxidecomputer/omicron/target/debug/deps/librenderdag-552ad8c151cff9f1.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rmeta --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-15843b8d737d66fd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-8f9d7b3b4ae88bea.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64`
47682026-02-26T19:30:11.371Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
47692026-02-26T19:30:11.396Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_single_client --edition=2024 clients/clickhouse-admin-single-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8e332eace7cdb34f -C extra-filename=-a31dee75727fec34 --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-b476cbab3ebc9700.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-19024cc6c44806ed.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
47702026-02-26T19:30:12.182Z Compiling polyval v0.6.2
47712026-02-26T19:30:12.208Z Running `/home/build/.rustup/toolchains/1.91.1-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=033ed2030e89011b -C extra-filename=-34fd2614be96f7dd --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-9b8d246c7e3e185e.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-4b1a5e7e778fc806.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-1b3622c5985a5447.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-9850542440a3a336.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47722026-02-26T19:30:12.417Z Compiling async-task v4.7.1
47732026-02-26T19:30:12.443Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name async_task --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-task-4.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "portable-atomic", "std"))' -C metadata=e05a9bd7659a4455 -C extra-filename=-79658eaaaaae168e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47742026-02-26T19:30:12.727Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
47752026-02-26T19:30:12.752Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_errors --edition=2024 nexus/db-errors/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=31e6435ee378ce58 -C extra-filename=-c0f0efec269fbcc4 --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-085db868a71bc273.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-527c28894c92f92a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/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`
47762026-02-26T19:30:12.981Z Compiling target-lexicon v0.13.2
47772026-02-26T19:30:13.006Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-lexicon-0.13.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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arch_zkasm", "default", "serde", "serde_support", "std"))' -C metadata=fa9c711768d99aee -C extra-filename=-0245b2414c56375f --out-dir /work/oxidecomputer/omicron/target/debug/build/target-lexicon-0245b2414c56375f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47782026-02-26T19:30:14.154Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_lookup --edition=2024 nexus/db-lookup/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e6a0e94ccccf9f44 -C extra-filename=-c195cb5da379d5cc --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-f7c163f840a5b74c.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-d2bbd885974463d2.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-085db868a71bc273.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-ca394a332366b42f.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-527c28894c92f92a.rmeta --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-c0f0efec269fbcc4.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a26f456b2caf537f.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-99f30737c2513990.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b789c7149d610113.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/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`
47792026-02-26T19:30:14.262Z Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-0245b2414c56375f/build-script-build`
47802026-02-26T19:30:14.386Z Compiling ghash v0.5.1
47812026-02-26T19:30:14.411Z Running `/home/build/.rustup/toolchains/1.91.1-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=c3770cf2056590d7 -C extra-filename=-4ad0f3e2dc8e81f3 --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-1b3622c5985a5447.rmeta --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-34fd2614be96f7dd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47822026-02-26T19:30:14.686Z Compiling tokio-rustls v0.24.1
47832026-02-26T19:30:14.710Z Running `/home/build/.rustup/toolchains/1.91.1-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=a674ac39e00f3dce -C extra-filename=-13cbd84316f5a144 --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-72311dc26ca75711.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.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-b9654423df03ee5a/out`
47842026-02-26T19:30:15.172Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47852026-02-26T19:30:15.219Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2024 wicket/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b6464bcbc4cf2334 -C extra-filename=-81febf24debb1c8b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-708bbbfcfaea8aae.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-800a14e1a8c4d7b8.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-e9a817205d62f855.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-496362133443fc3e.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ed787519e83456dc.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4ca9285fc2ae54be.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-32f3b4bd9ec60dad.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-7affd22fd6893a37.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-dbd0deda2e253d6a.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-376719857cb8fb32.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-ffd058a0359ad538.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-1142157a3ff864fb.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-c1e3b6744498ff01.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2fcfcb35f0bca903.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-7879e34ee94475fb.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-8f03329111091d1c.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-80212553b0ad03df.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-57c190f10e85dc2f.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-38983602dc54089b.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-5eb2746790f53e39.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
47862026-02-26T19:30:16.996Z Compiling async-channel v2.3.1
47872026-02-26T19:30:17.024Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name async_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-channel-2.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=9b46ac065036499a -C extra-filename=-ce7bcd8b0b2c737b --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-24356479c14e0016.rmeta --extern event_listener_strategy=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener_strategy-578c2064303bc285.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cbbe00eeba3a9834.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b2cd9ff7035cd5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47882026-02-26T19:30:17.452Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
47892026-02-26T19:30:17.478Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_external_api --edition=2024 nexus/external-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=089b98e1cb5472ef -C extra-filename=-624a5cd36aed709c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-0dee767718e47050.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-567df5da3eaa495f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-772366dc183f6b73.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-3bf64ca65482c55e.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-b61fe0721fa75d38.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-d7152758803484e3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-d21b4224a1903afc.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64`
47902026-02-26T19:30:23.331Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2024 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=2063e4784721abea -C extra-filename=-a9e24867bb14f774 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-f7c163f840a5b74c.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-19024cc6c44806ed.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-4e206dbacf682159.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-5f3df2a394fb1aa2.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-d2bbd885974463d2.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-085db868a71bc273.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-ca394a332366b42f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-e59c0e0cd35ac67e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-594f352716bbccce.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d84f93995e261401.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-de9868dc0340c409.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-527c28894c92f92a.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7a8e6e1ad661e181.rmeta --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-c0f0efec269fbcc4.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-4b1f3c84eb898b8f.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-c195cb5da379d5cc.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a26f456b2caf537f.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-99f30737c2513990.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rmeta --extern nonempty=/work/oxidecomputer/omicron/target/debug/deps/libnonempty-46b553f94abe0387.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-6a73fe3264197003.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4ca9285fc2ae54be.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4e1cebaf054645ba.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b789c7149d610113.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-ab436a188cf9000a.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-d7152758803484e3.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-fb6d727948b05a83.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-cad9d362c62214a4.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-ba3e5a5fc2a12ec8.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-d21b4224a1903afc.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ab9cad66fca2caf1.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/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 native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
47912026-02-26T19:30:23.558Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
47922026-02-26T19:30:23.583Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name lldpd_common --edition=2021 /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/61479b6/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=b9221b82eaf8a537 -C extra-filename=-fce072059a7c4ceb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-42678f543bd51921.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-30ae21b684c14b46.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-bbbed6175a047253.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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
47932026-02-26T19:30:25.392Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
47942026-02-26T19:30:25.417Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_lockstep_api --edition=2024 nexus/lockstep-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a7bb55b82402c32e -C extra-filename=-e44335ab0ec246d9 --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-d703376dd51db557.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-772366dc183f6b73.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-d21b4224a1903afc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64`
47952026-02-26T19:30:26.271Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
47962026-02-26T19:30:26.313Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_internal_api --edition=2024 nexus/internal-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=69b8d774a9f151eb -C extra-filename=-b6344d5cf0d684f5 --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-d703376dd51db557.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-567df5da3eaa495f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64`
47972026-02-26T19:30:28.898Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
47982026-02-26T19:30:28.923Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_api --edition=2024 clickhouse-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0e759ec453ec1e6e -C extra-filename=-8fc3ab1f9a0e6b83 --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-2ca069f662c8ad1c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-567df5da3eaa495f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
47992026-02-26T19:30:29.645Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
48002026-02-26T19:30:29.672Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=4790e9842021c5d4 -C extra-filename=-0af6b4104ad8cf66 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-0af6b4104ad8cf66 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-f5c9e570270b8840.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
48012026-02-26T19:30:30.119Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
48022026-02-26T19:30:30.144Z Running `/home/build/.rustup/toolchains/1.91.1-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=5e279f81dc77401e -C extra-filename=-fc5571852f317beb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-cec2014a805dc7f7.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-4e27467e3006387d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-707c2610c4a4b27d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-58235fe6368598cf.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/usr/ssl-3/lib/amd64`
48032026-02-26T19:30:30.856Z Compiling rustls-pemfile v1.0.4
48042026-02-26T19:30:30.882Z Running `/home/build/.rustup/toolchains/1.91.1-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=2c464c86a1cb6535 -C extra-filename=-a86c3f9949cd5da7 --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-25862f5051364d8f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48052026-02-26T19:30:31.349Z Compiling twox-hash v2.1.0
48062026-02-26T19:30:31.374Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name twox_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/twox-hash-2.1.0/src/lib.rs --error-format=json --json=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=ca671762a88bbbe0 -C extra-filename=-c6d374e473884206 --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-d5f4616655430b33.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48072026-02-26T19:30:32.194Z Compiling piper v0.2.4
48082026-02-26T19:30:32.220Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name piper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/piper-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="futures-io"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "futures-io", "portable-atomic", "portable-atomic-util", "portable_atomic_crate", "std"))' -C metadata=a3439d9e00fedc8e -C extra-filename=-1bbc91bf21fbc94e --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-89b3ffcbb26367e2.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-9ac85dd095c3ee8c.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aa566f17b2a089a4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48092026-02-26T19:30:32.535Z Compiling ctr v0.9.2
48102026-02-26T19:30:32.561Z Running `/home/build/.rustup/toolchains/1.91.1-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=d225b9dc20f20129 -C extra-filename=-d21a1c74042bbfe0 --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-9c904fcf61dafeed.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48112026-02-26T19:30:32.661Z Compiling plotters-backend v0.3.7
48122026-02-26T19:30:32.687Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name plotters_backend --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/plotters-backend-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6ab23693ba0bc995 -C extra-filename=-b766032e3850b608 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48132026-02-26T19:30:32.984Z Compiling guppy-workspace-hack v0.1.0
48142026-02-26T19:30:33.009Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/guppy-workspace-hack-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=da3d9de6e2a35116 -C extra-filename=-41d26ec4c11013c3 --out-dir /work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-41d26ec4c11013c3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48152026-02-26T19:30:33.234Z Compiling plotters-svg v0.3.7
48162026-02-26T19:30:33.258Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name plotters_svg --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/plotters-svg-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bitmap_encoder", "debug", "image"))' -C metadata=a8d7d690bd29bba1 -C extra-filename=-0802cb4b1435f2c7 --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-b766032e3850b608.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48172026-02-26T19:30:33.436Z Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-41d26ec4c11013c3/build-script-build`
48182026-02-26T19:30:33.503Z Compiling aes-gcm v0.10.3
48192026-02-26T19:30:33.528Z Running `/home/build/.rustup/toolchains/1.91.1-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=56baf1035c35b86e -C extra-filename=-6f4a7251e7373ba1 --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-f860253af2321ca5.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-2673472d707878ba.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-9c904fcf61dafeed.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-d21a1c74042bbfe0.rmeta --extern ghash=/work/oxidecomputer/omicron/target/debug/deps/libghash-4ad0f3e2dc8e81f3.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48202026-02-26T19:30:33.782Z Compiling blocking v1.6.1
48212026-02-26T19:30:33.807Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name blocking --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blocking-1.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("tracing"))' -C metadata=dc4ac2ae8e42f812 -C extra-filename=-7b140b2938695794 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_channel=/work/oxidecomputer/omicron/target/debug/deps/libasync_channel-ce7bcd8b0b2c737b.rmeta --extern async_task=/work/oxidecomputer/omicron/target/debug/deps/libasync_task-79658eaaaaae168e.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aa566f17b2a089a4.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-a983429ea19cf146.rmeta --extern piper=/work/oxidecomputer/omicron/target/debug/deps/libpiper-1bbc91bf21fbc94e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48222026-02-26T19:30:33.974Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-0af6b4104ad8cf66/build-script-build`
48232026-02-26T19:30:34.052Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
48242026-02-26T19:30:34.080Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name lldpd_client --edition=2021 /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/61479b6/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=e17796b1c5261745 -C extra-filename=-6d9868458ac624b2 --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-b476cbab3ebc9700.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern lldpd_common=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_common-fce072059a7c4ceb.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-9eac900a889ea3a2.rmeta --extern protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-d665ddf1fd1eb449.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-58235fe6368598cf.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
48252026-02-26T19:30:34.499Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name target_lexicon --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-lexicon-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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_zkasm", "default", "serde", "serde_support", "std"))' -C metadata=5ec6586ef524581f -C extra-filename=-a0de42178c00b7c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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"'`
48262026-02-26T19:30:34.690Z Compiling async-executor v1.13.1
48272026-02-26T19:30:34.716Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name async_executor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-executor-1.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("static"))' -C metadata=cb5e860bf43e2b02 -C extra-filename=-5cdfb546baf27770 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_task=/work/oxidecomputer/omicron/target/debug/deps/libasync_task-79658eaaaaae168e.rmeta --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-24356479c14e0016.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-9ac85dd095c3ee8c.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-a983429ea19cf146.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-0c38d5d793d964d1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48282026-02-26T19:30:35.343Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2024 dev-tools/reconfigurator-cli/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1a6a791de24e4cb6 -C extra-filename=-f8b620cf79b52565 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e19bce47ba6e7c57.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-494ca4e31fddf7d3.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d84f93995e261401.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-de5d2bbf64ba9eb6.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c76fd3b797d6acd5.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-a76ddcb16f9014d1.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-a39cc0226fc54e4f.rmeta --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-9f9eb83f9bc04711.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rmeta --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-ea7432e63fe35117.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-9fbdfea03a05da8f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rmeta --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7655243c9319e73a.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1c44f558291a3c28.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-759720df9f748024.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/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`
48292026-02-26T19:30:35.511Z Compiling async-signal v0.2.10
48302026-02-26T19:30:35.537Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name async_signal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-signal-0.2.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=73bea98d01ff342d -C extra-filename=-dc36d0bc73e06844 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-ead1af5fbe641b5d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cbbe00eeba3a9834.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aa566f17b2a089a4.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-0a203928d01f336e.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-e02a3f4cfec0435b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48312026-02-26T19:30:36.009Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
48322026-02-26T19:30:36.035Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_test_utils --edition=2024 oximeter/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=03f965ebd225b44e -C extra-filename=-3d0484ccffafb59a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-3c3c262e50c2db18.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-79f9f6e29e855245.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-c112d53073a1dce4.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-3bf64ca65482c55e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
48332026-02-26T19:30:38.237Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
48342026-02-26T19:30:38.264Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_background_task_interface --edition=2024 nexus/background-task-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7c4c0442a0ddea56 -C extra-filename=-363b918dd04529f2 --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-83a93939939f6042.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
48352026-02-26T19:30:38.646Z Compiling progenitor-extras v0.1.0
48362026-02-26T19:30:38.672Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_extras --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-extras-0.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=1dc3711509b67d5d -C extra-filename=-7300718b1cfca620 --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-f0d02969b110bfff.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0769587943d5c544.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out`
48372026-02-26T19:30:38.812Z Compiling fatfs v0.3.6
48382026-02-26T19:30:38.838Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name fatfs --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fatfs-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "chrono", "core_io", "default", "std"))' -C metadata=35d20c5dbbe84c98 -C extra-filename=-1014431a745deeb0 --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-2b8f5067655268d2.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48392026-02-26T19:30:39.224Z Compiling ssh-encoding v0.2.0
48402026-02-26T19:30:39.224Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ssh_encoding --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ssh-encoding-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="base64"' --cfg 'feature="pem"' --cfg 'feature="sha2"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "base64", "bytes", "pem", "sha2", "std"))' -C metadata=e2c487e1813cb2de -C extra-filename=-27acf46864694703 --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-0a4b7964ee767b1f.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-76ae0420101700af.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48412026-02-26T19:30:39.834Z Compiling blowfish v0.9.1
48422026-02-26T19:30:39.859Z Running `/home/build/.rustup/toolchains/1.91.1-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=16eec4b39fc59092 -C extra-filename=-5f1f96ad64062078 --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-7979b4ba2f5cd7b3.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-9c904fcf61dafeed.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48432026-02-26T19:30:40.374Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
48442026-02-26T19:30:40.399Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name raw_cpuid --edition=2018 /home/build/.cargo/git/checkouts/rust-cpuid-40ac26428755d764/a4cf01d/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap", "cli", "display", "serde", "serde_derive", "serde_json", "serialize", "std", "termimad"))' -C metadata=82f3a82f0b3decdb -C extra-filename=-745844d85b1f8543 --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-cfaa2511914227eb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48452026-02-26T19:30:40.604Z Compiling seq-macro v0.3.6
48462026-02-26T19:30:40.629Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name seq_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/seq-macro-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3f8dd2b67def77b6 -C extra-filename=-61845530d575cda1 --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`
48472026-02-26T19:30:41.203Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name libgit2_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libgit2-sys-0.18.2+1.9.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("https", "libssh2-sys", "openssl-sys", "ssh", "vendored", "vendored-openssl", "zlib-ng-compat"))' -C metadata=325aa67ac5313f2c -C extra-filename=-8eb02218e96bcb09 --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-b9bf1208c93b2e2e.rmeta --extern libz_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibz_sys-487a7a74c00958cc.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-748b7de2a29e2ed3/out/build -L native=/usr/lib/amd64 -l static=git2 --cfg libgit2_vendored --check-cfg 'cfg(libgit2_vendored,)'`
48482026-02-26T19:30:41.778Z Compiling git2 v0.20.2
48492026-02-26T19:30:41.804Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name git2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/git2-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 --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=7d40c04db08efb64 -C extra-filename=-4c0e2ab1009b0f19 --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-cfaa2511914227eb.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern libgit2_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibgit2_sys-8eb02218e96bcb09.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ab9cad66fca2caf1.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-748b7de2a29e2ed3/out/build -L native=/usr/lib/amd64`
48502026-02-26T19:30:41.929Z Compiling arrayvec v0.7.6
48512026-02-26T19:30:41.954Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name arrayvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arrayvec-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("borsh", "default", "serde", "std", "zeroize"))' -C metadata=90f428ac8aeca19b -C extra-filename=-efe16075e63a2c7c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48522026-02-26T19:30:42.428Z Compiling arrayref v0.3.9
48532026-02-26T19:30:42.472Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name arrayref --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arrayref-0.3.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1a019e42fc70eace -C extra-filename=-e534cb499732f668 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48542026-02-26T19:30:42.621Z Compiling event-listener v2.5.3
48552026-02-26T19:30:42.646Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-2.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0042d240f29136b7 -C extra-filename=-b160f8701a7bc749 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48562026-02-26T19:30:43.084Z Compiling target-spec v3.5.0
48572026-02-26T19:30:43.109Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-spec-3.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(guppy_nightly)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("custom", "proptest", "proptest1", "summaries"))' -C metadata=5351e89a606ec571 -C extra-filename=-822782f8b00e6905 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-spec-822782f8b00e6905 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48582026-02-26T19:30:43.802Z Compiling constant_time_eq v0.3.1
48592026-02-26T19:30:43.826Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name constant_time_eq --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/constant_time_eq-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("count_instructions_test"))' -C metadata=4a95b864d69cb61a -C extra-filename=-d3fd8fab878222c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48602026-02-26T19:30:44.125Z Compiling futures-timer v3.0.3
48612026-02-26T19:30:44.150Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_timer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-timer-3.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("gloo-timers", "send_wrapper", "wasm-bindgen"))' -C metadata=2d8065d39236c4cc -C extra-filename=-634f1382b7e14c4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48622026-02-26T19:30:44.993Z Compiling cast v0.3.0
48632026-02-26T19:30:45.034Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cast --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cast-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=e250b69fa2edac26 -C extra-filename=-598ac4fa75a18801 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48642026-02-26T19:30:45.437Z Compiling criterion-plot v0.6.0
48652026-02-26T19:30:45.462Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name criterion_plot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/criterion-plot-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d68a69287c7ac1b1 -C extra-filename=-8be13f97d7e75e0b --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-598ac4fa75a18801.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f0f9e563abed1aaf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48662026-02-26T19:30:45.631Z Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-822782f8b00e6905/build-script-build`
48672026-02-26T19:30:45.705Z Compiling async-channel v1.9.0
48682026-02-26T19:30:45.729Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name async_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-channel-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a3b0ee780c848ec4 -C extra-filename=-df71af1352a9708a --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-24356479c14e0016.rmeta --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-b160f8701a7bc749.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cbbe00eeba3a9834.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48692026-02-26T19:30:45.938Z Compiling bcrypt-pbkdf v0.10.0
48702026-02-26T19:30:45.962Z Running `/home/build/.rustup/toolchains/1.91.1-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=12c42a2629c37155 -C extra-filename=-84f86c028ea1cc4b --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-5f1f96ad64062078.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-310d9ff867643127.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48712026-02-26T19:30:46.121Z Compiling ssh-cipher v0.2.0
48722026-02-26T19:30:46.145Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ssh_cipher --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ssh-cipher-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --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=69f2024d4dbee66d -C extra-filename=-9eb43fc8707cbf2c --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-2673472d707878ba.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-6f4a7251e7373ba1.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-f7dabc8667ad2395.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-07f375fd16e2cbe7.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-9c904fcf61dafeed.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-d21a1c74042bbfe0.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-49411392d4536874.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-27acf46864694703.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48732026-02-26T19:30:46.474Z Compiling async-process v2.3.0
48742026-02-26T19:30:46.498Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name async_process --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-process-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(async_process_force_signal_backend)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3b038046b162b6fc -C extra-filename=-4f80922e6973449c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-ead1af5fbe641b5d.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-9e48acc722cfd38a.rmeta --extern async_signal=/work/oxidecomputer/omicron/target/debug/deps/libasync_signal-dc36d0bc73e06844.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-3abf4e19fe31a23e.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-a983429ea19cf146.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-0a203928d01f336e.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2456617dc5bbf6d2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48752026-02-26T19:30:46.636Z Compiling async-global-executor v2.4.1
48762026-02-26T19:30:46.661Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name async_global_executor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-global-executor-2.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-io"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-io", "default", "tokio", "tokio-crate", "tokio02", "tokio02-crate", "tokio03", "tokio03-crate"))' -C metadata=bbac8192dfe86b34 -C extra-filename=-6e9b5eeb81fa9254 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_channel=/work/oxidecomputer/omicron/target/debug/deps/libasync_channel-ce7bcd8b0b2c737b.rmeta --extern async_executor=/work/oxidecomputer/omicron/target/debug/deps/libasync_executor-5cdfb546baf27770.rmeta --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-ead1af5fbe641b5d.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-9e48acc722cfd38a.rmeta --extern blocking=/work/oxidecomputer/omicron/target/debug/deps/libblocking-7b140b2938695794.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-a983429ea19cf146.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48772026-02-26T19:30:47.683Z Running `/home/build/.rustup/toolchains/1.91.1-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=6df160914f8a6157 -C extra-filename=-c65270590e939716 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-40bf82a4bdaa5b30.rmeta --extern git2_rs=/work/oxidecomputer/omicron/target/debug/deps/libgit2-4c0e2ab1009b0f19.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c46c21893a0bbc80.rmeta --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-81db6a6c5c03c6fc.rmeta --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-b78dadb6d4c6b95e.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-748b7de2a29e2ed3/out/build -L native=/usr/lib/amd64 --cfg stable --check-cfg 'cfg(nightly)' --check-cfg 'cfg(beta)' --check-cfg 'cfg(stable)'`
48782026-02-26T19:30:47.853Z Compiling cfg-expr v0.20.1
48792026-02-26T19:30:47.881Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cfg_expr --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-expr-0.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=5a801c46ee8532a3 -C extra-filename=-4c30dfa5c1d8886b --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-ec04b22c3ab89ecb.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-a0de42178c00b7c3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48802026-02-26T19:30:48.065Z Compiling plotters v0.3.7
48812026-02-26T19:30:48.089Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name plotters --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/plotters-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --allow=deprecated --check-cfg 'cfg(doc_cfg)' --cfg 'feature="area_series"' --cfg 'feature="line_series"' --cfg 'feature="plotters-svg"' --cfg 'feature="svg_backend"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ab_glyph", "all_elements", "all_series", "area_series", "bitmap_backend", "bitmap_encoder", "bitmap_gif", "boxplot", "candlestick", "chrono", "colormaps", "datetime", "default", "deprecated_items", "errorbar", "evcxr", "evcxr_bitmap", "font-kit", "fontconfig-dlopen", "full_palette", "histogram", "image", "lazy_static", "line_series", "once_cell", "pathfinder_geometry", "plotters-bitmap", "plotters-svg", "point_series", "surface_series", "svg_backend", "ttf", "ttf-parser"))' -C metadata=e51d75a61fdf0c9c -C extra-filename=-ac0763a856b73f66 --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-e2c1fb2295e429a9.rmeta --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-b766032e3850b608.rmeta --extern plotters_svg=/work/oxidecomputer/omicron/target/debug/deps/libplotters_svg-0802cb4b1435f2c7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48822026-02-26T19:30:49.177Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name guppy_workspace_hack --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/guppy-workspace-hack-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5e455ed1a8f86b0f -C extra-filename=-b6ea5f156c78fb66 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48832026-02-26T19:30:49.248Z Compiling supports-color v2.1.0
48842026-02-26T19:30:49.273Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name supports_color --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/supports-color-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=50264930ba807cd1 -C extra-filename=-586276a53a911ae9 --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-ee9b1eeb21d16278.rmeta --extern is_ci=/work/oxidecomputer/omicron/target/debug/deps/libis_ci-16571b39efce1ebe.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48852026-02-26T19:30:49.382Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
48862026-02-26T19:30:49.407Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_lockstep_client --edition=2024 clients/bootstrap-agent-lockstep-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a547fcb4a5c3cde9 -C extra-filename=-9837ba49c07a3beb --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-89623bbb95ea0474.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dc582855d2bae75a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
48872026-02-26T19:30:49.755Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
48882026-02-26T19:30:49.780Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_types_versions --edition=2024 ntp-admin/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=777aaad068ef0da8 -C extra-filename=-3d3b4b2d28e2cff5 --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-83a93939939f6042.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
48892026-02-26T19:30:50.281Z Compiling textwrap v0.15.2
48902026-02-26T19:30:50.305Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name textwrap --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/textwrap-0.15.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="smawk"' --cfg 'feature="unicode-linebreak"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "hyphenation", "smawk", "terminal_size", "unicode-linebreak", "unicode-width"))' -C metadata=3e1d8f8a712e49b5 -C extra-filename=-60f80f0d59018a04 --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-997c13e0f27c0ed3.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-617103e56f3ad8c7.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-80212553b0ad03df.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48912026-02-26T19:30:50.451Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
48922026-02-26T19:30:50.476Z Running `/home/build/.rustup/toolchains/1.91.1-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=bc83b90993705a47 -C extra-filename=-d65b8fc0b81c0910 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-common-d65b8fc0b81c0910 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-81db6a6c5c03c6fc.rlib --extern vergen_git2=/work/oxidecomputer/omicron/target/debug/deps/libvergen_git2-c65270590e939716.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-748b7de2a29e2ed3/out/build -L native=/usr/lib/amd64`
48932026-02-26T19:30:50.568Z Compiling supports-hyperlinks v2.1.0
48942026-02-26T19:30:50.593Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name supports_hyperlinks --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/supports-hyperlinks-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=baeb3a23871446f1 -C extra-filename=-e1bdcc0b01ae128b --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-ee9b1eeb21d16278.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48952026-02-26T19:30:50.939Z Compiling supports-unicode v2.1.0
48962026-02-26T19:30:50.964Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name supports_unicode --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/supports-unicode-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9167533c380f2b73 -C extra-filename=-172567a3d40f1b78 --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-ee9b1eeb21d16278.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48972026-02-26T19:30:51.144Z Compiling hashbrown v0.14.5
48982026-02-26T19:30:51.169Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.14.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ahash"' --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="inline-more"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ahash", "alloc", "allocator-api2", "compiler_builtins", "core", "default", "equivalent", "inline-more", "nightly", "raw", "rayon", "rkyv", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=a4b8a89e9f92560f -C extra-filename=-e472e98501a6a1d6 --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-4535aca8ab318c48.rmeta --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-5d1b947e3c59ece1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48992026-02-26T19:30:51.330Z Compiling password-hash v0.4.2
49002026-02-26T19:30:51.355Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name password_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/password-hash-0.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=7a68fe9f46c90ffb -C extra-filename=-876336a718e2396c --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-0a4b7964ee767b1f.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49012026-02-26T19:30:52.299Z Compiling backtrace-ext v0.2.1
49022026-02-26T19:30:52.324Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name backtrace_ext --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-ext-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=de4c335f2d35bef5 -C extra-filename=-fd8deedbe330b0ef --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-6818a8c900831f26.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49032026-02-26T19:30:52.515Z Compiling async-attributes v1.1.2
49042026-02-26T19:30:52.540Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name async_attributes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-attributes-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f72039ad49e0843e -C extra-filename=-f52d76b5f766dc08 --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-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d0ed5c423d20d405.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49052026-02-26T19:30:52.643Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-common-d65b8fc0b81c0910/build-script-build`
49062026-02-26T19:30:52.715Z Compiling tinytemplate v1.2.1
49072026-02-26T19:30:52.740Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tinytemplate --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinytemplate-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=513155fe21f84ef3 -C extra-filename=-721860a8b7212f0f --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-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49082026-02-26T19:30:53.579Z Compiling miette-derive v5.10.0
49092026-02-26T19:30:53.604Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name miette_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miette-derive-5.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=aaa96b4d544303a4 -C extra-filename=-d49a4cc5cdd75d91 --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-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49102026-02-26T19:30:53.711Z Compiling terminal_size v0.1.17
49112026-02-26T19:30:53.736Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name terminal_size --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.1.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=150c63d1832c971e -C extra-filename=-dd3af4ed74626acf --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-b9bf1208c93b2e2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49122026-02-26T19:30:54.086Z Compiling kv-log-macro v1.0.7
49132026-02-26T19:30:54.111Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name kv_log_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/kv-log-macro-1.0.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=005fe777d0f286aa -C extra-filename=-8adb9f9313da67a6 --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-960003e0783a03bd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49142026-02-26T19:30:54.188Z Compiling anes v0.1.6
49152026-02-26T19:30:54.213Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name anes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anes-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bitflags", "default", "parser"))' -C metadata=50f13d64bc1e955e -C extra-filename=-0dfa6578880ed8f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49162026-02-26T19:30:54.425Z Compiling owo-colors v3.5.0
49172026-02-26T19:30:54.449Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name owo_colors --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "supports-color", "supports-colors"))' -C metadata=0ff33917ec25607d -C extra-filename=-6802278ee270aca2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49182026-02-26T19:30:54.785Z Compiling oorandom v11.1.4
49192026-02-26T19:30:54.810Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oorandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oorandom-11.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f84a98723914422f -C extra-filename=-4d5f27202b889425 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49202026-02-26T19:30:54.882Z Running `/home/build/.rustup/toolchains/1.91.1-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=3514f6bdb5decc6b -C extra-filename=-40334ae811d97fd5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-5b7ef5b34fb666b3.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-cec2014a805dc7f7.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-9ab2d762c9a0e654.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-a86c3f9949cd5da7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-30ae21b684c14b46.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-13cbd84316f5a144.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rmeta --extern twox_hash=/work/oxidecomputer/omicron/target/debug/deps/libtwox_hash-c6d374e473884206.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.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-b9654423df03ee5a/out`
49212026-02-26T19:30:55.126Z Compiling criterion v0.7.0
49222026-02-26T19:30:55.151Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name criterion --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/criterion-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --cfg 'feature="async_tokio"' --cfg 'feature="cargo_bench_support"' --cfg 'feature="default"' --cfg 'feature="plotters"' --cfg 'feature="rayon"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async", "async_futures", "async_smol", "async_std", "async_tokio", "cargo_bench_support", "csv_output", "default", "html_reports", "plotters", "rayon", "real_blackbox", "stable"))' -C metadata=2bce7069d989eb26 -C extra-filename=-0815b5df15044370 --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-0dfa6578880ed8f2.rmeta --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-598ac4fa75a18801.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-800a14e1a8c4d7b8.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-8be13f97d7e75e0b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f0f9e563abed1aaf.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2c1fb2295e429a9.rmeta --extern oorandom=/work/oxidecomputer/omicron/target/debug/deps/liboorandom-4d5f27202b889425.rmeta --extern plotters=/work/oxidecomputer/omicron/target/debug/deps/libplotters-ac0763a856b73f66.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-36b1178678ed49cf.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-721860a8b7212f0f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49232026-02-26T19:30:56.295Z Compiling async-std v1.13.0
49242026-02-26T19:30:56.320Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name async_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="async-attributes"' --cfg 'feature="async-channel"' --cfg 'feature="async-global-executor"' --cfg 'feature="async-io"' --cfg 'feature="async-lock"' --cfg 'feature="async-process"' --cfg 'feature="attributes"' --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-core"' --cfg 'feature="futures-io"' --cfg 'feature="futures-lite"' --cfg 'feature="gloo-timers"' --cfg 'feature="kv-log-macro"' --cfg 'feature="log"' --cfg 'feature="memchr"' --cfg 'feature="once_cell"' --cfg 'feature="pin-project-lite"' --cfg 'feature="pin-utils"' --cfg 'feature="slab"' --cfg 'feature="std"' --cfg 'feature="unstable"' --cfg 'feature="wasm-bindgen-futures"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-attributes", "async-channel", "async-global-executor", "async-io", "async-lock", "async-process", "attributes", "crossbeam-utils", "default", "docs", "futures-channel", "futures-core", "futures-io", "futures-lite", "gloo-timers", "io_safety", "kv-log-macro", "log", "memchr", "once_cell", "pin-project-lite", "pin-utils", "slab", "std", "surf", "tokio02", "tokio03", "tokio1", "unstable", "wasm-bindgen-futures"))' -C metadata=5ed9c1f83e5b42d1 -C extra-filename=-45ea76e37d0e3908 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_attributes=/work/oxidecomputer/omicron/target/debug/deps/libasync_attributes-f52d76b5f766dc08.so --extern async_channel=/work/oxidecomputer/omicron/target/debug/deps/libasync_channel-df71af1352a9708a.rmeta --extern async_global_executor=/work/oxidecomputer/omicron/target/debug/deps/libasync_global_executor-6e9b5eeb81fa9254.rmeta --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-ead1af5fbe641b5d.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-9e48acc722cfd38a.rmeta --extern async_process=/work/oxidecomputer/omicron/target/debug/deps/libasync_process-4f80922e6973449c.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-16e875d6462de814.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cbbe00eeba3a9834.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aa566f17b2a089a4.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-a983429ea19cf146.rmeta --extern kv_log_macro=/work/oxidecomputer/omicron/target/debug/deps/libkv_log_macro-8adb9f9313da67a6.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-afea2278d9bc496e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b2cd9ff7035cd5.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-12262d058be2a232.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-0c38d5d793d964d1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49252026-02-26T19:30:56.437Z Compiling miette v5.10.0
49262026-02-26T19:30:56.462Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name miette --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miette-5.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backtrace"' --cfg 'feature="backtrace-ext"' --cfg 'feature="default"' --cfg 'feature="fancy"' --cfg 'feature="fancy-no-backtrace"' --cfg 'feature="is-terminal"' --cfg 'feature="owo-colors"' --cfg 'feature="supports-color"' --cfg 'feature="supports-hyperlinks"' --cfg 'feature="supports-unicode"' --cfg 'feature="terminal_size"' --cfg 'feature="textwrap"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "backtrace-ext", "default", "fancy", "fancy-no-backtrace", "is-terminal", "no-format-args-capture", "owo-colors", "serde", "supports-color", "supports-hyperlinks", "supports-unicode", "terminal_size", "textwrap"))' -C metadata=31512d58a3a96dfd -C extra-filename=-7f0453650a354821 --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-6818a8c900831f26.rmeta --extern backtrace_ext=/work/oxidecomputer/omicron/target/debug/deps/libbacktrace_ext-fd8deedbe330b0ef.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-ee9b1eeb21d16278.rmeta --extern miette_derive=/work/oxidecomputer/omicron/target/debug/deps/libmiette_derive-d49a4cc5cdd75d91.so --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-6802278ee270aca2.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-586276a53a911ae9.rmeta --extern supports_hyperlinks=/work/oxidecomputer/omicron/target/debug/deps/libsupports_hyperlinks-e1bdcc0b01ae128b.rmeta --extern supports_unicode=/work/oxidecomputer/omicron/target/debug/deps/libsupports_unicode-172567a3d40f1b78.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-dd3af4ed74626acf.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-60f80f0d59018a04.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-bbbed6175a047253.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-80212553b0ad03df.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49272026-02-26T19:30:57.623Z Compiling chumsky v0.9.3
49282026-02-26T19:30:57.648Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name chumsky --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chumsky-0.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ahash", "default", "nightly", "spill-stack", "stacker", "std"))' -C metadata=d5a9eb4c9bda718b -C extra-filename=-187059c9585a86c5 --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-e472e98501a6a1d6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49292026-02-26T19:30:59.307Z Compiling pbkdf2 v0.11.0
49302026-02-26T19:30:59.331Z Running `/home/build/.rustup/toolchains/1.91.1-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=2f42c32fe55535f9 -C extra-filename=-93c033a8b880028d --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-268aa15817046b32.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d6df248ec06b9ac8.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-876336a718e2396c.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49312026-02-26T19:30:59.390Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name target_spec --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-spec-3.5.0/src/lib.rs --error-format=json --json=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=a9fccb0ac38cb888 -C extra-filename=-86d827da68c0ce2e --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-4c30dfa5c1d8886b.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-b6ea5f156c78fb66.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-a0de42178c00b7c3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49322026-02-26T19:30:59.805Z Compiling ssh-key v0.6.6
49332026-02-26T19:30:59.830Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ssh_key --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ssh-key-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="ecdsa"' --cfg 'feature="ed25519"' --cfg 'feature="encryption"' --cfg 'feature="rand_core"' --cfg 'feature="rsa"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,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=3eebfb26a87a454c -C extra-filename=-65df9ef3d0002d98 --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-84f86c028ea1cc4b.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-7b01dd16734868d8.rmeta --extern bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-b84d66a6dbfce3e1.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-a6d3c572a8e45507.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-1fa348f96c820973.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-552bdad18018ac43.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libssh_cipher-9eb43fc8707cbf2c.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-27acf46864694703.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49342026-02-26T19:31:00.436Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
49352026-02-26T19:31:00.483Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_clickhouse_admin --edition=2024 clickhouse-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ee98c9d7db4e7823 -C extra-filename=-b7e7719c484b75a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-8fc3ab1f9a0e6b83.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-19024cc6c44806ed.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-c9f7370c3bfe5e1d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-79f9f6e29e855245.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3548ee163e1966e2.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64`
49362026-02-26T19:31:00.919Z Compiling p256 v0.13.2
49372026-02-26T19:31:00.963Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name p256 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/p256-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="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=e05ed82f1acb13c4 -C extra-filename=-7dbb94596106e7ae --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-8dd14f65ad0dd7aa.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-0d6795d8b7b26bdb.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-5365f317db1796fe.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49382026-02-26T19:31:01.769Z Compiling p521 v0.13.3
49392026-02-26T19:31:01.794Z Running `/home/build/.rustup/toolchains/1.91.1-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=9166d4f5a35943e6 -C extra-filename=-4b5fb6b05380d6f1 --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-3498298cb3287a8d.rmeta --extern ecdsa_core=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-8dd14f65ad0dd7aa.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-0d6795d8b7b26bdb.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-5365f317db1796fe.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49402026-02-26T19:31:03.169Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
49412026-02-26T19:31:03.194Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2024 clients/oxide-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cbf150295c428106 -C extra-filename=-98afdb6c2ef9cdc5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6a3f0c2bc74a8dc7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0769587943d5c544.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dc582855d2bae75a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
49422026-02-26T19:31:03.983Z Compiling knuffel-derive v3.2.0
49432026-02-26T19:31:04.008Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name knuffel_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/knuffel-derive-3.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3bbf46347ee654c6 -C extra-filename=-d962f192aa1adb42 --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-dabc04b0d25f1f86.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-18b1705fb20e64e2.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d0ed5c423d20d405.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49442026-02-26T19:31:04.090Z Compiling pathdiff v0.2.3
49452026-02-26T19:31:04.115Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name pathdiff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pathdiff-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="camino"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("camino"))' -C metadata=fc60b15dc7a25183 -C extra-filename=-3a93277770b5cafe --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-3066b3ace58dda21.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49462026-02-26T19:31:04.366Z Compiling blake3 v1.5.4
49472026-02-26T19:31:04.391Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blake3-1.5.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="mmap"' --cfg 'feature="rayon"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "mmap", "neon", "no_avx2", "no_avx512", "no_neon", "no_sse2", "no_sse41", "prefer_intrinsics", "pure", "rayon", "serde", "std", "traits-preview", "zeroize"))' -C metadata=7271e16ad5145400 -C extra-filename=-fe4b462a7057fc84 --out-dir /work/oxidecomputer/omicron/target/debug/build/blake3-fe4b462a7057fc84 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-7d81945d2ab4a7b1.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49482026-02-26T19:31:05.190Z Compiling russh-cryptovec v0.7.3
49492026-02-26T19:31:05.215Z Running `/home/build/.rustup/toolchains/1.91.1-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=f667dd0d0679608f -C extra-filename=-2ae8f212020c3a79 --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-b9bf1208c93b2e2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49502026-02-26T19:31:05.614Z Compiling md5 v0.7.0
49512026-02-26T19:31:05.638Z Running `/home/build/.rustup/toolchains/1.91.1-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=4d5bc2ae75b8a0dd -C extra-filename=-ba0f9adc63f1d918 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49522026-02-26T19:31:05.995Z Compiling nested v0.1.1
49532026-02-26T19:31:06.020Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nested --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nested-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6db99bc565106881 -C extra-filename=-4da66aac437aa7c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49542026-02-26T19:31:06.227Z Compiling russh-keys v0.45.0
49552026-02-26T19:31:06.254Z Running `/home/build/.rustup/toolchains/1.91.1-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=c7639db7e18c3d26 -C extra-filename=-ad71defff6033b2b --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-2673472d707878ba.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-84f86c028ea1cc4b.rmeta --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-95b33a606fc45b02.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-f7dabc8667ad2395.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-d21a1c74042bbfe0.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-5d4dd4f25a3a940c.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-8cc7363774f95bde.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-268aa15817046b32.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-8dd14f65ad0dd7aa.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-7b01dd16734868d8.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-0d6795d8b7b26bdb.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d6df248ec06b9ac8.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-ef6679bdb4d45792.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-f8c9a1def293a3d8.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-ba0f9adc63f1d918.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6dcbfb1e8babd6ea.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-7dbb94596106e7ae.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-3aa86acb72ff7146.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-4b5fb6b05380d6f1.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-93c033a8b880028d.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-3765a3dd80314c3d.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-6729333da42bb1f8.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-e32a1299c5d7cde7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d5f4616655430b33.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-a6d3c572a8e45507.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-2ae8f212020c3a79.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-1fa348f96c820973.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-ab1e1b323fcc7f2e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-8742b2988ac3906d.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-27acf46864694703.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-65df9ef3d0002d98.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-bbbed6175a047253.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-40d259803c85ce4f.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-9ce058c51c6e1495.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49562026-02-26T19:31:06.370Z Compiling guppy v0.17.20
49572026-02-26T19:31:06.395Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name guppy --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/guppy-0.17.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(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=340edc1eef7e40f9 -C extra-filename=-d50d59e3f4d53f3f --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-4535aca8ab318c48.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-24eb4f060d9e8888.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rmeta --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-3aeb89a010009da6.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-b6ea5f156c78fb66.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-496362133443fc3e.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern nested=/work/oxidecomputer/omicron/target/debug/deps/libnested-4da66aac437aa7c0.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern pathdiff=/work/oxidecomputer/omicron/target/debug/deps/libpathdiff-3a93277770b5cafe.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cbf5620019c4d681.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ec04b22c3ab89ecb.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rmeta --extern target_spec=/work/oxidecomputer/omicron/target/debug/deps/libtarget_spec-86d827da68c0ce2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49582026-02-26T19:31:07.831Z Compiling knuffel v3.2.0
49592026-02-26T19:31:07.856Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name knuffel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/knuffel-3.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="base64"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="knuffel-derive"' --cfg 'feature="line-numbers"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("base64", "default", "derive", "knuffel-derive", "line-numbers", "minicbor", "unicode-width"))' -C metadata=3da3c3dcba95d635 -C extra-filename=-b75dc29bccc16793 --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-25862f5051364d8f.rmeta --extern chumsky=/work/oxidecomputer/omicron/target/debug/deps/libchumsky-187059c9585a86c5.rmeta --extern knuffel_derive=/work/oxidecomputer/omicron/target/debug/deps/libknuffel_derive-d962f192aa1adb42.so --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-7f0453650a354821.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-bbbed6175a047253.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-80212553b0ad03df.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49602026-02-26T19:31:09.878Z Running `/work/oxidecomputer/omicron/target/debug/build/blake3-fe4b462a7057fc84/build-script-build`
49612026-02-26T19:31:09.968Z Compiling async-object-pool v0.1.5
49622026-02-26T19:31:09.992Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name async_object_pool --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-object-pool-0.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=8e3ad2d39d6218ac -C extra-filename=-eeba898cccb22655 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_std=/work/oxidecomputer/omicron/target/debug/deps/libasync_std-45ea76e37d0e3908.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49632026-02-26T19:31:10.273Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
49642026-02-26T19:31:10.297Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_api --edition=2024 wicketd-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b9009498fc8cf66a -C extra-filename=-12bb03731f02be70 --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-9837ba49c07a3beb.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-004187269ac2e51e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4ca9285fc2ae54be.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-38983602dc54089b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
49652026-02-26T19:31:10.555Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
49662026-02-26T19:31:10.580Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_test_utils --edition=2024 clickhouse-admin/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9040f93cf71c9968 -C extra-filename=-c802473aad3a46e6 --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-3066b3ace58dda21.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-19024cc6c44806ed.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-3c3c262e50c2db18.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
49672026-02-26T19:31:11.266Z Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
49682026-02-26T19:31:11.290Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_client --edition=2024 clients/installinator-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e19e7732bb10ad10 -C extra-filename=-2528595203990f55 --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-89623bbb95ea0474.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dc582855d2bae75a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-57c190f10e85dc2f.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
49692026-02-26T19:31:12.802Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
49702026-02-26T19:31:12.826Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_api --edition=2024 installinator-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1f5440ababef2065 -C extra-filename=-6e17e1e988ca7efb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-567df5da3eaa495f.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rmeta --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-307a3092049c82b6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-57c190f10e85dc2f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
49712026-02-26T19:31:13.282Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
49722026-02-26T19:31:13.308Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils_macros --edition=2024 nexus/test-utils-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dbe87a345adcb496 -C extra-filename=-9fd20cc138988edf --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-83a93939939f6042.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
49732026-02-26T19:31:13.582Z Compiling num-bigint v0.4.6
49742026-02-26T19:31:13.606Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rand"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "quickcheck", "rand", "serde", "std"))' -C metadata=d2316ce1c76bad50 -C extra-filename=-db84a444f5afc285 --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-6dcbfb1e8babd6ea.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2c1fb2295e429a9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d5f4616655430b33.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49752026-02-26T19:31:14.515Z Compiling des v0.8.1
49762026-02-26T19:31:14.540Z Running `/home/build/.rustup/toolchains/1.91.1-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=1e88c54c9225b6a3 -C extra-filename=-ef35c0eaff98210b --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-9c904fcf61dafeed.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49772026-02-26T19:31:14.705Z Compiling serde_regex v1.1.0
49782026-02-26T19:31:14.729Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_regex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_regex-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fc969ea7bd461d5c -C extra-filename=-96b913510082c9e9 --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-4538fe264565b8a3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49792026-02-26T19:31:14.833Z Compiling assert-json-diff v2.0.2
49802026-02-26T19:31:14.858Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name assert_json_diff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/assert-json-diff-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=206a4ff70907342c -C extra-filename=-f63847a238b183fe --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-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49812026-02-26T19:31:14.968Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
49822026-02-26T19:31:14.993Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dhcproto_macros --edition=2021 /home/build/.cargo/git/checkouts/dhcproto-9964a40865484e81/120da6f/dhcproto-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ac23cc8fd59f462b -C extra-filename=-9177e771df6e1b2b --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-ac01f240da661f72.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49832026-02-26T19:31:15.094Z Compiling path-tree v0.8.1
49842026-02-26T19:31:15.118Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name path_tree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/path-tree-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3614c4b298d7df83 -C extra-filename=-f0073f535b3c78c0 --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-ec04b22c3ab89ecb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49852026-02-26T19:31:15.732Z Compiling stringmetrics v2.2.2
49862026-02-26T19:31:15.757Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name stringmetrics --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stringmetrics-2.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench"))' -C metadata=7f1e962136360db3 -C extra-filename=-9b232a4cc2cd8c05 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49872026-02-26T19:31:15.786Z Compiling doc-comment v0.3.3
49882026-02-26T19:31:15.828Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/doc-comment-0.3.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no_core", "old_macros"))' -C metadata=eb6f3027e4f58af5 -C extra-filename=-5add1f02005f2b0e --out-dir /work/oxidecomputer/omicron/target/debug/build/doc-comment-5add1f02005f2b0e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49892026-02-26T19:31:15.937Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
49902026-02-26T19:31:15.962Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dhcproto --edition=2021 /home/build/.cargo/git/checkouts/dhcproto-9964a40865484e81/120da6f/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde"))' -C metadata=91f5463d3b9534b0 -C extra-filename=-a2cae352ac27581d --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-9177e771df6e1b2b.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-02a6caafc6a06504.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-d587cb581310d033.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d5f4616655430b33.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-bbbed6175a047253.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ab9cad66fca2caf1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49912026-02-26T19:31:16.169Z Compiling httpmock v0.8.0-alpha.1
49922026-02-26T19:31:16.194Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name httpmock --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httpmock-0.8.0-alpha.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cookies"' --cfg 'feature="default"' --cfg 'feature="headers"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap", "color", "colored", "cookies", "default", "env_logger", "experimental", "headers", "http2", "https", "hyper-rustls", "proxy", "rcgen", "record", "remote", "remote-https", "rustls", "rustls-pemfile", "serde_yaml", "standalone", "tls-detect", "tokio-rustls"))' -C metadata=d32f38c0f550ba7b -C extra-filename=-12362f11ae5ad8a9 --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-f63847a238b183fe.rmeta --extern async_object_pool=/work/oxidecomputer/omicron/target/debug/deps/libasync_object_pool-eeba898cccb22655.rmeta --extern async_std=/work/oxidecomputer/omicron/target/debug/deps/libasync_std-45ea76e37d0e3908.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-16e875d6462de814.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-27609812460f1d12.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-634f1382b7e14c4d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-e5808e939444e7e7.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-44a72f62f5c98b08.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-913767e3a45f3687.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-1e52aa438e5755d8.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-bdecca09356102e1.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern path_tree=/work/oxidecomputer/omicron/target/debug/deps/libpath_tree-f0073f535b3c78c0.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern serde_regex=/work/oxidecomputer/omicron/target/debug/deps/libserde_regex-96b913510082c9e9.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-391aecada57f6d0c.rmeta --extern stringmetrics=/work/oxidecomputer/omicron/target/debug/deps/libstringmetrics-9b232a4cc2cd8c05.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-c7e16a2bc3c2662b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-bbbed6175a047253.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ab9cad66fca2caf1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49932026-02-26T19:31:16.512Z Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-5add1f02005f2b0e/build-script-build`
49942026-02-26T19:31:16.777Z Compiling russh v0.45.0
49952026-02-26T19:31:16.803Z Running `/home/build/.rustup/toolchains/1.91.1-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=e9d3194a774cdabd -C extra-filename=-5f8a3a9446f21a79 --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-2673472d707878ba.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-6f4a7251e7373ba1.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-cfaa2511914227eb.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-f7dabc8667ad2395.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-07f375fd16e2cbe7.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-d21a1c74042bbfe0.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-a1da87ac9f71d3b4.rmeta --extern des=/work/oxidecomputer/omicron/target/debug/deps/libdes-ef35c0eaff98210b.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-268aa15817046b32.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-0d6795d8b7b26bdb.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-cbef46c34d9df723.rmeta --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-def746e7eb804baf.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d6df248ec06b9ac8.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-db84a444f5afc285.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-7dbb94596106e7ae.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-3aa86acb72ff7146.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-4b5fb6b05380d6f1.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-49411392d4536874.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d5f4616655430b33.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-2ae8f212020c3a79.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-ad71defff6033b2b.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-ab1e1b323fcc7f2e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-27acf46864694703.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-65df9ef3d0002d98.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-bbbed6175a047253.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49962026-02-26T19:31:16.968Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name blake3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blake3-1.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="mmap"' --cfg 'feature="rayon"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "mmap", "neon", "no_avx2", "no_avx512", "no_neon", "no_sse2", "no_sse41", "prefer_intrinsics", "pure", "rayon", "serde", "std", "traits-preview", "zeroize"))' -C metadata=4dc078a12eeadf11 -C extra-filename=-9a981949d154f19c --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-e534cb499732f668.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-efe16075e63a2c7c.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-d3fd8fab878222c2.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-d63320512bf6945c.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-29655e6d9af68c21.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-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/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()))'`
49972026-02-26T19:31:18.118Z Compiling rstest_macros v0.25.0
49982026-02-26T19:31:18.144Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rstest_macros-0.25.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' --cfg 'feature="crate-name"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-timeout", "crate-name", "default"))' -C metadata=ecc36237c8f4e4ff -C extra-filename=-38451c84c5799677 --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-38451c84c5799677 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-432faec17290e42d.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49992026-02-26T19:31:18.839Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
50002026-02-26T19:31:18.864Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ispf --edition=2018 /home/build/.cargo/git/checkouts/ispf-247713406e77506c/f78443a/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2f3e96b0f433fe03 -C extra-filename=-a0c57401d3910358 --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-aa0f5bd7118bc9a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50012026-02-26T19:31:18.972Z Compiling assert_cmd v2.0.17
50022026-02-26T19:31:18.997Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/assert_cmd-2.0.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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("color", "color-auto"))' -C metadata=7d715ac6d725bcb4 -C extra-filename=-f6f8289b2a178f09 --out-dir /work/oxidecomputer/omicron/target/debug/build/assert_cmd-f6f8289b2a178f09 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50032026-02-26T19:31:19.443Z Compiling escape8259 v0.5.3
50042026-02-26T19:31:19.468Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name escape8259 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/escape8259-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=db519754f6f84999 -C extra-filename=-ae2afa0b27bbc026 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50052026-02-26T19:31:19.589Z Compiling target-triple v0.1.3
50062026-02-26T19:31:19.613Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-triple-0.1.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=074dbea60ef34c35 -C extra-filename=-fe335a6f78b9e585 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-triple-fe335a6f78b9e585 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50072026-02-26T19:31:19.883Z Compiling topological-sort v0.2.2
50082026-02-26T19:31:19.908Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name topological_sort --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/topological-sort-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d1f1d51df0ea84b1 -C extra-filename=-1c766faf699c7881 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50092026-02-26T19:31:20.211Z Compiling internet-checksum v0.2.1
50102026-02-26T19:31:20.237Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name internet_checksum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/internet-checksum-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("benchmark"))' -C metadata=16a714f77dd26639 -C extra-filename=-ac17f8168544be18 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50112026-02-26T19:31:20.261Z Running `/work/oxidecomputer/omicron/target/debug/build/target-triple-fe335a6f78b9e585/build-script-build`
50122026-02-26T19:31:20.334Z Compiling omicron-zone-package v0.12.2
50132026-02-26T19:31:20.377Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_zone_package --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/omicron-zone-package-0.12.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1ff28067657e1802 -C extra-filename=-40a9416e269b5973 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-9a981949d154f19c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-4d1c13631f59c0a4.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-e5808e939444e7e7.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-58235fe6368598cf.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-3449d84aa852d347.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f012a4405e1725b1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-bbbed6175a047253.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d6d338625430a2a7.rmeta --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-1c766faf699c7881.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.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-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/usr/ssl-3/lib/amd64`
50142026-02-26T19:31:20.530Z Compiling libtest-mimic v0.8.1
50152026-02-26T19:31:20.555Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name libtest_mimic --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libtest-mimic-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ac7e3412ad75f7d6 -C extra-filename=-372fae9e5ec4239d --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-bb9d7527c73b49b9.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-5be4cc3a9597241e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rmeta --extern escape8259=/work/oxidecomputer/omicron/target/debug/deps/libescape8259-ae2afa0b27bbc026.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50162026-02-26T19:31:22.190Z Running `/work/oxidecomputer/omicron/target/debug/build/assert_cmd-f6f8289b2a178f09/build-script-build`
50172026-02-26T19:31:22.252Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-38451c84c5799677/build-script-build`
50182026-02-26T19:31:22.449Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name doc_comment --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/doc-comment-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no_core", "old_macros"))' -C metadata=bb2cc5be4377b640 -C extra-filename=-0d597f77cf951862 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50192026-02-26T19:31:22.642Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
50202026-02-26T19:31:22.666Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2024 installinator/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=5a6173a1acf523e4 -C extra-filename=-74af327c97b38882 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-708bbbfcfaea8aae.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-e6e8339882e0864d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rmeta --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-2528595203990f55.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-6c21e707dd49ed8b.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-e227e4706d083501.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-9bc3f555743c9dec.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4d06200f0543bfd9.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d9fd52ff033ba0b4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-ffd058a0359ad538.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6779b0f0dfa9df3c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1c44f558291a3c28.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-57c190f10e85dc2f.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
50212026-02-26T19:31:22.737Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
50222026-02-26T19:31:22.763Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_api --edition=2024 ntp-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=306226533dc3ce2c -C extra-filename=-2a696e53a64e407e --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-d703376dd51db557.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-567df5da3eaa495f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-3d3b4b2d28e2cff5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
50232026-02-26T19:31:24.018Z Compiling omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
50242026-02-26T19:31:24.043Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev_lib --edition=2024 dev-tools/omicron-dev-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6133bc1c3b26b84e -C extra-filename=-2ee4ec18af7f643f --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-b9bf1208c93b2e2e.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50252026-02-26T19:31:24.189Z Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
50262026-02-26T19:31:24.218Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum_test_utils --edition=2024 trust-quorum/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cb63ace792f4de24 -C extra-filename=-e07807595cfccee5 --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-7b01974447a3784f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rmeta --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-c71a35b657b61a51.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-467979743718e3e8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-ba3e5a5fc2a12ec8.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-d21b4224a1903afc.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
50272026-02-26T19:31:25.447Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
50282026-02-26T19:31:25.473Z Running `/home/build/.rustup/toolchains/1.91.1-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=e1d8b3d80d8282e7 -C extra-filename=-6b24fbfb5a38aa86 --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-7fcf3363fa4d8b33.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-8cc7363774f95bde.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-f05a29efbbe49ca1.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-e9e9e77d8ed55b69.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-a769e47d26f7a3f5.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-c4908fdc24a0a1d4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a9fe9f1222e6c9b4.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50292026-02-26T19:31:26.685Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
50302026-02-26T19:31:26.710Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 dev-tools/omdb/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=22bb8168956d4805 -C extra-filename=-8adeab768f5a6d12 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-8adeab768f5a6d12 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-f5c9e570270b8840.rlib --extern vergen_gitcl=/work/oxidecomputer/omicron/target/debug/deps/libvergen_gitcl-9a4b5aef6bfa403c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
50312026-02-26T19:31:26.745Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
50322026-02-26T19:31:26.770Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 ntp-admin/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ab6fba3e749d6474 -C extra-filename=-5a7de2bbff5fbffd --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-ntp-admin-5a7de2bbff5fbffd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-f5c9e570270b8840.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
50332026-02-26T19:31:27.262Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
50342026-02-26T19:31:27.287Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/reconfigurator/cli-integration-tests/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c49a41f91f544bfb -C extra-filename=-03c1f564e6b3415c --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-cli-integration-tests-03c1f564e6b3415c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-f5c9e570270b8840.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
50352026-02-26T19:31:27.788Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
50362026-02-26T19:31:27.814Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 dev-tools/omicron-dev/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=74450fdc20237323 -C extra-filename=-77458022ceba88d5 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-77458022ceba88d5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-f5c9e570270b8840.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
50372026-02-26T19:31:28.109Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
50382026-02-26T19:31:28.151Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 dev-tools/db-dev/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a0c3e1562b9e2384 -C extra-filename=-1886a8374e621b00 --out-dir /work/oxidecomputer/omicron/target/debug/build/db-dev-1886a8374e621b00 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-f5c9e570270b8840.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
50392026-02-26T19:31:28.258Z Compiling proc-macro-crate v3.2.0
50402026-02-26T19:31:28.282Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_crate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-crate-3.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=ac831d36f7ea6d24 -C extra-filename=-1e82142d51fa0a0a --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-2fcfcb35f0bca903.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50412026-02-26T19:31:28.567Z Compiling fancy-regex v0.14.0
50422026-02-26T19:31:28.591Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name fancy_regex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fancy-regex-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="std"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "perf", "std", "track_caller", "unicode"))' -C metadata=19438b94fd860577 -C extra-filename=-79d61e529af13887 --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-1bbb8a7353698747.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-4387b5d2d51d9453.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-01dd8b748c5ec2c7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50432026-02-26T19:31:29.597Z Compiling relative-path v1.9.3
50442026-02-26T19:31:29.622Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name relative_path --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/relative-path-1.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde"))' -C metadata=b84d554bd99ca7b2 -C extra-filename=-c8f249cb25081882 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50452026-02-26T19:31:30.292Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
50462026-02-26T19:31:30.317Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dev_tools_common --edition=2024 dev-tools/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9195b35acb6a2f54 -C extra-filename=-4113bbe7e3c7b380 --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`
50472026-02-26T19:31:30.765Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rstest_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rstest_macros-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' --cfg 'feature="crate-name"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-timeout", "crate-name", "default"))' -C metadata=4ff6b221fbd784e5 -C extra-filename=-3eee59fac3c5e383 --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-9b8d246c7e3e185e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern proc_macro_crate=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_crate-1e82142d51fa0a0a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rlib --extern relative_path=/work/oxidecomputer/omicron/target/debug/deps/librelative_path-c8f249cb25081882.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-721e468481ec512c.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50482026-02-26T19:31:30.765Z Compiling datatest-stable v0.3.2
50492026-02-26T19:31:30.790Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name datatest_stable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/datatest-stable-0.3.2/src/lib.rs --error-format=json --json=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=1766f013856aee98 -C extra-filename=-4d5835e21ae71884 --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-3066b3ace58dda21.rmeta --extern fancy_regex=/work/oxidecomputer/omicron/target/debug/deps/libfancy_regex-79d61e529af13887.rmeta --extern libtest_mimic=/work/oxidecomputer/omicron/target/debug/deps/liblibtest_mimic-372fae9e5ec4239d.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50502026-02-26T19:31:31.541Z Running `/work/oxidecomputer/omicron/target/debug/build/db-dev-1886a8374e621b00/build-script-build`
50512026-02-26T19:31:31.607Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-77458022ceba88d5/build-script-build`
50522026-02-26T19:31:31.672Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-8adeab768f5a6d12/build-script-build`
50532026-02-26T19:31:31.888Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-cli-integration-tests-03c1f564e6b3415c/build-script-build`
50542026-02-26T19:31:31.971Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-ntp-admin-5a7de2bbff5fbffd/build-script-build`
50552026-02-26T19:31:32.017Z Compiling attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
50562026-02-26T19:31:32.042Z Running `/home/build/.rustup/toolchains/1.91.1-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=ee0bdc0d0840f20b -C extra-filename=-32b6961ee9991afd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-6b24fbfb5a38aa86.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-e9e9e77d8ed55b69.rmeta --extern knuffel=/work/oxidecomputer/omicron/target/debug/deps/libknuffel-b75dc29bccc16793.rmeta --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-7f0453650a354821.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-a769e47d26f7a3f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50572026-02-26T19:31:32.079Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name assert_cmd --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/assert_cmd-2.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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("color", "color-auto"))' -C metadata=8ea5d6c9c6192366 -C extra-filename=-f0ad0f3f88b360a1 --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-5be4cc3a9597241e.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-a6e1ab1532f8efa3.rmeta --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-0d597f77cf951862.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-5118ac6f015b2311.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-8c84b218df4123f2.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-f4fffa2b740d3c01.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-7fad237810e4574c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50582026-02-26T19:31:33.267Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name target_triple --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-triple-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1825bf4b9f83dca6 -C extra-filename=-bd1dc483574ba99f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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"))'`
50592026-02-26T19:31:33.505Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
50602026-02-26T19:31:33.505Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2024 wicketd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0f465a0050815d70 -C extra-filename=-d232f61e179f8d63 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-69f4788be87256db.rmeta --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-9837ba49c07a3beb.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-708bbbfcfaea8aae.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d587728779ad7edc.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-c9f7370c3bfe5e1d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-004187269ac2e51e.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e9068d0167c53e94.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6a3f0c2bc74a8dc7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-913767e3a45f3687.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-8e6118deea88b7a8.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-6e17e1e988ca7efb.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-6c21e707dd49ed8b.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-594f352716bbccce.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d84f93995e261401.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-f8e9578a5c306496.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-9bc3f555743c9dec.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4ca9285fc2ae54be.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-40d259803c85ce4f.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4fab09a38958d149.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-7879e34ee94475fb.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1c44f558291a3c28.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-759720df9f748024.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-57c190f10e85dc2f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-38983602dc54089b.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-12bb03731f02be70.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-5eb2746790f53e39.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
50612026-02-26T19:31:34.259Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
50622026-02-26T19:31:34.283Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_types --edition=2024 ntp-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1fc5c007d7eeb903 -C extra-filename=-755f5bbb4d9fd105 --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-3d3b4b2d28e2cff5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
50632026-02-26T19:31:34.517Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
50642026-02-26T19:31:34.541Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ls_apis --edition=2024 dev-tools/ls-apis/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=193a8c95b1256195 -C extra-filename=-3a289d164284dc2e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-24eb4f060d9e8888.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-01eb04f9a54b8339.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-801ca1e0af96fa5e.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cbf5620019c4d681.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
50652026-02-26T19:31:39.911Z Compiling support-bundle-viewer v0.1.2
50662026-02-26T19:31:39.938Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name support_bundle_viewer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/support-bundle-viewer-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1f707080adaaa92f -C extra-filename=-d4cf33d309e2324d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-bd8ba8cf7e2e74e8.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-7affd22fd6893a37.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-ca5ca176de1e9c1f.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-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out`
50672026-02-26T19:31:41.413Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
50682026-02-26T19:31:41.460Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 live-tests/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6225cdd93894b4f4 -C extra-filename=-9d6d37d24bd52fe4 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-9d6d37d24bd52fe4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-f5c9e570270b8840.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
50692026-02-26T19:31:41.603Z Compiling multimap v0.10.1
50702026-02-26T19:31:41.628Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name multimap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multimap-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_impl"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_impl"))' -C metadata=68563bc3b7a47db0 -C extra-filename=-546f3bd0e4d7955c --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-aa0f5bd7118bc9a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50712026-02-26T19:31:41.663Z Compiling uzers v0.12.1
50722026-02-26T19:31:41.734Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name uzers --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uzers-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cache"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="mock"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cache", "default", "log", "logging", "mock", "test-integration"))' -C metadata=65b5edabf86cb82b -C extra-filename=-933ab27ca108577d --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-b9bf1208c93b2e2e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50732026-02-26T19:31:41.869Z Compiling termcolor v1.4.1
50742026-02-26T19:31:41.893Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name termcolor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/termcolor-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=922bf8b5a6fefe36 -C extra-filename=-c8c10a09796449b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50752026-02-26T19:31:42.029Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-9d6d37d24bd52fe4/build-script-build`
50762026-02-26T19:31:42.098Z Compiling rstest v0.25.0
50772026-02-26T19:31:42.123Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rstest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rstest-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' --cfg 'feature="crate-name"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-timeout", "crate-name", "default"))' -C metadata=59e7e5d505d76e3e -C extra-filename=-df2d15648f246e38 --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-634f1382b7e14c4d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-e5808e939444e7e7.rmeta --extern rstest_macros=/work/oxidecomputer/omicron/target/debug/deps/librstest_macros-3eee59fac3c5e383.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50782026-02-26T19:31:42.401Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_interface --edition=2024 nexus/test-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f10667b4bdad694f -C extra-filename=-08b4049e69547f72 --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-032078021c49cc9d.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7a8e6e1ad661e181.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a9e24867bb14f774.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/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 native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
50792026-02-26T19:31:42.461Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_preparation --edition=2024 nexus/reconfigurator/preparation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6c4d0a8a7e749009 -C extra-filename=-76ed48314ad67437 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a26f456b2caf537f.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a9e24867bb14f774.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/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 native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
50802026-02-26T19:31:42.684Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_networking --edition=2024 nexus/networking/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bc7faa4b5bf888c5 -C extra-filename=-8371d3375902b993 --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-cc2e81a48217c1f6.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-c195cb5da379d5cc.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a9e24867bb14f774.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-fb6d727948b05a83.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/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 native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
50812026-02-26T19:31:42.876Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_saga_recovery --edition=2024 nexus/saga-recovery/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0bd710ed53400ba5 -C extra-filename=-63c3a149039e6970 --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-b476cbab3ebc9700.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a26f456b2caf537f.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a9e24867bb14f774.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-cad9d362c62214a4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/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 native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
50822026-02-26T19:31:43.478Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils --edition=2024 nexus/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="omicron-dev"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-dev"))' -C metadata=a7811604e31fa147 -C extra-filename=-061ae7069d461a57 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-3905703afc1839ca.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-71ab8320e4a0b2cf.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e3dbb216017a828c.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d587728779ad7edc.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e9068d0167c53e94.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9449da761caf8295.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-44a72f62f5c98b08.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6a3f0c2bc74a8dc7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-913767e3a45f3687.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-594f352716bbccce.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d84f93995e261401.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-621e0d376e43b2e6.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7a8e6e1ad661e181.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a9e24867bb14f774.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-7b3e53195ed302cc.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-08b4049e69547f72.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rmeta --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-65997502fd78d435.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4ca9285fc2ae54be.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4ec33db313d2c4b3.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4e1cebaf054645ba.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-c6c47b1288298b15.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e07e583db8d995e5.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f40c7541594c3dec.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-fb6d727948b05a83.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3548ee163e1966e2.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /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`
50832026-02-26T19:31:45.878Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_metrics_producer_gc --edition=2024 nexus/metrics-producer-gc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=98922896a047478c -C extra-filename=-b7410e3150e87b51 --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-b476cbab3ebc9700.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a9e24867bb14f774.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-fa2d970f30749628.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/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 native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
50842026-02-26T19:31:49.654Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_execution --edition=2024 nexus/reconfigurator/execution/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=531093d6b1dec589 -C extra-filename=-15053d7bf3eb1d9c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-d5c91505739106d4.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-a1600eecf88bb0fc.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-a31dee75727fec34.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-19024cc6c44806ed.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-f8c59d40a9b99637.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-594f352716bbccce.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d84f93995e261401.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-de5d2bbf64ba9eb6.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7a8e6e1ad661e181.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-c195cb5da379d5cc.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a26f456b2caf537f.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a9e24867bb14f774.rmeta --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-0c5b3ae903b8aefc.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-8371d3375902b993.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-fb6d727948b05a83.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-57c190f10e85dc2f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/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 native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
50852026-02-26T19:31:51.159Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_rendezvous --edition=2024 nexus/reconfigurator/rendezvous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f237ac218ef92c65 -C extra-filename=-10d02fb2df5f4f5e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a9e24867bb14f774.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/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 native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
50862026-02-26T19:31:57.929Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2024 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=a2fe3a47a6365952 -C extra-filename=-d0ee421243e2f02e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-f7c163f840a5b74c.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-708bbbfcfaea8aae.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-e6e8339882e0864d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-d5c91505739106d4.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-a1600eecf88bb0fc.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-a31dee75727fec34.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-f8c59d40a9b99637.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-3905703afc1839ca.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-40334ae811d97fd5.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-fc5571852f317beb.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-085db868a71bc273.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e3dbb216017a828c.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d587728779ad7edc.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-e59c0e0cd35ac67e.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-1014431a745deeb0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-004187269ac2e51e.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-494ca4e31fddf7d3.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-44a72f62f5c98b08.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6a3f0c2bc74a8dc7.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d6df248ec06b9ac8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-913767e3a45f3687.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-0eb1172f7f683fb1.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-594f352716bbccce.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d84f93995e261401.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-d587cb581310d033.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-fe0456d722bba6e7.rmeta --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-6d9868458ac624b2.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-de9868dc0340c409.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4d865b9ac8b05a27.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-527c28894c92f92a.rmeta --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-363b918dd04529f2.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7a8e6e1ad661e181.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-c195cb5da379d5cc.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a26f456b2caf537f.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a9e24867bb14f774.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-99f30737c2513990.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-952c166aab72ea3f.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-624a5cd36aed709c.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-b6344d5cf0d684f5.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c76fd3b797d6acd5.rmeta --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-e44335ab0ec246d9.rmeta --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-b7410e3150e87b51.rmeta --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-0c5b3ae903b8aefc.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-8371d3375902b993.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-15053d7bf3eb1d9c.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-a39cc0226fc54e4f.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-76ed48314ad67437.rmeta --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-10d02fb2df5f4f5e.rmeta --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-63c3a149039e6970.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-08b4049e69547f72.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-772366dc183f6b73.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-15afdd8839265a72.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6dcbfb1e8babd6ea.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-6a73fe3264197003.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4ca9285fc2ae54be.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-c27281ebe7fbcab4.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4e1cebaf054645ba.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-fa2d970f30749628.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-79f9f6e29e855245.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c3798f9ded3407a8.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e07e583db8d995e5.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-b61fe0721fa75d38.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-364fc30b59fd0d7b.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-801ca1e0af96fa5e.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0769587943d5c544.rmeta --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-7300718b1cfca620.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-fb48151e145b8122.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b789c7149d610113.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-46f1675eefa55bb7.rmeta --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-745844d85b1f8543.rmeta --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-33d0d58cbfd77f9a.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-ab436a188cf9000a.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rmeta --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-58235fe6368598cf.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2124dfe23d5b97bf.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-250953c6daa31814.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-c32f8d9b0fab7f01.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-8fb33aed29d3b1fd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-d7152758803484e3.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-61845530d575cda1.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f40c7541594c3dec.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-fb6d727948b05a83.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-cad9d362c62214a4.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3548ee163e1966e2.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4fab09a38958d149.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-d21b4224a1903afc.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-759720df9f748024.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-57c190f10e85dc2f.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-ca5ca176de1e9c1f.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/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 native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
50872026-02-26T19:32:03.785Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
50882026-02-26T19:32:03.832Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name end_to_end_tests --edition=2024 end-to-end-tests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=da4a42dd41b195f7 -C extra-filename=-c79586f96df0b228 --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-5be4cc3a9597241e.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e19bce47ba6e7c57.rmeta --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-a2cae352ac27581d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6a3f0c2bc74a8dc7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-594f352716bbccce.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d84f93995e261401.rmeta --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-ac17f8168544be18.rmeta --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-a0c57401d3910358.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-de9868dc0340c409.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-7b3e53195ed302cc.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4ec33db313d2c4b3.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-98afdb6c2ef9cdc5.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rmeta --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-5f8a3a9446f21a79.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-ad71defff6033b2b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-003ec141f350818d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/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/ -L native=/usr/lib/amd64`
50892026-02-26T19:32:04.378Z Compiling trybuild v1.0.106
50902026-02-26T19:32:04.403Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/trybuild-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diff"))' -C metadata=65a9056944e1f5d1 -C extra-filename=-ac7704af1c7a2f99 --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-ed462446230ba54b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-3449d84aa852d347.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern target_triple=/work/oxidecomputer/omicron/target/debug/deps/libtarget_triple-bd1dc483574ba99f.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-c8c10a09796449b6.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f9eb69c1c26ec2c3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50912026-02-26T19:32:07.021Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
50922026-02-26T19:32:07.046Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name pki_playground --edition=2021 /home/build/.cargo/git/checkouts/pki-playground-00863a3611f072fd/7600756/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4a1528d73947730c -C extra-filename=-35f8d93731940af7 --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-3066b3ace58dda21.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-7fcf3363fa4d8b33.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-8cc7363774f95bde.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-268aa15817046b32.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-7b01dd16734868d8.rmeta --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-1dea235448aeae48.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-d587cb581310d033.rmeta --extern knuffel=/work/oxidecomputer/omicron/target/debug/deps/libknuffel-b75dc29bccc16793.rmeta --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-7f0453650a354821.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-3aa86acb72ff7146.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-76ae0420101700af.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-e32a1299c5d7cde7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d5f4616655430b33.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-a6d3c572a8e45507.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-ab1e1b323fcc7f2e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a9fe9f1222e6c9b4.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-552bdad18018ac43.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-8742b2988ac3906d.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-5e6be64fec04b26e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50932026-02-26T19:32:07.827Z Compiling blake2b_simd v1.0.2
50942026-02-26T19:32:07.852Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name blake2b_simd --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blake2b_simd-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "uninline_portable"))' -C metadata=a310ec39db5d729a -C extra-filename=-49860177d903ee51 --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-e534cb499732f668.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-efe16075e63a2c7c.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-d3fd8fab878222c2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50952026-02-26T19:32:10.486Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
50962026-02-26T19:32:10.510Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2024 wicket-dbg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=64ff32d33ef8c3cd -C extra-filename=-48c955fc80ec9da6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-800a14e1a8c4d7b8.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-e9a817205d62f855.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-032a398a788f45ad.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-ffd058a0359ad538.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-81febf24debb1c8b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
50972026-02-26T19:32:12.594Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
50982026-02-26T19:32:12.619Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 dev-tools/ch-dev/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8370fcefed1a69fd -C extra-filename=-57ecd39226751c1f --out-dir /work/oxidecomputer/omicron/target/debug/build/ch-dev-57ecd39226751c1f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-f5c9e570270b8840.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
50992026-02-26T19:32:12.739Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
51002026-02-26T19:32:12.765Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 dev-tools/reconfigurator-exec-unsafe/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=832d8d3a7672bfd4 -C extra-filename=-69f76cf62a4d57dc --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-reconfigurator-exec-unsafe-69f76cf62a4d57dc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-f5c9e570270b8840.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
51012026-02-26T19:32:12.987Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
51022026-02-26T19:32:13.011Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name live_tests_macros --edition=2024 live-tests/macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=582b32026b3daa36 -C extra-filename=-6bca7fd27db03ff7 --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-83a93939939f6042.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
51032026-02-26T19:32:13.059Z Compiling partial-io v0.5.4
51042026-02-26T19:32:13.092Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name partial_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/partial-io-0.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures"' --cfg 'feature="futures03"' --cfg 'feature="pin-project"' --cfg 'feature="proptest"' --cfg 'feature="proptest1"' --cfg 'feature="tokio"' --cfg 'feature="tokio1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures", "futures03", "pin-project", "proptest", "proptest1", "quickcheck", "quickcheck1", "rand", "tokio", "tokio1"))' -C metadata=b1d31e1087137059 -C extra-filename=-c0a7b5d785367821 --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-cc2e81a48217c1f6.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-82efa74ef81f7443.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
51052026-02-26T19:32:13.191Z Compiling httptest v0.16.3
51062026-02-26T19:32:13.216Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name httptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httptest-0.16.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=47c7889759bd07dc -C extra-filename=-bd874581c32d71c8 --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-a6e1ab1532f8efa3.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-cb4b144e64c7585e.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-27609812460f1d12.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-913767e3a45f3687.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-1e52aa438e5755d8.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f40c7541594c3dec.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
51072026-02-26T19:32:13.610Z Compiling drift v0.1.3
51082026-02-26T19:32:13.635Z Running `/home/build/.rustup/toolchains/1.91.1-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 embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f79a277ebe5cc78f -C extra-filename=-8944caf01262fea8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-496362133443fc3e.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
51092026-02-26T19:32:14.046Z Compiling rand_distr v0.5.1
51102026-02-26T19:32:14.071Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_distr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_distr-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std", "std_math"))' -C metadata=cd2f3275cd5bb489 -C extra-filename=-d1784829bdbec9f1 --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-e2c1fb2295e429a9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
51112026-02-26T19:32:15.283Z Compiling approx v0.5.1
51122026-02-26T19:32:15.308Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name approx --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/approx-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "num-complex", "std"))' -C metadata=df841aca0c109262 -C extra-filename=-ffed923fbd0f186b --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-e2c1fb2295e429a9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
51132026-02-26T19:32:15.613Z Compiling dropshot-api-manager v0.3.0
51142026-02-26T19:32:15.670Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_api_manager --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-api-manager-0.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=0cf7c9d6a2a8ce1b -C extra-filename=-9a83b6088d8324b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-62ab5388c2ead6be.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rmeta --extern drift=/work/oxidecomputer/omicron/target/debug/deps/libdrift-8944caf01262fea8.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-567df5da3eaa495f.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-566dfdbece98fde0.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-01eb04f9a54b8339.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-32f3b4bd9ec60dad.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-391aecada57f6d0c.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-1142157a3ff864fb.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-c1e3b6744498ff01.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.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-b9654423df03ee5a/out`
51152026-02-26T19:32:17.964Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-reconfigurator-exec-unsafe-69f76cf62a4d57dc/build-script-build`
51162026-02-26T19:32:18.030Z Running `/work/oxidecomputer/omicron/target/debug/build/ch-dev-57ecd39226751c1f/build-script-build`
51172026-02-26T19:32:18.096Z Compiling sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
51182026-02-26T19:32:18.121Z Running `/home/build/.rustup/toolchains/1.91.1-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=05f51453775f81b1 -C extra-filename=-281cc853bf2ef030 --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-3066b3ace58dda21.rmeta --extern pki_playground=/work/oxidecomputer/omicron/target/debug/deps/libpki_playground-35f8d93731940af7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
51192026-02-26T19:32:18.697Z Compiling rust-argon2 v2.1.0
51202026-02-26T19:32:18.722Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-argon2-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=2e3d8600b8c870b2 -C extra-filename=-be6e958c7a2fb8aa --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-25862f5051364d8f.rmeta --extern blake2b_simd=/work/oxidecomputer/omicron/target/debug/deps/libblake2b_simd-49860177d903ee51.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-d3fd8fab878222c2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
51212026-02-26T19:32:19.687Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
51222026-02-26T19:32:19.711Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_setup --edition=2024 zone-setup/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=872dc9c25568876c -C extra-filename=-f669f7b2a258b1c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-933ab27ca108577d.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-490b70ab666d52ad.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
51232026-02-26T19:32:20.390Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ntp_admin --edition=2024 ntp-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1f51ce439110d52e -C extra-filename=-4fb35c2a17ed21bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-2a696e53a64e407e.rmeta --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-755f5bbb4d9fd105.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3548ee163e1966e2.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/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`
51242026-02-26T19:32:20.745Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
51252026-02-26T19:32:20.769Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2024 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8244b6c5dde1441c -C extra-filename=-3497b4fd50a8c97c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-24eb4f060d9e8888.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rmeta --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-4113bbe7e3c7b380.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ed787519e83456dc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-40a9416e269b5973.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cbf5620019c4d681.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-36b1178678ed49cf.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2124dfe23d5b97bf.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-376719857cb8fb32.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4d06200f0543bfd9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-30ae21b684c14b46.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6779b0f0dfa9df3c.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f012a4405e1725b1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/usr/ssl-3/lib/amd64`
51262026-02-26T19:32:20.874Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
51272026-02-26T19:32:20.899Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_pins --edition=2024 dev-tools/pins/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1cf4fdc689ecdc6d -C extra-filename=-0a39ace8b2625493 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-24eb4f060d9e8888.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-566dfdbece98fde0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2fcfcb35f0bca903.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
51282026-02-26T19:32:20.924Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
51292026-02-26T19:32:20.924Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name clickana --edition=2024 dev-tools/clickana/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=63b7b7dd8fea4200 -C extra-filename=-a0242ebaa7a2e277 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-a1600eecf88bb0fc.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-19024cc6c44806ed.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-7affd22fd6893a37.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3548ee163e1966e2.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
51302026-02-26T19:32:21.519Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
51312026-02-26T19:32:21.544Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name xtask_downloader --edition=2024 dev-tools/downloader/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=715b799984265c11 -C extra-filename=-a6c12cc96e93f7be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f012a4405e1725b1.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
51322026-02-26T19:32:21.702Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
51332026-02-26T19:32:21.727Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rats_corim --edition=2021 /home/build/.cargo/git/checkouts/rats-corim-f56b95316a7c2271/f0d5d51/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0fcd44cffc87b436 -C extra-filename=-b6071cc278a37da6 --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-800a14e1a8c4d7b8.rmeta --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-36e8255da928bcf3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-403fa0d437dd0a79.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
51342026-02-26T19:32:22.567Z Compiling cargo_toml v0.21.0
51352026-02-26T19:32:22.591Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cargo_toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo_toml-0.21.0/src/cargo_toml.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("features"))' -C metadata=6e453d9ab05cff37 -C extra-filename=-59f653608e399bfd --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-aa0f5bd7118bc9a2.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
51362026-02-26T19:32:23.770Z Compiling termios v0.3.3
51372026-02-26T19:32:23.794Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name termios --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/termios-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=671f7397e5b9704e -C extra-filename=-3ed3057121073a4a --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-b9bf1208c93b2e2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
51382026-02-26T19:32:24.169Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
51392026-02-26T19:32:24.194Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_cli --edition=2024 gateway-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ba1d588ecbab3b09 -C extra-filename=-9b499e852c9ea909 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-004187269ac2e51e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e9068d0167c53e94.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-3ed3057121073a4a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-8ae856682eb1cbce.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
51402026-02-26T19:32:25.848Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name commtest --edition=2024 end-to-end-tests/src/bin/commtest.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c60312872c17b534 -C extra-filename=-7bc0cdbdc50980c0 --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-5be4cc3a9597241e.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e19bce47ba6e7c57.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-a2cae352ac27581d.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-c79586f96df0b228.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6a3f0c2bc74a8dc7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-594f352716bbccce.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d84f93995e261401.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-ac17f8168544be18.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-a0c57401d3910358.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-de9868dc0340c409.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-7b3e53195ed302cc.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4ec33db313d2c4b3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-98afdb6c2ef9cdc5.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-5f8a3a9446f21a79.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-ad71defff6033b2b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-003ec141f350818d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/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/ -L native=/usr/lib/amd64`
51412026-02-26T19:32:26.001Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2024 package/src/bin/omicron-package.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a569047a2fceb7f7 -C extra-filename=-732d367124f8e16a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-24eb4f060d9e8888.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-4113bbe7e3c7b380.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ed787519e83456dc.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-3497b4fd50a8c97c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-40a9416e269b5973.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cbf5620019c4d681.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-36b1178678ed49cf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2124dfe23d5b97bf.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-376719857cb8fb32.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4d06200f0543bfd9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-30ae21b684c14b46.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6779b0f0dfa9df3c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f012a4405e1725b1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/usr/ssl-3/lib/amd64`
51422026-02-26T19:32:26.397Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
51432026-02-26T19:32:26.422Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_releng --edition=2024 dev-tools/releng/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d2fca43ac4f51c85 -C extra-filename=-dd8c8afd5cdcc814 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-24eb4f060d9e8888.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-566dfdbece98fde0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern omicron_pins=/work/oxidecomputer/omicron/target/debug/deps/libomicron_pins-0a39ace8b2625493.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-40a9416e269b5973.rlib --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-b6071cc278a37da6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-376719857cb8fb32.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f012a4405e1725b1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1c44f558291a3c28.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-759720df9f748024.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/usr/ssl-3/lib/amd64`
51442026-02-26T19:32:26.984Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin --edition=2024 ntp-admin/src/bin/ntp-admin.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1323cbefba8fc65f -C extra-filename=-023868ef775c4d5a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-061ae7069d461a57.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-2a696e53a64e407e.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-755f5bbb4d9fd105.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_ntp_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ntp_admin-4fb35c2a17ed21bf.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-26ce93b26fa1d45f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-dadc4ffa302addcf.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3548ee163e1966e2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ab9cad66fca2caf1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /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`
51452026-02-26T19:32:27.295Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name xtask_downloader --edition=2024 dev-tools/downloader/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d3e89e1b7af70575 -C extra-filename=-8323771fadcfe797 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f012a4405e1725b1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-a6c12cc96e93f7be.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
51462026-02-26T19:32:28.230Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap --edition=2024 end-to-end-tests/src/bin/bootstrap.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=22d30ad97e698e8c -C extra-filename=-958ed8211441c061 --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-5be4cc3a9597241e.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e19bce47ba6e7c57.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-a2cae352ac27581d.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-c79586f96df0b228.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6a3f0c2bc74a8dc7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-594f352716bbccce.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d84f93995e261401.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-ac17f8168544be18.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-a0c57401d3910358.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-de9868dc0340c409.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-7b3e53195ed302cc.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4ec33db313d2c4b3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-98afdb6c2ef9cdc5.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-5f8a3a9446f21a79.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-ad71defff6033b2b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-003ec141f350818d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/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/ -L native=/usr/lib/amd64`
51472026-02-26T19:32:29.097Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
51482026-02-26T19:32:29.122Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name xtask --edition=2024 dev-tools/xtask/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5df1fe11bb2fbc9b -C extra-filename=-7293ba90dcebf56c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-24eb4f060d9e8888.rlib --extern cargo_toml=/work/oxidecomputer/omicron/target/debug/deps/libcargo_toml-59f653608e399bfd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-4113bbe7e3c7b380.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-566dfdbece98fde0.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-de9868dc0340c409.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-9fbdfea03a05da8f.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-c1e3b6744498ff01.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
51492026-02-26T19:32:29.579Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name end_to_end_tests --edition=2024 end-to-end-tests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=45eee747918cf40c -C extra-filename=-bc44d0d8a63ccad9 --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-5be4cc3a9597241e.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e19bce47ba6e7c57.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-a2cae352ac27581d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6a3f0c2bc74a8dc7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-594f352716bbccce.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d84f93995e261401.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-ac17f8168544be18.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-a0c57401d3910358.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-de9868dc0340c409.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-7b3e53195ed302cc.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4ec33db313d2c4b3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-98afdb6c2ef9cdc5.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-5f8a3a9446f21a79.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-ad71defff6033b2b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-003ec141f350818d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/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/ -L native=/usr/lib/amd64`
51502026-02-26T19:32:29.639Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dhcp_server --edition=2024 end-to-end-tests/src/bin/dhcp-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cf90be10f6893ef2 -C extra-filename=-75b40b39a4129b5a --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-5be4cc3a9597241e.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e19bce47ba6e7c57.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-a2cae352ac27581d.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-c79586f96df0b228.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6a3f0c2bc74a8dc7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-594f352716bbccce.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d84f93995e261401.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-ac17f8168544be18.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-a0c57401d3910358.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-de9868dc0340c409.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-7b3e53195ed302cc.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4ec33db313d2c4b3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-98afdb6c2ef9cdc5.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-5f8a3a9446f21a79.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-ad71defff6033b2b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-003ec141f350818d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/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/ -L native=/usr/lib/amd64`
51512026-02-26T19:32:30.134Z Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
51522026-02-26T19:32:30.180Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dropshot_apis --edition=2024 dev-tools/dropshot-apis/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3197c7d79a40fbb0 -C extra-filename=-3de4e286ccea2aa0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-bb45ba09e845defe.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-8bcbd12d7836389a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-8fc3ab1f9a0e6b83.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-e476912f94e810f8.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-3746f9ad2021ca07.rlib --extern dropshot_api_manager=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager-9a83b6088d8324b2.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-567df5da3eaa495f.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-891b573e0dea389a.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-6e17e1e988ca7efb.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-624a5cd36aed709c.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-b6344d5cf0d684f5.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-e44335ab0ec246d9.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-2a696e53a64e407e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-26ce93b26fa1d45f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-9ccf93a538450fe4.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c97d11b0c3b81948.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-c481e56e1fb98fad.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-12bb03731f02be70.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64`
51532026-02-26T19:32:31.091Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name clickana --edition=2024 dev-tools/clickana/src/bin/clickana.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1ea09b89fd45d370 -C extra-filename=-06150e7ff6a3fe6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-a0242ebaa7a2e277.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-a1600eecf88bb0fc.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-19024cc6c44806ed.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-7affd22fd6893a37.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3548ee163e1966e2.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
51542026-02-26T19:32:31.720Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2024 wicket-dbg/src/bin/wicket-dbg.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bb05aeb8f75daf9a -C extra-filename=-afe1fee950f8e872 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-800a14e1a8c4d7b8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-e9a817205d62f855.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-032a398a788f45ad.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-ffd058a0359ad538.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-81febf24debb1c8b.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-48c955fc80ec9da6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
51552026-02-26T19:32:31.850Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg_server --edition=2024 wicket-dbg/src/bin/wicket-dbg-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=08ebfd6f06ef4084 -C extra-filename=-5538fbd0848c6944 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-800a14e1a8c4d7b8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-e9a817205d62f855.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-032a398a788f45ad.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-ffd058a0359ad538.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-81febf24debb1c8b.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-48c955fc80ec9da6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
51562026-02-26T19:32:32.974Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_setup --edition=2024 zone-setup/src/bin/zone-setup.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4709dabde931ab95 -C extra-filename=-dc7a7d967defebf7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-933ab27ca108577d.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-490b70ab666d52ad.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-f669f7b2a258b1c8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
51572026-02-26T19:32:33.242Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum --edition=2024 trust-quorum/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9079558e7ed15472 -C extra-filename=-7d0b4a5b79b8bdbe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-32b6961ee9991afd.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-7b01974447a3784f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-61be4a7cb2ba8b18.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-800a14e1a8c4d7b8.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-3b83da55670e8f0a.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-c71a35b657b61a51.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0e6b2fb9a7835ef5.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-467979743718e3e8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a9fe9f1222e6c9b4.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-767b458f60dab1d5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-a01a2f5ce20bcf68.rlib --extern sprockets_tls_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls_test_utils-281cc853bf2ef030.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-dadc4ffa302addcf.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-ba3e5a5fc2a12ec8.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-e07807595cfccee5.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-d21b4224a1903afc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/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/`
51582026-02-26T19:32:33.972Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2024 passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a992d9d515372b80 -C extra-filename=-90fe0b80586ad688 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-4bd811cdca7308a1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-0815b5df15044370.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-be6e958c7a2fb8aa.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-467979743718e3e8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
51592026-02-26T19:32:35.184Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name test_nexus_add_remove --edition=2024 live-tests/tests/test_nexus_add_remove.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=83c945f9fd84eef3 -C extra-filename=-da758279ff9d299d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e3dbb216017a828c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-594f352716bbccce.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d84f93995e261401.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-6bca7fd27db03ff7.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7a8e6e1ad661e181.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a26f456b2caf537f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a9e24867bb14f774.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c76fd3b797d6acd5.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-7b3e53195ed302cc.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-a39cc0226fc54e4f.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-76ed48314ad67437.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-c1e3b6744498ff01.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/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 native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
51602026-02-26T19:32:35.211Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name test_nexus_handoff --edition=2024 live-tests/tests/test_nexus_handoff.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=35a37f20f48f0dae -C extra-filename=-ac79b5ef238d8b28 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e3dbb216017a828c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-594f352716bbccce.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d84f93995e261401.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-6bca7fd27db03ff7.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7a8e6e1ad661e181.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a26f456b2caf537f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a9e24867bb14f774.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c76fd3b797d6acd5.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-7b3e53195ed302cc.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-a39cc0226fc54e4f.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-76ed48314ad67437.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-c1e3b6744498ff01.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/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 native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
51612026-02-26T19:32:35.590Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2024 dev-tools/omdb/src/bin/omdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6be853b0b2584e18 -C extra-filename=-460289e28baae7e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-f7c163f840a5b74c.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-e9a817205d62f855.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-3905703afc1839ca.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-fc5571852f317beb.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-0a4b298c80db40a6.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-085db868a71bc273.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-ed331fa3a9daa5c0.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-e59c0e0cd35ac67e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-004187269ac2e51e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e9068d0167c53e94.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9449da761caf8295.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-494ca4e31fddf7d3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ed787519e83456dc.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-594f352716bbccce.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d84f93995e261401.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-546f3bd0e4d7955c.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7a8e6e1ad661e181.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-c0f0efec269fbcc4.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-c195cb5da379d5cc.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a26f456b2caf537f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a9e24867bb14f774.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-99f30737c2513990.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c76fd3b797d6acd5.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-7b3e53195ed302cc.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-76ed48314ad67437.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-63c3a149039e6970.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-32f3b4bd9ec60dad.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-fa2d970f30749628.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-79f9f6e29e855245.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cbf5620019c4d681.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-7affd22fd6893a37.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-032a398a788f45ad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-def14352b8506b75.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-fb6d727948b05a83.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-cad9d362c62214a4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-d4cf33d309e2324d.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-1142157a3ff864fb.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-9fbdfea03a05da8f.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-c1e3b6744498ff01.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-d21b4224a1903afc.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-80212553b0ad03df.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-57c190f10e85dc2f.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ab9cad66fca2caf1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/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 native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
51622026-02-26T19:32:36.467Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ch_dev --edition=2024 dev-tools/ch-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3d189b8949f85891 -C extra-filename=-edaee742b894944d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-aebcb169fd932054.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
51632026-02-26T19:32:39.887Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_exec_unsafe --edition=2024 dev-tools/reconfigurator-exec-unsafe/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f999254b4dd4dfd6 -C extra-filename=-043dcad48f70757d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-594f352716bbccce.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d84f93995e261401.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a26f456b2caf537f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a9e24867bb14f774.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-0c5b3ae903b8aefc.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-15053d7bf3eb1d9c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b789c7149d610113.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-2122a778426d8761.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-1142157a3ff864fb.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-57c190f10e85dc2f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/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 native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
51642026-02-26T19:32:44.166Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_metrics_producer_gc --edition=2024 nexus/metrics-producer-gc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bc92a9d82f736017 -C extra-filename=-f7abb0c013f21708 --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-f7c163f840a5b74c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-085db868a71bc273.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-bd874581c32d71c8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a26f456b2caf537f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a9e24867bb14f774.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-99f30737c2513990.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-061ae7069d461a57.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-fa2d970f30749628.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/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 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`
51652026-02-26T19:32:55.925Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name test_compilation --edition=2024 oximeter/types/tests/test_compilation.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=19b4236eaacf7457 -C extra-filename=-1fcc31036cc2992a --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-ffed923fbd0f186b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-0815b5df15044370.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-852f92ed2604cabf.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-f8d2a4477cf2b4fe.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-c112d53073a1dce4.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-3bf64ca65482c55e.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-3c977b5def4a6ed9.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-801ca1e0af96fa5e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-d1784829bdbec9f1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-df2d15648f246e38.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-ac7704af1c7a2f99.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
51662026-02-26T19:32:56.988Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2024 oximeter/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d0518e2c8d6b2355 -C extra-filename=-d270e06c9fc439dd --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-ffed923fbd0f186b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-0815b5df15044370.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-852f92ed2604cabf.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-f8d2a4477cf2b4fe.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-c112d53073a1dce4.so --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-3c977b5def4a6ed9.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-801ca1e0af96fa5e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-d1784829bdbec9f1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-df2d15648f246e38.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-ac7704af1c7a2f99.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
51672026-02-26T19:33:07.220Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2024 installinator/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=384e3be616e7ce56 -C extra-filename=-1db8e8d70ed0cd0d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-708bbbfcfaea8aae.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-e6e8339882e0864d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-def746e7eb804baf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-74af327c97b38882.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-2528595203990f55.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-6c21e707dd49ed8b.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-e227e4706d083501.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-9bc3f555743c9dec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-c0a7b5d785367821.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4d06200f0543bfd9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d9fd52ff033ba0b4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-ffd058a0359ad538.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6779b0f0dfa9df3c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-dadc4ffa302addcf.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-40d259803c85ce4f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1c44f558291a3c28.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-57c190f10e85dc2f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
51682026-02-26T19:33:10.289Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2024 installinator/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=dc01a7fc906e6689 -C extra-filename=-990811376b41eccb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-708bbbfcfaea8aae.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-e6e8339882e0864d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-def746e7eb804baf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-2528595203990f55.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-6c21e707dd49ed8b.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-e227e4706d083501.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-9bc3f555743c9dec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-c0a7b5d785367821.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4d06200f0543bfd9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d9fd52ff033ba0b4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-ffd058a0359ad538.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6779b0f0dfa9df3c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-dadc4ffa302addcf.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-40d259803c85ce4f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1c44f558291a3c28.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-57c190f10e85dc2f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
51692026-02-26T19:33:13.047Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2024 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=ac49bc9ee6b1bf8d -C extra-filename=-a25ee0f63dd987a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-f7c163f840a5b74c.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-19024cc6c44806ed.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-4e206dbacf682159.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-5f3df2a394fb1aa2.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-0815b5df15044370.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-d2bbd885974463d2.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-085db868a71bc273.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-ca394a332366b42f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-e59c0e0cd35ac67e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-004187269ac2e51e.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-494ca4e31fddf7d3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-2ef935948be155e9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-594f352716bbccce.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d84f93995e261401.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-de9868dc0340c409.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-527c28894c92f92a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7a8e6e1ad661e181.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-c0f0efec269fbcc4.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-4b1f3c84eb898b8f.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-c195cb5da379d5cc.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a26f456b2caf537f.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-99f30737c2513990.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c76fd3b797d6acd5.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-a39cc0226fc54e4f.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-061ae7069d461a57.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rlib --extern nonempty=/work/oxidecomputer/omicron/target/debug/deps/libnonempty-46b553f94abe0387.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-6a73fe3264197003.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4ca9285fc2ae54be.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4ec33db313d2c4b3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-006080970c76a089.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4e1cebaf054645ba.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1007dc04ff25c671.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cbf5620019c4d681.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-5118ac6f015b2311.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b789c7149d610113.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-01bfdca2cc9762af.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-ab436a188cf9000a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-250953c6daa31814.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-d7152758803484e3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-fb6d727948b05a83.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-cad9d362c62214a4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-6e3db23352d37a3b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-ba3e5a5fc2a12ec8.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-d21b4224a1903afc.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ab9cad66fca2caf1.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/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 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`
51702026-02-26T19:33:29.588Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_admin --edition=2024 cockroach-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6bdb271a04ce95a0 -C extra-filename=-63177ba12b04d4ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-e476912f94e810f8.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-4e206dbacf682159.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-d502cd6d9a6e9ed9.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-0a4b298c80db40a6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-061ae7069d461a57.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-26ce93b26fa1d45f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-dadc4ffa302addcf.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3548ee163e1966e2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ab9cad66fca2caf1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /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`
51712026-02-26T19:33:33.299Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_lookup --edition=2024 nexus/db-lookup/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b96ccce35ba95e13 -C extra-filename=-9c7260311242a110 --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-f7c163f840a5b74c.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-d2bbd885974463d2.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-085db868a71bc273.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-ca394a332366b42f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-527c28894c92f92a.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-c0f0efec269fbcc4.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a26f456b2caf537f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a9e24867bb14f774.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-99f30737c2513990.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b789c7149d610113.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/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 native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
51722026-02-26T19:33:34.015Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils --edition=2024 nexus/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="omicron-dev"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-dev"))' -C metadata=ff3a5bb35716a58e -C extra-filename=-f4944593962e9c5a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-3905703afc1839ca.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-71ab8320e4a0b2cf.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e3dbb216017a828c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d587728779ad7edc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e9068d0167c53e94.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9449da761caf8295.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-44a72f62f5c98b08.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6a3f0c2bc74a8dc7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-913767e3a45f3687.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-594f352716bbccce.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d84f93995e261401.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-621e0d376e43b2e6.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7a8e6e1ad661e181.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a9e24867bb14f774.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-7b3e53195ed302cc.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-08b4049e69547f72.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-65997502fd78d435.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4ca9285fc2ae54be.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4ec33db313d2c4b3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4e1cebaf054645ba.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-c6c47b1288298b15.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e07e583db8d995e5.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f40c7541594c3dec.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-fb6d727948b05a83.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3548ee163e1966e2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /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`
51732026-02-26T19:33:43.808Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_networking --edition=2024 nexus/networking/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=db2873a65f8b3792 -C extra-filename=-46502591e6b594ca --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-cc2e81a48217c1f6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-c195cb5da379d5cc.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a9e24867bb14f774.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-fb6d727948b05a83.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/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 native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
51742026-02-26T19:33:52.413Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_preparation --edition=2024 nexus/reconfigurator/preparation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=74e8e65a1f026c7f -C extra-filename=-a6c959700653e8d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a26f456b2caf537f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a9e24867bb14f774.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/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 native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
51752026-02-26T19:34:30.450Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_saga_recovery --edition=2024 nexus/saga-recovery/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7fc7753247c5ebb1 -C extra-filename=-40cd4642dba45478 --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-b476cbab3ebc9700.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-527c28894c92f92a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a26f456b2caf537f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a9e24867bb14f774.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-061ae7069d461a57.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-9fd20cc138988edf.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-cad9d362c62214a4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/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 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`
51762026-02-26T19:35:55.596Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin --edition=2024 cockroach-admin/src/bin/cockroach-admin.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cd3d1e205f9f60e1 -C extra-filename=-0257c993d5cb8a67 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-e476912f94e810f8.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-4e206dbacf682159.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-d502cd6d9a6e9ed9.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-0a4b298c80db40a6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-061ae7069d461a57.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-65997502fd78d435.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-26ce93b26fa1d45f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-dadc4ffa302addcf.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3548ee163e1966e2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ab9cad66fca2caf1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /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`
51772026-02-26T19:36:09.385Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_interface --edition=2024 nexus/test-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e50374229a25c52b -C extra-filename=-1e8ae97ce4ff3b58 --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-032078021c49cc9d.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7a8e6e1ad661e181.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a9e24867bb14f774.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/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 native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
51782026-02-26T19:36:11.889Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name integration --edition=2024 nexus/db-lookup/tests/integration/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=43e1501a81598bdf -C extra-filename=-a475e72f3871f7d7 --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-f7c163f840a5b74c.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-d2bbd885974463d2.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-085db868a71bc273.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-ca394a332366b42f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-527c28894c92f92a.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-c0f0efec269fbcc4.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-c195cb5da379d5cc.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a26f456b2caf537f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a9e24867bb14f774.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-99f30737c2513990.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b789c7149d610113.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/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 native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
51792026-02-26T19:36:13.965Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_rendezvous --edition=2024 nexus/reconfigurator/rendezvous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b9c994093e06f491 -C extra-filename=-ddccfcbbefd4fb75 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-f7c163f840a5b74c.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-085db868a71bc273.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a26f456b2caf537f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a9e24867bb14f774.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-99f30737c2513990.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-dadc4ffa302addcf.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/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 native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
51802026-02-26T19:36:17.876Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ntp_admin --edition=2024 ntp-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=afd039710f245952 -C extra-filename=-51b7279efc6a5624 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-061ae7069d461a57.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-2a696e53a64e407e.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-755f5bbb4d9fd105.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-26ce93b26fa1d45f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-dadc4ffa302addcf.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3548ee163e1966e2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ab9cad66fca2caf1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /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`
51812026-02-26T19:36:20.895Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2024 wicketd/src/bin/wicketd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0034133f5a8d35f2 -C extra-filename=-f4c7d27195074611 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-69f4788be87256db.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-9837ba49c07a3beb.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-708bbbfcfaea8aae.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d587728779ad7edc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-c9f7370c3bfe5e1d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-004187269ac2e51e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e9068d0167c53e94.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6a3f0c2bc74a8dc7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-913767e3a45f3687.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-8e6118deea88b7a8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-6e17e1e988ca7efb.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-6c21e707dd49ed8b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-594f352716bbccce.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d84f93995e261401.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-f8e9578a5c306496.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-9bc3f555743c9dec.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4ca9285fc2ae54be.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-40d259803c85ce4f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4fab09a38958d149.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-7879e34ee94475fb.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1c44f558291a3c28.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-759720df9f748024.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-57c190f10e85dc2f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-38983602dc54089b.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-d232f61e179f8d63.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-12bb03731f02be70.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-5eb2746790f53e39.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
51822026-02-26T19:36:24.936Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2024 wicketd/src/bin/wicketd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3781b537de95b590 -C extra-filename=-13858c92536580c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-69f4788be87256db.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-9837ba49c07a3beb.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-708bbbfcfaea8aae.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d587728779ad7edc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-c9f7370c3bfe5e1d.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-566dfdbece98fde0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-004187269ac2e51e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e9068d0167c53e94.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9449da761caf8295.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6a3f0c2bc74a8dc7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-913767e3a45f3687.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-8e6118deea88b7a8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-74af327c97b38882.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-6e17e1e988ca7efb.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-2528595203990f55.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-6c21e707dd49ed8b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-594f352716bbccce.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d84f93995e261401.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-f8e9578a5c306496.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-9bc3f555743c9dec.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4ca9285fc2ae54be.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-26ce93b26fa1d45f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-85bc802af7085b6c.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2b28f4f19b04f292.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-83cbcef5124d61ab.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d9fd52ff033ba0b4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f012a4405e1725b1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-40d259803c85ce4f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4fab09a38958d149.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-7879e34ee94475fb.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7655243c9319e73a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1c44f558291a3c28.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-759720df9f748024.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-57c190f10e85dc2f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-81febf24debb1c8b.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-38983602dc54089b.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-d232f61e179f8d63.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-12bb03731f02be70.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-5eb2746790f53e39.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
51832026-02-26T19:36:28.680Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2024 wicketd/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9cdf70965f73a846 -C extra-filename=-0826ba41047e98c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-69f4788be87256db.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-9837ba49c07a3beb.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-708bbbfcfaea8aae.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d587728779ad7edc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-c9f7370c3bfe5e1d.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-566dfdbece98fde0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-004187269ac2e51e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e9068d0167c53e94.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9449da761caf8295.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6a3f0c2bc74a8dc7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-913767e3a45f3687.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-8e6118deea88b7a8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-74af327c97b38882.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-6e17e1e988ca7efb.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-2528595203990f55.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-6c21e707dd49ed8b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-594f352716bbccce.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d84f93995e261401.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-f8e9578a5c306496.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-9bc3f555743c9dec.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4ca9285fc2ae54be.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-26ce93b26fa1d45f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-85bc802af7085b6c.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2b28f4f19b04f292.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-83cbcef5124d61ab.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d9fd52ff033ba0b4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f012a4405e1725b1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-40d259803c85ce4f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4fab09a38958d149.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-7879e34ee94475fb.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7655243c9319e73a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1c44f558291a3c28.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-759720df9f748024.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-57c190f10e85dc2f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-81febf24debb1c8b.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-38983602dc54089b.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-d232f61e179f8d63.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-12bb03731f02be70.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-5eb2746790f53e39.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
51842026-02-26T19:36:34.716Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cluster --edition=2024 trust-quorum/protocol/tests/cluster.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="danger_partial_eq_ct_wrapper"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("danger_partial_eq_ct_wrapper", "testing"))' -C metadata=e47aabf0aa602772 -C extra-filename=-6535e2d8cde57110 --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-f5a2a231840931bf.rlib --extern attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-32b6961ee9991afd.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-7b01974447a3784f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-61be4a7cb2ba8b18.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-800a14e1a8c4d7b8.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-3b83da55670e8f0a.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-c71a35b657b61a51.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0e6b2fb9a7835ef5.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-467979743718e3e8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a9fe9f1222e6c9b4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-dadc4ffa302addcf.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-ba3e5a5fc2a12ec8.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-e07807595cfccee5.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-d21b4224a1903afc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
51852026-02-26T19:36:44.608Z Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
51862026-02-26T19:36:44.635Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tqdb --edition=2024 trust-quorum/tqdb/src/bin/tqdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2e575248b4ee5d0b -C extra-filename=-7c90aebe823014c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e19bce47ba6e7c57.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-ea7432e63fe35117.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-f8b620cf79b52565.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-032a398a788f45ad.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-9fbdfea03a05da8f.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-ba3e5a5fc2a12ec8.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-e07807595cfccee5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
51872026-02-26T19:36:49.137Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum_protocol --edition=2024 trust-quorum/protocol/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="danger_partial_eq_ct_wrapper"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("danger_partial_eq_ct_wrapper", "testing"))' -C metadata=963e95823588c805 -C extra-filename=-07fa5d9e7e354089 --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-f5a2a231840931bf.rlib --extern attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-32b6961ee9991afd.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-7b01974447a3784f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-61be4a7cb2ba8b18.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-800a14e1a8c4d7b8.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-3b83da55670e8f0a.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-c71a35b657b61a51.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0e6b2fb9a7835ef5.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-467979743718e3e8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a9fe9f1222e6c9b4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-dadc4ffa302addcf.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-e07807595cfccee5.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-d21b4224a1903afc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
51882026-02-26T19:37:01.684Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_setup --edition=2024 zone-setup/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=723033c2cd99ae43 -C extra-filename=-b0af4ac24f31bfda --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-933ab27ca108577d.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-490b70ab666d52ad.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
51892026-02-26T19:37:02.187Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ls_apis --edition=2024 dev-tools/ls-apis/src/bin/ls-apis.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fc0e32e3e91c873b -C extra-filename=-65a397dc87e31873 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-24eb4f060d9e8888.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-01eb04f9a54b8339.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-3a289d164284dc2e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-801ca1e0af96fa5e.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cbf5620019c4d681.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
51902026-02-26T19:37:03.902Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ls_apis --edition=2024 dev-tools/ls-apis/src/bin/ls-apis.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=91599795e0b67d18 -C extra-filename=-6d0bb1c8f9471dcc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-24eb4f060d9e8888.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-01eb04f9a54b8339.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-3a289d164284dc2e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-801ca1e0af96fa5e.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cbf5620019c4d681.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
51912026-02-26T19:37:04.337Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name test_dependencies --edition=2024 dev-tools/ls-apis/tests/test_dependencies.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b89697da05c392af -C extra-filename=-9dc555b272b990fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-24eb4f060d9e8888.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-01eb04f9a54b8339.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-3a289d164284dc2e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-801ca1e0af96fa5e.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cbf5620019c4d681.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
51922026-02-26T19:37:05.715Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent --edition=2024 sled-agent/src/bin/sled-agent.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=dc4924e5f545afd6 -C extra-filename=-92d09e5aabf60801 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-62ab5388c2ead6be.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-7b01974447a3784f.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-bb45ba09e845defe.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-69f4788be87256db.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-8bcbd12d7836389a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-e6e8339882e0864d.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-19024cc6c44806ed.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-f8c59d40a9b99637.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-3905703afc1839ca.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-3b83da55670e8f0a.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-f823d5e8448f0051.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-71ab8320e4a0b2cf.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e3dbb216017a828c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-57bacd71389f7d6e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-c9f7370c3bfe5e1d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-004187269ac2e51e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-913767e3a45f3687.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-0eb1172f7f683fb1.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-6c21e707dd49ed8b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-594f352716bbccce.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d84f93995e261401.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-d099d2df1461daa2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-de9868dc0340c409.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4d865b9ac8b05a27.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-621e0d376e43b2e6.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7a8e6e1ad661e181.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-7b3e53195ed302cc.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-15afdd8839265a72.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-9bc3f555743c9dec.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4ec33db313d2c4b3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-90c842a6e7ff78d6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4e1cebaf054645ba.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c3798f9ded3407a8.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e07e583db8d995e5.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-fb48151e145b8122.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-53d6dfabf4dfa2ae.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-a181853c3b7be174.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-46f1675eefa55bb7.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-33d0d58cbfd77f9a.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c97d11b0c3b81948.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-2122a778426d8761.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-58235fe6368598cf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-467979743718e3e8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-c37268312e9028ff.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a9fe9f1222e6c9b4.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-c481e56e1fb98fad.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-fb6d727948b05a83.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-85bc802af7085b6c.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-97e3b66ad2e7cca6.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-767b458f60dab1d5.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2b28f4f19b04f292.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-3850d59e699c0790.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-dd50e44f425b3452.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4d06200f0543bfd9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d9fd52ff033ba0b4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6779b0f0dfa9df3c.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-413932a27105c9a7.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-a01a2f5ce20bcf68.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f012a4405e1725b1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-e26637e5617f4c7d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-40d259803c85ce4f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-7676ea6e73b6d9b5.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-ba3e5a5fc2a12ec8.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-d21b4224a1903afc.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b10c956631964193.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-5e6be64fec04b26e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-ca5ca176de1e9c1f.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-490b70ab666d52ad.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/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/`
51932026-02-26T19:37:09.005Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2024 sled-agent/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=03f9fcfe7c978c7c -C extra-filename=-a4c2f466d8167efa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-62ab5388c2ead6be.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-7b01974447a3784f.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-bb45ba09e845defe.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-69f4788be87256db.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-8bcbd12d7836389a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-e6e8339882e0864d.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-19024cc6c44806ed.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-f8c59d40a9b99637.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-3905703afc1839ca.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-3b83da55670e8f0a.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-f823d5e8448f0051.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-71ab8320e4a0b2cf.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e3dbb216017a828c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-57bacd71389f7d6e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-c9f7370c3bfe5e1d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-004187269ac2e51e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-d50d59e3f4d53f3f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-def746e7eb804baf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-913767e3a45f3687.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-0eb1172f7f683fb1.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-6c21e707dd49ed8b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-594f352716bbccce.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d84f93995e261401.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-d099d2df1461daa2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-de9868dc0340c409.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4d865b9ac8b05a27.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-621e0d376e43b2e6.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7a8e6e1ad661e181.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-7b3e53195ed302cc.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-a76ddcb16f9014d1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-15afdd8839265a72.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-9bc3f555743c9dec.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4ec33db313d2c4b3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-90c842a6e7ff78d6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4e1cebaf054645ba.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c3798f9ded3407a8.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e07e583db8d995e5.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-fb48151e145b8122.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-53d6dfabf4dfa2ae.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-a181853c3b7be174.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-46f1675eefa55bb7.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-01bfdca2cc9762af.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-33d0d58cbfd77f9a.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dc582855d2bae75a.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c97d11b0c3b81948.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-2122a778426d8761.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-58235fe6368598cf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-467979743718e3e8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-c37268312e9028ff.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a9fe9f1222e6c9b4.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-c481e56e1fb98fad.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-fb6d727948b05a83.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-85bc802af7085b6c.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-97e3b66ad2e7cca6.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-767b458f60dab1d5.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2b28f4f19b04f292.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-3850d59e699c0790.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-dd50e44f425b3452.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4d06200f0543bfd9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d9fd52ff033ba0b4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6779b0f0dfa9df3c.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-413932a27105c9a7.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-a01a2f5ce20bcf68.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f012a4405e1725b1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-e26637e5617f4c7d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-40d259803c85ce4f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-7676ea6e73b6d9b5.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-ba3e5a5fc2a12ec8.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-d21b4224a1903afc.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b10c956631964193.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-5e6be64fec04b26e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-1b06916c2a04d0d8.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-ca5ca176de1e9c1f.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-490b70ab666d52ad.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/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/ -L native=/usr/lib/amd64`
51942026-02-26T19:37:14.858Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent --edition=2024 sled-agent/src/bin/sled-agent.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=70634b8315a9b1e1 -C extra-filename=-2a05e58d8a647c9b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-62ab5388c2ead6be.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-7b01974447a3784f.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-bb45ba09e845defe.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-69f4788be87256db.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-8bcbd12d7836389a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-e6e8339882e0864d.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-19024cc6c44806ed.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-f8c59d40a9b99637.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-3905703afc1839ca.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-3b83da55670e8f0a.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-f823d5e8448f0051.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-71ab8320e4a0b2cf.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e3dbb216017a828c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-57bacd71389f7d6e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-c9f7370c3bfe5e1d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-004187269ac2e51e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-d50d59e3f4d53f3f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-def746e7eb804baf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-913767e3a45f3687.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-0eb1172f7f683fb1.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-6c21e707dd49ed8b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-594f352716bbccce.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d84f93995e261401.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-d099d2df1461daa2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-de9868dc0340c409.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4d865b9ac8b05a27.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-621e0d376e43b2e6.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7a8e6e1ad661e181.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-7b3e53195ed302cc.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-a76ddcb16f9014d1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-15afdd8839265a72.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-9bc3f555743c9dec.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4ec33db313d2c4b3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-90c842a6e7ff78d6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4e1cebaf054645ba.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c3798f9ded3407a8.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e07e583db8d995e5.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-fb48151e145b8122.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-53d6dfabf4dfa2ae.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-a181853c3b7be174.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-46f1675eefa55bb7.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-01bfdca2cc9762af.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-33d0d58cbfd77f9a.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dc582855d2bae75a.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c97d11b0c3b81948.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-2122a778426d8761.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-58235fe6368598cf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-467979743718e3e8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-c37268312e9028ff.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a9fe9f1222e6c9b4.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-c481e56e1fb98fad.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-fb6d727948b05a83.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-85bc802af7085b6c.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-97e3b66ad2e7cca6.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-767b458f60dab1d5.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2b28f4f19b04f292.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-3850d59e699c0790.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-dd50e44f425b3452.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4d06200f0543bfd9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d9fd52ff033ba0b4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6779b0f0dfa9df3c.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-413932a27105c9a7.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-a01a2f5ce20bcf68.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f012a4405e1725b1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-e26637e5617f4c7d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-40d259803c85ce4f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-7676ea6e73b6d9b5.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-ba3e5a5fc2a12ec8.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-d21b4224a1903afc.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b10c956631964193.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-5e6be64fec04b26e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-1b06916c2a04d0d8.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-ca5ca176de1e9c1f.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-490b70ab666d52ad.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/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/ -L native=/usr/lib/amd64`
51952026-02-26T19:37:19.101Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_bundle --edition=2024 sled-agent/src/bin/zone-bundle.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=4f1f63d619edf90e -C extra-filename=-41b238f96ea91ea0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-62ab5388c2ead6be.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-7b01974447a3784f.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-bb45ba09e845defe.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-69f4788be87256db.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-8bcbd12d7836389a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-e6e8339882e0864d.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-19024cc6c44806ed.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-f8c59d40a9b99637.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-3905703afc1839ca.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-3b83da55670e8f0a.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-f823d5e8448f0051.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-71ab8320e4a0b2cf.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e3dbb216017a828c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-57bacd71389f7d6e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-c9f7370c3bfe5e1d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-004187269ac2e51e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-d50d59e3f4d53f3f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-def746e7eb804baf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-913767e3a45f3687.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-0eb1172f7f683fb1.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-6c21e707dd49ed8b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-594f352716bbccce.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d84f93995e261401.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-d099d2df1461daa2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-de9868dc0340c409.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4d865b9ac8b05a27.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-621e0d376e43b2e6.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7a8e6e1ad661e181.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-7b3e53195ed302cc.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-a76ddcb16f9014d1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-15afdd8839265a72.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-9bc3f555743c9dec.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4ec33db313d2c4b3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-90c842a6e7ff78d6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4e1cebaf054645ba.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c3798f9ded3407a8.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e07e583db8d995e5.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-fb48151e145b8122.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-53d6dfabf4dfa2ae.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-a181853c3b7be174.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-46f1675eefa55bb7.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-01bfdca2cc9762af.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-33d0d58cbfd77f9a.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dc582855d2bae75a.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c97d11b0c3b81948.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-2122a778426d8761.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-58235fe6368598cf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-467979743718e3e8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-c37268312e9028ff.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a9fe9f1222e6c9b4.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-c481e56e1fb98fad.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-fb6d727948b05a83.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-85bc802af7085b6c.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-97e3b66ad2e7cca6.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-767b458f60dab1d5.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2b28f4f19b04f292.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-3850d59e699c0790.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-dd50e44f425b3452.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4d06200f0543bfd9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d9fd52ff033ba0b4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6779b0f0dfa9df3c.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-413932a27105c9a7.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-a01a2f5ce20bcf68.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f012a4405e1725b1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-e26637e5617f4c7d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-40d259803c85ce4f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-7676ea6e73b6d9b5.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-ba3e5a5fc2a12ec8.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-d21b4224a1903afc.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b10c956631964193.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-5e6be64fec04b26e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-1b06916c2a04d0d8.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-ca5ca176de1e9c1f.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-490b70ab666d52ad.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/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/ -L native=/usr/lib/amd64`
51962026-02-26T19:37:19.295Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2024 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2b5850eb25727ef2 -C extra-filename=-87098dbde690fe09 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-d5c91505739106d4.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-a1600eecf88bb0fc.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-19024cc6c44806ed.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-4e206dbacf682159.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e3dbb216017a828c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-004187269ac2e51e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e9068d0167c53e94.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9449da761caf8295.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-494ca4e31fddf7d3.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-12362f11ae5ad8a9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-621e0d376e43b2e6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-15afdd8839265a72.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-6a73fe3264197003.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4ec33db313d2c4b3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-fb6d727948b05a83.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-83cbcef5124d61ab.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-3850d59e699c0790.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-8f9d7b3b4ae88bea.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51972026-02-26T19:37:23.177Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tofino_monitor --edition=2024 sled-agent/src/bin/tofino-monitor.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=bd3b1c8b2f3e0a04 -C extra-filename=-9cc1731b4749c6ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-62ab5388c2ead6be.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-7b01974447a3784f.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-bb45ba09e845defe.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-69f4788be87256db.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-8bcbd12d7836389a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-e6e8339882e0864d.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-19024cc6c44806ed.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-f8c59d40a9b99637.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-3905703afc1839ca.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-3b83da55670e8f0a.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-f823d5e8448f0051.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-71ab8320e4a0b2cf.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e3dbb216017a828c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-57bacd71389f7d6e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-c9f7370c3bfe5e1d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-004187269ac2e51e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-913767e3a45f3687.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-0eb1172f7f683fb1.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-6c21e707dd49ed8b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-594f352716bbccce.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d84f93995e261401.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-d099d2df1461daa2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-de9868dc0340c409.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4d865b9ac8b05a27.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-621e0d376e43b2e6.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7a8e6e1ad661e181.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-7b3e53195ed302cc.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-15afdd8839265a72.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-9bc3f555743c9dec.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4ec33db313d2c4b3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-90c842a6e7ff78d6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4e1cebaf054645ba.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c3798f9ded3407a8.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e07e583db8d995e5.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-fb48151e145b8122.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-53d6dfabf4dfa2ae.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-a181853c3b7be174.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-46f1675eefa55bb7.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-33d0d58cbfd77f9a.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c97d11b0c3b81948.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-2122a778426d8761.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-58235fe6368598cf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-467979743718e3e8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-c37268312e9028ff.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a9fe9f1222e6c9b4.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-c481e56e1fb98fad.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-fb6d727948b05a83.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-85bc802af7085b6c.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-97e3b66ad2e7cca6.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-767b458f60dab1d5.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2b28f4f19b04f292.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-3850d59e699c0790.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-dd50e44f425b3452.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4d06200f0543bfd9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d9fd52ff033ba0b4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6779b0f0dfa9df3c.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-413932a27105c9a7.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-a01a2f5ce20bcf68.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f012a4405e1725b1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-e26637e5617f4c7d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-40d259803c85ce4f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-7676ea6e73b6d9b5.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-ba3e5a5fc2a12ec8.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-d21b4224a1903afc.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b10c956631964193.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-5e6be64fec04b26e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-ca5ca176de1e9c1f.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-490b70ab666d52ad.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/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/`
51982026-02-26T19:37:27.750Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_sim --edition=2024 sled-agent/src/bin/sled-agent-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=2323f170bfc0fcbb -C extra-filename=-1bae6004790c737f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-62ab5388c2ead6be.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-7b01974447a3784f.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-bb45ba09e845defe.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-69f4788be87256db.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-8bcbd12d7836389a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-e6e8339882e0864d.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-19024cc6c44806ed.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-f8c59d40a9b99637.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-3905703afc1839ca.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-3b83da55670e8f0a.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-f823d5e8448f0051.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-71ab8320e4a0b2cf.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e3dbb216017a828c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-57bacd71389f7d6e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-c9f7370c3bfe5e1d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-004187269ac2e51e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-d50d59e3f4d53f3f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-def746e7eb804baf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-913767e3a45f3687.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-0eb1172f7f683fb1.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-6c21e707dd49ed8b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-594f352716bbccce.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d84f93995e261401.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-d099d2df1461daa2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-de9868dc0340c409.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4d865b9ac8b05a27.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-621e0d376e43b2e6.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7a8e6e1ad661e181.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-7b3e53195ed302cc.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-a76ddcb16f9014d1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-15afdd8839265a72.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-9bc3f555743c9dec.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4ec33db313d2c4b3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-90c842a6e7ff78d6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4e1cebaf054645ba.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c3798f9ded3407a8.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e07e583db8d995e5.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-fb48151e145b8122.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-53d6dfabf4dfa2ae.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-a181853c3b7be174.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-46f1675eefa55bb7.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-01bfdca2cc9762af.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-33d0d58cbfd77f9a.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dc582855d2bae75a.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c97d11b0c3b81948.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-2122a778426d8761.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-58235fe6368598cf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-467979743718e3e8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-c37268312e9028ff.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a9fe9f1222e6c9b4.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-c481e56e1fb98fad.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-fb6d727948b05a83.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-85bc802af7085b6c.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-97e3b66ad2e7cca6.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-767b458f60dab1d5.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2b28f4f19b04f292.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-3850d59e699c0790.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-dd50e44f425b3452.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4d06200f0543bfd9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d9fd52ff033ba0b4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6779b0f0dfa9df3c.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-413932a27105c9a7.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-a01a2f5ce20bcf68.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f012a4405e1725b1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-e26637e5617f4c7d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-40d259803c85ce4f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-7676ea6e73b6d9b5.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-ba3e5a5fc2a12ec8.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-d21b4224a1903afc.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b10c956631964193.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-5e6be64fec04b26e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-1b06916c2a04d0d8.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-ca5ca176de1e9c1f.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-490b70ab666d52ad.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/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/ -L native=/usr/lib/amd64`
51992026-02-26T19:37:32.651Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_sim --edition=2024 sled-agent/src/bin/sled-agent-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=a94ab4a55713969c -C extra-filename=-88ec23a1bbc6a649 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-62ab5388c2ead6be.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-7b01974447a3784f.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-bb45ba09e845defe.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-69f4788be87256db.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-8bcbd12d7836389a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-e6e8339882e0864d.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-19024cc6c44806ed.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-f8c59d40a9b99637.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-3905703afc1839ca.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-3b83da55670e8f0a.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-f823d5e8448f0051.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-71ab8320e4a0b2cf.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e3dbb216017a828c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-57bacd71389f7d6e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-c9f7370c3bfe5e1d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-004187269ac2e51e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-913767e3a45f3687.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-0eb1172f7f683fb1.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-6c21e707dd49ed8b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-594f352716bbccce.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d84f93995e261401.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-d099d2df1461daa2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-de9868dc0340c409.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4d865b9ac8b05a27.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-621e0d376e43b2e6.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7a8e6e1ad661e181.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-7b3e53195ed302cc.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-15afdd8839265a72.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-9bc3f555743c9dec.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4ec33db313d2c4b3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-90c842a6e7ff78d6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4e1cebaf054645ba.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c3798f9ded3407a8.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e07e583db8d995e5.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-fb48151e145b8122.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-53d6dfabf4dfa2ae.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-a181853c3b7be174.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-46f1675eefa55bb7.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-33d0d58cbfd77f9a.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c97d11b0c3b81948.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-2122a778426d8761.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-58235fe6368598cf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-467979743718e3e8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-c37268312e9028ff.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a9fe9f1222e6c9b4.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-c481e56e1fb98fad.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-fb6d727948b05a83.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-85bc802af7085b6c.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-97e3b66ad2e7cca6.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-767b458f60dab1d5.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2b28f4f19b04f292.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-3850d59e699c0790.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-dd50e44f425b3452.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4d06200f0543bfd9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d9fd52ff033ba0b4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6779b0f0dfa9df3c.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-413932a27105c9a7.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-a01a2f5ce20bcf68.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f012a4405e1725b1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-e26637e5617f4c7d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-40d259803c85ce4f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-7676ea6e73b6d9b5.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-ba3e5a5fc2a12ec8.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-d21b4224a1903afc.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b10c956631964193.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-5e6be64fec04b26e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-ca5ca176de1e9c1f.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-490b70ab666d52ad.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/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/`
52002026-02-26T19:37:33.467Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_bundle --edition=2024 sled-agent/src/bin/zone-bundle.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=d73f8065969a59ce -C extra-filename=-b3c21c498c4a38ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-62ab5388c2ead6be.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-7b01974447a3784f.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-bb45ba09e845defe.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-69f4788be87256db.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-8bcbd12d7836389a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-e6e8339882e0864d.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-19024cc6c44806ed.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-f8c59d40a9b99637.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-3905703afc1839ca.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-3b83da55670e8f0a.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-f823d5e8448f0051.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-71ab8320e4a0b2cf.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e3dbb216017a828c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-57bacd71389f7d6e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-c9f7370c3bfe5e1d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-004187269ac2e51e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-913767e3a45f3687.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-0eb1172f7f683fb1.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-6c21e707dd49ed8b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-594f352716bbccce.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d84f93995e261401.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-d099d2df1461daa2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-de9868dc0340c409.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4d865b9ac8b05a27.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-621e0d376e43b2e6.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7a8e6e1ad661e181.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-7b3e53195ed302cc.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-15afdd8839265a72.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-9bc3f555743c9dec.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4ec33db313d2c4b3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-90c842a6e7ff78d6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4e1cebaf054645ba.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c3798f9ded3407a8.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e07e583db8d995e5.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-fb48151e145b8122.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-53d6dfabf4dfa2ae.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-a181853c3b7be174.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-46f1675eefa55bb7.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-33d0d58cbfd77f9a.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c97d11b0c3b81948.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-2122a778426d8761.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-58235fe6368598cf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-467979743718e3e8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-c37268312e9028ff.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a9fe9f1222e6c9b4.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-c481e56e1fb98fad.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-fb6d727948b05a83.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-85bc802af7085b6c.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-97e3b66ad2e7cca6.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-767b458f60dab1d5.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2b28f4f19b04f292.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-3850d59e699c0790.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-dd50e44f425b3452.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4d06200f0543bfd9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d9fd52ff033ba0b4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6779b0f0dfa9df3c.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-413932a27105c9a7.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-a01a2f5ce20bcf68.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f012a4405e1725b1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-e26637e5617f4c7d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-40d259803c85ce4f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-7676ea6e73b6d9b5.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-ba3e5a5fc2a12ec8.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-d21b4224a1903afc.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b10c956631964193.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-5e6be64fec04b26e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-ca5ca176de1e9c1f.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-490b70ab666d52ad.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/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/`
52012026-02-26T19:37:35.603Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tofino_monitor --edition=2024 sled-agent/src/bin/tofino-monitor.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=0ecb5c9c70002bf7 -C extra-filename=-c5736a480c553020 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-62ab5388c2ead6be.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-7b01974447a3784f.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-bb45ba09e845defe.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-69f4788be87256db.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-8bcbd12d7836389a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-e6e8339882e0864d.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-19024cc6c44806ed.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-f8c59d40a9b99637.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-3905703afc1839ca.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-3b83da55670e8f0a.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-f823d5e8448f0051.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-71ab8320e4a0b2cf.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e3dbb216017a828c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-57bacd71389f7d6e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-c9f7370c3bfe5e1d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-004187269ac2e51e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-d50d59e3f4d53f3f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-def746e7eb804baf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-913767e3a45f3687.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-0eb1172f7f683fb1.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-6c21e707dd49ed8b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-594f352716bbccce.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d84f93995e261401.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-d099d2df1461daa2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-de9868dc0340c409.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4d865b9ac8b05a27.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-621e0d376e43b2e6.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7a8e6e1ad661e181.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-7b3e53195ed302cc.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-a76ddcb16f9014d1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-15afdd8839265a72.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-9bc3f555743c9dec.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4ec33db313d2c4b3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-90c842a6e7ff78d6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4e1cebaf054645ba.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c3798f9ded3407a8.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e07e583db8d995e5.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-fb48151e145b8122.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-53d6dfabf4dfa2ae.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-a181853c3b7be174.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-46f1675eefa55bb7.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-01bfdca2cc9762af.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-33d0d58cbfd77f9a.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dc582855d2bae75a.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c97d11b0c3b81948.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-2122a778426d8761.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-58235fe6368598cf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-467979743718e3e8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-c37268312e9028ff.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a9fe9f1222e6c9b4.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-c481e56e1fb98fad.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-fb6d727948b05a83.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-85bc802af7085b6c.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-97e3b66ad2e7cca6.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-767b458f60dab1d5.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2b28f4f19b04f292.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-3850d59e699c0790.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-dd50e44f425b3452.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4d06200f0543bfd9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d9fd52ff033ba0b4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6779b0f0dfa9df3c.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-413932a27105c9a7.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-a01a2f5ce20bcf68.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f012a4405e1725b1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-e26637e5617f4c7d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-40d259803c85ce4f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-7676ea6e73b6d9b5.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-ba3e5a5fc2a12ec8.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-d21b4224a1903afc.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b10c956631964193.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-5e6be64fec04b26e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-1b06916c2a04d0d8.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-ca5ca176de1e9c1f.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-490b70ab666d52ad.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/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/ -L native=/usr/lib/amd64`
52022026-02-26T19:37:36.429Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2024 wicketd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7a13ada39433dd56 -C extra-filename=-1a98970af1ef90f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-69f4788be87256db.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-9837ba49c07a3beb.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-708bbbfcfaea8aae.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d587728779ad7edc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-c9f7370c3bfe5e1d.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-566dfdbece98fde0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-004187269ac2e51e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e9068d0167c53e94.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9449da761caf8295.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6a3f0c2bc74a8dc7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-913767e3a45f3687.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-8e6118deea88b7a8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-74af327c97b38882.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-6e17e1e988ca7efb.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-2528595203990f55.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-6c21e707dd49ed8b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-594f352716bbccce.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d84f93995e261401.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-f8e9578a5c306496.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-9bc3f555743c9dec.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4ca9285fc2ae54be.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-26ce93b26fa1d45f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-85bc802af7085b6c.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2b28f4f19b04f292.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-83cbcef5124d61ab.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d9fd52ff033ba0b4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f012a4405e1725b1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-40d259803c85ce4f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4fab09a38958d149.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-7879e34ee94475fb.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7655243c9319e73a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1c44f558291a3c28.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-759720df9f748024.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-57c190f10e85dc2f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-81febf24debb1c8b.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-38983602dc54089b.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-12bb03731f02be70.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-5eb2746790f53e39.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
52032026-02-26T19:37:38.244Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2024 wicket/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=51dbd8e3c0c42a5a -C extra-filename=-14c7d78e82d77398 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-f0ad0f3f88b360a1.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-708bbbfcfaea8aae.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-800a14e1a8c4d7b8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-e9a817205d62f855.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-496362133443fc3e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ed787519e83456dc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4ca9285fc2ae54be.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-32f3b4bd9ec60dad.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-7affd22fd6893a37.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-dbd0deda2e253d6a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-376719857cb8fb32.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-ffd058a0359ad538.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-1142157a3ff864fb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-c1e3b6744498ff01.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2fcfcb35f0bca903.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-7879e34ee94475fb.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-8f03329111091d1c.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-80212553b0ad03df.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-57c190f10e85dc2f.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-38983602dc54089b.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-5eb2746790f53e39.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
52042026-02-26T19:37:56.081Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2024 wicket/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ce52a100aca7a5df -C extra-filename=-18f80e4f0e2312c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-f0ad0f3f88b360a1.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-708bbbfcfaea8aae.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-800a14e1a8c4d7b8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-e9a817205d62f855.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-496362133443fc3e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ed787519e83456dc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4ca9285fc2ae54be.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-32f3b4bd9ec60dad.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-7affd22fd6893a37.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-dbd0deda2e253d6a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-376719857cb8fb32.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-ffd058a0359ad538.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-1142157a3ff864fb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-c1e3b6744498ff01.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2fcfcb35f0bca903.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-7879e34ee94475fb.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-8f03329111091d1c.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-80212553b0ad03df.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-57c190f10e85dc2f.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-81febf24debb1c8b.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-38983602dc54089b.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-5eb2746790f53e39.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
52052026-02-26T19:37:59.118Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2024 wicket/src/bin/wicket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b141ddeef8db9d33 -C extra-filename=-4659223da25ba17d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-f0ad0f3f88b360a1.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-708bbbfcfaea8aae.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-800a14e1a8c4d7b8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-e9a817205d62f855.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-496362133443fc3e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ed787519e83456dc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4ca9285fc2ae54be.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-32f3b4bd9ec60dad.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-7affd22fd6893a37.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-dbd0deda2e253d6a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-376719857cb8fb32.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-ffd058a0359ad538.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-1142157a3ff864fb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-c1e3b6744498ff01.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2fcfcb35f0bca903.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-7879e34ee94475fb.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-8f03329111091d1c.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-80212553b0ad03df.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-57c190f10e85dc2f.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-81febf24debb1c8b.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-38983602dc54089b.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-5eb2746790f53e39.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
52062026-02-26T19:38:03.727Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2024 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=64c8914f4c1c1b86 -C extra-filename=-3e29ecc2586dc8e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-12362f11ae5ad8a9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-594f352716bbccce.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d84f93995e261401.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-621e0d376e43b2e6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-26ce93b26fa1d45f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4e1cebaf054645ba.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-9ccf93a538450fe4.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-fa2d970f30749628.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-79f9f6e29e855245.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-3bf64ca65482c55e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b789c7149d610113.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
52072026-02-26T19:38:16.317Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_schema_updater --edition=2024 oximeter/collector/src/bin/clickhouse-schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=31f02844264273ef -C extra-filename=-8d29f291d0e3e227 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-12362f11ae5ad8a9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-594f352716bbccce.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d84f93995e261401.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-621e0d376e43b2e6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-26ce93b26fa1d45f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4e1cebaf054645ba.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-9ccf93a538450fe4.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-fa2d970f30749628.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-c6c47b1288298b15.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-79f9f6e29e855245.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-3bf64ca65482c55e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b789c7149d610113.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
52082026-02-26T19:38:22.295Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name test_commands --edition=2024 oximeter/collector/tests/test_commands.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=db275c7db33debfe -C extra-filename=-c85e43155ce4c54f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-12362f11ae5ad8a9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-594f352716bbccce.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d84f93995e261401.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-621e0d376e43b2e6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-26ce93b26fa1d45f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4e1cebaf054645ba.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-9ccf93a538450fe4.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-fa2d970f30749628.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-c6c47b1288298b15.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-79f9f6e29e855245.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-3bf64ca65482c55e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b789c7149d610113.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
52092026-02-26T19:38:23.192Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2024 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f12ce585927db57b -C extra-filename=-45d3bd968b6c901d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-12362f11ae5ad8a9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-594f352716bbccce.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d84f93995e261401.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-621e0d376e43b2e6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-26ce93b26fa1d45f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4e1cebaf054645ba.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-9ccf93a538450fe4.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-fa2d970f30749628.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-c6c47b1288298b15.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-79f9f6e29e855245.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-3bf64ca65482c55e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b789c7149d610113.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
52102026-02-26T19:38:30.767Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli_dup --edition=2024 nexus/reconfigurator/cli-integration-tests/src/bin/reconfigurator-cli-dup.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4d69464c2c97c615 -C extra-filename=-3a02b9257fd104d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-f8b620cf79b52565.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/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-02-26T19:38:30.904Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name db_dev --edition=2024 dev-tools/db-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0b9a6def3db81bee -C extra-filename=-53d0b95482fe4d81 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-aebcb169fd932054.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3548ee163e1966e2.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
52122026-02-26T19:38:31.525Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name test_db_dev --edition=2024 dev-tools/db-dev/tests/test-db-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=96412a6021d5d94c -C extra-filename=-9e31ccde2ea1b1ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-2ee4ec18af7f643f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-aebcb169fd932054.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3548ee163e1966e2.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
52132026-02-26T19:38:35.796Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name db_dev --edition=2024 dev-tools/db-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f422137078efe80f -C extra-filename=-132c86551e6932cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-2ee4ec18af7f643f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-aebcb169fd932054.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3548ee163e1966e2.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
52142026-02-26T19:38:39.610Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name test_scripts --edition=2024 dev-tools/reconfigurator-cli/tests/test-scripts.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7e6af4042315c93b -C extra-filename=-456b891c9822cb59 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e19bce47ba6e7c57.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-4d5835e21ae71884.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-494ca4e31fddf7d3.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d84f93995e261401.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-de5d2bbf64ba9eb6.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c76fd3b797d6acd5.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-a76ddcb16f9014d1.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-a39cc0226fc54e4f.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-9f9eb83f9bc04711.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-ea7432e63fe35117.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-f8b620cf79b52565.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-9fbdfea03a05da8f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7655243c9319e73a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1c44f558291a3c28.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-759720df9f748024.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
52152026-02-26T19:38:53.156Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2024 dev-tools/reconfigurator-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=73acc0dbf55a5ac0 -C extra-filename=-ad21f80c91896ee9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e19bce47ba6e7c57.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-4d5835e21ae71884.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-494ca4e31fddf7d3.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d84f93995e261401.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-de5d2bbf64ba9eb6.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c76fd3b797d6acd5.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-a76ddcb16f9014d1.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-a39cc0226fc54e4f.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-9f9eb83f9bc04711.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-ea7432e63fe35117.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-f8b620cf79b52565.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-9fbdfea03a05da8f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7655243c9319e73a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1c44f558291a3c28.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-759720df9f748024.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
52162026-02-26T19:38:55.334Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2024 dev-tools/reconfigurator-cli/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=be25494c27918e2c -C extra-filename=-f4096e2a686ea6f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e19bce47ba6e7c57.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-4d5835e21ae71884.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-494ca4e31fddf7d3.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d84f93995e261401.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-de5d2bbf64ba9eb6.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c76fd3b797d6acd5.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-a76ddcb16f9014d1.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-a39cc0226fc54e4f.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-9f9eb83f9bc04711.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-ea7432e63fe35117.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-9fbdfea03a05da8f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7655243c9319e73a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1c44f558291a3c28.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-759720df9f748024.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
52172026-02-26T19:38:55.424Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2024 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3d0626734831eafe -C extra-filename=-f2684f80605a5421 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-24eb4f060d9e8888.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-4113bbe7e3c7b380.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ed787519e83456dc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-40a9416e269b5973.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cbf5620019c4d681.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-36b1178678ed49cf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2124dfe23d5b97bf.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-376719857cb8fb32.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4d06200f0543bfd9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-30ae21b684c14b46.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6779b0f0dfa9df3c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f012a4405e1725b1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/usr/ssl-3/lib/amd64`
52182026-02-26T19:38:56.977Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_errors --edition=2024 nexus/db-errors/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6471fb59228de1a5 -C extra-filename=-bee99a887ff4a0a0 --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-085db868a71bc273.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-527c28894c92f92a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/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`
52192026-02-26T19:39:00.652Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_auth --edition=2024 nexus/auth/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=97738cdf9e243e9a -C extra-filename=-4aaeb7d9c528d873 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-fc3fbef374ba9abe.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-8092346747846701.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-44a72f62f5c98b08.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-01eb04f9a54b8339.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-4b1f3c84eb898b8f.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a26f456b2caf537f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-c27281ebe7fbcab4.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-006080970c76a089.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-8fb33aed29d3b1fd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f40c7541594c3dec.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/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 native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
52202026-02-26T19:39:02.335Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2024 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=2543a7c293e963ed -C extra-filename=-898a674270a5a2e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-62ab5388c2ead6be.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-7b01974447a3784f.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-bb45ba09e845defe.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-69f4788be87256db.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-8bcbd12d7836389a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-e6e8339882e0864d.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-19024cc6c44806ed.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-f8c59d40a9b99637.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-3905703afc1839ca.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-3b83da55670e8f0a.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-f823d5e8448f0051.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-71ab8320e4a0b2cf.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e3dbb216017a828c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-57bacd71389f7d6e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-c9f7370c3bfe5e1d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-004187269ac2e51e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-d50d59e3f4d53f3f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-def746e7eb804baf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-913767e3a45f3687.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-0eb1172f7f683fb1.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-6c21e707dd49ed8b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-594f352716bbccce.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d84f93995e261401.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-d099d2df1461daa2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-de9868dc0340c409.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4d865b9ac8b05a27.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-621e0d376e43b2e6.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7a8e6e1ad661e181.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-7b3e53195ed302cc.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-a76ddcb16f9014d1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-15afdd8839265a72.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-9bc3f555743c9dec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-90c842a6e7ff78d6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4e1cebaf054645ba.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c3798f9ded3407a8.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e07e583db8d995e5.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-fb48151e145b8122.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-53d6dfabf4dfa2ae.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-a181853c3b7be174.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-46f1675eefa55bb7.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-01bfdca2cc9762af.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-33d0d58cbfd77f9a.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dc582855d2bae75a.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c97d11b0c3b81948.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-2122a778426d8761.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-58235fe6368598cf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-467979743718e3e8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-c37268312e9028ff.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a9fe9f1222e6c9b4.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-c481e56e1fb98fad.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-fb6d727948b05a83.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-85bc802af7085b6c.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-97e3b66ad2e7cca6.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-767b458f60dab1d5.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2b28f4f19b04f292.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-3850d59e699c0790.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-dd50e44f425b3452.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4d06200f0543bfd9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d9fd52ff033ba0b4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6779b0f0dfa9df3c.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-413932a27105c9a7.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-a01a2f5ce20bcf68.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f012a4405e1725b1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-e26637e5617f4c7d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-40d259803c85ce4f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-7676ea6e73b6d9b5.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-ba3e5a5fc2a12ec8.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-d21b4224a1903afc.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b10c956631964193.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-5e6be64fec04b26e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-1b06916c2a04d0d8.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-ca5ca176de1e9c1f.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-490b70ab666d52ad.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52212026-02-26T19:39:02.744Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper --edition=2024 clickhouse-admin/src/bin/clickhouse-admin-keeper.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a36e1b3af239a2b5 -C extra-filename=-e5908e15a3330cea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-8fc3ab1f9a0e6b83.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-c802473aad3a46e6.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-19024cc6c44806ed.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-3c3c262e50c2db18.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-c9f7370c3bfe5e1d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-b7e7719c484b75a2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-26ce93b26fa1d45f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-79f9f6e29e855245.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-3d0484ccffafb59a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3548ee163e1966e2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ab9cad66fca2caf1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
52222026-02-26T19:39:04.398Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server --edition=2024 clickhouse-admin/src/bin/clickhouse-admin-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4920d55066e84c8e -C extra-filename=-07452a5cdc587581 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-8fc3ab1f9a0e6b83.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-c802473aad3a46e6.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-19024cc6c44806ed.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-3c3c262e50c2db18.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-c9f7370c3bfe5e1d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-b7e7719c484b75a2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-26ce93b26fa1d45f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-79f9f6e29e855245.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-3d0484ccffafb59a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3548ee163e1966e2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ab9cad66fca2caf1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
52232026-02-26T19:39:04.472Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_single --edition=2024 clickhouse-admin/src/bin/clickhouse-admin-single.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=70c135373af17a28 -C extra-filename=-efd4968fe61af748 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-8fc3ab1f9a0e6b83.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-19024cc6c44806ed.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-c9f7370c3bfe5e1d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-b7e7719c484b75a2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-79f9f6e29e855245.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3548ee163e1966e2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64`
52242026-02-26T19:39:05.137Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server --edition=2024 clickhouse-admin/src/bin/clickhouse-admin-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a2e52db3aebc8ade -C extra-filename=-dd8fdb9fe188030d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-8fc3ab1f9a0e6b83.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-19024cc6c44806ed.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-c9f7370c3bfe5e1d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-b7e7719c484b75a2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-79f9f6e29e855245.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3548ee163e1966e2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64`
52252026-02-26T19:39:06.150Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper --edition=2024 clickhouse-admin/src/bin/clickhouse-admin-keeper.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=16bc02b8db341fd3 -C extra-filename=-17ade5ad97899f59 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-8fc3ab1f9a0e6b83.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-19024cc6c44806ed.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-c9f7370c3bfe5e1d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-b7e7719c484b75a2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-79f9f6e29e855245.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3548ee163e1966e2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64`
52262026-02-26T19:39:07.635Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_single --edition=2024 clickhouse-admin/src/bin/clickhouse-admin-single.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5e7a101fb4e0fcf4 -C extra-filename=-0937718a57b98e38 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-8fc3ab1f9a0e6b83.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-c802473aad3a46e6.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-19024cc6c44806ed.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-3c3c262e50c2db18.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-c9f7370c3bfe5e1d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-b7e7719c484b75a2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-26ce93b26fa1d45f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-79f9f6e29e855245.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-3d0484ccffafb59a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3548ee163e1966e2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ab9cad66fca2caf1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
52272026-02-26T19:39:10.774Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name integration_test --edition=2024 clickhouse-admin/tests/integration_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f298a270720b76d7 -C extra-filename=-0e26ca9a7f6474f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-8fc3ab1f9a0e6b83.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-c802473aad3a46e6.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-19024cc6c44806ed.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-3c3c262e50c2db18.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-c9f7370c3bfe5e1d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-b7e7719c484b75a2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-26ce93b26fa1d45f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-79f9f6e29e855245.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-3d0484ccffafb59a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3548ee163e1966e2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ab9cad66fca2caf1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
52282026-02-26T19:39:23.615Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_clickhouse_admin --edition=2024 clickhouse-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ead43b49213ec71d -C extra-filename=-a72c04e50b5ab669 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-8fc3ab1f9a0e6b83.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-c802473aad3a46e6.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-19024cc6c44806ed.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-3c3c262e50c2db18.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-c9f7370c3bfe5e1d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-26ce93b26fa1d45f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-79f9f6e29e855245.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-3d0484ccffafb59a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3548ee163e1966e2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ab9cad66fca2caf1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
52292026-02-26T19:39:24.650Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
52302026-02-26T19:39:24.677Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_cluster_dev --edition=2024 dev-tools/clickhouse-cluster-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0368ac0db9c3d366 -C extra-filename=-78ea157630737458 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-c802473aad3a46e6.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-3c3c262e50c2db18.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-79f9f6e29e855245.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-3d0484ccffafb59a.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-a654ba7dfca26712.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
52312026-02-26T19:39:26.719Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2024 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=8c7372a792a3b700 -C extra-filename=-e2aae860e502cc7f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ebe42c3b8d1b6feb.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-924a2d3382a982f2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-d761d6af0de48799.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-3c3c262e50c2db18.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-5f3df2a394fb1aa2.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-0815b5df15044370.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-e9a817205d62f855.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-a1a64b052b31f6d4.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-b552a5abd74e3046.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-5a02bdd32cb005b1.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-496362133443fc3e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-5ab434a4034fc222.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-f8d2a4477cf2b4fe.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4e1cebaf054645ba.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-3d0484ccffafb59a.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-b61fe0721fa75d38.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-801ca1e0af96fa5e.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-b98e5f5ca94fa582.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b789c7149d610113.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-032a398a788f45ad.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-4de252fa1fde8321.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-580ab898584e9fdb.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-b6211ea91537da45.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-9fbdfea03a05da8f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-229621499bbc22b0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
52322026-02-26T19:39:28.239Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oxdb --edition=2024 oximeter/db/src/bin/oxdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=fea252dffa9508ca -C extra-filename=-934972cc84a0fb2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ebe42c3b8d1b6feb.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-924a2d3382a982f2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-d761d6af0de48799.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-3c3c262e50c2db18.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-5f3df2a394fb1aa2.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-0815b5df15044370.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-e9a817205d62f855.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-a1a64b052b31f6d4.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-b552a5abd74e3046.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-5a02bdd32cb005b1.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-496362133443fc3e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-5ab434a4034fc222.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-f8d2a4477cf2b4fe.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4e1cebaf054645ba.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-79f9f6e29e855245.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-3d0484ccffafb59a.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-b61fe0721fa75d38.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-801ca1e0af96fa5e.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-b98e5f5ca94fa582.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b789c7149d610113.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-032a398a788f45ad.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-4de252fa1fde8321.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-580ab898584e9fdb.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-b6211ea91537da45.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-9fbdfea03a05da8f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-229621499bbc22b0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
52332026-02-26T19:39:30.471Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name integration_test --edition=2024 oximeter/db/tests/integration_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=331b694f67ce5bc3 -C extra-filename=-6898aa66c477a11a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ebe42c3b8d1b6feb.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-924a2d3382a982f2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-d761d6af0de48799.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-3c3c262e50c2db18.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-5f3df2a394fb1aa2.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-0815b5df15044370.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-e9a817205d62f855.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-a1a64b052b31f6d4.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-b552a5abd74e3046.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-5a02bdd32cb005b1.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-496362133443fc3e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-5ab434a4034fc222.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-f8d2a4477cf2b4fe.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4e1cebaf054645ba.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-79f9f6e29e855245.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-3d0484ccffafb59a.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-b61fe0721fa75d38.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-801ca1e0af96fa5e.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-b98e5f5ca94fa582.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b789c7149d610113.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-032a398a788f45ad.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-4de252fa1fde8321.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-580ab898584e9fdb.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-b6211ea91537da45.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-9fbdfea03a05da8f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-229621499bbc22b0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
52342026-02-26T19:39:32.586Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2024 dev-tools/reconfigurator-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a83affddce008aef -C extra-filename=-e620d6a2e59d2c26 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e19bce47ba6e7c57.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-494ca4e31fddf7d3.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d84f93995e261401.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-de5d2bbf64ba9eb6.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c76fd3b797d6acd5.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-a76ddcb16f9014d1.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-a39cc0226fc54e4f.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-9f9eb83f9bc04711.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-ea7432e63fe35117.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-f8b620cf79b52565.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-9fbdfea03a05da8f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7655243c9319e73a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1c44f558291a3c28.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-759720df9f748024.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/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`
52352026-02-26T19:39:39.196Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2024 nexus/reconfigurator/planning/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f441d27e88396ebd -C extra-filename=-25aa74fab8f11600 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-19024cc6c44806ed.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-4e206dbacf682159.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-71ab8320e4a0b2cf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-004187269ac2e51e.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-494ca4e31fddf7d3.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-def746e7eb804baf.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6a3f0c2bc74a8dc7.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-496362133443fc3e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-594f352716bbccce.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d84f93995e261401.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-d587cb581310d033.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7a8e6e1ad661e181.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c76fd3b797d6acd5.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-a76ddcb16f9014d1.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-a39cc0226fc54e4f.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-9f9eb83f9bc04711.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-f8b620cf79b52565.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-fb6d727948b05a83.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-413932a27105c9a7.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-dadc4ffa302addcf.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7655243c9319e73a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1c44f558291a3c28.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-8f9d7b3b4ae88bea.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-759720df9f748024.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
52362026-02-26T19:39:56.151Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_planning --edition=2024 nexus/reconfigurator/planning/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7907205188f89275 -C extra-filename=-50d7856f2ff9b382 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-19024cc6c44806ed.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-4e206dbacf682159.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-71ab8320e4a0b2cf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-004187269ac2e51e.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-494ca4e31fddf7d3.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-def746e7eb804baf.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6a3f0c2bc74a8dc7.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-496362133443fc3e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-594f352716bbccce.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d84f93995e261401.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-d587cb581310d033.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7a8e6e1ad661e181.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c76fd3b797d6acd5.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-a76ddcb16f9014d1.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-9f9eb83f9bc04711.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-f8b620cf79b52565.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-fb6d727948b05a83.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-413932a27105c9a7.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-dadc4ffa302addcf.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7655243c9319e73a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1c44f558291a3c28.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-8f9d7b3b4ae88bea.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-759720df9f748024.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
52372026-02-26T19:40:00.500Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_api --edition=2024 wicketd-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=efd07eacfa213f91 -C extra-filename=-49a2cd5071721a06 --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-9837ba49c07a3beb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-004187269ac2e51e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4ca9285fc2ae54be.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-38983602dc54089b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
52382026-02-26T19:40:03.843Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_api --edition=2024 ntp-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=781c99ced449c53d -C extra-filename=-c4f4d727cef4f57f --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-d703376dd51db557.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-567df5da3eaa495f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-3d3b4b2d28e2cff5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
52392026-02-26T19:40:04.518Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_types --edition=2024 ntp-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8615230e386fa2c6 -C extra-filename=-1cdee681100192b5 --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-3d3b4b2d28e2cff5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
52402026-02-26T19:40:05.202Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2024 wicket-dbg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ec9bcd79c97dc446 -C extra-filename=-1cfb128aa00d38d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-800a14e1a8c4d7b8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-e9a817205d62f855.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-032a398a788f45ad.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-ffd058a0359ad538.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-81febf24debb1c8b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
52412026-02-26T19:40:05.756Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2024 wicket/src/bin/wicket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=95b400ecc7aa424d -C extra-filename=-6d5876537aec2d82 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-708bbbfcfaea8aae.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-800a14e1a8c4d7b8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-e9a817205d62f855.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-496362133443fc3e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ed787519e83456dc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4ca9285fc2ae54be.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-32f3b4bd9ec60dad.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-7affd22fd6893a37.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-dbd0deda2e253d6a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-376719857cb8fb32.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-ffd058a0359ad538.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-1142157a3ff864fb.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-c1e3b6744498ff01.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2fcfcb35f0bca903.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-7879e34ee94475fb.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-8f03329111091d1c.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-80212553b0ad03df.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-57c190f10e85dc2f.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-81febf24debb1c8b.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-38983602dc54089b.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-5eb2746790f53e39.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
52422026-02-26T19:40:09.156Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_fixed_data --edition=2024 nexus/db-fixed-data/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=08559a5e9da841bc -C extra-filename=-2725c9748176b280 --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-a26f456b2caf537f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/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`
52432026-02-26T19:40:16.207Z Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
52442026-02-26T19:40:16.232Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_sp_updater --edition=2024 dev-tools/reconfigurator-sp-updater/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1fd3a16e6f193d08 -C extra-filename=-13afc47a9b0f9b43 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-004187269ac2e51e.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-494ca4e31fddf7d3.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-594f352716bbccce.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d84f93995e261401.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-0c5b3ae903b8aefc.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-ea7432e63fe35117.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b789c7149d610113.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64`
52452026-02-26T19:40:20.451Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name host_phase1_hash --edition=2024 nexus/mgs-updates/tests/host_phase1_hash.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=edcb37ec8d574e56 -C extra-filename=-6debbecf6cb5c6ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-004187269ac2e51e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e9068d0167c53e94.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9449da761caf8295.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-494ca4e31fddf7d3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-8e6118deea88b7a8.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-594f352716bbccce.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d84f93995e261401.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-0c5b3ae903b8aefc.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b789c7149d610113.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c97d11b0c3b81948.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-2122a778426d8761.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-c481e56e1fb98fad.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-fb6d727948b05a83.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-dd50e44f425b3452.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-413932a27105c9a7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-40d259803c85ce4f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-d21b4224a1903afc.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
52462026-02-26T19:40:26.360Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_simulation --edition=2024 nexus/reconfigurator/simulation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=69d072ed05477985 -C extra-filename=-6d1c5f99d3bb1e1a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-496362133443fc3e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c76fd3b797d6acd5.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-a39cc0226fc54e4f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-d00a5a3077feb624.rlib --extern renderdag=/work/oxidecomputer/omicron/target/debug/deps/librenderdag-552ad8c151cff9f1.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-15843b8d737d66fd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-8f9d7b3b4ae88bea.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64`
52472026-02-26T19:40:34.663Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2024 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f991c7d8d0dd95e1 -C extra-filename=-ed7f83d2432ed944 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-594f352716bbccce.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d84f93995e261401.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-621e0d376e43b2e6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4e1cebaf054645ba.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-9ccf93a538450fe4.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-fa2d970f30749628.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-c6c47b1288298b15.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-79f9f6e29e855245.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-3bf64ca65482c55e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b789c7149d610113.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64`
52482026-02-26T19:40:38.606Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_schema_updater --edition=2024 oximeter/collector/src/bin/clickhouse-schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=29b7f49cfcc79ea3 -C extra-filename=-8c273df9398c0c9f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-594f352716bbccce.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d84f93995e261401.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-621e0d376e43b2e6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4e1cebaf054645ba.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-9ccf93a538450fe4.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-fa2d970f30749628.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-c6c47b1288298b15.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-79f9f6e29e855245.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-3bf64ca65482c55e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b789c7149d610113.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64`
52492026-02-26T19:40:46.459Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2024 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=259e9f4433061381 -C extra-filename=-be6379958d465563 --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-b476cbab3ebc9700.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-6c21e707dd49ed8b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dc582855d2bae75a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-57c190f10e85dc2f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-38983602dc54089b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
52502026-02-26T19:40:53.535Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_pins --edition=2024 dev-tools/pins/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d93031a396801d27 -C extra-filename=-7803d0d820141aec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-24eb4f060d9e8888.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-566dfdbece98fde0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2fcfcb35f0bca903.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
52512026-02-26T19:40:55.067Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ls_apis --edition=2024 dev-tools/ls-apis/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7b27e707c9bed1a0 -C extra-filename=-0613ef2f7c6209f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-24eb4f060d9e8888.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-01eb04f9a54b8339.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-801ca1e0af96fa5e.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cbf5620019c4d681.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
52522026-02-26T19:40:57.101Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name clickana --edition=2024 dev-tools/clickana/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3c09adb761a70091 -C extra-filename=-812c1a08bfebdc9a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-a1600eecf88bb0fc.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-19024cc6c44806ed.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-7affd22fd6893a37.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3548ee163e1966e2.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
52532026-02-26T19:40:59.600Z Running `/home/build/.rustup/toolchains/1.91.1-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=a42f83412faf8a2f -C extra-filename=-ca673c3161fd031d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-708bbbfcfaea8aae.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-e6e8339882e0864d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-ef8b72dc7cd889fa.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-496362133443fc3e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ed787519e83456dc.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-06990e652ebe396a.so --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-f71089930f39c4f9.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-222b2c5c60bec36d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-32f3b4bd9ec60dad.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cbf5620019c4d681.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-1142157a3ff864fb.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-40d259803c85ce4f.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-80212553b0ad03df.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
52542026-02-26T19:41:01.347Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_blippy --edition=2024 nexus/reconfigurator/blippy/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e97d3dfe0943e017 -C extra-filename=-ccc544dcdabdb11e --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-d587cb581310d033.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-a39cc0226fc54e4f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
52552026-02-26T19:41:01.684Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2024 wicket-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=737fc33aaf897334 -C extra-filename=-d02dcf13d04897df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d587728779ad7edc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-004187269ac2e51e.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-494ca4e31fddf7d3.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-32f3b4bd9ec60dad.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-7879e34ee94475fb.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-57c190f10e85dc2f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
52562026-02-26T19:41:04.142Z Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
52572026-02-26T19:41:04.167Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name mgs_dev --edition=2024 dev-tools/mgs-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=268afce6190641e3 -C extra-filename=-36831893c7f8df85 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-004187269ac2e51e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e9068d0167c53e94.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9449da761caf8295.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-bdc63c31969aa7c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-aebcb169fd932054.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
52582026-02-26T19:41:08.402Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2024 gateway-test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f780e6117976ae59 -C extra-filename=-e3f9e46445d611b9 --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-3066b3ace58dda21.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-004187269ac2e51e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e9068d0167c53e94.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-494ca4e31fddf7d3.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-bdc63c31969aa7c9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b789c7149d610113.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-413932a27105c9a7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
52592026-02-26T19:41:15.316Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2024 gateway/src/bin/mgs.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=18eae7bf0985e00c -C extra-filename=-d8394d27ffbbbd6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-e59c0e0cd35ac67e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-891b573e0dea389a.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-004187269ac2e51e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e9068d0167c53e94.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-beeeab8b7ab46b51.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9449da761caf8295.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-494ca4e31fddf7d3.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-92245c2a2bcbfc0c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-e227e4706d083501.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-bdc63c31969aa7c9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4e1cebaf054645ba.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c3798f9ded3407a8.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e07e583db8d995e5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-aebcb169fd932054.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-413932a27105c9a7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-40d259803c85ce4f.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-8ae856682eb1cbce.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-ca5ca176de1e9c1f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
52602026-02-26T19:41:17.492Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_mgs_updates --edition=2024 nexus/mgs-updates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0799b8e364281a4c -C extra-filename=-b84244c16e26a128 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-004187269ac2e51e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e9068d0167c53e94.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9449da761caf8295.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-494ca4e31fddf7d3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-8e6118deea88b7a8.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-594f352716bbccce.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d84f93995e261401.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b789c7149d610113.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c97d11b0c3b81948.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-2122a778426d8761.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-c481e56e1fb98fad.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-fb6d727948b05a83.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-dd50e44f425b3452.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-413932a27105c9a7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-40d259803c85ce4f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-d21b4224a1903afc.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
52612026-02-26T19:41:20.020Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2024 gateway/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1df0e42e55d67e8b -C extra-filename=-1d61271f10a7d214 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-e59c0e0cd35ac67e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-891b573e0dea389a.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-004187269ac2e51e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e9068d0167c53e94.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-beeeab8b7ab46b51.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9449da761caf8295.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-494ca4e31fddf7d3.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-92245c2a2bcbfc0c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-e227e4706d083501.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-bdc63c31969aa7c9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4e1cebaf054645ba.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c3798f9ded3407a8.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e07e583db8d995e5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-aebcb169fd932054.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-413932a27105c9a7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-40d259803c85ce4f.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-8ae856682eb1cbce.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-ca5ca176de1e9c1f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
52622026-02-26T19:41:34.082Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2024 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2e4ae6e801df00e2 -C extra-filename=-ebacace7d49fa87f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-e59c0e0cd35ac67e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-891b573e0dea389a.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-004187269ac2e51e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e9068d0167c53e94.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-beeeab8b7ab46b51.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9449da761caf8295.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-494ca4e31fddf7d3.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-92245c2a2bcbfc0c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-e227e4706d083501.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4e1cebaf054645ba.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c3798f9ded3407a8.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e07e583db8d995e5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-aebcb169fd932054.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-413932a27105c9a7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-40d259803c85ce4f.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-8ae856682eb1cbce.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-ca5ca176de1e9c1f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
52632026-02-26T19:41:35.175Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2024 gateway/src/bin/mgs.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0aa8568a9a40b819 -C extra-filename=-7b11e74b76b3cede --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-e59c0e0cd35ac67e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-891b573e0dea389a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e9068d0167c53e94.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-beeeab8b7ab46b51.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-494ca4e31fddf7d3.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-92245c2a2bcbfc0c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-e227e4706d083501.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-bdc63c31969aa7c9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4e1cebaf054645ba.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c3798f9ded3407a8.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e07e583db8d995e5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-aebcb169fd932054.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-40d259803c85ce4f.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-8ae856682eb1cbce.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-ca5ca176de1e9c1f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
52642026-02-26T19:41:44.474Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2024 dns-server/src/bin/dns-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d6fd9791f6d91aa2 -C extra-filename=-a9ee612c0c165791 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-71ab8320e4a0b2cf.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-3746f9ad2021ca07.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e3dbb216017a828c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-99e5a07ed75c4017.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-99474a9bb4cf5197.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6a3f0c2bc74a8dc7.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-f52baaa1db0f05e8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d84f93995e261401.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-7277d4bd91511876.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-26ce93b26fa1d45f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4cc5ba24a6003517.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-7e71ff6c28ce4de2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-ffd058a0359ad538.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
52652026-02-26T19:41:47.593Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name commands_test --edition=2024 dns-server/tests/commands_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0094715758116809 -C extra-filename=-ffdb221985fb7c2f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-71ab8320e4a0b2cf.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-3746f9ad2021ca07.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e3dbb216017a828c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-99e5a07ed75c4017.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-99474a9bb4cf5197.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6a3f0c2bc74a8dc7.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-f52baaa1db0f05e8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d84f93995e261401.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-7277d4bd91511876.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-26ce93b26fa1d45f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4cc5ba24a6003517.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-7e71ff6c28ce4de2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-ffd058a0359ad538.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
52662026-02-26T19:42:27.870Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name basic_test --edition=2024 dns-server/tests/basic_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b6bc7ceaa2faa698 -C extra-filename=-209078a5acbeb41c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-71ab8320e4a0b2cf.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-3746f9ad2021ca07.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e3dbb216017a828c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-99e5a07ed75c4017.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-99474a9bb4cf5197.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6a3f0c2bc74a8dc7.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-f52baaa1db0f05e8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d84f93995e261401.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-7277d4bd91511876.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-26ce93b26fa1d45f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4cc5ba24a6003517.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-7e71ff6c28ce4de2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-ffd058a0359ad538.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
52672026-02-26T19:42:33.578Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2024 dns-server/src/bin/dns-db-dump.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=551fbec1b23c0277 -C extra-filename=-06262c1a75d928f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-71ab8320e4a0b2cf.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-3746f9ad2021ca07.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e3dbb216017a828c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-99e5a07ed75c4017.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-99474a9bb4cf5197.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6a3f0c2bc74a8dc7.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-f52baaa1db0f05e8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d84f93995e261401.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-7277d4bd91511876.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-26ce93b26fa1d45f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4cc5ba24a6003517.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-7e71ff6c28ce4de2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-ffd058a0359ad538.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
52682026-02-26T19:42:36.471Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2024 dns-server/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=df86211440f15f6c -C extra-filename=-4d7d664ed5fa6d11 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-3746f9ad2021ca07.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e3dbb216017a828c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-99e5a07ed75c4017.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-99474a9bb4cf5197.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6a3f0c2bc74a8dc7.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-f52baaa1db0f05e8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d84f93995e261401.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-7277d4bd91511876.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-26ce93b26fa1d45f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4cc5ba24a6003517.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-7e71ff6c28ce4de2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-ffd058a0359ad538.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
52692026-02-26T19:42:40.800Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2024 dns-server/src/bin/dnsadm.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1c2a085c2c399d01 -C extra-filename=-6d304b2e2f8c5988 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-71ab8320e4a0b2cf.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-3746f9ad2021ca07.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e3dbb216017a828c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-99e5a07ed75c4017.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-99474a9bb4cf5197.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6a3f0c2bc74a8dc7.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-f52baaa1db0f05e8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d84f93995e261401.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-7277d4bd91511876.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-26ce93b26fa1d45f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4cc5ba24a6003517.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-7e71ff6c28ce4de2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-ffd058a0359ad538.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
52702026-02-26T19:42:46.710Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cross_version_test --edition=2024 dns-server/tests/cross_version_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6d2ea0d325da2211 -C extra-filename=-e4af754f405d111e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-71ab8320e4a0b2cf.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-3746f9ad2021ca07.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e3dbb216017a828c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-99e5a07ed75c4017.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-99474a9bb4cf5197.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6a3f0c2bc74a8dc7.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-f52baaa1db0f05e8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d84f93995e261401.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-7277d4bd91511876.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-26ce93b26fa1d45f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4cc5ba24a6003517.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-7e71ff6c28ce4de2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-ffd058a0359ad538.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
52712026-02-26T19:42:57.556Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_resolvable_files --edition=2024 sled-agent/resolvable-files/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bca2e59466d16db8 -C extra-filename=-b481adc8fb24548c --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-3066b3ace58dda21.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-bec41af8736e717b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-36b1178678ed49cf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-85bc802af7085b6c.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-83cbcef5124d61ab.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d9fd52ff033ba0b4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
52722026-02-26T19:43:02.121Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_config --edition=2024 nexus-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b57d3941626d8595 -C extra-filename=-e1d0a6b0634bac77 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-d587cb581310d033.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3548ee163e1966e2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64`
52732026-02-26T19:43:09.489Z Running `/home/build/.rustup/toolchains/1.91.1-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=1ffe1606d341b4d2 -C extra-filename=-8f1178bebf28cbe6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-566dfdbece98fde0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-8e6118deea88b7a8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f012a4405e1725b1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4fab09a38958d149.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7655243c9319e73a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b10c956631964193.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1c44f558291a3c28.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
52742026-02-26T19:43:27.690Z Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
52752026-02-26T19:43:27.717Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name typed_rng --edition=2024 typed-rng/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e749b9281dabdb0b -C extra-filename=-ff97d09ed69c6f96 --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-de5d2bbf64ba9eb6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-e1e612e7dbac87d8.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-796cebb566595b6a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
52762026-02-26T19:43:27.760Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_standalone --edition=2024 dev-tools/repo-depot-standalone/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0dd57fe02b2eeec2 -C extra-filename=-690d2628ca395582 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-708bbbfcfaea8aae.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c97d11b0c3b81948.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-aebcb169fd932054.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-759720df9f748024.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
52772026-02-26T19:43:28.355Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_config_reconciler --edition=2024 sled-agent/config-reconciler/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=8933c5b9bebb7a57 -C extra-filename=-1a840335ee3575ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ebe42c3b8d1b6feb.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-bec41af8736e717b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-3b83da55670e8f0a.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-6c21e707dd49ed8b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-d099d2df1461daa2.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-8fbaa579bfa4caeb.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-15afdd8839265a72.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-a654ba7dfca26712.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-467979743718e3e8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-c481e56e1fb98fad.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-83cbcef5124d61ab.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-3850d59e699c0790.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4d06200f0543bfd9.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d9fd52ff033ba0b4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-dadc4ffa302addcf.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-d21b4224a1903afc.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-59b484ead9726af3.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-490b70ab666d52ad.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
52782026-02-26T19:43:28.979Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2024 nexus/db-model/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f02f8bad33d2bd46 -C extra-filename=-a1b67502d2fb604d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-19024cc6c44806ed.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-4e206dbacf682159.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-d2bbd885974463d2.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-ef8b72dc7cd889fa.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-085db868a71bc273.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-e59c0e0cd35ac67e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-de9868dc0340c409.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-01eb04f9a54b8339.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7a8e6e1ad661e181.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-99f30737c2513990.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-952c166aab72ea3f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-f8e9578a5c306496.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-6a73fe3264197003.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4ca9285fc2ae54be.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-801ca1e0af96fa5e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-ab436a188cf9000a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-fb6d727948b05a83.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-cad9d362c62214a4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-dadc4ffa302addcf.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-ba3e5a5fc2a12ec8.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/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`
52792026-02-26T19:43:29.105Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_resolvable_files_examples --edition=2024 sled-agent/resolvable-files-examples/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cb5b80466a27a8cf -C extra-filename=-d8a32fb563f2dce8 --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-3066b3ace58dda21.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-bec41af8736e717b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d9fd52ff033ba0b4.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
52802026-02-26T19:43:32.465Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name range_requests --edition=2024 range-requests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3d0fd9e61b1264f2 -C extra-filename=-a2f3c0c7655b8395 --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-697abc391bbe218c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-8d2f726f910c8602.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-913767e3a45f3687.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
52812026-02-26T19:43:39.150Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_external_api --edition=2024 nexus/external-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bdab8dac8523d776 -C extra-filename=-b3b806d2cd8d790f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-0dee767718e47050.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-567df5da3eaa495f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-772366dc183f6b73.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-3bf64ca65482c55e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-b61fe0721fa75d38.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-d7152758803484e3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-d21b4224a1903afc.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64`
52822026-02-26T19:43:42.427Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2024 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b5f98fbae2fc1744 -C extra-filename=-072cae0ba3edb687 --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-f5a2a231840931bf.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-61be4a7cb2ba8b18.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-800a14e1a8c4d7b8.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-3b83da55670e8f0a.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0e6b2fb9a7835ef5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-d5f4616655430b33.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-467979743718e3e8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a9fe9f1222e6c9b4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-6b4ce3e9a64e5618.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
52832026-02-26T19:43:44.524Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_rack_coordinator --edition=2024 bootstore/tests/v0-fsm-proptest-rack-coordinator.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6f689cab6b2cbbe7 -C extra-filename=-a8d2541cdcf3baec --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-f5a2a231840931bf.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-7b01974447a3784f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-61be4a7cb2ba8b18.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-800a14e1a8c4d7b8.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-3b83da55670e8f0a.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0e6b2fb9a7835ef5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-d5f4616655430b33.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-467979743718e3e8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a9fe9f1222e6c9b4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-6b4ce3e9a64e5618.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
52842026-02-26T19:43:47.343Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_resolver --edition=2024 internal-dns/resolver/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=83da5f2e168add96 -C extra-filename=-f89a67580ee9de76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-71ab8320e4a0b2cf.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-3746f9ad2021ca07.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e3dbb216017a828c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-99474a9bb4cf5197.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6a3f0c2bc74a8dc7.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d84f93995e261401.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b789c7149d610113.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-7e71ff6c28ce4de2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
52852026-02-26T19:43:55.979Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_learner --edition=2024 bootstore/tests/v0-fsm-proptest-learner.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3c23c73ac95bfcab -C extra-filename=-db3bce5e54552b04 --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-f5a2a231840931bf.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-7b01974447a3784f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-61be4a7cb2ba8b18.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-800a14e1a8c4d7b8.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-3b83da55670e8f0a.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0e6b2fb9a7835ef5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-d5f4616655430b33.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-467979743718e3e8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a9fe9f1222e6c9b4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-6b4ce3e9a64e5618.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
52862026-02-26T19:44:09.757Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name falcon_runner --edition=2024 test-utils/src/bin/falcon_runner.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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=9294535c2dfb2f2a -C extra-filename=-d997b7ceefb52d68 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-62ab5388c2ead6be.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-4d1c13631f59c0a4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-a1a64b052b31f6d4.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-44a72f62f5c98b08.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-6cd7c06605e6956f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7a8e6e1ad661e181.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1007dc04ff25c671.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-01bfdca2cc9762af.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2124dfe23d5b97bf.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-250953c6daa31814.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f012a4405e1725b1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3548ee163e1966e2.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
52872026-02-26T19:44:13.582Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_storage --edition=2024 sled-storage/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=72b2d22ebb69bf74 -C extra-filename=-5449f8ed30cb29de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-3b83da55670e8f0a.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-d099d2df1461daa2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4d06200f0543bfd9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-40d259803c85ce4f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-59b484ead9726af3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
52882026-02-26T19:44:23.733Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_lockstep_client --edition=2024 clients/nexus-lockstep-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=74d1489ac21b97fc -C extra-filename=-0bc9d39666c3a18f --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-b476cbab3ebc9700.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4ca9285fc2ae54be.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dc582855d2bae75a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-3850d59e699c0790.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64`
52892026-02-26T19:44:23.953Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2024 sp-sim/src/bin/sp-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d5113f4b90a8b4a2 -C extra-filename=-59c734be4f67b58d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-e1d4835446809bca.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e9068d0167c53e94.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-494ca4e31fddf7d3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-8e6118deea88b7a8.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-3a9626380e27db34.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-600a7ecfeea261be.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a9fe9f1222e6c9b4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-413932a27105c9a7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-05e4a9202fcda5f1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64`
52902026-02-26T19:44:30.015Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_lockstep_api --edition=2024 nexus/lockstep-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=600a1094d55905f4 -C extra-filename=-bf73698ed23f0193 --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-d703376dd51db557.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-772366dc183f6b73.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-d21b4224a1903afc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64`
52912026-02-26T19:44:35.515Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2024 sled-hardware/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=719f640d65e0feb1 -C extra-filename=-e0b04eb6e4dcf342 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-a1a64b052b31f6d4.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-5f24cf374e08de4e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-95834bdb0f420850.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-fb7cf2d8f77d0fda.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-de9868dc0340c409.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-e26637e5617f4c7d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-490b70ab666d52ad.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
52922026-02-26T19:44:35.655Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2024 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=689badb9a7f1f439 -C extra-filename=-f39225646ecc3c64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-1d27336a7e82c8b6.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-398f0e1b8dee0191.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-8fbaa579bfa4caeb.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-de9868dc0340c409.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-3a9626380e27db34.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-90c842a6e7ff78d6.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-14bbe716dbd37ff3.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-f362e13d93071c42.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dc582855d2bae75a.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-906117e627c53165.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6779b0f0dfa9df3c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-e26637e5617f4c7d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-c03f2093532bc994.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-490b70ab666d52ad.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 --check-cfg 'cfg(svcadm_autoclear)'`
52932026-02-26T19:44:43.341Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2024 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=46c9543138b471cd -C extra-filename=-38f891d049821f0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-62ab5388c2ead6be.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-4d1c13631f59c0a4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-a1a64b052b31f6d4.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-44a72f62f5c98b08.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-6cd7c06605e6956f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7a8e6e1ad661e181.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1007dc04ff25c671.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-01bfdca2cc9762af.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2124dfe23d5b97bf.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-250953c6daa31814.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f012a4405e1725b1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3548ee163e1966e2.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
52942026-02-26T19:44:48.891Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_types --edition=2024 sled-agent/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=a3c3e689448a5a22 -C extra-filename=-2c2d8e7ca9c996cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-7b01974447a3784f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-01bfdca2cc9762af.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-c37268312e9028ff.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-3850d59e699c0790.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-dadc4ffa302addcf.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
52952026-02-26T19:45:02.225Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev_lib --edition=2024 dev-tools/omicron-dev-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a830cdca713798fc -C extra-filename=-b52e06426f4ae1f3 --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-b9bf1208c93b2e2e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
52962026-02-26T19:45:02.660Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2024 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b74ca174ffae5269 -C extra-filename=-6a9267bdc5c5b232 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-e1d4835446809bca.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e9068d0167c53e94.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-494ca4e31fddf7d3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-8e6118deea88b7a8.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-3a9626380e27db34.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-600a7ecfeea261be.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a9fe9f1222e6c9b4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-05e4a9202fcda5f1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64`
52972026-02-26T19:45:04.423Z Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
52982026-02-26T19:45:04.448Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name test_cert_dev --edition=2024 dev-tools/cert-dev/tests/test-cert-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0a68b78afd9d7358 -C extra-filename=-bc3a7578887b29c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-c27281ebe7fbcab4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-01bfdca2cc9762af.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
52992026-02-26T19:45:05.759Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_diagnostics --edition=2024 sled-diagnostics/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1cfcdf5787d700b4 -C extra-filename=-e8b54ad080c92544 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-566dfdbece98fde0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-fe0456d722bba6e7.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-f362e13d93071c42.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-364fc30b59fd0d7b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d9fd52ff033ba0b4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-1b06916c2a04d0d8.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-ca5ca176de1e9c1f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
53002026-02-26T19:45:09.565Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2024 certificates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1e7bb4b211ed0d35 -C extra-filename=-5759dc4f10cbb748 --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-800f9bab2506898c.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-ce23beb6eb3676f9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-c27281ebe7fbcab4.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-3002f96437acd722.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-01bfdca2cc9762af.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
53012026-02-26T19:45:10.190Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
53022026-02-26T19:45:10.228Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name crdb_seed --edition=2024 dev-tools/crdb-seed/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=64fcd121278b2038 -C extra-filename=-f5b9f4d7ae4d05e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
53032026-02-26T19:45:10.862Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2024 nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b8dc132267551b07 -C extra-filename=-1cbfbd77508e232a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-0dee767718e47050.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-19024cc6c44806ed.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-4e206dbacf682159.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-8092346747846701.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-ef8b72dc7cd889fa.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-3b83da55670e8f0a.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-e59c0e0cd35ac67e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-004187269ac2e51e.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-494ca4e31fddf7d3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d84f93995e261401.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-d587cb581310d033.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-de5d2bbf64ba9eb6.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-01eb04f9a54b8339.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-772366dc183f6b73.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4ca9285fc2ae54be.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-c27281ebe7fbcab4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-79f9f6e29e855245.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-b61fe0721fa75d38.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-801ca1e0af96fa5e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-3850d59e699c0790.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-cad9d362c62214a4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-9fbdfea03a05da8f.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-dadc4ffa302addcf.so --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-c1e3b6744498ff01.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4fab09a38958d149.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-ba3e5a5fc2a12ec8.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-d21b4224a1903afc.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-80212553b0ad03df.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-57c190f10e85dc2f.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ab9cad66fca2caf1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
53042026-02-26T19:45:13.595Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_types_versions --edition=2024 sled-agent/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=1c1735df924e654f -C extra-filename=-5e5f052c34df2a4c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-7b01974447a3784f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4ca9285fc2ae54be.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-a181853c3b7be174.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-c37268312e9028ff.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a9fe9f1222e6c9b4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-dadc4ffa302addcf.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-2ae7dd60cc71381d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
53052026-02-26T19:45:16.560Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_test_utils --edition=2024 oximeter/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=28c54a7806b668ea -C extra-filename=-2999f4d2720bc3ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-3c3c262e50c2db18.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-79f9f6e29e855245.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-c112d53073a1dce4.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-3bf64ca65482c55e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
53062026-02-26T19:45:23.488Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2024 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2695101b43293b4f -C extra-filename=-e9d218b6a9c42fe4 --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-b476cbab3ebc9700.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dc582855d2bae75a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64`
53072026-02-26T19:45:28.161Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cert_dev --edition=2024 dev-tools/cert-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=aafbff020936904d -C extra-filename=-5832212c6cb03834 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-c27281ebe7fbcab4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-01bfdca2cc9762af.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
53082026-02-26T19:45:30.194Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2024 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=15428d43cb92e2bf -C extra-filename=-4028a2d64e7158c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-594f352716bbccce.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d84f93995e261401.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-621e0d376e43b2e6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4e1cebaf054645ba.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
53092026-02-26T19:45:30.238Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_internal_api --edition=2024 nexus/internal-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c4d5bdc495c8afc3 -C extra-filename=-d2ef873cbe5907bc --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-d703376dd51db557.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-567df5da3eaa495f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64`
53102026-02-26T19:45:32.337Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name falcon_runner_cli --edition=2024 test-utils/src/bin/falcon_runner_cli.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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=8214e5b21e4db97b -C extra-filename=-37de55586d6ae547 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-62ab5388c2ead6be.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-4d1c13631f59c0a4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-a1a64b052b31f6d4.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-44a72f62f5c98b08.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-6cd7c06605e6956f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7a8e6e1ad661e181.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1007dc04ff25c671.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-01bfdca2cc9762af.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2124dfe23d5b97bf.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-250953c6daa31814.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f012a4405e1725b1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3548ee163e1966e2.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
53112026-02-26T19:45:33.947Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_measurements --edition=2024 sled-agent/measurements/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=e95d870fb6e9a0a0 -C extra-filename=-83e41bff92ab5596 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-d099d2df1461daa2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-85bc802af7085b6c.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2b28f4f19b04f292.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-3850d59e699c0790.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
53122026-02-26T19:45:35.233Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oxdb --edition=2024 oximeter/db/src/bin/oxdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=ebdddd9fb22fbc75 -C extra-filename=-3457cec4740d73cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ebe42c3b8d1b6feb.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-924a2d3382a982f2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-d761d6af0de48799.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-3c3c262e50c2db18.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-5f3df2a394fb1aa2.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-e9a817205d62f855.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-a1a64b052b31f6d4.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-b552a5abd74e3046.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-5a02bdd32cb005b1.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-496362133443fc3e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-5ab434a4034fc222.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-f8d2a4477cf2b4fe.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4e1cebaf054645ba.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-79f9f6e29e855245.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-b61fe0721fa75d38.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-801ca1e0af96fa5e.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-b98e5f5ca94fa582.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b789c7149d610113.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-032a398a788f45ad.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-4de252fa1fde8321.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-580ab898584e9fdb.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-b6211ea91537da45.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-9fbdfea03a05da8f.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-229621499bbc22b0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64`
53132026-02-26T19:45:37.101Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_schema --edition=2024 nexus/db-schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=93eeeed5456b3a9e -C extra-filename=-a50f4c9c60da7140 --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-085db868a71bc273.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/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`
53142026-02-26T19:45:38.877Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ddm_admin_client --edition=2024 clients/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0f6f203591e6c7a7 -C extra-filename=-b2206130e07a06d9 --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-e7285c9a2475bf10.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0769587943d5c544.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-58235fe6368598cf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
53152026-02-26T19:45:40.588Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_health_monitor --edition=2024 sled-agent/health-monitor/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=698fab4191f6d062 -C extra-filename=-085d4e42ed38b34a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-3b83da55670e8f0a.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-c481e56e1fb98fad.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
53162026-02-26T19:45:41.582Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum_test_utils --edition=2024 trust-quorum/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1354a89f8d5ad208 -C extra-filename=-6142e4908365f6b6 --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-7b01974447a3784f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-c71a35b657b61a51.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-467979743718e3e8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-ba3e5a5fc2a12ec8.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-d21b4224a1903afc.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
53172026-02-26T19:45:43.139Z Running `/home/build/.rustup/toolchains/1.91.1-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=8f913ee7be266c2b -C extra-filename=-d3e1e58631b36e7f --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-d703376dd51db557.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-567df5da3eaa495f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-3850d59e699c0790.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
53182026-02-26T19:45:45.830Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_api --edition=2024 sled-agent/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=51d26f1d2a5d8684 -C extra-filename=-4b829af1589e6485 --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-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-567df5da3eaa495f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-3850d59e699c0790.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-dd50e44f425b3452.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-d21b4224a1903afc.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-5e6be64fec04b26e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
53192026-02-26T19:45:45.971Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2024 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7cf0931a1c593b09 -C extra-filename=-e91dc21d598f2fe1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-fb48151e145b8122.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dc582855d2bae75a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-3850d59e699c0790.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-d21b4224a1903afc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
53202026-02-26T19:45:47.409Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_lockstep_api --edition=2024 sled-agent/bootstrap-agent-lockstep-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b305291dee2d7b6a -C extra-filename=-c356ee095e4c7ee9 --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-d703376dd51db557.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4ca9285fc2ae54be.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
53212026-02-26T19:45:49.009Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2024 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("datalink", "default", "http-instruments", "kstat"))' -C metadata=c01d4b702435397f -C extra-filename=-6ecc9c8b4643e354 --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-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-d37b9205f8990adb.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4e1cebaf054645ba.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53222026-02-26T19:45:49.840Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2024 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4f9cf0707dd87a48 -C extra-filename=-aa2acc1ea49f285d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-c112d53073a1dce4.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-e4ee8f91924a50ae.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-d0bf5eb7d157f7c9.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-3bf64ca65482c55e.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-b07a6cd46bb49e96.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53232026-02-26T19:45:53.424Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2024 dns-server/src/bin/dnsadm.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=878ffe003a11741e -C extra-filename=-04a75428db19a8b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-71ab8320e4a0b2cf.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-3746f9ad2021ca07.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e3dbb216017a828c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-99e5a07ed75c4017.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-99474a9bb4cf5197.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6a3f0c2bc74a8dc7.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-f52baaa1db0f05e8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d84f93995e261401.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-7277d4bd91511876.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4cc5ba24a6003517.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-7e71ff6c28ce4de2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-ffd058a0359ad538.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53242026-02-26T19:45:59.847Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2024 dns-server/src/bin/dns-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=370e58404e9f0d5b -C extra-filename=-c57334a8ca9c6c42 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-71ab8320e4a0b2cf.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-3746f9ad2021ca07.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e3dbb216017a828c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-99e5a07ed75c4017.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-99474a9bb4cf5197.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6a3f0c2bc74a8dc7.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-f52baaa1db0f05e8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d84f93995e261401.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-7277d4bd91511876.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4cc5ba24a6003517.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-7e71ff6c28ce4de2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-ffd058a0359ad538.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53252026-02-26T19:46:03.671Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2024 dns-server/src/bin/dns-db-dump.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e33f36fbe5ad92c2 -C extra-filename=-3e46f096ce3f7538 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-71ab8320e4a0b2cf.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-3746f9ad2021ca07.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e3dbb216017a828c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-99e5a07ed75c4017.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-99474a9bb4cf5197.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6a3f0c2bc74a8dc7.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-f52baaa1db0f05e8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d84f93995e261401.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-7277d4bd91511876.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4cc5ba24a6003517.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-7e71ff6c28ce4de2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-ffd058a0359ad538.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53262026-02-26T19:46:05.443Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_timeseries_macro --edition=2024 oximeter/timeseries-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=73e5702fa2e6bbca -C extra-filename=-eb514afeaef50f74 --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-83a93939939f6042.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-17d1aac0eff2a8ef.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-c6efe3d443386c56.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53272026-02-26T19:46:05.523Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zfs_test_harness --edition=2024 sled-storage/zfs-test-harness/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a8554299ad8ef392 -C extra-filename=-116884c473d86a41 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-d099d2df1461daa2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d9fd52ff033ba0b4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
53282026-02-26T19:46:05.848Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
53292026-02-26T19:46:05.872Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dnswait --edition=2024 internal-dns/cli/src/bin/dnswait.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4bac4895f14bc03f -C extra-filename=-654cff69ef918ae0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6a3f0c2bc74a8dc7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-594f352716bbccce.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d84f93995e261401.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53302026-02-26T19:46:08.283Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types_versions --edition=2024 nexus/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bb9b5459efb5a28e -C extra-filename=-f6ae3b8fb72a0cc2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-0dee767718e47050.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4ca9285fc2ae54be.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-c27281ebe7fbcab4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-b61fe0721fa75d38.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-801ca1e0af96fa5e.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4fab09a38958d149.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ab9cad66fca2caf1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
53312026-02-26T19:46:08.350Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2024 oximeter/schema/src/bin/oximeter-schema.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=040318bdf940d91e -C extra-filename=-ec82093ae8eefc30 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-e4ee8f91924a50ae.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-3bf64ca65482c55e.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-b07a6cd46bb49e96.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53322026-02-26T19:46:08.420Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum_types --edition=2024 trust-quorum/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b97892853552db99 -C extra-filename=-21f8e05d9faceb93 --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-83a93939939f6042.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-2ae7dd60cc71381d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
53332026-02-26T19:46:09.030Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2024 oximeter/schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=02c5d942d42ec180 -C extra-filename=-0e1007d4feea863a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-3bf64ca65482c55e.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-b07a6cd46bb49e96.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53342026-02-26T19:46:11.101Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oxql_types --edition=2024 oximeter/oxql-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9e57ef63aced61ac -C extra-filename=-e676fa1aef990abe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-b552a5abd74e3046.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-f8d2a4477cf2b4fe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-3bf64ca65482c55e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53352026-02-26T19:46:11.139Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum_types_versions --edition=2024 trust-quorum/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=2db87daebc24d2cd -C extra-filename=-614d3f809efdb5f6 --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-7b8cc660aaeba8f0.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-3b83da55670e8f0a.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-c71a35b657b61a51.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-c37268312e9028ff.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
53362026-02-26T19:46:12.883Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_lockstep_client --edition=2024 clients/bootstrap-agent-lockstep-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4d898704cdd80178 -C extra-filename=-dd0eba290033a90a --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-89623bbb95ea0474.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dc582855d2bae75a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
53372026-02-26T19:46:15.096Z Running `/home/build/.rustup/toolchains/1.91.1-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=ff656c8b95d5d983 -C extra-filename=-518853f6d913d0c0 --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-89623bbb95ea0474.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dc582855d2bae75a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
53382026-02-26T19:46:16.458Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2024 installinator-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=932057f8016e2796 -C extra-filename=-b46c701f6e07ec97 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-307a3092049c82b6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-dadc4ffa302addcf.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-57c190f10e85dc2f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
53392026-02-26T19:46:18.849Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware_types --edition=2024 sled-hardware/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=ee18df9885f3703f -C extra-filename=-d54c699d729f424a --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-7b8cc660aaeba8f0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-de9868dc0340c409.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-dadc4ffa302addcf.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
53402026-02-26T19:46:19.206Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server_api --edition=2024 dns-server-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=26dedbca01581c5d -C extra-filename=-d47c0a3bd42aacc3 --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-b476cbab3ebc9700.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-567df5da3eaa495f.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-7277d4bd91511876.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53412026-02-26T19:46:21.595Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_types --edition=2024 internal-dns/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=293e41dbda5d78d3 -C extra-filename=-af358a2649ce0f66 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-7277d4bd91511876.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53422026-02-26T19:46:23.188Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2024 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6364a86b88358370 -C extra-filename=-ee3054c4f7de0dfc --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-b476cbab3ebc9700.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-7277d4bd91511876.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53432026-02-26T19:46:24.812Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_single_client --edition=2024 clients/clickhouse-admin-single-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eb7cfb883eba12b9 -C extra-filename=-a4caec27c4d36581 --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-b476cbab3ebc9700.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-19024cc6c44806ed.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53442026-02-26T19:46:26.289Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper_client --edition=2024 clients/clickhouse-admin-keeper-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1fd7d9270709d796 -C extra-filename=-1e0528823befca9a --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-b476cbab3ebc9700.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-19024cc6c44806ed.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53452026-02-26T19:46:26.415Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_test_utils --edition=2024 clickhouse-admin/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5b25debb8853ca28 -C extra-filename=-898774c32cb0bf3b --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-3066b3ace58dda21.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-19024cc6c44806ed.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-3c3c262e50c2db18.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53462026-02-26T19:46:28.671Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server_client --edition=2024 clients/clickhouse-admin-server-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=12ac5fa7cc30b136 -C extra-filename=-ff9fb5ff0f8ac167 --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-b476cbab3ebc9700.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-19024cc6c44806ed.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53472026-02-26T19:46:29.076Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_api --edition=2024 clickhouse-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4aa3bd3b28a1f188 -C extra-filename=-50112fe60dc03064 --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-2ca069f662c8ad1c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-567df5da3eaa495f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53482026-02-26T19:46:29.771Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_types --edition=2024 clickhouse-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=57f746482c0f7c94 -C extra-filename=-f1312d49f64b59e1 --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-2ca069f662c8ad1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53492026-02-26T19:46:30.941Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_api --edition=2024 oximeter/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=37d2e389b67f92a5 -C extra-filename=-e3972d0953ec8056 --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-d703376dd51db557.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-567df5da3eaa495f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-3c977b5def4a6ed9.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53502026-02-26T19:46:31.069Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_types_versions --edition=2024 internal-dns/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fe401f2cd7673808 -C extra-filename=-775e13aab071e2b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53512026-02-26T19:46:31.499Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ipcc --edition=2024 ipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c48ce2eab36992a7 -C extra-filename=-973f457ed50455da --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-800a14e1a8c4d7b8.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-a947a27c8e2b2cb2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-dadc4ffa302addcf.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64`
53522026-02-26T19:46:31.810Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_api --edition=2024 installinator-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e3aaa7acd44a729f -C extra-filename=-ba7c2e6554bf9e88 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-567df5da3eaa495f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-307a3092049c82b6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-57c190f10e85dc2f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53532026-02-26T19:46:32.444Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types_versions --edition=2024 oximeter/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=124b11fefa28a360 -C extra-filename=-339d5dd3c9062dfb --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-b476cbab3ebc9700.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53542026-02-26T19:46:33.080Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_types_versions --edition=2024 clickhouse-admin/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2aad4d7bdd0b55d5 -C extra-filename=-550d64d7d507d77c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-62ab5388c2ead6be.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-3b83da55670e8f0a.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53552026-02-26T19:46:33.981Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2024 key-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f625fcc8e2c6df5c -C extra-filename=-7856884f59b8705d --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-032078021c49cc9d.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0e6b2fb9a7835ef5.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-8fbaa579bfa4caeb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-467979743718e3e8.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a9fe9f1222e6c9b4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53562026-02-26T19:46:34.116Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2024 nexus/defaults/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d95e35ff3691c11f -C extra-filename=-f0ee6bb5b0e4c24a --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-bf57061796bb2ede.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53572026-02-26T19:46:34.540Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_api --edition=2024 gateway-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b7295a9873322c70 -C extra-filename=-b54adcd6d502b969 --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-d703376dd51db557.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-567df5da3eaa495f.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-e59c0e0cd35ac67e.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-92245c2a2bcbfc0c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53582026-02-26T19:46:34.758Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_api --edition=2024 cockroach-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7ff4ec1664e9d314 -C extra-filename=-4ac9b84a6052b89d --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-d502cd6d9a6e9ed9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-567df5da3eaa495f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53592026-02-26T19:46:35.089Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2024 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2c85d8ba4dfa600e -C extra-filename=-e9cc2313d6ea382a --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-b476cbab3ebc9700.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53602026-02-26T19:46:36.522Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_client --edition=2024 clients/installinator-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a78af6d1bb057332 -C extra-filename=-99bbceb02c2d196b --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-89623bbb95ea0474.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dc582855d2bae75a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-57c190f10e85dc2f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53612026-02-26T19:46:36.588Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2024 nexus/db-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=423bdba7726d7c6a -C extra-filename=-fbf29e0775b36f67 --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-2cf04944d013eb04.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-ba674bfac37d8467.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-b07a6cd46bb49e96.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-a4af9fe2764b22df.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53622026-02-26T19:46:38.186Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2024 nexus/authz-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=56ba136d8cb4a653 -C extra-filename=-000a37605e4c5529 --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-2cf04944d013eb04.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-ba674bfac37d8467.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-b07a6cd46bb49e96.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-a4af9fe2764b22df.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53632026-02-26T19:46:39.028Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_metrics --edition=2024 cockroach-metrics/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7fe95da786a898a4 -C extra-filename=-e98600f2e2d4edf3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-f8c59d40a9b99637.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-4e206dbacf682159.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-364fc30b59fd0d7b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53642026-02-26T19:46:41.035Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2024 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=243695057bd2b2aa -C extra-filename=-4596dd969ab1d039 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-0dee767718e47050.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-dc1a729313376c55.rlib --extern backon=/work/oxidecomputer/omicron/target/debug/deps/libbackon-f0d02969b110bfff.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-de9868dc0340c409.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4d865b9ac8b05a27.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-801ca1e0af96fa5e.rlib --extern progenitor_client010=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-53016268b2702be6.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0769587943d5c544.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-d665ddf1fd1eb449.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dc582855d2bae75a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-c37268312e9028ff.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f40c7541594c3dec.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-dadc4ffa302addcf.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53652026-02-26T19:46:41.099Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_types --edition=2024 gateway-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=42ca71361c30c67b -C extra-filename=-d52389d0767be1fb --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-92245c2a2bcbfc0c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53662026-02-26T19:46:43.063Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2024 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=730ce49dca5867e1 -C extra-filename=-675fa11a15447367 --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-142d12a8ca42df76.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-e59c0e0cd35ac67e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e9068d0167c53e94.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-494ca4e31fddf7d3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53672026-02-26T19:46:44.638Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_types --edition=2024 cockroach-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bb772d687c3238db -C extra-filename=-7d33a9aadf2d874f --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-d502cd6d9a6e9ed9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53682026-02-26T19:46:44.706Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2024 dev-tools/oxlog/src/bin/oxlog.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f282a60d22507c85 -C extra-filename=-ee326f4416ab64d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-fe0456d722bba6e7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-f362e13d93071c42.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-36b1178678ed49cf.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-def14352b8506b75.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53692026-02-26T19:46:45.279Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_types_versions --edition=2024 gateway-types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=4add19176c2d9903 -C extra-filename=-e3d9bc9b2e00f61d --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-7b8cc660aaeba8f0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e9068d0167c53e94.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-dadc4ffa302addcf.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53702026-02-26T19:46:45.448Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name gfss --edition=2024 trust-quorum/gfss/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --cfg 'feature="danger_partial_eq_ct_wrapper"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("danger_partial_eq_ct_wrapper"))' -C metadata=f16f40f407c0737a -C extra-filename=-f12d8338c7a48992 --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-268aa15817046b32.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-467979743718e3e8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-dadc4ffa302addcf.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53712026-02-26T19:46:47.072Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common_versions --edition=2024 installinator-common/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1f084a0eb4b7c0c5 -C extra-filename=-988970024ccd13a3 --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-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53722026-02-26T19:46:47.638Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name parallel_task_set --edition=2024 parallel-task-set/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0a50d5c00695dd18 -C extra-filename=-6eb664e9ed338b8a --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-83a93939939f6042.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53732026-02-26T19:46:47.927Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_client --edition=2024 clients/cockroach-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4622780041b3d687 -C extra-filename=-e8b161c2bb15c2d8 --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-b476cbab3ebc9700.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53742026-02-26T19:46:49.291Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_client --edition=2024 clients/ntp-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=600f558298bab33e -C extra-filename=-12134293fefc6a8f --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-b476cbab3ebc9700.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53752026-02-26T19:46:49.698Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2024 dev-tools/oxlog/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9af42c580b090422 -C extra-filename=-75938c8a6838e9ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-fe0456d722bba6e7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-36b1178678ed49cf.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-def14352b8506b75.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53762026-02-26T19:46:49.878Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2024 api_identity/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0add3d72b3712597 -C extra-filename=-c5df55f80799ac51 --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-83a93939939f6042.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53772026-02-26T19:46:50.491Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name xtask_downloader --edition=2024 dev-tools/downloader/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cd39fca47f5f80ab -C extra-filename=-a3c2701db0e35ba1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f012a4405e1725b1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53782026-02-26T19:46:50.630Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_types_versions --edition=2024 ntp-admin/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1514a5d6dd40c05c -C extra-filename=-a536bbec0ee471fd --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-83a93939939f6042.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53792026-02-26T19:46:50.680Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2024 oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4d1b0588b9f1b3a0 -C extra-filename=-5ba49b59644cf7d6 --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-83a93939939f6042.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53802026-02-26T19:46:50.806Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2024 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bd40b9e8ec134765 -C extra-filename=-509cb5f9f977d339 --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-83a93939939f6042.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53812026-02-26T19:46:51.327Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_client --edition=2024 clients/repo-depot-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=df637482a858400e -C extra-filename=-fd15e596f2ceee10 --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-83a93939939f6042.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53822026-02-26T19:46:51.414Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_macros_common --edition=2024 nexus/macros-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=80370a8177e48bfe -C extra-filename=-ad17f43a25567cfb --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-83a93939939f6042.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53832026-02-26T19:46:51.617Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name key_manager_types --edition=2024 key-manager/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=08e9950b76a6c815 -C extra-filename=-c4f733a468532cc6 --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-83a93939939f6042.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-467979743718e3e8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53842026-02-26T19:46:51.990Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2024 clients/oxide-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=db29147e3cdbc243 -C extra-filename=-533d19815188ef04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6a3f0c2bc74a8dc7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0769587943d5c544.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dc582855d2bae75a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53852026-02-26T19:46:52.078Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_background_task_interface --edition=2024 nexus/background-task-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8fa3f87e1b615d6b -C extra-filename=-0f298136eda9e3be --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-83a93939939f6042.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53862026-02-26T19:46:52.240Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name live_tests_macros --edition=2024 live-tests/macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b60221d299584428 -C extra-filename=-776d46722991a26c --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-83a93939939f6042.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53872026-02-26T19:46:52.589Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_repl_utils --edition=2024 dev-tools/repl-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ff59fca63b136d84 -C extra-filename=-f293acb88311e0df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-032a398a788f45ad.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53882026-02-26T19:46:52.716Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_types_versions --edition=2024 cockroach-admin/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=904802b5215b77ef -C extra-filename=-fe223e456793c1d7 --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-b476cbab3ebc9700.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-0a4b298c80db40a6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-dadc4ffa302addcf.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53892026-02-26T19:46:52.862Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cert_dev --edition=2024 dev-tools/cert-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=adf4e2f39b43b5a9 -C extra-filename=-df93cf7c25390a04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-01bfdca2cc9762af.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53902026-02-26T19:46:53.333Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils_macros --edition=2024 nexus/test-utils-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d66a42fb372d83eb -C extra-filename=-16095f4ecadb3a56 --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-83a93939939f6042.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53912026-02-26T19:46:53.848Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_api --edition=2024 sled-agent/repo-depot-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=122336b90f499275 -C extra-filename=-2b21fe674ed37227 --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-d703376dd51db557.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-567df5da3eaa495f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53922026-02-26T19:46:54.543Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ereport_types --edition=2024 ereport/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cb86df9e5ef10b2f -C extra-filename=-3815bcf9fd40d530 --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-d703376dd51db557.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53932026-02-26T19:46:56.052Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack --edition=2024 workspace-hack/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=31bd78ac2e2ff76d -C extra-filename=-debb5d5d0dc78c69 --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-4535aca8ab318c48.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-4e8f28f0989e36db.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-9e4f406f25730262.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-3498298cb3287a8d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-0a4b7964ee767b1f.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-2b8f5067655268d2.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-cfaa2511914227eb.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-a6e1ab1532f8efa3.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-708bbbfcfaea8aae.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-9c904fcf61dafeed.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-ed4a167fa0195d62.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-7fcf3363fa4d8b33.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-8092346747846701.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-baf0c92fd85ce9a3.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-16e875d6462de814.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-bd8ba8cf7e2e74e8.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-3721e944948a813f.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-a1da87ac9f71d3b4.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-5d4dd4f25a3a940c.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-8cc7363774f95bde.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-268aa15817046b32.rlib --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-e928439ca5bf1281.rlib --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-3339533b116e0c4f.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-8dd14f65ad0dd7aa.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-7b01dd16734868d8.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-0d6795d8b7b26bdb.rlib --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-fbaeb29d3673a0a9.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-43bf1ca6a514b6aa.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-597297e42a37300a.rlib --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-27609812460f1d12.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-566dfdbece98fde0.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-4081dd690b8536d0.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cbbe00eeba3a9834.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aa566f17b2a089a4.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4ea66d469f289a56.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-4cbfb02a23417368.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-e5808e939444e7e7.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-e1d4835446809bca.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e9068d0167c53e94.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-cbef46c34d9df723.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-d175a24152610cf1.rlib --extern getrandom_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-f05a29efbbe49ca1.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-27f9c755a800f8bd.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-c9c06d5808196e2d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-99474a9bb4cf5197.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d6df248ec06b9ac8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-2ef935948be155e9.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-1e52aa438e5755d8.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-a5ca919223679cc4.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-496362133443fc3e.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-f8c9a1def293a3d8.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-d587cb581310d033.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-d47b523d2b6a239a.rlib --extern itertools_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f0f9e563abed1aaf.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-6f139e9a3dd2f1df.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-bdecca09356102e1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-3251fccde2bb069b.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-afea2278d9bc496e.rlib --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-ebd2cfde094068a5.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-0abfbd36dab6dab3.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-de5d2bbf64ba9eb6.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-9ab2d762c9a0e654.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-b84d66a6dbfce3e1.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6dcbfb1e8babd6ea.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-6e6262e2ec4ec296.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2c1fb2295e429a9.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-c3c45eadcf471616.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-76ae0420101700af.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-4e27467e3006387d.rlib --extern petgraph_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-83e1061ec9d5a25a.rlib --extern petgraph_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cbf5620019c4d681.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-065b615e0557dad8.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-e32a1299c5d7cde7.rlib --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-847f833c2dcf0067.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-575d9f292fe3bb22.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-1a41148c5f9922e7.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-5118ac6f015b2311.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-d5f4616655430b33.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-a4b1a70913cda1fd.rlib --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-c71cdd1e0c183556.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-4387b5d2d51d9453.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-01dd8b748c5ec2c7.rlib --extern reqwest_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-58235fe6368598cf.rlib --extern reqwest_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-a6d3c572a8e45507.rlib --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-8224c8d8cdd657a3.rlib --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-0a203928d01f336e.rlib --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-906117e627c53165.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d9e25338bdb217d7.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-c0762f60797c2111.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-a654ba7dfca26712.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-621676faf194ecf2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-ab1e1b323fcc7f2e.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a9fe9f1222e6c9b4.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-391aecada57f6d0c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ec04b22c3ab89ecb.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-284d20035accdfe5.rlib --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-8742b2988ac3906d.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-4f5d449a98ccef6e.rlib --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-403fa0d437dd0a79.rlib --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c46c21893a0bbc80.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3548ee163e1966e2.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-eba9b70a608bf3c3.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-40d259803c85ce4f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d6d338625430a2a7.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-cd03c54f4155e59a.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-839d4a146506079b.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2fcfcb35f0bca903.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2456617dc5bbf6d2.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ab9cad66fca2caf1.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-50fca1beacd8e56b.rlib --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-bdd799246e663234.rlib --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-846206e86915589a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern winnow_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-f92dae31b801dd6d.rlib --extern winnow_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-1a96771fab1efe2c.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-5e6be64fec04b26e.rlib --extern zerocopy_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c5ec39ac863fdc65.rlib --extern zerocopy_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-05e4a9202fcda5f1.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-5fc24b5c46adbd72.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-ca5ca176de1e9c1f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53942026-02-26T19:46:56.295Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_uuid_kinds --edition=2024 uuid-kinds/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proptest", "schemars", "schemars08", "serde", "std", "testing", "uuid-v4"))' -C metadata=95657648287563a1 -C extra-filename=-ec1297c00567264c --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-7b8cc660aaeba8f0.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-de5d2bbf64ba9eb6.rlib --extern newtype_uuid_macros=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid_macros-7bf0a588af8cc67d.so --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
53952026-02-26T19:46:56.525Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dev_tools_common --edition=2024 dev-tools/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0598cf3d76ffc8cf -C extra-filename=-3a1b9bc25a54c54c --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`
53962026-02-26T19:48:00.193Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_execution --edition=2024 nexus/reconfigurator/execution/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7c7ba5a7e7c8bfb8 -C extra-filename=-74779d532c054544 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-f7c163f840a5b74c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-d5c91505739106d4.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-a1600eecf88bb0fc.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-a31dee75727fec34.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-19024cc6c44806ed.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-f8c59d40a9b99637.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-085db868a71bc273.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-bd874581c32d71c8.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-594f352716bbccce.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d84f93995e261401.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-d587cb581310d033.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-de5d2bbf64ba9eb6.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7a8e6e1ad661e181.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-c195cb5da379d5cc.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a26f456b2caf537f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a9e24867bb14f774.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-99f30737c2513990.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c76fd3b797d6acd5.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-0c5b3ae903b8aefc.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-8371d3375902b993.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-a39cc0226fc54e4f.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-76ed48314ad67437.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-061ae7069d461a57.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-9fd20cc138988edf.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-d0ee421243e2f02e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-fb6d727948b05a83.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-57c190f10e85dc2f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/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 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`
53972026-02-26T19:48:00.218Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2024 dev-tools/omicron-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ee8c0a6dc0c2afd3 -C extra-filename=-1aa113f88937f87d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-004187269ac2e51e.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9449da761caf8295.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7a8e6e1ad661e181.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-08b4049e69547f72.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-061ae7069d461a57.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-d0ee421243e2f02e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-aebcb169fd932054.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /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`
53982026-02-26T19:48:00.218Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name integration --edition=2024 nexus/reconfigurator/cli-integration-tests/tests/integration/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8b94708253901389 -C extra-filename=-3528f19cb6a92cfd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a9e24867bb14f774.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-7b3e53195ed302cc.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-76ed48314ad67437.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-061ae7069d461a57.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-9fd20cc138988edf.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-d0ee421243e2f02e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-f8b620cf79b52565.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/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 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`
53992026-02-26T19:48:00.286Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2024 dev-tools/omdb/src/bin/omdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7455ef3114cb73de -C extra-filename=-4beacbf4398411e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-f7c163f840a5b74c.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-e9a817205d62f855.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-3905703afc1839ca.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-fc5571852f317beb.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-0a4b298c80db40a6.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-085db868a71bc273.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-ed331fa3a9daa5c0.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-e59c0e0cd35ac67e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-004187269ac2e51e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e9068d0167c53e94.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9449da761caf8295.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-494ca4e31fddf7d3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ed787519e83456dc.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-594f352716bbccce.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d84f93995e261401.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-546f3bd0e4d7955c.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7a8e6e1ad661e181.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-c0f0efec269fbcc4.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-c195cb5da379d5cc.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a26f456b2caf537f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a9e24867bb14f774.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-99f30737c2513990.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c76fd3b797d6acd5.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-7b3e53195ed302cc.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-76ed48314ad67437.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-63c3a149039e6970.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-061ae7069d461a57.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-9fd20cc138988edf.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-d0ee421243e2f02e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-32f3b4bd9ec60dad.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-fa2d970f30749628.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-79f9f6e29e855245.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cbf5620019c4d681.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-7affd22fd6893a37.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-032a398a788f45ad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-def14352b8506b75.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-fb6d727948b05a83.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-cad9d362c62214a4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-d4cf33d309e2324d.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-1142157a3ff864fb.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-9fbdfea03a05da8f.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-c1e3b6744498ff01.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-d21b4224a1903afc.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-80212553b0ad03df.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-57c190f10e85dc2f.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ab9cad66fca2caf1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/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 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`
54002026-02-26T19:48:00.312Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2024 dev-tools/omicron-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c76384b251f8f8ac -C extra-filename=-fd06a13a2c529f07 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-004187269ac2e51e.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9449da761caf8295.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7a8e6e1ad661e181.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-08b4049e69547f72.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-061ae7069d461a57.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-2ee4ec18af7f643f.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-d0ee421243e2f02e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-98afdb6c2ef9cdc5.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-aebcb169fd932054.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3548ee163e1966e2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /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`
54012026-02-26T19:48:00.365Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name test_omicron_dev --edition=2024 dev-tools/omicron-dev/tests/test-omicron-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=62ec55c0aaa4083c -C extra-filename=-cb4c27ffa84034fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-004187269ac2e51e.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9449da761caf8295.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7a8e6e1ad661e181.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-08b4049e69547f72.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-061ae7069d461a57.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-2ee4ec18af7f643f.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-d0ee421243e2f02e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-98afdb6c2ef9cdc5.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-aebcb169fd932054.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3548ee163e1966e2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /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`
54022026-02-26T19:48:00.407Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli_dup --edition=2024 nexus/reconfigurator/cli-integration-tests/src/bin/reconfigurator-cli-dup.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7ffb6a51cb3e848b -C extra-filename=-6cfd991f760cabf2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a9e24867bb14f774.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-7b3e53195ed302cc.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-76ed48314ad67437.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-061ae7069d461a57.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-9fd20cc138988edf.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-d0ee421243e2f02e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-f8b620cf79b52565.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/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 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`
54032026-02-26T19:48:00.409Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name test_all_output --edition=2024 dev-tools/omdb/tests/test_all_output.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b6727c80710449bc -C extra-filename=-7fc0ecea07fbf0cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-f7c163f840a5b74c.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-e9a817205d62f855.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-3905703afc1839ca.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-fc5571852f317beb.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-0a4b298c80db40a6.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-085db868a71bc273.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-ed331fa3a9daa5c0.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-e59c0e0cd35ac67e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-004187269ac2e51e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e9068d0167c53e94.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9449da761caf8295.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-494ca4e31fddf7d3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ed787519e83456dc.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-594f352716bbccce.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d84f93995e261401.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-546f3bd0e4d7955c.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7a8e6e1ad661e181.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-c0f0efec269fbcc4.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-c195cb5da379d5cc.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a26f456b2caf537f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a9e24867bb14f774.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-99f30737c2513990.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c76fd3b797d6acd5.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-7b3e53195ed302cc.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-76ed48314ad67437.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-63c3a149039e6970.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-061ae7069d461a57.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-9fd20cc138988edf.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-d0ee421243e2f02e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-32f3b4bd9ec60dad.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-fa2d970f30749628.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-79f9f6e29e855245.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cbf5620019c4d681.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-7affd22fd6893a37.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-032a398a788f45ad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-def14352b8506b75.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-fb6d727948b05a83.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-cad9d362c62214a4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-d4cf33d309e2324d.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-1142157a3ff864fb.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-9fbdfea03a05da8f.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-c1e3b6744498ff01.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-d21b4224a1903afc.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-80212553b0ad03df.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-57c190f10e85dc2f.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ab9cad66fca2caf1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/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 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`
54042026-02-26T20:03:50.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 40m 32s
54052026-02-26T20:04:10.312Z
54062026-02-26T20:04:10.339Zreal 40:53.015302564
54072026-02-26T20:04:10.339Zuser 2:36:59.951970661
54082026-02-26T20:04:10.339Zsys 40:05.679217964
54092026-02-26T20:04:10.339Ztrap 33.311824130
54102026-02-26T20:04:10.339Ztflt 5.682902806
54112026-02-26T20:04:10.339Zdflt 32:33.561292811
54122026-02-26T20:04:10.339Zkflt 0.845678592
54132026-02-26T20:04:10.339Zlock 11:06:35.209411902
54142026-02-26T20:04:10.339Zslp 19:51:56.069405273
54152026-02-26T20:04:10.339Zlat 31:14.593528294
54162026-02-26T20:04:10.339Zstop 17:20.802649030
54172026-02-26T20:04:11.325Z+ ptime -m cargo build -Z unstable-options --timings=json --workspace --tests --locked --verbose
54182026-02-26T20:04:17.923Z Fresh unicode-ident v1.0.24
54192026-02-26T20:04:17.977Z Fresh cfg-if v1.0.4
54202026-02-26T20:04:17.977Z Fresh memchr v2.7.4
54212026-02-26T20:04:17.977Z Fresh proc-macro2 v1.0.106
54222026-02-26T20:04:17.977Z Fresh autocfg v1.4.0
54232026-02-26T20:04:17.977Z Fresh smallvec v1.15.1
54242026-02-26T20:04:17.977Z Fresh value-bag v1.12.0
54252026-02-26T20:04:17.977Z Fresh quote v1.0.44
54262026-02-26T20:04:17.977Z Fresh libc v0.2.180
54272026-02-26T20:04:17.977Z Fresh serde_core v1.0.228
54282026-02-26T20:04:17.977Z Fresh log v0.4.29
54292026-02-26T20:04:17.977Z Fresh itoa v1.0.11
54302026-02-26T20:04:17.977Z Fresh version_check v0.9.5
54312026-02-26T20:04:17.977Z Fresh scopeguard v1.2.0
54322026-02-26T20:04:17.977Z Fresh syn v2.0.117
54332026-02-26T20:04:17.977Z Fresh getrandom v0.2.15
54342026-02-26T20:04:17.977Z Fresh stable_deref_trait v1.2.0
54352026-02-26T20:04:17.977Z Fresh serde_derive v1.0.228
54362026-02-26T20:04:17.977Z Fresh lock_api v0.4.12
54372026-02-26T20:04:17.977Z Fresh zeroize_derive v1.4.2
54382026-02-26T20:04:17.977Z Fresh synstructure v0.13.1
54392026-02-26T20:04:17.977Z Fresh serde v1.0.228
54402026-02-26T20:04:17.977Z Fresh libm v0.2.8
54412026-02-26T20:04:17.977Z Fresh zmij v1.0.15
54422026-02-26T20:04:17.977Z Fresh zeroize v1.8.1
54432026-02-26T20:04:17.977Z Fresh zerofrom-derive v0.1.4
54442026-02-26T20:04:17.977Z Fresh yoke-derive v0.7.4
54452026-02-26T20:04:17.977Z Fresh bytes v1.11.1
54462026-02-26T20:04:17.977Z Fresh num-traits v0.2.19
54472026-02-26T20:04:17.977Z Fresh bitflags v2.9.4
54482026-02-26T20:04:17.977Z Fresh serde_json v1.0.149
54492026-02-26T20:04:17.977Z Fresh zerofrom v0.1.4
54502026-02-26T20:04:17.977Z Fresh zerovec-derive v0.10.3
54512026-02-26T20:04:17.977Z Fresh yoke v0.7.4
54522026-02-26T20:04:17.977Z Fresh portable-atomic v1.11.0
54532026-02-26T20:04:17.977Z Fresh getrandom v0.3.4
54542026-02-26T20:04:17.978Z Fresh displaydoc v0.2.5
54552026-02-26T20:04:17.978Z Fresh critical-section v1.1.3
54562026-02-26T20:04:17.978Z Fresh litemap v0.7.3
54572026-02-26T20:04:17.978Z Fresh writeable v0.5.5
54582026-02-26T20:04:17.978Z Fresh percent-encoding v2.3.2
54592026-02-26T20:04:17.978Z Fresh zerovec v0.10.4
54602026-02-26T20:04:17.978Z Fresh once_cell v1.21.3
54612026-02-26T20:04:17.978Z Fresh icu_provider_macros v1.5.0
54622026-02-26T20:04:17.978Z Fresh icu_locid_transform_data v1.5.0
54632026-02-26T20:04:17.978Z Fresh icu_properties_data v1.5.0
54642026-02-26T20:04:17.978Z Fresh utf16_iter v1.0.5
54652026-02-26T20:04:17.978Z Fresh utf8_iter v1.0.4
54662026-02-26T20:04:17.978Z Fresh allocator-api2 v0.2.21
54672026-02-26T20:04:17.978Z Fresh tinystr v0.7.6
54682026-02-26T20:04:17.978Z Fresh icu_collections v1.5.0
54692026-02-26T20:04:17.978Z Fresh icu_normalizer_data v1.5.0
54702026-02-26T20:04:17.978Z Fresh write16 v1.0.0
54712026-02-26T20:04:17.979Z Fresh shlex v1.3.0
54722026-02-26T20:04:17.979Z Fresh form_urlencoded v1.2.2
54732026-02-26T20:04:17.979Z Fresh semver v1.0.27
54742026-02-26T20:04:17.979Z Fresh jobserver v0.1.32
54752026-02-26T20:04:17.979Z Fresh icu_locid v1.5.0
54762026-02-26T20:04:17.979Z Fresh find-msvc-tools v0.1.9
54772026-02-26T20:04:17.979Z Fresh equivalent v1.0.2
54782026-02-26T20:04:17.979Z Fresh pin-project-lite v0.2.14
54792026-02-26T20:04:17.979Z Fresh heck v0.5.0
54802026-02-26T20:04:17.979Z Fresh rand_core v0.6.4
54812026-02-26T20:04:17.979Z Fresh subtle v2.6.1
54822026-02-26T20:04:17.979Z Fresh icu_provider v1.5.0
54832026-02-26T20:04:18.028Z Fresh cc v1.2.56
54842026-02-26T20:04:18.028Z Fresh byteorder v1.5.0
54852026-02-26T20:04:18.028Z Fresh foldhash v0.2.0
54862026-02-26T20:04:18.028Z Fresh signal-hook-registry v1.4.2
54872026-02-26T20:04:18.028Z Fresh fnv v1.0.7
54882026-02-26T20:04:18.028Z Fresh icu_locid_transform v1.5.0
54892026-02-26T20:04:18.029Z Fresh parking_lot_core v0.9.10
54902026-02-26T20:04:18.029Z Fresh hashbrown v0.16.1
54912026-02-26T20:04:18.029Z Fresh thiserror-impl v2.0.18
54922026-02-26T20:04:18.029Z Fresh mio v1.0.2
54932026-02-26T20:04:18.029Z Fresh icu_properties v1.5.1
54942026-02-26T20:04:18.029Z Fresh parking_lot v0.12.3
54952026-02-26T20:04:18.029Z Fresh iana-time-zone v0.1.63
54962026-02-26T20:04:18.029Z Fresh thiserror v2.0.18
54972026-02-26T20:04:18.029Z Fresh futures-core v0.3.32
54982026-02-26T20:04:18.029Z Fresh uuid v1.19.0
54992026-02-26T20:04:18.029Z Fresh icu_normalizer v1.5.0
55002026-02-26T20:04:18.029Z Fresh chrono v0.4.43
55012026-02-26T20:04:18.029Z Fresh typenum v1.17.0
55022026-02-26T20:04:18.029Z Fresh indexmap v2.13.0
55032026-02-26T20:04:18.029Z Fresh tokio-macros v2.6.0
55042026-02-26T20:04:18.029Z Fresh socket2 v0.6.1
55052026-02-26T20:04:18.029Z Fresh regex-syntax v0.8.5
55062026-02-26T20:04:18.029Z Fresh serde_derive_internals v0.29.1
55072026-02-26T20:04:18.029Z Fresh idna_adapter v1.2.0
55082026-02-26T20:04:18.029Z Fresh generic-array v0.14.7
55092026-02-26T20:04:18.029Z Fresh tokio v1.49.0
55102026-02-26T20:04:18.029Z Fresh dyn-clone v1.0.20
55112026-02-26T20:04:18.029Z Fresh schemars_derive v0.8.22
55122026-02-26T20:04:18.029Z Fresh errno v0.3.12
55132026-02-26T20:04:18.029Z Fresh idna v1.0.3
55142026-02-26T20:04:18.029Z Fresh crypto-common v0.1.6
55152026-02-26T20:04:18.029Z Fresh thiserror-impl v1.0.69
55162026-02-26T20:04:18.029Z Fresh futures-io v0.3.31
55172026-02-26T20:04:18.029Z Fresh zerocopy-derive v0.7.35
55182026-02-26T20:04:18.029Z Fresh url v2.5.4
55192026-02-26T20:04:18.029Z Fresh thiserror v1.0.69
55202026-02-26T20:04:18.029Z Fresh const-oid v0.9.6
55212026-02-26T20:04:18.029Z Fresh zerocopy v0.7.35
55222026-02-26T20:04:18.029Z Fresh aho-corasick v1.1.3
55232026-02-26T20:04:18.029Z Fresh block-buffer v0.10.4
55242026-02-26T20:04:18.029Z Fresh schemars v0.8.22
55252026-02-26T20:04:18.029Z Fresh slab v0.4.9
55262026-02-26T20:04:18.029Z Fresh regex-automata v0.4.14
55272026-02-26T20:04:18.030Z Fresh digest v0.10.7
55282026-02-26T20:04:18.030Z Fresh pkg-config v0.3.31
55292026-02-26T20:04:18.030Z Fresh pin-utils v0.1.0
55302026-02-26T20:04:18.030Z Fresh futures-sink v0.3.31
55312026-02-26T20:04:18.030Z Fresh rustversion v1.0.22
55322026-02-26T20:04:18.030Z Fresh strsim v0.11.1
55332026-02-26T20:04:18.030Z Fresh futures-channel v0.3.31
55342026-02-26T20:04:18.030Z Fresh futures-macro v0.3.31
55352026-02-26T20:04:18.030Z Fresh futures-task v0.3.31
55362026-02-26T20:04:18.030Z Fresh cpufeatures v0.2.14
55372026-02-26T20:04:18.030Z Fresh futures-util v0.3.31
55382026-02-26T20:04:18.030Z Fresh ppv-lite86 v0.2.20
55392026-02-26T20:04:18.030Z Fresh regex v1.12.3
55402026-02-26T20:04:18.030Z Fresh adler2 v2.0.0
55412026-02-26T20:04:18.030Z Fresh tracing-core v0.1.32
55422026-02-26T20:04:18.030Z Fresh tracing-attributes v0.1.27
55432026-02-26T20:04:18.030Z Fresh syn v1.0.109
55442026-02-26T20:04:18.030Z Fresh rustix v0.38.37
55452026-02-26T20:04:18.030Z Fresh miniz_oxide v0.8.5
55462026-02-26T20:04:18.030Z Fresh tracing v0.1.40
55472026-02-26T20:04:18.030Z Fresh http v1.4.0
55482026-02-26T20:04:18.030Z Fresh serde_tokenstream v0.2.3
55492026-02-26T20:04:18.030Z Fresh gimli v0.31.1
55502026-02-26T20:04:18.030Z Fresh foldhash v0.1.5
55512026-02-26T20:04:18.030Z Fresh hashbrown v0.15.4
55522026-02-26T20:04:18.030Z Fresh addr2line v0.24.2
55532026-02-26T20:04:18.030Z Fresh object v0.36.5
55542026-02-26T20:04:18.030Z Fresh rustc-demangle v0.1.24
55552026-02-26T20:04:18.030Z Fresh base64 v0.22.1
55562026-02-26T20:04:18.030Z Fresh spin v0.9.8
55572026-02-26T20:04:18.030Z Fresh backtrace v0.3.74
55582026-02-26T20:04:18.030Z Fresh ipnet v2.11.0
55592026-02-26T20:04:18.030Z Fresh utf8parse v0.2.2
55602026-02-26T20:04:18.030Z Fresh untrusted v0.9.0
55612026-02-26T20:04:18.030Z Fresh either v1.15.0
55622026-02-26T20:04:18.031Z Fresh crossbeam-utils v0.8.21
55632026-02-26T20:04:18.031Z Fresh ring v0.17.14
55642026-02-26T20:04:18.031Z Fresh tokio-util v0.7.15
55652026-02-26T20:04:18.031Z Fresh atomic-waker v1.1.2
55662026-02-26T20:04:18.031Z Fresh base64ct v1.6.0
55672026-02-26T20:04:18.031Z Fresh block-padding v0.3.3
55682026-02-26T20:04:18.031Z Fresh anyhow v1.0.99
55692026-02-26T20:04:18.031Z Fresh vcpkg v0.2.15
55702026-02-26T20:04:18.031Z Fresh inout v0.1.3
55712026-02-26T20:04:18.031Z Fresh rustls-pki-types v1.14.0
55722026-02-26T20:04:18.031Z Fresh anstyle v1.0.11
55732026-02-26T20:04:18.031Z Fresh ryu v1.0.18
55742026-02-26T20:04:18.031Z Fresh httparse v1.9.5
55752026-02-26T20:04:18.031Z Fresh cipher v0.4.4
55762026-02-26T20:04:18.031Z Fresh zerocopy-derive v0.8.27
55772026-02-26T20:04:18.031Z Fresh fastrand v2.1.1
55782026-02-26T20:04:18.031Z Fresh ident_case v1.0.1
55792026-02-26T20:04:18.031Z Fresh anstyle-parse v0.2.5
55802026-02-26T20:04:18.031Z Fresh colorchoice v1.0.2
55812026-02-26T20:04:18.031Z Fresh zerocopy v0.8.27
55822026-02-26T20:04:18.031Z Fresh is_terminal_polyfill v1.70.1
55832026-02-26T20:04:18.056Z Fresh anstyle-query v1.1.1
55842026-02-26T20:04:18.057Z Fresh pem-rfc7468 v0.7.0
55852026-02-26T20:04:18.057Z Fresh http-body v1.0.1
55862026-02-26T20:04:18.057Z Fresh sha2 v0.10.9
55872026-02-26T20:04:18.057Z Fresh terminal_size v0.4.0
55882026-02-26T20:04:18.057Z Fresh hmac v0.12.1
55892026-02-26T20:04:18.057Z Fresh anstream v0.6.18
55902026-02-26T20:04:18.057Z Fresh cmake v0.1.57
55912026-02-26T20:04:18.057Z Fresh dunce v1.0.5
55922026-02-26T20:04:18.057Z Fresh fs_extra v1.3.0
55932026-02-26T20:04:18.057Z Fresh try-lock v0.2.5
55942026-02-26T20:04:18.058Z Fresh httpdate v1.0.3
55952026-02-26T20:04:18.058Z Fresh h2 v0.4.6
55962026-02-26T20:04:18.058Z Fresh lazy_static v1.5.0
55972026-02-26T20:04:18.058Z Fresh want v0.3.1
55982026-02-26T20:04:18.058Z Fresh der_derive v0.7.3
55992026-02-26T20:04:18.058Z Fresh flagset v0.4.6
56002026-02-26T20:04:18.058Z Fresh tower-service v0.3.3
56012026-02-26T20:04:18.058Z Fresh tower-layer v0.3.3
56022026-02-26T20:04:18.058Z Fresh clap_lex v0.7.4
56032026-02-26T20:04:18.058Z Fresh rand_chacha v0.3.1
56042026-02-26T20:04:18.058Z Fresh hyper v1.8.1
56052026-02-26T20:04:18.058Z Fresh clap_builder v4.5.48
56062026-02-26T20:04:18.058Z Fresh der v0.7.10
56072026-02-26T20:04:18.058Z Fresh clap_derive v4.5.47
56082026-02-26T20:04:18.058Z Fresh rand v0.8.5
56092026-02-26T20:04:18.058Z Fresh unicode-segmentation v1.12.0
56102026-02-26T20:04:18.058Z Fresh clap v4.5.48
56112026-02-26T20:04:18.058Z Fresh hyper-util v0.1.19
56122026-02-26T20:04:18.058Z Fresh aws-lc-sys v0.37.1
56132026-02-26T20:04:18.058Z Fresh http-body-util v0.1.3
56142026-02-26T20:04:18.058Z Fresh untrusted v0.7.1
56152026-02-26T20:04:18.058Z Fresh num-conv v0.2.0
56162026-02-26T20:04:18.059Z Fresh powerfmt v0.2.0
56172026-02-26T20:04:18.059Z Fresh time-core v0.1.8
56182026-02-26T20:04:18.059Z Fresh openssl-probe v0.1.5
56192026-02-26T20:04:18.059Z Fresh aws-lc-rs v1.16.0
56202026-02-26T20:04:18.059Z Fresh rand_core v0.9.3
56212026-02-26T20:04:18.059Z Fresh erased-serde v0.3.31
56222026-02-26T20:04:18.059Z Fresh deranged v0.5.3
56232026-02-26T20:04:18.059Z Fresh time-macros v0.2.27
56242026-02-26T20:04:18.059Z Fresh serde_spanned v0.6.9
56252026-02-26T20:04:18.059Z Fresh toml_datetime v0.6.11
56262026-02-26T20:04:18.059Z Fresh async-trait v0.1.89
56272026-02-26T20:04:18.059Z Fresh num_threads v0.1.7
56282026-02-26T20:04:18.059Z Fresh time v0.3.47
56292026-02-26T20:04:18.059Z Fresh rustls-webpki v0.103.9
56302026-02-26T20:04:18.059Z Fresh slog v2.8.2
56312026-02-26T20:04:18.059Z Fresh spki v0.7.3
56322026-02-26T20:04:18.059Z Fresh pbkdf2 v0.12.2
56332026-02-26T20:04:18.059Z Fresh aes v0.8.4
56342026-02-26T20:04:18.059Z Fresh serde_urlencoded v0.7.1
56352026-02-26T20:04:18.059Z Fresh ucd-trie v0.1.7
56362026-02-26T20:04:18.059Z Fresh mime v0.3.17
56372026-02-26T20:04:18.059Z Fresh rustls v0.23.37
56382026-02-26T20:04:18.059Z Fresh camino v1.2.2
56392026-02-26T20:04:18.059Z Fresh salsa20 v0.10.2
56402026-02-26T20:04:18.059Z Fresh pest v2.8.2
56412026-02-26T20:04:18.059Z Fresh cbc v0.1.2
56422026-02-26T20:04:18.060Z Fresh rustc_version v0.4.1
56432026-02-26T20:04:18.060Z Fresh scrypt v0.11.0
56442026-02-26T20:04:18.060Z Fresh rand_chacha v0.9.0
56452026-02-26T20:04:18.060Z Fresh openapiv3 v2.2.0
56462026-02-26T20:04:18.060Z Fresh plain v0.2.3
56472026-02-26T20:04:18.060Z Fresh rustix v1.1.3
56482026-02-26T20:04:18.060Z Fresh pest_meta v2.8.2
56492026-02-26T20:04:18.060Z Fresh rand v0.9.2
56502026-02-26T20:04:18.060Z Fresh pkcs5 v0.7.1
56512026-02-26T20:04:18.060Z Fresh tokio-rustls v0.26.0
56522026-02-26T20:04:18.060Z Fresh rustls-native-certs v0.8.1
56532026-02-26T20:04:18.060Z Fresh sync_wrapper v1.0.1
56542026-02-26T20:04:18.060Z Fresh pest_generator v2.8.2
56552026-02-26T20:04:18.060Z Fresh foreign-types-shared v0.1.1
56562026-02-26T20:04:18.060Z Fresh tower v0.5.2
56572026-02-26T20:04:18.060Z Fresh pkcs8 v0.10.2
56582026-02-26T20:04:18.060Z Fresh tempfile v3.24.0
56592026-02-26T20:04:18.060Z Fresh openssl-sys v0.9.109
56602026-02-26T20:04:18.060Z Fresh webpki-roots v1.0.1
56612026-02-26T20:04:18.060Z Fresh pest_derive v2.8.2
56622026-02-26T20:04:18.060Z Fresh foreign-types v0.3.2
56632026-02-26T20:04:18.060Z Fresh hex v0.4.3
56642026-02-26T20:04:18.061Z Fresh openssl-macros v0.1.1
56652026-02-26T20:04:18.061Z Fresh encoding_rs v0.8.34
56662026-02-26T20:04:18.061Z Fresh iri-string v0.7.8
56672026-02-26T20:04:18.061Z Fresh pretty-hex v0.4.1
56682026-02-26T20:04:18.061Z Fresh hyper-rustls v0.27.7
56692026-02-26T20:04:18.061Z Fresh tower-http v0.6.8
56702026-02-26T20:04:18.061Z Fresh openssl v0.10.73
56712026-02-26T20:04:18.061Z Fresh ipnetwork v0.21.1
56722026-02-26T20:04:18.061Z Fresh winnow v0.7.14
56732026-02-26T20:04:18.061Z Fresh signature v2.2.0
56742026-02-26T20:04:18.061Z Fresh darling_core v0.21.0
56752026-02-26T20:04:18.061Z Fresh strum_macros v0.26.4
56762026-02-26T20:04:18.061Z Fresh darling_macro v0.21.0
56772026-02-26T20:04:18.061Z Fresh sha1 v0.10.6
56782026-02-26T20:04:18.061Z Fresh winnow v0.5.40
56792026-02-26T20:04:18.061Z Fresh static_assertions v1.1.0
56802026-02-26T20:04:18.061Z Fresh data-encoding v2.9.0
56812026-02-26T20:04:18.061Z Fresh native-tls v0.2.12
56822026-02-26T20:04:18.061Z Fresh strum v0.26.3
56832026-02-26T20:04:18.086Z Fresh paste v1.0.15
56842026-02-26T20:04:18.086Z Fresh toml_edit v0.19.15
56852026-02-26T20:04:18.086Z Fresh darling v0.21.0
56862026-02-26T20:04:18.086Z Fresh oxnet v0.1.4
56872026-02-26T20:04:18.086Z Fresh darling_core v0.20.10
56882026-02-26T20:04:18.086Z Fresh hubpack_derive v0.1.1
56892026-02-26T20:04:18.086Z Fresh tokio-native-tls v0.3.1
56902026-02-26T20:04:18.086Z Fresh tinyvec_macros v0.1.1
56912026-02-26T20:04:18.086Z Fresh quick-error v1.2.3
56922026-02-26T20:04:18.086Z Fresh darling_macro v0.20.10
56932026-02-26T20:04:18.087Z Fresh hubpack v0.1.2
56942026-02-26T20:04:18.087Z Fresh num-integer v0.1.46
56952026-02-26T20:04:18.087Z Fresh scroll_derive v0.12.0
56962026-02-26T20:04:18.087Z Fresh hyper-tls v0.6.0
56972026-02-26T20:04:18.087Z Fresh tinyvec v1.8.0
56982026-02-26T20:04:18.087Z Fresh darling v0.20.10
56992026-02-26T20:04:18.087Z Fresh scroll v0.12.0
57002026-02-26T20:04:18.087Z Fresh base16ct v0.2.0
57012026-02-26T20:04:18.087Z Fresh bit-vec v0.8.0
57022026-02-26T20:04:18.087Z Fresh ff v0.13.0
57032026-02-26T20:04:18.087Z Fresh reqwest v0.12.28
57042026-02-26T20:04:18.087Z Fresh goblin v0.8.2
57052026-02-26T20:04:18.087Z Fresh sec1 v0.7.3
57062026-02-26T20:04:18.087Z Fresh bit-set v0.8.0
57072026-02-26T20:04:18.087Z Fresh scroll_derive v0.13.1
57082026-02-26T20:04:18.087Z Fresh wait-timeout v0.2.0
57092026-02-26T20:04:18.087Z Fresh crc32fast v1.4.2
57102026-02-26T20:04:18.087Z Fresh scroll v0.13.0
57112026-02-26T20:04:18.087Z Fresh dof v0.3.0
57122026-02-26T20:04:18.087Z Fresh group v0.13.0
57132026-02-26T20:04:18.087Z Fresh ahash v0.8.12
57142026-02-26T20:04:18.087Z Fresh num-iter v0.1.45
57152026-02-26T20:04:18.087Z Fresh dtrace-parser v0.2.0
57162026-02-26T20:04:18.087Z Fresh hkdf v0.12.4
57172026-02-26T20:04:18.087Z Fresh bstr v1.10.0
57182026-02-26T20:04:18.087Z Fresh crypto-bigint v0.5.5
57192026-02-26T20:04:18.087Z Fresh thread-id v4.2.2
57202026-02-26T20:04:18.087Z Fresh toml_write v0.1.2
57212026-02-26T20:04:18.087Z Fresh goblin v0.10.2
57222026-02-26T20:04:18.087Z Fresh rusty-fork v0.3.0
57232026-02-26T20:04:18.087Z Fresh rand_xorshift v0.4.0
57242026-02-26T20:04:18.087Z Fresh usdt-impl v0.5.0
57252026-02-26T20:04:18.087Z Fresh elliptic-curve v0.13.8
57262026-02-26T20:04:18.087Z Fresh toml_edit v0.22.27
57272026-02-26T20:04:18.087Z Fresh heck v0.4.1
57282026-02-26T20:04:18.087Z Fresh crossbeam-epoch v0.9.18
57292026-02-26T20:04:18.087Z Fresh itertools v0.13.0
57302026-02-26T20:04:18.087Z Fresh unarray v0.1.4
57312026-02-26T20:04:18.087Z Fresh zlib-rs v0.5.1
57322026-02-26T20:04:18.088Z Fresh num-bigint-dig v0.8.6
57332026-02-26T20:04:18.088Z Fresh proptest v1.7.0
57342026-02-26T20:04:18.088Z Fresh dof v0.4.0
57352026-02-26T20:04:18.088Z Fresh dtrace-parser v0.3.0
57362026-02-26T20:04:18.088Z Fresh pkcs1 v0.7.5
57372026-02-26T20:04:18.088Z Fresh libz-rs-sys v0.5.1
57382026-02-26T20:04:18.088Z Fresh x509-cert v0.2.5
57392026-02-26T20:04:18.088Z Fresh thread-id v5.0.0
57402026-02-26T20:04:18.088Z Fresh rsa v0.9.8
57412026-02-26T20:04:18.088Z Fresh rfc6979 v0.4.0
57422026-02-26T20:04:18.088Z Fresh usdt-impl v0.6.0
57432026-02-26T20:04:18.088Z Fresh flate2 v1.1.2
57442026-02-26T20:04:18.088Z Fresh curve25519-dalek-derive v0.1.1
57452026-02-26T20:04:18.088Z Fresh memmap2 v0.9.8
57462026-02-26T20:04:18.088Z Fresh bitflags v1.3.2
57472026-02-26T20:04:18.088Z Fresh ecdsa v0.16.9
57482026-02-26T20:04:18.088Z Fresh newtype-uuid v1.3.2
57492026-02-26T20:04:18.088Z Fresh bzip2-sys v0.1.13+1.0.8
57502026-02-26T20:04:18.088Z Fresh curve25519-dalek v4.1.3
57512026-02-26T20:04:18.088Z Fresh derive_builder_core v0.20.2
57522026-02-26T20:04:18.088Z Fresh serde_with_macros v3.16.1
57532026-02-26T20:04:18.088Z Fresh daft-derive v0.1.4
57542026-02-26T20:04:18.088Z Fresh env_filter v0.1.2
57552026-02-26T20:04:18.088Z Fresh keccak v0.1.5
57562026-02-26T20:04:18.088Z Fresh siphasher v0.3.11
57572026-02-26T20:04:18.088Z Fresh cfg_aliases v0.2.1
57582026-02-26T20:04:18.088Z Fresh env_logger v0.11.8
57592026-02-26T20:04:18.088Z Fresh sha3 v0.10.8
57602026-02-26T20:04:18.088Z Fresh serde_with v3.16.1
57612026-02-26T20:04:18.088Z Fresh derive_builder_macro v0.20.2
57622026-02-26T20:04:18.088Z Fresh phf_shared v0.11.2
57632026-02-26T20:04:18.088Z Fresh daft v0.1.4
57642026-02-26T20:04:18.088Z Fresh usdt-macro v0.6.0
57652026-02-26T20:04:18.088Z Fresh usdt-attr-macro v0.6.0
57662026-02-26T20:04:18.088Z Fresh toml v0.7.8
57672026-02-26T20:04:18.088Z Fresh ed25519 v2.2.3
57682026-02-26T20:04:18.088Z Fresh usdt v0.6.0
57692026-02-26T20:04:18.088Z Fresh ed25519-dalek v2.1.1
57702026-02-26T20:04:18.088Z Fresh signal-hook v0.3.18
57712026-02-26T20:04:18.089Z Fresh memoffset v0.9.1
57722026-02-26T20:04:18.089Z Fresh derive_builder v0.20.2
57732026-02-26T20:04:18.089Z Fresh unicode-normalization v0.1.24
57742026-02-26T20:04:18.089Z Fresh enum-as-inner v0.6.1
57752026-02-26T20:04:18.089Z Fresh managed v0.8.0
57762026-02-26T20:04:18.089Z Fresh itertools v0.10.5
57772026-02-26T20:04:18.089Z Fresh cargo-platform v0.1.8
57782026-02-26T20:04:18.089Z Fresh ref-cast-impl v1.0.25
57792026-02-26T20:04:18.089Z Fresh rustc-hash v2.1.1
57802026-02-26T20:04:18.089Z Fresh fixedbitset v0.4.2
57812026-02-26T20:04:18.089Z Fresh litrs v0.4.1
57822026-02-26T20:04:18.089Z Fresh new_debug_unreachable v1.0.6
57832026-02-26T20:04:18.114Z Fresh precomputed-hash v0.1.1
57842026-02-26T20:04:18.114Z Fresh string_cache v0.8.9
57852026-02-26T20:04:18.114Z Fresh petgraph v0.6.5
57862026-02-26T20:04:18.115Z Fresh ref-cast v1.0.25
57872026-02-26T20:04:18.115Z Fresh document-features v0.2.11
57882026-02-26T20:04:18.115Z Fresh vergen-lib v0.1.6
57892026-02-26T20:04:18.115Z Fresh cargo_metadata v0.19.2
57902026-02-26T20:04:18.115Z Fresh signal-hook-mio v0.2.4
57912026-02-26T20:04:18.115Z Fresh zstd-sys v2.0.14+zstd.1.5.7
57922026-02-26T20:04:18.115Z Fresh bzip2 v0.4.4
57932026-02-26T20:04:18.115Z Fresh psl-types v2.0.11
57942026-02-26T20:04:18.115Z Fresh cookie v0.18.1
57952026-02-26T20:04:18.115Z Fresh lalrpop-util v0.19.12
57962026-02-26T20:04:18.115Z Fresh zip v0.6.6
57972026-02-26T20:04:18.115Z Fresh publicsuffix v2.3.0
57982026-02-26T20:04:18.115Z Fresh zstd-safe v7.2.3
57992026-02-26T20:04:18.115Z Fresh vergen v9.0.6
58002026-02-26T20:04:18.115Z Fresh bumpalo v3.16.0
58012026-02-26T20:04:18.115Z Fresh lockfree-object-pool v0.1.6
58022026-02-26T20:04:18.115Z Fresh simd-adler32 v0.3.7
58032026-02-26T20:04:18.115Z Fresh zstd v0.13.3
58042026-02-26T20:04:18.115Z Fresh cookie_store v0.22.1
58052026-02-26T20:04:18.115Z Fresh zopfli v0.8.1
58062026-02-26T20:04:18.115Z Fresh crossterm v0.28.1
58072026-02-26T20:04:18.115Z Fresh bzip2 v0.5.2
58082026-02-26T20:04:18.115Z Fresh similar v2.7.0
58092026-02-26T20:04:18.115Z Fresh rustls-platform-verifier v0.6.2
58102026-02-26T20:04:18.115Z Fresh hash32 v0.2.1
58112026-02-26T20:04:18.115Z Fresh serde-big-array v0.5.1
58122026-02-26T20:04:18.115Z Fresh socket2 v0.5.10
58132026-02-26T20:04:18.115Z Fresh winnow v0.6.26
58142026-02-26T20:04:18.115Z Fresh jiff v0.2.15
58152026-02-26T20:04:18.115Z Fresh unicode-bidi v0.3.17
58162026-02-26T20:04:18.115Z Fresh unicode-properties v0.1.3
58172026-02-26T20:04:18.115Z Fresh predicates-core v1.0.8
58182026-02-26T20:04:18.115Z Fresh zip v4.2.0
58192026-02-26T20:04:18.115Z Fresh heapless v0.7.17
58202026-02-26T20:04:18.115Z Fresh stringprep v0.1.5
58212026-02-26T20:04:18.115Z Fresh reqwest v0.13.2
58222026-02-26T20:04:18.115Z Fresh hickory-proto v0.25.2
58232026-02-26T20:04:18.115Z Fresh tokio-stream v0.1.17
58242026-02-26T20:04:18.116Z Fresh md-5 v0.10.6
58252026-02-26T20:04:18.116Z Fresh strum_macros v0.27.2
58262026-02-26T20:04:18.116Z Fresh float-cmp v0.10.0
58272026-02-26T20:04:18.116Z Fresh fallible-iterator v0.2.0
58282026-02-26T20:04:18.116Z Fresh difflib v0.4.0
58292026-02-26T20:04:18.116Z Fresh normalize-line-endings v0.3.0
58302026-02-26T20:04:18.116Z Fresh strum v0.27.2
58312026-02-26T20:04:18.116Z Fresh smoltcp v0.9.1
58322026-02-26T20:04:18.116Z Fresh fs-err v3.1.1
58332026-02-26T20:04:18.116Z Fresh buf-list v1.0.3
58342026-02-26T20:04:18.116Z Fresh nix v0.29.0
58352026-02-26T20:04:18.116Z Fresh predicates v3.1.3
58362026-02-26T20:04:18.116Z Fresh postgres-protocol v0.6.8
58372026-02-26T20:04:18.117Z Fresh iddqd v0.3.16
58382026-02-26T20:04:18.117Z Fresh serde_repr v0.1.19
58392026-02-26T20:04:18.117Z Fresh fixedbitset v0.5.7
58402026-02-26T20:04:18.117Z Fresh peg-runtime v0.8.5
58412026-02-26T20:04:18.117Z Fresh phf v0.11.2
58422026-02-26T20:04:18.117Z Fresh gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
58432026-02-26T20:04:18.117Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
58442026-02-26T20:04:18.117Z Fresh petgraph v0.8.2
58452026-02-26T20:04:18.117Z Fresh postgres-types v0.2.9
58462026-02-26T20:04:18.117Z Fresh whoami v1.5.2
58472026-02-26T20:04:18.117Z Fresh futures-executor v0.3.31
58482026-02-26T20:04:18.117Z Fresh is-terminal v0.4.13
58492026-02-26T20:04:18.117Z Fresh regress v0.10.5
58502026-02-26T20:04:18.117Z Fresh crossbeam-channel v0.5.15
58512026-02-26T20:04:18.117Z Fresh tokio-postgres v0.7.13
58522026-02-26T20:04:18.117Z Fresh futures v0.3.31
58532026-02-26T20:04:18.117Z Fresh thread_local v1.1.8
58542026-02-26T20:04:18.117Z Fresh unsafe-libyaml v0.2.11
58552026-02-26T20:04:18.117Z Fresh term v1.1.0
58562026-02-26T20:04:18.117Z Fresh take_mut v0.2.2
58572026-02-26T20:04:18.117Z Fresh match_cfg v0.1.0
58582026-02-26T20:04:18.117Z Fresh slog-term v2.9.2
58592026-02-26T20:04:18.117Z Fresh serde_yaml v0.9.34+deprecated
58602026-02-26T20:04:18.117Z Fresh hostname v0.3.1
58612026-02-26T20:04:18.117Z Fresh debug-ignore v1.0.5
58622026-02-26T20:04:18.117Z Fresh newtype-uuid-macros v0.1.0
58632026-02-26T20:04:18.117Z Fresh unicode-width v0.1.14
58642026-02-26T20:04:18.117Z Fresh slog-async v2.8.0
58652026-02-26T20:04:18.117Z Fresh slog-json v2.6.1
58662026-02-26T20:04:18.117Z Fresh structmeta-derive v0.3.0
58672026-02-26T20:04:18.117Z Fresh toml_parser v1.0.6+spec-1.1.0
58682026-02-26T20:04:18.117Z Fresh rustls-webpki v0.102.8
58692026-02-26T20:04:18.144Z Fresh structmeta v0.3.0
58702026-02-26T20:04:18.144Z Fresh slog-bunyan v2.5.0
58712026-02-26T20:04:18.144Z Fresh toml_datetime v0.7.5+spec-1.1.0
58722026-02-26T20:04:18.144Z Fresh serde_path_to_error v0.1.20
58732026-02-26T20:04:18.144Z Fresh serde_spanned v1.0.4
58742026-02-26T20:04:18.144Z Fresh toml_writer v1.0.6+spec-1.1.0
58752026-02-26T20:04:18.144Z Fresh rustls v0.22.4
58762026-02-26T20:04:18.144Z Fresh async-stream-impl v0.3.6
58772026-02-26T20:04:18.145Z Fresh rustls-pemfile v2.2.0
58782026-02-26T20:04:18.145Z Fresh waitgroup v0.1.2
58792026-02-26T20:04:18.145Z Fresh dropshot_endpoint v0.16.7
58802026-02-26T20:04:18.145Z Fresh toml v0.9.11+spec-1.1.0
58812026-02-26T20:04:18.145Z Fresh async-stream v0.3.6
58822026-02-26T20:04:18.145Z Fresh tokio-rustls v0.25.0
58832026-02-26T20:04:18.145Z Fresh multer v3.1.0
58842026-02-26T20:04:18.145Z Fresh hostname v0.4.2
58852026-02-26T20:04:18.145Z Fresh derive-ex v0.1.8
58862026-02-26T20:04:18.145Z Fresh typify-impl v0.4.3
58872026-02-26T20:04:18.145Z Fresh dropshot v0.16.7
58882026-02-26T20:04:18.145Z Fresh typify-macro v0.4.3
58892026-02-26T20:04:18.145Z Fresh test-strategy v0.4.3
58902026-02-26T20:04:18.145Z Fresh progenitor-client v0.13.0
58912026-02-26T20:04:18.145Z Fresh serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
58922026-02-26T20:04:18.145Z Fresh itertools v0.14.0
58932026-02-26T20:04:18.145Z Fresh macaddr v1.0.1
58942026-02-26T20:04:18.146Z Fresh tabwriter v1.4.0
58952026-02-26T20:04:18.146Z Fresh typify v0.4.3
58962026-02-26T20:04:18.146Z Fresh tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
58972026-02-26T20:04:18.146Z Fresh progenitor-client v0.10.0
58982026-02-26T20:04:18.146Z Fresh instant v0.1.13
58992026-02-26T20:04:18.146Z Fresh progenitor-client v0.11.2
59002026-02-26T20:04:18.146Z Fresh parse-display-derive v0.10.0
59012026-02-26T20:04:18.146Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
59022026-02-26T20:04:18.146Z Fresh rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
59032026-02-26T20:04:18.146Z Fresh progenitor-impl v0.11.2
59042026-02-26T20:04:18.146Z Fresh parse-display v0.10.0
59052026-02-26T20:04:18.146Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
59062026-02-26T20:04:18.146Z Fresh backoff v0.4.0
59072026-02-26T20:04:18.146Z Fresh backon v1.6.0
59082026-02-26T20:04:18.146Z Fresh colored v3.0.0
59092026-02-26T20:04:18.146Z Fresh protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
59102026-02-26T20:04:18.146Z Fresh progenitor-macro v0.11.2
59112026-02-26T20:04:18.147Z Fresh camino-tempfile v1.4.1
59122026-02-26T20:04:18.147Z Fresh crossbeam-deque v0.8.5
59132026-02-26T20:04:18.147Z Fresh glob v0.3.2
59142026-02-26T20:04:18.147Z Fresh toml v0.8.23
59152026-02-26T20:04:18.147Z Fresh progenitor v0.11.2
59162026-02-26T20:04:18.147Z Fresh proc-macro-crate v1.3.1
59172026-02-26T20:04:18.147Z Fresh secrecy v0.10.3
59182026-02-26T20:04:18.147Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
59192026-02-26T20:04:18.147Z Fresh proc-macro-error-attr v1.0.4
59202026-02-26T20:04:18.147Z Fresh rayon-core v1.12.1
59212026-02-26T20:04:18.147Z Fresh num_enum_derive v0.5.11
59222026-02-26T20:04:18.147Z Fresh proc-macro-error v1.0.4
59232026-02-26T20:04:18.147Z Fresh rayon v1.10.0
59242026-02-26T20:04:18.147Z Fresh crucible-workspace-hack v0.1.0
59252026-02-26T20:04:18.147Z Fresh num_enum v0.5.11
59262026-02-26T20:04:18.147Z Fresh nix v0.30.1
59272026-02-26T20:04:18.147Z Fresh ingot-macros v0.1.1
59282026-02-26T20:04:18.147Z Fresh hash32 v0.3.1
59292026-02-26T20:04:18.147Z Fresh foreign-types-macros v0.2.3
59302026-02-26T20:04:18.147Z Fresh cobs v0.2.3
59312026-02-26T20:04:18.147Z Fresh foreign-types-shared v0.3.1
59322026-02-26T20:04:18.147Z Fresh unicode-width v0.2.0
59332026-02-26T20:04:18.147Z Fresh heapless v0.8.0
59342026-02-26T20:04:18.147Z Fresh ingot-types v0.1.2
59352026-02-26T20:04:18.148Z Fresh postcard v1.0.10
59362026-02-26T20:04:18.148Z Fresh foreign-types v0.5.0
59372026-02-26T20:04:18.148Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
59382026-02-26T20:04:18.148Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
59392026-02-26T20:04:18.148Z Fresh smoltcp v0.11.0
59402026-02-26T20:04:18.148Z Fresh ingot v0.1.1
59412026-02-26T20:04:18.148Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
59422026-02-26T20:04:18.148Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
59432026-02-26T20:04:18.148Z Fresh cstr-argument v0.1.2
59442026-02-26T20:04:18.148Z Fresh pretty-hex v0.2.1
59452026-02-26T20:04:18.148Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
59462026-02-26T20:04:18.148Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
59472026-02-26T20:04:18.148Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
59482026-02-26T20:04:18.148Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
59492026-02-26T20:04:18.148Z Fresh colored v2.2.0
59502026-02-26T20:04:18.148Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
59512026-02-26T20:04:18.148Z Fresh sigpipe v0.1.3
59522026-02-26T20:04:18.148Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
59532026-02-26T20:04:18.148Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
59542026-02-26T20:04:18.148Z Fresh zone_cfg_derive v0.3.0
59552026-02-26T20:04:18.148Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
59562026-02-26T20:04:18.148Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
59572026-02-26T20:04:18.148Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
59582026-02-26T20:04:18.148Z Fresh itertools v0.12.1
59592026-02-26T20:04:18.148Z Fresh smf v0.2.3
59602026-02-26T20:04:18.149Z Fresh num-derive v0.4.2
59612026-02-26T20:04:18.149Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
59622026-02-26T20:04:18.149Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
59632026-02-26T20:04:18.149Z Fresh zone v0.3.1
59642026-02-26T20:04:18.149Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
59652026-02-26T20:04:18.149Z Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
59662026-02-26T20:04:18.149Z Fresh convert_case v0.4.0
59672026-02-26T20:04:18.149Z Fresh typify-impl v0.6.1
59682026-02-26T20:04:18.149Z Fresh half v2.4.1
59692026-02-26T20:04:18.174Z Fresh derive_more v0.99.20
59702026-02-26T20:04:18.174Z Fresh typify-macro v0.6.1
59712026-02-26T20:04:18.174Z Fresh indent_write v2.2.0
59722026-02-26T20:04:18.174Z Fresh ciborium-io v0.2.2
59732026-02-26T20:04:18.174Z Fresh usdt-macro v0.5.0
59742026-02-26T20:04:18.174Z Fresh usdt-attr-macro v0.5.0
59752026-02-26T20:04:18.174Z Fresh memmap v0.7.0
59762026-02-26T20:04:18.174Z Fresh typify v0.6.1
59772026-02-26T20:04:18.174Z Fresh ciborium-ll v0.2.2
59782026-02-26T20:04:18.174Z Fresh usdt v0.5.0
59792026-02-26T20:04:18.174Z Fresh universal-hash v0.5.1
59802026-02-26T20:04:18.174Z Fresh opaque-debug v0.3.1
59812026-02-26T20:04:18.174Z Fresh swrite v0.1.0
59822026-02-26T20:04:18.174Z Fresh aead v0.5.2
59832026-02-26T20:04:18.174Z Fresh progenitor-impl v0.13.0
59842026-02-26T20:04:18.174Z Fresh ciborium v0.2.2
59852026-02-26T20:04:18.174Z Fresh poly1305 v0.8.0
59862026-02-26T20:04:18.174Z Fresh chacha20 v0.9.1
59872026-02-26T20:04:18.174Z Fresh password-hash v0.5.0
59882026-02-26T20:04:18.175Z Fresh blake2 v0.10.6
59892026-02-26T20:04:18.175Z Fresh thiserror-impl-no-std v2.0.2
59902026-02-26T20:04:18.175Z Fresh progenitor-macro v0.13.0
59912026-02-26T20:04:18.175Z Fresh argon2 v0.5.3
59922026-02-26T20:04:18.175Z Fresh thiserror-no-std v2.0.2
59932026-02-26T20:04:18.175Z Fresh chacha20poly1305 v0.10.1
59942026-02-26T20:04:18.175Z Fresh console v0.15.10
59952026-02-26T20:04:18.175Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
59962026-02-26T20:04:18.175Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
59972026-02-26T20:04:18.175Z Fresh progenitor v0.13.0
59982026-02-26T20:04:18.175Z Fresh vsss-rs v3.3.4
59992026-02-26T20:04:18.175Z Fresh propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
60002026-02-26T20:04:18.175Z Fresh derive-where v1.5.0
60012026-02-26T20:04:18.175Z Fresh atomicwrites v0.4.4
60022026-02-26T20:04:18.175Z Fresh newline-converter v0.3.0
60032026-02-26T20:04:18.175Z Fresh num-rational v0.4.2
60042026-02-26T20:04:18.175Z Fresh expectorate v1.2.0
60052026-02-26T20:04:18.175Z Fresh num-complex v0.4.6
60062026-02-26T20:04:18.175Z Fresh bytecount v0.6.8
60072026-02-26T20:04:18.175Z Fresh float-ord v0.3.2
60082026-02-26T20:04:18.175Z Fresh tokio-dtrace v0.1.0
60092026-02-26T20:04:18.175Z Fresh num v0.4.3
60102026-02-26T20:04:18.175Z Fresh oxide-tokio-rt v0.1.2
60112026-02-26T20:04:18.175Z Fresh libsw-core v0.3.1
60122026-02-26T20:04:18.175Z Fresh linear-map v1.2.0
60132026-02-26T20:04:18.175Z Fresh owo-colors v4.2.3
60142026-02-26T20:04:18.175Z Fresh prettyplease v0.2.36
60152026-02-26T20:04:18.175Z Fresh libsw v3.5.0
60162026-02-26T20:04:18.175Z Fresh gethostname v0.5.0
60172026-02-26T20:04:18.175Z Fresh same-file v1.0.6
60182026-02-26T20:04:18.175Z Fresh cancel-safe-futures v0.1.5
60192026-02-26T20:04:18.175Z Fresh walkdir v2.5.0
60202026-02-26T20:04:18.175Z Fresh unicode-xid v0.2.6
60212026-02-26T20:04:18.175Z Fresh async-recursion v1.1.1
60222026-02-26T20:04:18.175Z Fresh resolv-conf v0.7.0
60232026-02-26T20:04:18.175Z Fresh convert_case v0.7.1
60242026-02-26T20:04:18.175Z Fresh smawk v0.3.2
60252026-02-26T20:04:18.175Z Fresh unicode-linebreak v0.1.5
60262026-02-26T20:04:18.176Z Fresh globset v0.4.15
60272026-02-26T20:04:18.176Z Fresh derive_more-impl v2.0.1
60282026-02-26T20:04:18.176Z Fresh vte_generate_state_changes v0.1.2
60292026-02-26T20:04:18.176Z Fresh termtree v0.5.1
60302026-02-26T20:04:18.176Z Fresh derive_more v2.0.1
60312026-02-26T20:04:18.176Z Fresh vte v0.11.1
60322026-02-26T20:04:18.176Z Fresh fd-lock v4.0.2
60332026-02-26T20:04:18.176Z Fresh pin-project-internal v1.1.6
60342026-02-26T20:04:18.176Z Fresh slog-dtrace v0.3.0
60352026-02-26T20:04:18.176Z Fresh crossterm v0.29.0
60362026-02-26T20:04:18.176Z Fresh minimal-lexical v0.2.1
60372026-02-26T20:04:18.176Z Fresh linked-hash-map v0.5.6
60382026-02-26T20:04:18.176Z Fresh object v0.37.3
60392026-02-26T20:04:18.176Z Fresh strip-ansi-escapes v0.2.0
60402026-02-26T20:04:18.176Z Fresh pin-project v1.1.6
60412026-02-26T20:04:18.176Z Fresh lru-cache v0.1.2
60422026-02-26T20:04:18.177Z Fresh nom v7.1.3
60432026-02-26T20:04:18.177Z Fresh hickory-proto v0.24.4
60442026-02-26T20:04:18.177Z Fresh pem v3.0.5
60452026-02-26T20:04:18.177Z Fresh nibble_vec v0.1.0
60462026-02-26T20:04:18.177Z Fresh display-error-chain v0.2.2
60472026-02-26T20:04:18.177Z Fresh endian-type v0.1.2
60482026-02-26T20:04:18.177Z Fresh nu-ansi-term v0.50.1
60492026-02-26T20:04:18.177Z Fresh reedline v0.40.0
60502026-02-26T20:04:18.177Z Fresh radix_trie v0.2.1
60512026-02-26T20:04:18.177Z Fresh ar_archive_writer v0.5.1
60522026-02-26T20:04:18.177Z Fresh snafu-derive v0.8.5
60532026-02-26T20:04:18.177Z Fresh hickory-resolver v0.24.4
60542026-02-26T20:04:18.177Z Fresh textwrap v0.16.2
60552026-02-26T20:04:18.177Z Fresh snafu v0.8.5
60562026-02-26T20:04:18.177Z Fresh olpc-cjson v0.1.4
60572026-02-26T20:04:18.177Z Fresh serde_plain v1.0.2
60582026-02-26T20:04:18.177Z Fresh typed-path v0.9.3
60592026-02-26T20:04:18.177Z Fresh qorb v0.4.1
60602026-02-26T20:04:18.177Z Fresh tough v0.20.0
60612026-02-26T20:04:18.177Z Fresh csv-core v0.1.11
60622026-02-26T20:04:18.177Z Fresh humantime v2.2.0
60632026-02-26T20:04:18.177Z Fresh cfg_aliases v0.1.1
60642026-02-26T20:04:18.177Z Fresh highway v1.3.0
60652026-02-26T20:04:18.177Z Fresh siphasher v1.0.1
60662026-02-26T20:04:18.177Z Fresh psm v0.1.30
60672026-02-26T20:04:18.177Z Fresh csv v1.3.1
60682026-02-26T20:04:18.177Z Fresh home v0.5.9
60692026-02-26T20:04:18.202Z Fresh phf_shared v0.12.1
60702026-02-26T20:04:18.202Z Fresh stacker v0.1.23
60712026-02-26T20:04:18.202Z Fresh papergrid v0.11.0
60722026-02-26T20:04:18.202Z Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
60732026-02-26T20:04:18.202Z Fresh tabled_derive v0.7.0
60742026-02-26T20:04:18.202Z Fresh recursive-proc-macro-impl v0.1.1
60752026-02-26T20:04:18.202Z Fresh base64 v0.21.7
60762026-02-26T20:04:18.203Z Fresh semver v0.1.20
60772026-02-26T20:04:18.203Z Fresh nix v0.28.0
60782026-02-26T20:04:18.203Z Fresh tabled v0.15.0
60792026-02-26T20:04:18.203Z Fresh recursive v0.1.1
60802026-02-26T20:04:18.203Z Fresh phf v0.12.1
60812026-02-26T20:04:18.203Z Fresh rustc_version v0.1.7
60822026-02-26T20:04:18.203Z Fresh const_format_proc_macros v0.2.34
60832026-02-26T20:04:18.203Z Fresh peg-macros v0.8.5
60842026-02-26T20:04:18.203Z Fresh sqlparser_derive v0.5.0
60852026-02-26T20:04:18.203Z Fresh unicode_categories v0.1.1
60862026-02-26T20:04:18.203Z Fresh rustyline v14.0.0
60872026-02-26T20:04:18.203Z Fresh sqlformat v0.3.5
60882026-02-26T20:04:18.203Z Fresh sqlparser v0.61.0
60892026-02-26T20:04:18.203Z Fresh const_format v0.2.34
60902026-02-26T20:04:18.203Z Fresh chrono-tz v0.10.4
60912026-02-26T20:04:18.203Z Fresh peg v0.8.5
60922026-02-26T20:04:18.203Z Fresh bcs v0.1.6
60932026-02-26T20:04:18.203Z Fresh utf-8 v0.7.6
60942026-02-26T20:04:18.203Z Fresh arc-swap v1.7.1
60952026-02-26T20:04:18.203Z Fresh xattr v1.3.1
60962026-02-26T20:04:18.203Z Fresh filetime v0.2.26
60972026-02-26T20:04:18.203Z Fresh newtype_derive v0.1.6
60982026-02-26T20:04:18.203Z Fresh slog-scope v4.4.0
60992026-02-26T20:04:18.203Z Fresh tungstenite v0.21.0
61002026-02-26T20:04:18.203Z Fresh tar v0.4.44
61012026-02-26T20:04:18.203Z Fresh typify-impl v0.2.0
61022026-02-26T20:04:18.203Z Fresh subprocess v0.2.9
61032026-02-26T20:04:18.203Z Fresh headers-core v0.3.0
61042026-02-26T20:04:18.203Z Fresh steno v0.4.1
61052026-02-26T20:04:18.203Z Fresh slog-stdlog v4.1.1
61062026-02-26T20:04:18.203Z Fresh tokio-tungstenite v0.21.0
61072026-02-26T20:04:18.203Z Fresh typify-macro v0.2.0
61082026-02-26T20:04:18.203Z Fresh headers v0.4.1
61092026-02-26T20:04:18.203Z Fresh progenitor-client v0.8.0
61102026-02-26T20:04:18.203Z Fresh heck v0.3.3
61112026-02-26T20:04:18.203Z Fresh slog-envlogger v2.2.0
61122026-02-26T20:04:18.203Z Fresh typify v0.2.0
61132026-02-26T20:04:18.204Z Fresh lzma-sys v0.1.20
61142026-02-26T20:04:18.204Z Fresh zone_cfg_derive v0.1.2
61152026-02-26T20:04:18.204Z Fresh cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
61162026-02-26T20:04:18.204Z Fresh yasna v0.5.2
61172026-02-26T20:04:18.204Z Fresh base64 v0.13.1
61182026-02-26T20:04:18.204Z Fresh progenitor-impl v0.8.0
61192026-02-26T20:04:18.204Z Fresh number_prefix v0.4.0
61202026-02-26T20:04:18.204Z Fresh ron v0.7.1
61212026-02-26T20:04:18.204Z Fresh rcgen v0.12.1
61222026-02-26T20:04:18.204Z Fresh propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
61232026-02-26T20:04:18.204Z Fresh xz2 v0.1.7
61242026-02-26T20:04:18.204Z Fresh zone v0.1.8
61252026-02-26T20:04:18.204Z Fresh progenitor-macro v0.8.0
61262026-02-26T20:04:18.204Z Fresh indicatif v0.17.11
61272026-02-26T20:04:18.204Z Fresh dropshot-api-manager-types v0.3.0
61282026-02-26T20:04:18.204Z Fresh tagptr v0.2.0
61292026-02-26T20:04:18.204Z Fresh progenitor v0.8.0
61302026-02-26T20:04:18.204Z Fresh progenitor-impl v0.10.0
61312026-02-26T20:04:18.204Z Fresh bitfield-struct v0.6.2
61322026-02-26T20:04:18.204Z Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
61332026-02-26T20:04:18.204Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
61342026-02-26T20:04:18.204Z Fresh moka v0.12.10
61352026-02-26T20:04:18.204Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
61362026-02-26T20:04:18.204Z Fresh progenitor-macro v0.10.0
61372026-02-26T20:04:18.204Z Fresh tap v1.0.1
61382026-02-26T20:04:18.204Z Fresh libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
61392026-02-26T20:04:18.204Z Fresh hickory-resolver v0.25.2
61402026-02-26T20:04:18.204Z Fresh libefi-sys v0.1.0
61412026-02-26T20:04:18.204Z Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
61422026-02-26T20:04:18.204Z Fresh progenitor v0.10.0
61432026-02-26T20:04:18.204Z Fresh wyz v0.5.1
61442026-02-26T20:04:18.204Z Fresh radium v0.7.0
61452026-02-26T20:04:18.204Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
61462026-02-26T20:04:18.204Z Fresh zerocopy-derive v0.6.6
61472026-02-26T20:04:18.204Z Fresh funty v2.0.0
61482026-02-26T20:04:18.204Z Fresh crc-catalog v2.4.0
61492026-02-26T20:04:18.205Z Fresh maybe-uninit v2.0.0
61502026-02-26T20:04:18.205Z Fresh bitvec v1.0.1
61512026-02-26T20:04:18.205Z Fresh zerocopy v0.6.6
61522026-02-26T20:04:18.205Z Fresh crc v3.2.1
61532026-02-26T20:04:18.205Z Fresh packed_struct_codegen v0.10.1
61542026-02-26T20:04:18.205Z Fresh bitfield-macros v0.19.2
61552026-02-26T20:04:18.205Z Fresh nodrop v0.1.14
61562026-02-26T20:04:18.205Z Fresh packed_struct v0.10.1
61572026-02-26T20:04:18.205Z Fresh bitfield v0.19.2
61582026-02-26T20:04:18.205Z Fresh smallvec v0.6.14
61592026-02-26T20:04:18.205Z Fresh hashbrown v0.12.3
61602026-02-26T20:04:18.205Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
61612026-02-26T20:04:18.205Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
61622026-02-26T20:04:18.205Z Fresh array-init v0.0.4
61632026-02-26T20:04:18.205Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
61642026-02-26T20:04:18.205Z Fresh indexmap v1.9.3
61652026-02-26T20:04:18.205Z Fresh ron v0.8.1
61662026-02-26T20:04:18.205Z Fresh hashbrown v0.13.2
61672026-02-26T20:04:18.206Z Fresh crc-any v2.5.0
61682026-02-26T20:04:18.206Z Fresh xshell-macros v0.2.7
61692026-02-26T20:04:18.231Z Fresh serde-hex v0.1.0
61702026-02-26T20:04:18.231Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
61712026-02-26T20:04:18.231Z Fresh object v0.30.4
61722026-02-26T20:04:18.231Z Fresh xshell v0.2.7
61732026-02-26T20:04:18.232Z Fresh path-slash v0.1.5
61742026-02-26T20:04:18.232Z Fresh half v1.8.3
61752026-02-26T20:04:18.232Z Fresh lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
61762026-02-26T20:04:18.232Z Fresh serde_cbor v0.11.2
61772026-02-26T20:04:18.232Z Fresh proc-macro-error-attr2 v2.0.0
61782026-02-26T20:04:18.232Z Fresh num-derive v0.3.3
61792026-02-26T20:04:18.232Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
61802026-02-26T20:04:18.232Z Fresh maplit v1.0.2
61812026-02-26T20:04:18.232Z Fresh tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
61822026-02-26T20:04:18.232Z Fresh hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
61832026-02-26T20:04:18.232Z Fresh proc-macro-error2 v2.0.1
61842026-02-26T20:04:18.232Z Fresh libscf-sys v1.1.0
61852026-02-26T20:04:18.232Z Fresh papergrid v0.17.0
61862026-02-26T20:04:18.232Z Fresh testing_table v0.3.0
61872026-02-26T20:04:18.232Z Fresh smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
61882026-02-26T20:04:18.232Z Fresh tabled_derive v0.11.0
61892026-02-26T20:04:18.232Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
61902026-02-26T20:04:18.232Z Fresh fxhash v0.2.1
61912026-02-26T20:04:18.232Z Fresh unicase v2.8.1
61922026-02-26T20:04:18.232Z Fresh crc8 v0.1.1
61932026-02-26T20:04:18.232Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
61942026-02-26T20:04:18.233Z Fresh tabled v0.20.0
61952026-02-26T20:04:18.233Z Fresh diff v0.1.13
61962026-02-26T20:04:18.233Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
61972026-02-26T20:04:18.233Z Fresh dsl_auto_type v0.1.2
61982026-02-26T20:04:18.233Z Fresh kstat-rs v0.2.4
61992026-02-26T20:04:18.233Z Fresh scheduled-thread-pool v0.2.7
62002026-02-26T20:04:18.233Z Fresh diesel_table_macro_syntax v0.2.0
62012026-02-26T20:04:18.233Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
62022026-02-26T20:04:18.233Z Fresh r2d2 v0.8.10
62032026-02-26T20:04:18.233Z Fresh diesel_derives v2.2.3
62042026-02-26T20:04:18.233Z Fresh vergen-gitcl v1.0.8
62052026-02-26T20:04:18.233Z Fresh diesel v2.2.12
62062026-02-26T20:04:18.233Z Fresh dirs-sys-next v0.1.2
62072026-02-26T20:04:18.233Z Fresh parking_lot_core v0.8.6
62082026-02-26T20:04:18.233Z Fresh dirs-next v2.0.0
62092026-02-26T20:04:18.233Z Fresh prefix-trie v0.7.0
62102026-02-26T20:04:18.233Z Fresh term v0.7.0
62112026-02-26T20:04:18.233Z Fresh parking_lot v0.11.2
62122026-02-26T20:04:18.233Z Fresh crunchy v0.2.2
62132026-02-26T20:04:18.233Z Fresh nanorand v0.7.0
62142026-02-26T20:04:18.233Z Fresh bit-vec v0.6.3
62152026-02-26T20:04:18.233Z Fresh tiny-keccak v2.0.2
62162026-02-26T20:04:18.233Z Fresh ascii-canvas v3.0.0
62172026-02-26T20:04:18.233Z Fresh bit-set v0.5.3
62182026-02-26T20:04:18.233Z Fresh flume v0.11.1
62192026-02-26T20:04:18.233Z Fresh sled v0.34.7
62202026-02-26T20:04:18.233Z Fresh hickory-server v0.25.2
62212026-02-26T20:04:18.233Z Fresh hickory-client v0.25.2
62222026-02-26T20:04:18.233Z Fresh ena v0.14.3
62232026-02-26T20:04:18.233Z Fresh libloading v0.8.5
62242026-02-26T20:04:18.233Z Fresh regex-syntax v0.6.29
62252026-02-26T20:04:18.233Z Fresh cexpr v0.6.0
62262026-02-26T20:04:18.233Z Fresh clang-sys v1.8.1
62272026-02-26T20:04:18.233Z Fresh lalrpop v0.19.12
62282026-02-26T20:04:18.233Z Fresh bindgen v0.71.1
62292026-02-26T20:04:18.233Z Fresh primeorder v0.13.6
62302026-02-26T20:04:18.234Z Fresh salty v0.3.0
62312026-02-26T20:04:18.234Z Fresh oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
62322026-02-26T20:04:18.234Z Fresh rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
62332026-02-26T20:04:18.234Z Fresh strum_macros v0.24.3
62342026-02-26T20:04:18.234Z Fresh indoc v1.0.9
62352026-02-26T20:04:18.234Z Fresh polar-core v0.27.3
62362026-02-26T20:04:18.234Z Fresh libxml v0.3.3
62372026-02-26T20:04:18.234Z Fresh oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
62382026-02-26T20:04:18.234Z Fresh oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
62392026-02-26T20:04:18.234Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
62402026-02-26T20:04:18.234Z Fresh oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
62412026-02-26T20:04:18.234Z Fresh oso-derive v0.27.3
62422026-02-26T20:04:18.234Z Fresh impl-trait-for-tuples v0.2.2
62432026-02-26T20:04:18.234Z Fresh quick-xml v0.37.2
62442026-02-26T20:04:18.234Z Fresh oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
62452026-02-26T20:04:18.235Z Fresh p384 v0.13.1
62462026-02-26T20:04:18.235Z Fresh oso v0.27.3
62472026-02-26T20:04:18.235Z Fresh samael v0.0.19
62482026-02-26T20:04:18.235Z Fresh trait-variant v0.1.2
62492026-02-26T20:04:18.235Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
62502026-02-26T20:04:18.235Z Fresh scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
62512026-02-26T20:04:18.235Z Fresh predicates-tree v1.0.12
62522026-02-26T20:04:18.235Z Fresh assert_matches v1.5.0
62532026-02-26T20:04:18.235Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
62542026-02-26T20:04:18.235Z Fresh hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
62552026-02-26T20:04:18.235Z Fresh fs-err v2.11.0
62562026-02-26T20:04:18.235Z Fresh parse-size v1.1.0
62572026-02-26T20:04:18.235Z Fresh bb8 v0.8.5
62582026-02-26T20:04:18.235Z Fresh http-range v0.1.5
62592026-02-26T20:04:18.235Z Fresh tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
62602026-02-26T20:04:18.235Z Fresh async-bb8-diesel v0.2.1
62612026-02-26T20:04:18.235Z Fresh diesel-dtrace v0.4.2
62622026-02-26T20:04:18.235Z Fresh ignore v0.4.23
62632026-02-26T20:04:18.235Z Fresh atty v0.2.14
62642026-02-26T20:04:18.235Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
62652026-02-26T20:04:18.235Z Fresh mime_guess v2.0.5
62662026-02-26T20:04:18.235Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
62672026-02-26T20:04:18.235Z Fresh globwalk v0.9.1
62682026-02-26T20:04:18.235Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
62692026-02-26T20:04:18.261Z Fresh dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
62702026-02-26T20:04:18.261Z Fresh nonempty v0.12.0
62712026-02-26T20:04:18.261Z Fresh corncobs v0.1.4
62722026-02-26T20:04:18.261Z Fresh camino-tempfile-ext v0.3.2
62732026-02-26T20:04:18.261Z Fresh dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
62742026-02-26T20:04:18.261Z Fresh hyper-staticfile v0.10.1
62752026-02-26T20:04:18.261Z Fresh dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
62762026-02-26T20:04:18.261Z Fresh signal-hook-tokio v0.3.1
62772026-02-26T20:04:18.261Z Fresh secrecy v0.8.0
62782026-02-26T20:04:18.261Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
62792026-02-26T20:04:18.261Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
62802026-02-26T20:04:18.262Z Fresh sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
62812026-02-26T20:04:18.262Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
62822026-02-26T20:04:18.262Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
62832026-02-26T20:04:18.262Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
62842026-02-26T20:04:18.262Z Fresh tungstenite v0.23.0
62852026-02-26T20:04:18.262Z Fresh void v1.0.2
62862026-02-26T20:04:18.262Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
62872026-02-26T20:04:18.262Z Fresh dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
62882026-02-26T20:04:18.262Z Fresh lzss v0.8.2
62892026-02-26T20:04:18.262Z Fresh tokio-tungstenite v0.23.1
62902026-02-26T20:04:18.262Z Fresh nix v0.27.1
62912026-02-26T20:04:18.262Z Fresh serde_bytes v0.11.19
62922026-02-26T20:04:18.262Z Fresh rand_seeder v0.4.0
62932026-02-26T20:04:18.262Z Fresh tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
62942026-02-26T20:04:18.262Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
62952026-02-26T20:04:18.262Z Fresh yansi v1.0.1
62962026-02-26T20:04:18.262Z Fresh is_ci v1.2.0
62972026-02-26T20:04:18.262Z Fresh openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
62982026-02-26T20:04:18.262Z Fresh pretty_assertions v1.4.1
62992026-02-26T20:04:18.262Z Fresh tabled_derive v0.10.0
63002026-02-26T20:04:18.262Z Fresh papergrid v0.14.0
63012026-02-26T20:04:18.262Z Fresh typeid v1.0.3
63022026-02-26T20:04:18.262Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
63032026-02-26T20:04:18.262Z Fresh concurrent-queue v2.5.0
63042026-02-26T20:04:18.262Z Fresh parking v2.2.1
63052026-02-26T20:04:18.262Z Fresh tabled v0.18.0
63062026-02-26T20:04:18.262Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
63072026-02-26T20:04:18.262Z Fresh erased-serde v0.4.6
63082026-02-26T20:04:18.262Z Fresh castaway v0.2.3
63092026-02-26T20:04:18.262Z Fresh ordered-float v2.10.1
63102026-02-26T20:04:18.262Z Fresh indoc v2.0.6
63112026-02-26T20:04:18.262Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
63122026-02-26T20:04:18.262Z Fresh serde-untagged v0.1.7
63132026-02-26T20:04:18.262Z Fresh compact_str v0.8.0
63142026-02-26T20:04:18.262Z Fresh serde-value v0.7.0
63152026-02-26T20:04:18.263Z Fresh libz-sys v1.1.20
63162026-02-26T20:04:18.263Z Fresh unicode-truncate v1.1.0
63172026-02-26T20:04:18.263Z Fresh lru v0.12.5
63182026-02-26T20:04:18.263Z Fresh instability v0.3.2
63192026-02-26T20:04:18.263Z Fresh cassowary v0.3.0
63202026-02-26T20:04:18.263Z Fresh cargo-util-schemas v0.8.2
63212026-02-26T20:04:18.263Z Fresh libgit2-sys v0.18.2+1.9.1
63222026-02-26T20:04:18.263Z Fresh event-listener v5.3.1
63232026-02-26T20:04:18.263Z Fresh ratatui v0.29.0
63242026-02-26T20:04:18.263Z Fresh console v0.16.0
63252026-02-26T20:04:18.263Z Fresh cargo-platform v0.2.0
63262026-02-26T20:04:18.263Z Fresh unit-prefix v0.5.1
63272026-02-26T20:04:18.263Z Fresh git2 v0.20.2
63282026-02-26T20:04:18.263Z Fresh indicatif v0.18.0
63292026-02-26T20:04:18.264Z Fresh cargo_metadata v0.21.0
63302026-02-26T20:04:18.264Z Fresh event-listener-strategy v0.5.2
63312026-02-26T20:04:18.264Z Fresh supports-color v3.0.2
63322026-02-26T20:04:18.264Z Fresh vergen-git2 v1.0.7
63332026-02-26T20:04:18.264Z Fresh futures-lite v2.3.0
63342026-02-26T20:04:18.264Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
63352026-02-26T20:04:18.264Z Fresh sct v0.7.1
63362026-02-26T20:04:18.264Z Fresh rustls-webpki v0.101.7
63372026-02-26T20:04:18.264Z Fresh rustls v0.21.12
63382026-02-26T20:04:18.264Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
63392026-02-26T20:04:18.264Z Fresh tokio-rustls v0.24.1
63402026-02-26T20:04:18.264Z Fresh lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
63412026-02-26T20:04:18.264Z Fresh async-lock v3.4.0
63422026-02-26T20:04:18.264Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
63432026-02-26T20:04:18.264Z Fresh rustls-pemfile v1.0.4
63442026-02-26T20:04:18.264Z Fresh twox-hash v2.1.0
63452026-02-26T20:04:18.264Z Fresh polling v3.7.3
63462026-02-26T20:04:18.264Z Fresh shell-words v1.1.0
63472026-02-26T20:04:18.264Z Fresh hex-literal v0.4.1
63482026-02-26T20:04:18.264Z Fresh lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
63492026-02-26T20:04:18.264Z Fresh async-io v2.3.4
63502026-02-26T20:04:18.264Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
63512026-02-26T20:04:18.264Z Fresh progenitor-extras v0.1.0
63522026-02-26T20:04:18.264Z Fresh fatfs v0.3.6
63532026-02-26T20:04:18.264Z Fresh raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
63542026-02-26T20:04:18.264Z Fresh async-task v4.7.1
63552026-02-26T20:04:18.264Z Fresh seq-macro v0.3.6
63562026-02-26T20:04:18.264Z Fresh async-channel v2.3.1
63572026-02-26T20:04:18.264Z Fresh piper v0.2.4
63582026-02-26T20:04:18.264Z Fresh plotters-backend v0.3.7
63592026-02-26T20:04:18.264Z Fresh blocking v1.6.1
63602026-02-26T20:04:18.264Z Fresh async-executor v1.13.1
63612026-02-26T20:04:18.264Z Fresh plotters-svg v0.3.7
63622026-02-26T20:04:18.264Z Fresh petname v2.0.2
63632026-02-26T20:04:18.264Z Fresh async-signal v0.2.10
63642026-02-26T20:04:18.264Z Fresh sapling-renderdag v0.1.0
63652026-02-26T20:04:18.264Z Fresh rtoolbox v0.0.2
63662026-02-26T20:04:18.264Z Fresh futures-timer v3.0.3
63672026-02-26T20:04:18.290Z Fresh sync-ptr v0.1.4
63682026-02-26T20:04:18.290Z Fresh event-listener v2.5.3
63692026-02-26T20:04:18.290Z Fresh cast v0.3.0
63702026-02-26T20:04:18.290Z Fresh async-process v2.3.0
63712026-02-26T20:04:18.290Z Fresh rpassword v7.4.0
63722026-02-26T20:04:18.290Z Fresh plotters v0.3.7
63732026-02-26T20:04:18.290Z Fresh async-global-executor v2.4.1
63742026-02-26T20:04:18.290Z Fresh criterion-plot v0.6.0
63752026-02-26T20:04:18.290Z Fresh async-channel v1.9.0
63762026-02-26T20:04:18.290Z Fresh tui-tree-widget v0.23.1
63772026-02-26T20:04:18.290Z Fresh async-attributes v1.1.2
63782026-02-26T20:04:18.290Z Fresh tinytemplate v1.2.1
63792026-02-26T20:04:18.290Z Fresh kv-log-macro v1.0.7
63802026-02-26T20:04:18.290Z Fresh oorandom v11.1.4
63812026-02-26T20:04:18.290Z Fresh anes v0.1.6
63822026-02-26T20:04:18.290Z Fresh async-std v1.13.0
63832026-02-26T20:04:18.290Z Fresh polyval v0.6.2
63842026-02-26T20:04:18.290Z Fresh criterion v0.7.0
63852026-02-26T20:04:18.290Z Fresh async-object-pool v0.1.5
63862026-02-26T20:04:18.290Z Fresh ghash v0.5.1
63872026-02-26T20:04:18.290Z Fresh ctr v0.9.2
63882026-02-26T20:04:18.290Z Fresh serde_regex v1.1.0
63892026-02-26T20:04:18.290Z Fresh assert-json-diff v2.0.2
63902026-02-26T20:04:18.290Z Fresh path-tree v0.8.1
63912026-02-26T20:04:18.290Z Fresh stringmetrics v2.2.2
63922026-02-26T20:04:18.290Z Fresh target-lexicon v0.13.2
63932026-02-26T20:04:18.290Z Fresh aes-gcm v0.10.3
63942026-02-26T20:04:18.290Z Fresh httpmock v0.8.0-alpha.1
63952026-02-26T20:04:18.290Z Fresh ssh-encoding v0.2.0
63962026-02-26T20:04:18.290Z Fresh blowfish v0.9.1
63972026-02-26T20:04:18.290Z Fresh arrayref v0.3.9
63982026-02-26T20:04:18.291Z Fresh constant_time_eq v0.3.1
63992026-02-26T20:04:18.291Z Fresh arrayvec v0.7.6
64002026-02-26T20:04:18.291Z Fresh guppy-workspace-hack v0.1.0
64012026-02-26T20:04:18.291Z Fresh ssh-cipher v0.2.0
64022026-02-26T20:04:18.291Z Fresh bcrypt-pbkdf v0.10.0
64032026-02-26T20:04:18.291Z Fresh cfg-expr v0.20.1
64042026-02-26T20:04:18.291Z Fresh supports-color v2.1.0
64052026-02-26T20:04:18.291Z Fresh textwrap v0.15.2
64062026-02-26T20:04:18.291Z Fresh supports-hyperlinks v2.1.0
64072026-02-26T20:04:18.291Z Fresh supports-unicode v2.1.0
64082026-02-26T20:04:18.291Z Fresh hashbrown v0.14.5
64092026-02-26T20:04:18.291Z Fresh password-hash v0.4.2
64102026-02-26T20:04:18.291Z Fresh backtrace-ext v0.2.1
64112026-02-26T20:04:18.291Z Fresh miette-derive v5.10.0
64122026-02-26T20:04:18.291Z Fresh terminal_size v0.1.17
64132026-02-26T20:04:18.291Z Fresh owo-colors v3.5.0
64142026-02-26T20:04:18.291Z Fresh chumsky v0.9.3
64152026-02-26T20:04:18.291Z Fresh pbkdf2 v0.11.0
64162026-02-26T20:04:18.291Z Fresh target-spec v3.5.0
64172026-02-26T20:04:18.291Z Fresh ssh-key v0.6.6
64182026-02-26T20:04:18.291Z Fresh p521 v0.13.3
64192026-02-26T20:04:18.291Z Fresh miette v5.10.0
64202026-02-26T20:04:18.291Z Fresh p256 v0.13.2
64212026-02-26T20:04:18.291Z Fresh knuffel-derive v3.2.0
64222026-02-26T20:04:18.291Z Fresh pathdiff v0.2.3
64232026-02-26T20:04:18.291Z Fresh russh-cryptovec v0.7.3
64242026-02-26T20:04:18.292Z Fresh md5 v0.7.0
64252026-02-26T20:04:18.292Z Fresh nested v0.1.1
64262026-02-26T20:04:18.292Z Fresh guppy v0.17.20
64272026-02-26T20:04:18.292Z Fresh knuffel v3.2.0
64282026-02-26T20:04:18.292Z Fresh russh-keys v0.45.0
64292026-02-26T20:04:18.292Z Fresh httptest v0.16.3
64302026-02-26T20:04:18.293Z Fresh num-bigint v0.4.6
64312026-02-26T20:04:18.293Z Fresh des v0.8.1
64322026-02-26T20:04:18.293Z Fresh dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
64332026-02-26T20:04:18.293Z Fresh blake3 v1.5.4
64342026-02-26T20:04:18.293Z Fresh ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
64352026-02-26T20:04:18.293Z Fresh russh v0.45.0
64362026-02-26T20:04:18.293Z Fresh dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
64372026-02-26T20:04:18.293Z Fresh topological-sort v0.2.2
64382026-02-26T20:04:18.293Z Fresh internet-checksum v0.2.1
64392026-02-26T20:04:18.293Z Fresh escape8259 v0.5.3
64402026-02-26T20:04:18.293Z Fresh omicron-zone-package v0.12.2
64412026-02-26T20:04:18.293Z Fresh libtest-mimic v0.8.1
64422026-02-26T20:04:18.293Z Fresh doc-comment v0.3.3
64432026-02-26T20:04:18.293Z Compiling scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
64442026-02-26T20:04:18.293Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
64452026-02-26T20:04:18.333Z Running `/home/build/.rustup/toolchains/1.91.1-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=7eaf98b9eac8cb8e -C extra-filename=-85b15b89c1641370 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-58235fe6368598cf.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-d7152758803484e3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-a3c888ab9a6f3140.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/usr/ssl-3/lib/amd64`
64462026-02-26T20:04:18.333Z Compiling similar-asserts v1.7.0
64472026-02-26T20:04:18.333Z Fresh proc-macro-crate v3.2.0
64482026-02-26T20:04:18.333Z Fresh fancy-regex v0.14.0
64492026-02-26T20:04:18.359Z Fresh relative-path v1.9.3
64502026-02-26T20:04:18.359Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name similar_asserts --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/similar-asserts-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "unicode"))' -C metadata=8b8979e8c4fafd0e -C extra-filename=-006bb4f65ca4c4a5 --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-988e9159243af5a7.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-391aecada57f6d0c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
64512026-02-26T20:04:18.359Z Fresh rstest_macros v0.25.0
64522026-02-26T20:04:18.359Z Fresh datatest-stable v0.3.2
64532026-02-26T20:04:18.386Z Fresh attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
64542026-02-26T20:04:18.386Z Fresh assert_cmd v2.0.17
64552026-02-26T20:04:18.386Z Fresh target-triple v0.1.3
64562026-02-26T20:04:18.386Z Fresh support-bundle-viewer v0.1.2
64572026-02-26T20:04:18.386Z Fresh multimap v0.10.1
64582026-02-26T20:04:18.386Z Fresh uzers v0.12.1
64592026-02-26T20:04:18.386Z Fresh termcolor v1.4.1
64602026-02-26T20:04:18.386Z Fresh trybuild v1.0.106
64612026-02-26T20:04:18.386Z Fresh rstest v0.25.0
64622026-02-26T20:04:18.386Z Fresh pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
64632026-02-26T20:04:18.386Z Fresh blake2b_simd v1.0.2
64642026-02-26T20:04:18.386Z Fresh partial-io v0.5.4
64652026-02-26T20:04:18.386Z Fresh rand_distr v0.5.1
64662026-02-26T20:04:18.386Z Fresh drift v0.1.3
64672026-02-26T20:04:18.386Z Fresh approx v0.5.1
64682026-02-26T20:04:18.386Z Fresh dropshot-api-manager v0.3.0
64692026-02-26T20:04:18.386Z Fresh rust-argon2 v2.1.0
64702026-02-26T20:04:18.386Z Fresh sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
64712026-02-26T20:04:18.386Z Fresh rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
64722026-02-26T20:04:18.386Z Fresh cargo_toml v0.21.0
64732026-02-26T20:04:18.413Z Fresh termios v0.3.3
64742026-02-26T20:04:18.413Z Fresh omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
64752026-02-26T20:04:18.413Z Fresh xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
64762026-02-26T20:04:18.413Z Fresh gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
64772026-02-26T20:04:18.413Z Fresh oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
64782026-02-26T20:04:18.413Z Fresh trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
64792026-02-26T20:04:18.413Z Fresh omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
64802026-02-26T20:04:18.413Z Fresh omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
64812026-02-26T20:04:18.413Z Fresh ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
64822026-02-26T20:04:18.413Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
64832026-02-26T20:04:18.414Z Fresh omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
64842026-02-26T20:04:18.414Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
64852026-02-26T20:04:18.414Z Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
64862026-02-26T20:04:18.414Z Fresh omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
64872026-02-26T20:04:18.414Z Fresh omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
64882026-02-26T20:04:18.414Z Fresh omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
64892026-02-26T20:04:18.414Z Fresh db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
64902026-02-26T20:04:18.414Z Fresh trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
64912026-02-26T20:04:18.414Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
64922026-02-26T20:04:18.414Z Fresh tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
64932026-02-26T20:04:18.414Z Fresh nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
64942026-02-26T20:04:18.414Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
64952026-02-26T20:04:18.414Z Fresh end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
64962026-02-26T20:04:18.414Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
64972026-02-26T20:04:18.414Z Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
64982026-02-26T20:04:18.414Z Fresh clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
64992026-02-26T20:04:18.415Z Fresh omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
65002026-02-26T20:04:18.415Z Fresh ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
65012026-02-26T20:04:18.415Z Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
65022026-02-26T20:04:18.415Z Fresh ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
65032026-02-26T20:04:18.415Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
65042026-02-26T20:04:18.415Z Fresh reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
65052026-02-26T20:04:18.415Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
65062026-02-26T20:04:18.415Z Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
65072026-02-26T20:04:18.415Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
65082026-02-26T20:04:18.415Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
65092026-02-26T20:04:18.415Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
65102026-02-26T20:04:18.415Z Fresh reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
65112026-02-26T20:04:18.415Z Fresh nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
65122026-02-26T20:04:18.415Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
65132026-02-26T20:04:18.415Z Fresh nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
65142026-02-26T20:04:18.415Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
65152026-02-26T20:04:18.448Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2024 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=8369e88be5f9cb93 -C extra-filename=-de55d7aac926aef3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-f7c163f840a5b74c.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-708bbbfcfaea8aae.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-e6e8339882e0864d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-d5c91505739106d4.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-a1600eecf88bb0fc.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-a31dee75727fec34.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-f8c59d40a9b99637.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-3905703afc1839ca.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-40334ae811d97fd5.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-fc5571852f317beb.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-085db868a71bc273.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e3dbb216017a828c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d587728779ad7edc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-e59c0e0cd35ac67e.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-1014431a745deeb0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-004187269ac2e51e.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-494ca4e31fddf7d3.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-44a72f62f5c98b08.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6a3f0c2bc74a8dc7.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d6df248ec06b9ac8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-913767e3a45f3687.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-0eb1172f7f683fb1.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-594f352716bbccce.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d84f93995e261401.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-d587cb581310d033.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-fe0456d722bba6e7.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-6d9868458ac624b2.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-de9868dc0340c409.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4d865b9ac8b05a27.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-527c28894c92f92a.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-363b918dd04529f2.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7a8e6e1ad661e181.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-c195cb5da379d5cc.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a26f456b2caf537f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a9e24867bb14f774.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-99f30737c2513990.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-952c166aab72ea3f.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-624a5cd36aed709c.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-b6344d5cf0d684f5.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c76fd3b797d6acd5.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-e44335ab0ec246d9.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-b7410e3150e87b51.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-0c5b3ae903b8aefc.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-8371d3375902b993.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-15053d7bf3eb1d9c.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-a39cc0226fc54e4f.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-76ed48314ad67437.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-10d02fb2df5f4f5e.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-63c3a149039e6970.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-08b4049e69547f72.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-772366dc183f6b73.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-15afdd8839265a72.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6dcbfb1e8babd6ea.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-6a73fe3264197003.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-d0ee421243e2f02e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4ca9285fc2ae54be.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-c27281ebe7fbcab4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4e1cebaf054645ba.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-fa2d970f30749628.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-79f9f6e29e855245.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c3798f9ded3407a8.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e07e583db8d995e5.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-b61fe0721fa75d38.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-364fc30b59fd0d7b.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-801ca1e0af96fa5e.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0769587943d5c544.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-7300718b1cfca620.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-fb48151e145b8122.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b789c7149d610113.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-46f1675eefa55bb7.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-745844d85b1f8543.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-33d0d58cbfd77f9a.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-ab436a188cf9000a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-58235fe6368598cf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2124dfe23d5b97bf.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-250953c6daa31814.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-c32f8d9b0fab7f01.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-8fb33aed29d3b1fd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-d7152758803484e3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-61845530d575cda1.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f40c7541594c3dec.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-fb6d727948b05a83.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-cad9d362c62214a4.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3548ee163e1966e2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4fab09a38958d149.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-d21b4224a1903afc.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-759720df9f748024.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-57c190f10e85dc2f.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-ca5ca176de1e9c1f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/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 native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
65162026-02-26T20:04:18.474Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2024 nexus/src/bin/schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=7348f2518e1ff356 -C extra-filename=-c8c7425b79f47e48 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-f7c163f840a5b74c.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-708bbbfcfaea8aae.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-e6e8339882e0864d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-d5c91505739106d4.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-a1600eecf88bb0fc.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-a31dee75727fec34.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-f8c59d40a9b99637.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-3905703afc1839ca.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-40334ae811d97fd5.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-fc5571852f317beb.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-085db868a71bc273.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e3dbb216017a828c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d587728779ad7edc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-e59c0e0cd35ac67e.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-1014431a745deeb0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-004187269ac2e51e.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-494ca4e31fddf7d3.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-44a72f62f5c98b08.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6a3f0c2bc74a8dc7.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d6df248ec06b9ac8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-913767e3a45f3687.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-0eb1172f7f683fb1.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-594f352716bbccce.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d84f93995e261401.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-d587cb581310d033.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-fe0456d722bba6e7.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-6d9868458ac624b2.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-de9868dc0340c409.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4d865b9ac8b05a27.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-527c28894c92f92a.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-363b918dd04529f2.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7a8e6e1ad661e181.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-c195cb5da379d5cc.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a26f456b2caf537f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a9e24867bb14f774.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-99f30737c2513990.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-952c166aab72ea3f.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-624a5cd36aed709c.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-b6344d5cf0d684f5.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c76fd3b797d6acd5.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-e44335ab0ec246d9.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-b7410e3150e87b51.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-0c5b3ae903b8aefc.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-8371d3375902b993.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-15053d7bf3eb1d9c.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-a39cc0226fc54e4f.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-76ed48314ad67437.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-10d02fb2df5f4f5e.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-63c3a149039e6970.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-08b4049e69547f72.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-772366dc183f6b73.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-15afdd8839265a72.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6dcbfb1e8babd6ea.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-6a73fe3264197003.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-d0ee421243e2f02e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4ca9285fc2ae54be.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-c27281ebe7fbcab4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4e1cebaf054645ba.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-fa2d970f30749628.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-79f9f6e29e855245.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c3798f9ded3407a8.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e07e583db8d995e5.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-b61fe0721fa75d38.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-364fc30b59fd0d7b.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-801ca1e0af96fa5e.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0769587943d5c544.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-7300718b1cfca620.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-fb48151e145b8122.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b789c7149d610113.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-46f1675eefa55bb7.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-745844d85b1f8543.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-33d0d58cbfd77f9a.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-ab436a188cf9000a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-58235fe6368598cf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2124dfe23d5b97bf.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-250953c6daa31814.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-c32f8d9b0fab7f01.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-8fb33aed29d3b1fd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-d7152758803484e3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-61845530d575cda1.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f40c7541594c3dec.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-fb6d727948b05a83.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-cad9d362c62214a4.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3548ee163e1966e2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4fab09a38958d149.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-d21b4224a1903afc.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-759720df9f748024.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-57c190f10e85dc2f.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-ca5ca176de1e9c1f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/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 native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
65172026-02-26T20:04:18.499Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
65182026-02-26T20:04:18.499Z Fresh omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
65192026-02-26T20:04:18.500Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
65202026-02-26T20:04:18.500Z Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
65212026-02-26T20:04:18.500Z Fresh omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
65222026-02-26T20:04:18.500Z Fresh clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
65232026-02-26T20:04:18.500Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
65242026-02-26T20:04:18.500Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
65252026-02-26T20:04:18.500Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
65262026-02-26T20:04:18.500Z Fresh nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
65272026-02-26T20:04:18.500Z Fresh mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
65282026-02-26T20:04:18.500Z Fresh nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
65292026-02-26T20:04:18.500Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
65302026-02-26T20:04:18.500Z Fresh sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
65312026-02-26T20:04:18.500Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
65322026-02-26T20:04:18.500Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
65332026-02-26T20:04:18.500Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
65342026-02-26T20:04:18.500Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
65352026-02-26T20:04:18.500Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
65362026-02-26T20:04:18.500Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
65372026-02-26T20:04:18.500Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
65382026-02-26T20:04:18.500Z Fresh omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
65392026-02-26T20:04:18.500Z Fresh sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
65402026-02-26T20:04:18.500Z Fresh sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
65412026-02-26T20:04:18.500Z Fresh nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
65422026-02-26T20:04:18.500Z Fresh range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
65432026-02-26T20:04:18.500Z Fresh sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
65442026-02-26T20:04:18.500Z Fresh nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
65452026-02-26T20:04:18.500Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
65462026-02-26T20:04:18.500Z Fresh nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
65472026-02-26T20:04:18.500Z Fresh internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
65482026-02-26T20:04:18.500Z Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
65492026-02-26T20:04:18.500Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
65502026-02-26T20:04:18.500Z Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
65512026-02-26T20:04:18.500Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
65522026-02-26T20:04:18.500Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
65532026-02-26T20:04:18.500Z Fresh nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
65542026-02-26T20:04:18.500Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
65552026-02-26T20:04:18.500Z Fresh sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
65562026-02-26T20:04:18.500Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
65572026-02-26T20:04:18.500Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
65582026-02-26T20:04:18.501Z Fresh sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
65592026-02-26T20:04:18.501Z Fresh sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
65602026-02-26T20:04:18.501Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
65612026-02-26T20:04:18.501Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
65622026-02-26T20:04:18.501Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
65632026-02-26T20:04:18.501Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
65642026-02-26T20:04:18.501Z Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
65652026-02-26T20:04:18.501Z Fresh zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
65662026-02-26T20:04:18.501Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
65672026-02-26T20:04:18.501Z Fresh omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
65682026-02-26T20:04:18.501Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
65692026-02-26T20:04:18.528Z Fresh sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
65702026-02-26T20:04:18.528Z Fresh crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
65712026-02-26T20:04:18.528Z Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
65722026-02-26T20:04:18.528Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
65732026-02-26T20:04:18.528Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
65742026-02-26T20:04:18.528Z Fresh oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
65752026-02-26T20:04:18.528Z Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
65762026-02-26T20:04:18.528Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
65772026-02-26T20:04:18.528Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
65782026-02-26T20:04:18.528Z Fresh internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
65792026-02-26T20:04:18.529Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
65802026-02-26T20:04:18.529Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
65812026-02-26T20:04:18.529Z Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
65822026-02-26T20:04:18.529Z Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
65832026-02-26T20:04:18.529Z Fresh repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
65842026-02-26T20:04:18.529Z Fresh clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
65852026-02-26T20:04:18.529Z Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
65862026-02-26T20:04:18.529Z Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
65872026-02-26T20:04:18.529Z Fresh bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
65882026-02-26T20:04:18.529Z Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
65892026-02-26T20:04:18.529Z Fresh cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
65902026-02-26T20:04:18.529Z Fresh nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
65912026-02-26T20:04:18.529Z Fresh nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
65922026-02-26T20:04:18.529Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
65932026-02-26T20:04:18.529Z Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
65942026-02-26T20:04:18.529Z Fresh omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
65952026-02-26T20:04:18.529Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
65962026-02-26T20:04:18.529Z Fresh trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
65972026-02-26T20:04:18.529Z Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
65982026-02-26T20:04:18.529Z Fresh clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
65992026-02-26T20:04:18.529Z Fresh nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
66002026-02-26T20:04:18.529Z Fresh cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
66012026-02-26T20:04:18.529Z Fresh oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
66022026-02-26T20:04:18.529Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
66032026-02-26T20:04:18.529Z Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
66042026-02-26T20:04:18.529Z Fresh internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
66052026-02-26T20:04:18.529Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
66062026-02-26T20:04:18.529Z Fresh clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
66072026-02-26T20:04:18.529Z Fresh clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
66082026-02-26T20:04:18.529Z Fresh clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
66092026-02-26T20:04:18.529Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
66102026-02-26T20:04:18.530Z Fresh oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
66112026-02-26T20:04:18.530Z Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
66122026-02-26T20:04:18.530Z Fresh clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
66132026-02-26T20:04:18.530Z Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
66142026-02-26T20:04:18.530Z Fresh bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
66152026-02-26T20:04:18.530Z Fresh clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
66162026-02-26T20:04:18.530Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
66172026-02-26T20:04:18.530Z Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
66182026-02-26T20:04:18.530Z Fresh ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
66192026-02-26T20:04:18.530Z Fresh repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
66202026-02-26T20:04:18.530Z Fresh bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
66212026-02-26T20:04:18.530Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
66222026-02-26T20:04:18.530Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
66232026-02-26T20:04:18.530Z Fresh trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
66242026-02-26T20:04:18.531Z Fresh trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
66252026-02-26T20:04:18.531Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
66262026-02-26T20:04:18.531Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
66272026-02-26T20:04:18.531Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
66282026-02-26T20:04:18.531Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
66292026-02-26T20:04:18.531Z Fresh oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
66302026-02-26T20:04:18.531Z Fresh internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
66312026-02-26T20:04:18.531Z Fresh gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
66322026-02-26T20:04:18.531Z Fresh key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
66332026-02-26T20:04:18.531Z Fresh gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
66342026-02-26T20:04:18.531Z Fresh ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
66352026-02-26T20:04:18.531Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
66362026-02-26T20:04:18.531Z Fresh live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
66372026-02-26T20:04:18.532Z Fresh ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
66382026-02-26T20:04:18.532Z Fresh nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
66392026-02-26T20:04:18.532Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
66402026-02-26T20:04:18.532Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
66412026-02-26T20:04:18.532Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
66422026-02-26T20:04:18.532Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
66432026-02-26T20:04:18.532Z Fresh installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
66442026-02-26T20:04:18.532Z Fresh parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
66452026-02-26T20:04:18.532Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
66462026-02-26T20:04:18.532Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
66472026-02-26T20:04:18.532Z Fresh dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
66482026-02-26T20:04:22.230Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2024 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=576709d078836b89 -C extra-filename=-22b15a10603f6452 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-f7c163f840a5b74c.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-708bbbfcfaea8aae.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-e6e8339882e0864d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-d5c91505739106d4.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-a1600eecf88bb0fc.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-a31dee75727fec34.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-f8c59d40a9b99637.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-0815b5df15044370.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-3905703afc1839ca.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-40334ae811d97fd5.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-fc5571852f317beb.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-085db868a71bc273.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-71ab8320e4a0b2cf.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e3dbb216017a828c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d587728779ad7edc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-e59c0e0cd35ac67e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-1014431a745deeb0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-004187269ac2e51e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e9068d0167c53e94.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9449da761caf8295.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-494ca4e31fddf7d3.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-44a72f62f5c98b08.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6a3f0c2bc74a8dc7.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d6df248ec06b9ac8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-913767e3a45f3687.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-12362f11ae5ad8a9.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-bd874581c32d71c8.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-8e6118deea88b7a8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-2ef935948be155e9.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-0eb1172f7f683fb1.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-594f352716bbccce.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d84f93995e261401.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-d587cb581310d033.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-fe0456d722bba6e7.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-6d9868458ac624b2.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-de9868dc0340c409.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4d865b9ac8b05a27.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-527c28894c92f92a.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-363b918dd04529f2.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-621e0d376e43b2e6.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7a8e6e1ad661e181.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-c195cb5da379d5cc.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a26f456b2caf537f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a9e24867bb14f774.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-99f30737c2513990.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-952c166aab72ea3f.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-624a5cd36aed709c.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-b6344d5cf0d684f5.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c76fd3b797d6acd5.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-e44335ab0ec246d9.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-7b3e53195ed302cc.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-b7410e3150e87b51.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-0c5b3ae903b8aefc.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-8371d3375902b993.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-15053d7bf3eb1d9c.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-a39cc0226fc54e4f.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-76ed48314ad67437.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-10d02fb2df5f4f5e.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-63c3a149039e6970.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-08b4049e69547f72.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-061ae7069d461a57.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-9fd20cc138988edf.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-772366dc183f6b73.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-15afdd8839265a72.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6dcbfb1e8babd6ea.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-6a73fe3264197003.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-d0ee421243e2f02e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4ca9285fc2ae54be.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4ec33db313d2c4b3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-26ce93b26fa1d45f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-c27281ebe7fbcab4.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-98afdb6c2ef9cdc5.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4e1cebaf054645ba.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-fa2d970f30749628.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-c6c47b1288298b15.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-79f9f6e29e855245.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c3798f9ded3407a8.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e07e583db8d995e5.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-b61fe0721fa75d38.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-364fc30b59fd0d7b.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-801ca1e0af96fa5e.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1007dc04ff25c671.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cbf5620019c4d681.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0769587943d5c544.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-7300718b1cfca620.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-fb48151e145b8122.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b789c7149d610113.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-46f1675eefa55bb7.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-745844d85b1f8543.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-01bfdca2cc9762af.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-33d0d58cbfd77f9a.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-ab436a188cf9000a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-58235fe6368598cf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2124dfe23d5b97bf.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-250953c6daa31814.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-c32f8d9b0fab7f01.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-8fb33aed29d3b1fd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-d7152758803484e3.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-85b15b89c1641370.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-61845530d575cda1.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f40c7541594c3dec.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-006bb4f65ca4c4a5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-fb6d727948b05a83.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-413932a27105c9a7.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-cad9d362c62214a4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-6e3db23352d37a3b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3548ee163e1966e2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4fab09a38958d149.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-d21b4224a1903afc.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7655243c9319e73a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1c44f558291a3c28.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-759720df9f748024.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-57c190f10e85dc2f.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-ca5ca176de1e9c1f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/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 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`
66492026-02-26T20:04:22.230Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2024 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=1c54e5029a1acdf5 -C extra-filename=-712e3d2d6d5a9354 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-f7c163f840a5b74c.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-708bbbfcfaea8aae.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-e6e8339882e0864d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-d5c91505739106d4.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-a1600eecf88bb0fc.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-a31dee75727fec34.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-f8c59d40a9b99637.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-0815b5df15044370.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-3905703afc1839ca.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-40334ae811d97fd5.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-fc5571852f317beb.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-085db868a71bc273.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-71ab8320e4a0b2cf.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e3dbb216017a828c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d587728779ad7edc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-e59c0e0cd35ac67e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-1014431a745deeb0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-004187269ac2e51e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e9068d0167c53e94.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9449da761caf8295.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-494ca4e31fddf7d3.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-44a72f62f5c98b08.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6a3f0c2bc74a8dc7.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d6df248ec06b9ac8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-913767e3a45f3687.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-12362f11ae5ad8a9.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-bd874581c32d71c8.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-8e6118deea88b7a8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-2ef935948be155e9.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-0eb1172f7f683fb1.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-594f352716bbccce.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d84f93995e261401.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-d587cb581310d033.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-fe0456d722bba6e7.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-6d9868458ac624b2.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-de9868dc0340c409.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4d865b9ac8b05a27.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-527c28894c92f92a.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-363b918dd04529f2.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-621e0d376e43b2e6.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7a8e6e1ad661e181.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-c195cb5da379d5cc.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a26f456b2caf537f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a9e24867bb14f774.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-99f30737c2513990.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-952c166aab72ea3f.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-624a5cd36aed709c.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-b6344d5cf0d684f5.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c76fd3b797d6acd5.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-e44335ab0ec246d9.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-7b3e53195ed302cc.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-b7410e3150e87b51.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-0c5b3ae903b8aefc.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-8371d3375902b993.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-15053d7bf3eb1d9c.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-a39cc0226fc54e4f.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-76ed48314ad67437.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-10d02fb2df5f4f5e.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-63c3a149039e6970.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-08b4049e69547f72.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-061ae7069d461a57.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-9fd20cc138988edf.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-772366dc183f6b73.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-15afdd8839265a72.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6dcbfb1e8babd6ea.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-6a73fe3264197003.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4ca9285fc2ae54be.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4ec33db313d2c4b3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-26ce93b26fa1d45f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-c27281ebe7fbcab4.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-98afdb6c2ef9cdc5.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4e1cebaf054645ba.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-fa2d970f30749628.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-c6c47b1288298b15.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-79f9f6e29e855245.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c3798f9ded3407a8.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e07e583db8d995e5.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-b61fe0721fa75d38.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-364fc30b59fd0d7b.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-801ca1e0af96fa5e.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1007dc04ff25c671.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cbf5620019c4d681.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0769587943d5c544.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-7300718b1cfca620.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-fb48151e145b8122.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b789c7149d610113.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-46f1675eefa55bb7.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-745844d85b1f8543.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-01bfdca2cc9762af.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-33d0d58cbfd77f9a.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-ab436a188cf9000a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-58235fe6368598cf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2124dfe23d5b97bf.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-250953c6daa31814.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-c32f8d9b0fab7f01.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-8fb33aed29d3b1fd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-d7152758803484e3.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-85b15b89c1641370.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-61845530d575cda1.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f40c7541594c3dec.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-006bb4f65ca4c4a5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-fb6d727948b05a83.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-413932a27105c9a7.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-cad9d362c62214a4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-6e3db23352d37a3b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3548ee163e1966e2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4fab09a38958d149.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-d21b4224a1903afc.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7655243c9319e73a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1c44f558291a3c28.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-759720df9f748024.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-57c190f10e85dc2f.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-ca5ca176de1e9c1f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/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 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`
66502026-02-26T20:04:22.257Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2024 nexus/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=2f70767b62c75fc7 -C extra-filename=-0792d70d56a59c77 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-f7c163f840a5b74c.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-708bbbfcfaea8aae.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-e6e8339882e0864d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-d5c91505739106d4.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-a1600eecf88bb0fc.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-a31dee75727fec34.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-f8c59d40a9b99637.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-0815b5df15044370.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-3905703afc1839ca.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-40334ae811d97fd5.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-fc5571852f317beb.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-085db868a71bc273.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-71ab8320e4a0b2cf.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e3dbb216017a828c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d587728779ad7edc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-e59c0e0cd35ac67e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-1014431a745deeb0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-004187269ac2e51e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e9068d0167c53e94.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9449da761caf8295.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-494ca4e31fddf7d3.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-44a72f62f5c98b08.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6a3f0c2bc74a8dc7.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d6df248ec06b9ac8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-913767e3a45f3687.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-12362f11ae5ad8a9.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-bd874581c32d71c8.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-8e6118deea88b7a8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-2ef935948be155e9.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-0eb1172f7f683fb1.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-594f352716bbccce.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d84f93995e261401.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-d587cb581310d033.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-fe0456d722bba6e7.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-6d9868458ac624b2.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-de9868dc0340c409.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4d865b9ac8b05a27.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-527c28894c92f92a.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-363b918dd04529f2.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-621e0d376e43b2e6.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7a8e6e1ad661e181.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-c195cb5da379d5cc.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a26f456b2caf537f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a9e24867bb14f774.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-99f30737c2513990.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-952c166aab72ea3f.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-624a5cd36aed709c.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-b6344d5cf0d684f5.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c76fd3b797d6acd5.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-e44335ab0ec246d9.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-7b3e53195ed302cc.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-b7410e3150e87b51.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-0c5b3ae903b8aefc.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-8371d3375902b993.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-15053d7bf3eb1d9c.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-a39cc0226fc54e4f.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-76ed48314ad67437.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-10d02fb2df5f4f5e.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-63c3a149039e6970.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-08b4049e69547f72.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-061ae7069d461a57.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-9fd20cc138988edf.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-772366dc183f6b73.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-15afdd8839265a72.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6dcbfb1e8babd6ea.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-6a73fe3264197003.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-d0ee421243e2f02e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4ca9285fc2ae54be.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4ec33db313d2c4b3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-26ce93b26fa1d45f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-c27281ebe7fbcab4.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-98afdb6c2ef9cdc5.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4e1cebaf054645ba.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-fa2d970f30749628.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-c6c47b1288298b15.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-79f9f6e29e855245.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c3798f9ded3407a8.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e07e583db8d995e5.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-b61fe0721fa75d38.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-364fc30b59fd0d7b.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-801ca1e0af96fa5e.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1007dc04ff25c671.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cbf5620019c4d681.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0769587943d5c544.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-7300718b1cfca620.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-fb48151e145b8122.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b789c7149d610113.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-46f1675eefa55bb7.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-745844d85b1f8543.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-01bfdca2cc9762af.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-33d0d58cbfd77f9a.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-ab436a188cf9000a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-58235fe6368598cf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2124dfe23d5b97bf.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-250953c6daa31814.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-c32f8d9b0fab7f01.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-8fb33aed29d3b1fd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-d7152758803484e3.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-85b15b89c1641370.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-61845530d575cda1.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f40c7541594c3dec.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-006bb4f65ca4c4a5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-fb6d727948b05a83.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-413932a27105c9a7.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-cad9d362c62214a4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-6e3db23352d37a3b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3548ee163e1966e2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4fab09a38958d149.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-d21b4224a1903afc.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7655243c9319e73a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1c44f558291a3c28.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-759720df9f748024.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-57c190f10e85dc2f.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-ca5ca176de1e9c1f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/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 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`
66512026-02-26T20:04:22.258Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2024 nexus/src/bin/schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=ae71e4178cfff548 -C extra-filename=-7022b99a07f4f48e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-f7c163f840a5b74c.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-708bbbfcfaea8aae.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-e6e8339882e0864d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-d5c91505739106d4.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-a1600eecf88bb0fc.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-a31dee75727fec34.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-f8c59d40a9b99637.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-0815b5df15044370.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-3905703afc1839ca.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-40334ae811d97fd5.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-fc5571852f317beb.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-085db868a71bc273.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-71ab8320e4a0b2cf.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e3dbb216017a828c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d587728779ad7edc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-e59c0e0cd35ac67e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-1014431a745deeb0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-004187269ac2e51e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e9068d0167c53e94.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9449da761caf8295.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-494ca4e31fddf7d3.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-44a72f62f5c98b08.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6a3f0c2bc74a8dc7.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d6df248ec06b9ac8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-913767e3a45f3687.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-12362f11ae5ad8a9.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-bd874581c32d71c8.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-8e6118deea88b7a8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-2ef935948be155e9.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-0eb1172f7f683fb1.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-594f352716bbccce.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d84f93995e261401.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-d587cb581310d033.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-fe0456d722bba6e7.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-6d9868458ac624b2.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-de9868dc0340c409.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4d865b9ac8b05a27.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-527c28894c92f92a.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-363b918dd04529f2.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-621e0d376e43b2e6.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7a8e6e1ad661e181.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-c195cb5da379d5cc.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a26f456b2caf537f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a9e24867bb14f774.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-99f30737c2513990.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-952c166aab72ea3f.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-624a5cd36aed709c.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-b6344d5cf0d684f5.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c76fd3b797d6acd5.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-e44335ab0ec246d9.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-7b3e53195ed302cc.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-b7410e3150e87b51.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-0c5b3ae903b8aefc.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-8371d3375902b993.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-15053d7bf3eb1d9c.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-a39cc0226fc54e4f.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-76ed48314ad67437.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-10d02fb2df5f4f5e.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-63c3a149039e6970.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-08b4049e69547f72.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-061ae7069d461a57.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-9fd20cc138988edf.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-772366dc183f6b73.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-15afdd8839265a72.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6dcbfb1e8babd6ea.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-6a73fe3264197003.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-d0ee421243e2f02e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4ca9285fc2ae54be.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4ec33db313d2c4b3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-26ce93b26fa1d45f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-c27281ebe7fbcab4.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-98afdb6c2ef9cdc5.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4e1cebaf054645ba.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-fa2d970f30749628.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-c6c47b1288298b15.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-79f9f6e29e855245.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c3798f9ded3407a8.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e07e583db8d995e5.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-b61fe0721fa75d38.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-364fc30b59fd0d7b.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-801ca1e0af96fa5e.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1007dc04ff25c671.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cbf5620019c4d681.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0769587943d5c544.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-7300718b1cfca620.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-fb48151e145b8122.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b789c7149d610113.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-46f1675eefa55bb7.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-745844d85b1f8543.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-01bfdca2cc9762af.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-33d0d58cbfd77f9a.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-ab436a188cf9000a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-58235fe6368598cf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2124dfe23d5b97bf.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-250953c6daa31814.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-c32f8d9b0fab7f01.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-8fb33aed29d3b1fd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-d7152758803484e3.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-85b15b89c1641370.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-61845530d575cda1.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f40c7541594c3dec.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-006bb4f65ca4c4a5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-fb6d727948b05a83.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-413932a27105c9a7.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-cad9d362c62214a4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-6e3db23352d37a3b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3548ee163e1966e2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4fab09a38958d149.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-d21b4224a1903afc.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7655243c9319e73a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1c44f558291a3c28.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-759720df9f748024.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-57c190f10e85dc2f.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-ca5ca176de1e9c1f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/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 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`
66522026-02-26T20:14:20.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10m 08s
66532026-02-26T20:14:20.801Z
66542026-02-26T20:14:20.801Zreal 10:09.442268364
66552026-02-26T20:14:20.801Zuser 19:28.620323392
66562026-02-26T20:14:20.801Zsys 1:35.871166067
66572026-02-26T20:14:20.801Ztrap 0.469420257
66582026-02-26T20:14:20.801Ztflt 2.244341972
66592026-02-26T20:14:20.801Zdflt 19.852912347
66602026-02-26T20:14:20.826Zkflt 0.125449396
66612026-02-26T20:14:20.826Zlock 57:14.857063773
66622026-02-26T20:14:20.826Zslp 1:08:56.082475460
66632026-02-26T20:14:20.826Zlat 4.445478056
66642026-02-26T20:14:20.826Zstop 11.020746867
66652026-02-26T20:14:20.826Z+ RECORDING_CONFIG_DIR=/tmp/nextest-recording-config
66662026-02-26T20:14:20.826Z+ RECORDING_CONFIG=/tmp/nextest-recording-config/config.toml
66672026-02-26T20:14:20.826Z++ mktemp -d /tmp/nextest-state.XXXXXX
66682026-02-26T20:14:20.826Z+ NEXTEST_STATE_DIR=/tmp/nextest-state.gVaqIs
66692026-02-26T20:14:20.826Z+ ARCHIVE_PATH=/tmp/nextest-run-archive.zip
66702026-02-26T20:14:20.826Z+ mkdir -p /tmp/nextest-recording-config
66712026-02-26T20:14:20.826Z+ printf '[experimental]\nrecord = true\n\n[record]\nenabled = true\n'
66722026-02-26T20:14:20.826Z+ export NEXTEST_STATE_DIR
66732026-02-26T20:14:20.826Z+ banner test
66742026-02-26T20:14:20.851Z+ NEXTEST_EXIT=0
66752026-02-26T20:14:20.851Z+ ptime -m timeout 2h cargo nextest run --profile ci --locked --test-threads -2 --user-config-file /tmp/nextest-recording-config/config.toml
66762026-02-26T20:14:21.207Z
66772026-02-26T20:14:21.232Z ##### ###### #### #####
66782026-02-26T20:14:21.232Z # # # #
66792026-02-26T20:14:21.232Z # ##### #### #
66802026-02-26T20:14:21.232Z # # # #
66812026-02-26T20:14:21.232Z # # # # #
66822026-02-26T20:14:21.232Z # ###### #### #
66832026-02-26T20:14:21.232Z
66842026-02-26T20:14:23.819Zinfo: experimental features enabled: setup-scripts, benchmarks
66852026-02-26T20:14:26.494Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
66862026-02-26T20:14:26.547Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
66872026-02-26T20:14:26.581Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
66882026-02-26T20:14:26.613Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
66892026-02-26T20:14:48.086Z Finished `test` profile [unoptimized + debuginfo] target(s) in 24.25s
66902026-02-26T20:14:53.366Z────────────
66912026-02-26T20:14:53.366Z Nextest run ID 68ed2068-14fd-4aa9-a9fd-3c89adb2a371 with nextest profile: ci
66922026-02-26T20:14:53.366Z Starting 2646 tests across 228 binaries (6 tests and 6 binaries skipped, including 6 binaries via profile.default.default-filter)
66932026-02-26T20:14:53.390Z SETUP [ 1/2] crdb-seed: cargo run -p crdb-seed --profile test
66942026-02-26T20:14:55.222Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
66952026-02-26T20:14:55.247Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
66962026-02-26T20:14:55.295Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
66972026-02-26T20:14:55.322Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
66982026-02-26T20:14:55.346Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
66992026-02-26T20:14:55.373Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
67002026-02-26T20:14:55.403Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
67012026-02-26T20:14:55.430Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
67022026-02-26T20:14:57.601Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
67032026-02-26T20:14:58.300Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
67042026-02-26T20:14:59.015Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
67052026-02-26T20:14:59.317Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
67062026-02-26T20:15:00.493Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
67072026-02-26T20:15:01.508Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
67082026-02-26T20:15:01.551Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
67092026-02-26T20:15:01.597Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
67102026-02-26T20:15:03.351Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
67112026-02-26T20:15:04.963Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
67122026-02-26T20:15:17.140Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
67132026-02-26T20:15:19.273Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
67142026-02-26T20:15:21.913Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
67152026-02-26T20:15:39.430Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
67162026-02-26T20:15:43.061Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
67172026-02-26T20:15:46.556Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
67182026-02-26T20:16:04.163Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 10s
67192026-02-26T20:16:04.304Z Running `target/debug/crdb-seed`
67202026-02-26T20:16:04.385ZFeb 26 20:16:04.191 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmpPBBZjP
67212026-02-26T20:16:04.385ZFeb 26 20:16:04.197 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmpwIImpt,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmpPBBZjP/listen-url --max-sql-memory 256MiB
67222026-02-26T20:16:04.411ZFeb 26 20:16:04.197 INFO cockroach environment: BUILDOMAT_JOB_ID=01KJDNV90H0NTSXCMQTEERE4QV BUILDOMAT_TASK_ID=4 CARGO=/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo CARGO_HOME=/home/build/.cargo CARGO_INCREMENTAL=0 CARGO_MANIFEST_DIR=/work/oxidecomputer/omicron/dev-tools/crdb-seed CARGO_MANIFEST_PATH=/work/oxidecomputer/omicron/dev-tools/crdb-seed/Cargo.toml CARGO_PKG_AUTHORS= CARGO_PKG_DESCRIPTION= CARGO_PKG_HOMEPAGE= CARGO_PKG_LICENSE=MPL-2.0 CARGO_PKG_LICENSE_FILE= CARGO_PKG_NAME=crdb-seed CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY= CARGO_PKG_RUST_VERSION= CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE= CARGO_TERM_COLOR=always CI=true GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=889deabbf7d820f01adc6593ba2b00d7da64710f 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-7e5b1b43be3d4cd2/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out:/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out:/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out:/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build:/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out:/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out:/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out:/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/lib LOGNAME=build NEXTEST=1 NEXTEST_ENV=/var/tmp/omicron_tmp/nextest-envqgBHUY NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out:/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build:/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out:/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out:/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out:/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/lib NEXTEST_PROFILE=ci NEXTEST_RUN_ID=68ed2068-14fd-4aa9-a9fd-3c89adb2a371 NEXTEST_RUN_MODE=test NEXTEST_STATE_DIR=/tmp/nextest-state.gVaqIs 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.91.1-x86_64-unknown-illumos RUST_BACKTRACE=1 RUST_RECURSION_COUNT=2 SHLVL=1 SSL_CERT_DIR=/usr/ssl/certs SSL_CERT_FILE=/etc/ssl/cacert.pem TMPDIR=/var/tmp/omicron_tmp TZ=UTC USER=build _=/usr/bin/ptime
67232026-02-26T20:16:05.583ZFeb 26 20:16:05.394 INFO cockroach pid: 10015
67242026-02-26T20:16:05.583ZFeb 26 20:16:05.395 INFO cockroach listen URL: postgresql://root@[::1]:51137/omicron?sslmode=disable
67252026-02-26T20:16:05.629ZFeb 26 20:16:05.441 INFO cockroach: populating
67262026-02-26T20:16:08.623ZFeb 26 20:16:08.436 INFO cockroach: populated
67272026-02-26T20:16:10.811ZFeb 26 20:16:10.624 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/17af5fa8c01f0b94875bb65fe397c21fde6de78a8d967d98ad0ccbfa89e57edb.tar`
67282026-02-26T20:16:10.836Z SETUP PASS [ 77.464s] crdb-seed: cargo run -p crdb-seed --profile test
67292026-02-26T20:16:10.836Z SETUP [ 2/2] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
67302026-02-26T20:16:12.570Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
67312026-02-26T20:16:12.570Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
67322026-02-26T20:16:15.026Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
67332026-02-26T20:16:16.820Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
67342026-02-26T20:16:35.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.06s
67352026-02-26T20:16:36.136Z Running `target/debug/clickhouse-cluster-dev`
67362026-02-26T20:16:36.220ZFeb 26 20:16:36.036 INFO Setting up a ClickHouse cluster
67372026-02-26T20:16:36.244ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-3
67382026-02-26T20:16:36.244ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-2
67392026-02-26T20:16:36.244ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-1
67402026-02-26T20:16:36.244ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-1
67412026-02-26T20:16:36.244ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-2
67422026-02-26T20:16:37.575ZFeb 26 20:16:37.391 INFO ClickHouse server ready
67432026-02-26T20:16:38.075ZFeb 26 20:16:37.892 INFO ClickHouse server ready
67442026-02-26T20:16:39.062ZFeb 26 20:16:38.879 INFO Keepers ready: [KeeperId(1), KeeperId(2), KeeperId(3)]
67452026-02-26T20:16:39.086Z SETUP PASS [ 28.254s] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
67462026-02-26T20:17:09.948Z PASS [ 30.871s] ( 1/2646) omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
67472026-02-26T20:17:10.352Z PASS [ 31.274s] ( 2/2646) omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently
67482026-02-26T20:17:10.586Z PASS [ 31.512s] ( 3/2646) omicron-nexus app::sagas::image_create::test::test_action_failure_can_unwind
67492026-02-26T20:17:10.952Z PASS [ 31.879s] ( 4/2646) omicron-nexus app::sagas::image_create::test::test_action_failure_can_unwind_idempotently
67502026-02-26T20:17:31.932Z PASS [ 52.862s] ( 5/2646) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
67512026-02-26T20:17:33.615Z PASS [ 54.544s] ( 6/2646) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
67522026-02-26T20:17:43.942Z PASS [ 33.999s] ( 7/2646) omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind
67532026-02-26T20:17:44.843Z PASS [ 34.262s] ( 8/2646) omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind
67542026-02-26T20:17:45.023Z PASS [ 34.679s] ( 9/2646) omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently
67552026-02-26T20:17:45.513Z PASS [ 34.566s] ( 10/2646) omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind_idempotently
67562026-02-26T20:18:01.941Z PASS [ 18.002s] ( 11/2646) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_action_failure_can_unwind_idempotently
67572026-02-26T20:18:19.121Z PASS [ 34.103s] ( 12/2646) omicron-nexus app::sagas::region_replacement_start::test::test_action_failure_can_unwind_idempotently
67582026-02-26T20:18:20.713Z PASS [ 35.876s] ( 13/2646) omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind
67592026-02-26T20:18:26.397Z PASS [ 40.891s] ( 14/2646) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind
67602026-02-26T20:18:31.898Z PASS [ 58.292s] ( 15/2646) omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
67612026-02-26T20:18:31.925Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
67622026-02-26T20:18:44.859Z PASS [ 42.925s] ( 16/2646) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind_idempotently
67632026-02-26T20:18:58.934Z PASS [ 32.542s] ( 17/2646) omicron-nexus app::sagas::subnet_attach::test::test_action_failure_can_unwind
67642026-02-26T20:19:01.814Z PASS [ 89.895s] ( 18/2646) omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
67652026-02-26T20:19:02.272Z PASS [ 30.379s] ( 19/2646) omicron-nexus app::sagas::subnet_attach::test::test_action_failure_can_unwind_idempotently
67662026-02-26T20:19:15.191Z PASS [ 30.335s] ( 20/2646) omicron-nexus app::sagas::subnet_detach::test::test_action_failure_can_unwind
67672026-02-26T20:19:19.114Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
67682026-02-26T20:19:20.707Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
67692026-02-26T20:19:25.582Z PASS [ 23.313s] ( 21/2646) omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind
67702026-02-26T20:19:28.576Z PASS [ 29.646s] ( 22/2646) omicron-nexus app::sagas::subnet_detach::test::test_action_failure_can_unwind_idempotently
67712026-02-26T20:19:28.607Z PASS [ 0.030s] ( 23/2646) api_identity test::test_identity
67722026-02-26T20:19:28.633Z PASS [ 0.026s] ( 24/2646) api_identity test::test_identity_no_field
67732026-02-26T20:19:28.690Z PASS [ 0.056s] ( 25/2646) authz-macros tests::test_authz_snapshots
67742026-02-26T20:19:28.731Z PASS [ 0.041s] ( 26/2646) bootstore schemes::tests::hello_roundtrip
67752026-02-26T20:19:29.845Z PASS [ 1.113s] ( 27/2646) bootstore schemes::v0::peer::tests::basic_3_nodes
67762026-02-26T20:19:29.901Z PASS [ 0.056s] ( 28/2646) bootstore schemes::v0::peer::tests::network_config
67772026-02-26T20:19:29.934Z PASS [ 0.033s] ( 29/2646) bootstore schemes::v0::share_pkg::tests::create_packages
67782026-02-26T20:19:29.961Z PASS [ 0.027s] ( 30/2646) bootstore trust_quorum::rack_secret::tests::create_and_verify
67792026-02-26T20:19:29.989Z PASS [ 0.027s] ( 31/2646) bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares
67802026-02-26T20:19:33.388Z PASS [ 3.399s] ( 32/2646) bootstore::v0-fsm-proptest-learner run
67812026-02-26T20:19:34.572Z PASS [ 32.763s] ( 33/2646) omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind
67822026-02-26T20:19:34.868Z PASS [ 0.296s] ( 34/2646) cert-dev::test-cert-dev test_cert_create
67832026-02-26T20:19:35.195Z PASS [ 0.326s] ( 35/2646) clickana chart::tests::gather_chart_data_failure
67842026-02-26T20:19:35.231Z PASS [ 0.036s] ( 36/2646) clickana chart::tests::gather_chart_data_for_disk_usage_success
67852026-02-26T20:19:35.259Z PASS [ 0.028s] ( 37/2646) clickana chart::tests::gather_chart_data_for_memory_tracking_success
67862026-02-26T20:19:35.284Z PASS [ 0.023s] ( 38/2646) clickana chart::tests::gather_chart_data_for_query_count_success
67872026-02-26T20:19:35.310Z PASS [ 0.028s] ( 39/2646) clickana chart::tests::gather_chart_data_for_running_queries_success
67882026-02-26T20:19:35.390Z PASS [ 0.079s] ( 40/2646) clickhouse-admin-types-versions impls::keeper::tests::test_additional_key_value_pairs_in_output_parse_fail
67892026-02-26T20:19:35.420Z PASS [ 0.030s] ( 41/2646) clickhouse-admin-types-versions impls::keeper::tests::test_empty_output_parse_fail
67902026-02-26T20:19:35.461Z PASS [ 0.040s] ( 42/2646) clickhouse-admin-types-versions impls::keeper::tests::test_empty_output_raft_config_parse_fail
67912026-02-26T20:19:35.505Z PASS [ 0.044s] ( 43/2646) clickhouse-admin-types-versions impls::keeper::tests::test_empty_value_lgif_parse_fail
67922026-02-26T20:19:35.540Z PASS [ 0.034s] ( 44/2646) clickhouse-admin-types-versions impls::keeper::tests::test_full_keeper_conf_parse_success
67932026-02-26T20:19:35.574Z PASS [ 0.034s] ( 45/2646) clickhouse-admin-types-versions impls::keeper::tests::test_full_lgif_parse_success
67942026-02-26T20:19:35.609Z PASS [ 0.035s] ( 46/2646) clickhouse-admin-types-versions impls::keeper::tests::test_full_raft_config_parse_success
67952026-02-26T20:19:35.650Z PASS [ 0.041s] ( 47/2646) clickhouse-admin-types-versions impls::keeper::tests::test_generate_keeper_config
67962026-02-26T20:19:35.684Z PASS [ 0.033s] ( 48/2646) clickhouse-admin-types-versions impls::keeper::tests::test_invalid_address_raft_config_parse_fail
67972026-02-26T20:19:35.719Z PASS [ 0.035s] ( 49/2646) clickhouse-admin-types-versions impls::keeper::tests::test_malformed_output_keeper_conf_parse_fail
67982026-02-26T20:19:35.750Z PASS [ 0.031s] ( 50/2646) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_id_raft_config_parse_fail
67992026-02-26T20:19:35.782Z PASS [ 0.032s] ( 51/2646) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_participant_raft_config_parse_fail
68002026-02-26T20:19:35.813Z PASS [ 0.031s] ( 52/2646) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_port_raft_config_parse_fail
68012026-02-26T20:19:35.842Z PASS [ 0.029s] ( 53/2646) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_priority_raft_config_parse_fail
68022026-02-26T20:19:35.875Z PASS [ 0.032s] ( 54/2646) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_raft_config_parse_fail
68032026-02-26T20:19:35.907Z PASS [ 0.032s] ( 55/2646) clickhouse-admin-types-versions impls::keeper::tests::test_missing_address_raft_config_parse_fail
68042026-02-26T20:19:35.938Z PASS [ 0.031s] ( 56/2646) clickhouse-admin-types-versions impls::keeper::tests::test_missing_field_keeper_conf_parse_fail
68052026-02-26T20:19:35.970Z PASS [ 0.032s] ( 57/2646) clickhouse-admin-types-versions impls::keeper::tests::test_missing_keys_lgif_parse_fail
68062026-02-26T20:19:36.005Z PASS [ 0.034s] ( 58/2646) clickhouse-admin-types-versions impls::keeper::tests::test_missing_participant_raft_config_parse_fail
68072026-02-26T20:19:36.036Z PASS [ 0.031s] ( 59/2646) clickhouse-admin-types-versions impls::keeper::tests::test_missing_port_raft_config_parse_fail
68082026-02-26T20:19:36.071Z PASS [ 0.034s] ( 60/2646) clickhouse-admin-types-versions impls::keeper::tests::test_missing_priority_raft_config_parse_fail
68092026-02-26T20:19:36.118Z PASS [ 0.047s] ( 61/2646) clickhouse-admin-types-versions impls::keeper::tests::test_missing_server_id_raft_config_parse_fail
68102026-02-26T20:19:36.160Z PASS [ 0.042s] ( 62/2646) clickhouse-admin-types-versions impls::keeper::tests::test_missing_value_keeper_conf_parse_fail
68112026-02-26T20:19:36.196Z PASS [ 0.036s] ( 63/2646) clickhouse-admin-types-versions impls::keeper::tests::test_non_existent_key_keeper_conf_parse_fail
68122026-02-26T20:19:36.229Z PASS [ 0.032s] ( 64/2646) clickhouse-admin-types-versions impls::keeper::tests::test_non_existent_key_with_correct_value_lgif_parse_fail
68132026-02-26T20:19:36.270Z PASS [ 0.040s] ( 65/2646) clickhouse-admin-types-versions impls::keeper::tests::test_non_u64_value_lgif_parse_fail
68142026-02-26T20:19:36.304Z PASS [ 0.034s] ( 66/2646) clickhouse-admin-types-versions impls::server::tests::test_distributed_ddl_queries_parse_success
68152026-02-26T20:19:36.345Z PASS [ 0.041s] ( 67/2646) clickhouse-admin-types-versions impls::server::tests::test_empty_distributed_ddl_queries_parse_success
68162026-02-26T20:19:36.382Z PASS [ 0.037s] ( 68/2646) clickhouse-admin-types-versions impls::server::tests::test_generate_replica_config
68172026-02-26T20:19:36.414Z PASS [ 0.032s] ( 69/2646) clickhouse-admin-types-versions impls::server::tests::test_misshapen_distributed_ddl_queries_parse_fail
68182026-02-26T20:19:36.446Z PASS [ 0.031s] ( 70/2646) clickhouse-admin-types-versions impls::server::tests::test_misshapen_system_timeseries_parse_fail
68192026-02-26T20:19:36.481Z PASS [ 0.035s] ( 71/2646) clickhouse-admin-types-versions impls::server::tests::test_time_format_system_timeseries_parse_fail
68202026-02-26T20:19:36.514Z PASS [ 0.033s] ( 72/2646) clickhouse-admin-types-versions impls::server::tests::test_unix_epoch_system_timeseries_parse_success
68212026-02-26T20:19:36.544Z PASS [ 0.030s] ( 73/2646) clickhouse-admin-types-versions impls::server::tests::test_utc_system_timeseries_parse_success
68222026-02-26T20:19:36.661Z PASS [ 0.117s] ( 74/2646) cockroach-admin-types-versions impls::node::tests::node_decommission_parse_doesnt_panic_on_arbitrary_input
68232026-02-26T20:19:36.696Z PASS [ 21.510s] ( 75/2646) omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind_idempotently
68242026-02-26T20:19:36.722Z PASS [ 0.025s] ( 76/2646) cockroach-admin-types-versions impls::node::tests::test_node_decommission_parse_with_no_trailing_notes
68252026-02-26T20:19:36.747Z PASS [ 0.073s] ( 77/2646) cockroach-admin-types-versions impls::node::tests::node_status_parse_doesnt_panic_on_arbitrary_input
68262026-02-26T20:19:36.747Z PASS [ 0.021s] ( 78/2646) cockroach-admin-types-versions impls::node::tests::test_node_decommission_parse_with_trailing_notes
68272026-02-26T20:19:36.772Z PASS [ 0.019s] ( 79/2646) cockroach-admin-types-versions impls::node::tests::test_node_decommission_parse_with_unexpected_membership_value
68282026-02-26T20:19:36.772Z PASS [ 0.024s] ( 80/2646) cockroach-admin-types-versions impls::node::tests::test_node_status_parse_multiple_lines_from_csv
68292026-02-26T20:19:36.796Z PASS [ 0.027s] ( 81/2646) cockroach-admin-types-versions impls::node::tests::test_node_status_parse_single_line_from_csv
68302026-02-26T20:19:37.091Z PASS [ 0.324s] ( 82/2646) db-dev::test-db-dev test_db_dev_populate_no_args
68312026-02-26T20:19:37.116Z PASS [ 0.311s] ( 83/2646) db-dev::test-db-dev test_db_dev_wipe_no_args
68322026-02-26T20:19:40.073Z PASS [ 6.686s] ( 84/2646) bootstore::v0-fsm-proptest-rack-coordinator run
68332026-02-26T20:19:40.192Z PASS [ 0.119s] ( 85/2646) db-macros lookup::test::test_lookup_snapshots
68342026-02-26T20:19:40.217Z PASS [ 0.025s] ( 86/2646) db-macros tests::test_derive_metadata_identity_fails_for_enums
68352026-02-26T20:19:40.242Z PASS [ 0.025s] ( 87/2646) db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type
68362026-02-26T20:19:40.269Z PASS [ 0.025s] ( 88/2646) db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity
68372026-02-26T20:19:40.295Z PASS [ 0.026s] ( 89/2646) db-macros tests::test_derive_metadata_identity_fails_without_table_name
68382026-02-26T20:19:40.320Z PASS [ 0.026s] ( 90/2646) db-macros tests::test_derive_metadata_identity_minimal_example_compiles
68392026-02-26T20:19:40.353Z PASS [ 0.033s] ( 91/2646) db-macros tests::test_derive_snapshots
68402026-02-26T20:19:40.378Z PASS [ 0.024s] ( 92/2646) db-macros tests::test_derive_with_unknown_field
68412026-02-26T20:19:40.898Z PASS [ 0.520s] ( 93/2646) dns-server storage::test::test_update_basic
68422026-02-26T20:19:41.044Z PASS [ 0.145s] ( 94/2646) dns-server storage::test::test_update_in_progress
68432026-02-26T20:19:41.348Z PASS [ 0.304s] ( 95/2646) dns-server storage::test::test_update_interrupted
68442026-02-26T20:19:41.515Z PASS [ 0.166s] ( 96/2646) dns-server storage::test::test_zone_gets_soa_record
68452026-02-26T20:19:42.018Z PASS [ 0.504s] ( 97/2646) dns-server::basic_test a_crud
68462026-02-26T20:19:42.496Z PASS [ 0.478s] ( 98/2646) dns-server::basic_test aaaa_crud
68472026-02-26T20:19:42.785Z PASS [ 0.288s] ( 99/2646) dns-server::basic_test answers_match_question
68482026-02-26T20:19:43.010Z PASS [ 0.225s] ( 100/2646) dns-server::basic_test empty_record
68492026-02-26T20:19:43.670Z PASS [ 0.660s] ( 101/2646) dns-server::basic_test multi_record_crud
68502026-02-26T20:19:43.953Z PASS [ 0.280s] ( 102/2646) dns-server::basic_test name_contains_zone
68512026-02-26T20:19:44.250Z PASS [ 0.298s] ( 103/2646) dns-server::basic_test nxdomain
68522026-02-26T20:19:44.589Z PASS [ 0.340s] ( 104/2646) dns-server::basic_test servfail
68532026-02-26T20:19:44.836Z PASS [ 0.247s] ( 105/2646) dns-server::basic_test soa
68542026-02-26T20:19:45.121Z PASS [ 0.285s] ( 106/2646) dns-server::basic_test srv_crud
68552026-02-26T20:19:45.465Z PASS [ 8.375s] ( 107/2646) db-dev::test-db-dev test_db_killed
68562026-02-26T20:19:45.994Z PASS [ 0.528s] ( 108/2646) dns-server::cross_version_test cross_version_works
68572026-02-26T20:19:46.052Z PASS [ 0.058s] ( 109/2646) ereport-types tests::test_arb_json_deserializes
68582026-02-26T20:19:46.077Z PASS [ 0.023s] ( 110/2646) ereport-types tests::test_ena_from_str
68592026-02-26T20:19:46.111Z PASS [ 0.035s] ( 111/2646) ereport-types tests::test_ena_from_str_roundtrip
68602026-02-26T20:19:46.163Z PASS [ 0.052s] ( 112/2646) gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules
68612026-02-26T20:19:46.189Z PASS [ 0.026s] ( 113/2646) gateway-cli::bin/gateway-cli picocom_map::tests::remapping
68622026-02-26T20:19:46.223Z PASS [ 0.034s] ( 114/2646) gfss gf256::tests::test_all_multiplication
68632026-02-26T20:19:46.247Z PASS [ 0.020s] ( 115/2646) gfss gf256::tests::test_all_multiplicative_inverses
68642026-02-26T20:19:46.272Z PASS [ 0.022s] ( 116/2646) gfss gf256::tests::test_docs_example
68652026-02-26T20:19:48.436Z PASS [ 3.314s] ( 117/2646) dns-server::commands_test test_dnsadm
68662026-02-26T20:19:49.720Z PASS [ 1.284s] ( 118/2646) gfss shamir::tests::split_and_combine
68672026-02-26T20:19:49.745Z PASS [ 0.022s] ( 119/2646) gfss shamir::tests::test_share_reconstruction
68682026-02-26T20:19:49.821Z PASS [ 0.078s] ( 120/2646) illumos-utils destructor::test::test_delayed_delete
68692026-02-26T20:19:50.657Z PASS [ 0.836s] ( 121/2646) illumos-utils destructor::test::test_delayed_delete_with_error
68702026-02-26T20:19:50.692Z PASS [ 0.035s] ( 122/2646) illumos-utils destructor::test::test_destructor_bad_close
68712026-02-26T20:19:50.728Z PASS [ 0.036s] ( 123/2646) illumos-utils link::test::test_allocate
68722026-02-26T20:19:50.769Z PASS [ 0.041s] ( 124/2646) illumos-utils link::test::test_allocate_within_scopes
68732026-02-26T20:19:50.816Z PASS [ 0.047s] ( 125/2646) illumos-utils opte::port_manager::tests::ip_cfg_from_dual_stack_params
68742026-02-26T20:19:50.846Z PASS [ 0.030s] ( 126/2646) illumos-utils opte::port_manager::tests::ip_cfg_from_ipv4_params
68752026-02-26T20:19:50.879Z PASS [ 0.033s] ( 127/2646) illumos-utils opte::port_manager::tests::ip_cfg_from_ipv6_params
68762026-02-26T20:19:50.911Z PASS [ 0.031s] ( 128/2646) illumos-utils opte::port_manager::tests::ip_cfg_from_port_params_fails_with_private_ipv4_and_public_ipv6
68772026-02-26T20:19:50.938Z PASS [ 0.028s] ( 129/2646) illumos-utils opte::port_manager::tests::ip_cfg_from_port_params_fails_with_private_ipv6_and_public_ipv4
68782026-02-26T20:19:50.996Z PASS [ 0.057s] ( 130/2646) illumos-utils opte::port_manager::tests::multiple_ports_does_not_destroy_default_route
68792026-02-26T20:19:51.029Z PASS [ 0.033s] ( 131/2646) illumos-utils opte::tests::convert_private_ip_config_to_gateway_ips
68802026-02-26T20:19:51.062Z PASS [ 0.033s] ( 132/2646) illumos-utils running_zone::tests::test_is_oxide_smf_service
68812026-02-26T20:19:51.112Z PASS [ 0.050s] ( 133/2646) illumos-utils svcs::tests::test_svc_in_maintenance_empty_success
68822026-02-26T20:19:51.152Z PASS [ 0.041s] ( 134/2646) illumos-utils svcs::tests::test_svc_in_maintenance_none_success
68832026-02-26T20:19:51.187Z PASS [ 0.034s] ( 135/2646) illumos-utils svcs::tests::test_svc_in_maintenance_parse_success
68842026-02-26T20:19:51.232Z PASS [ 0.044s] ( 136/2646) illumos-utils svcs::tests::test_svc_in_maintenance_parse_success_and_fail
68852026-02-26T20:19:51.268Z PASS [ 0.036s] ( 137/2646) illumos-utils svcs::tests::test_svc_in_maintenance_parse_unknown_info_fail
68862026-02-26T20:19:51.299Z PASS [ 0.031s] ( 138/2646) illumos-utils svcs::tests::test_svc_in_maintenance_parse_unknown_state_fail
68872026-02-26T20:19:51.333Z PASS [ 0.033s] ( 139/2646) illumos-utils svcs::tests::test_svc_in_maintenance_parse_unknown_zone_fail
68882026-02-26T20:19:51.427Z PASS [ 0.094s] ( 140/2646) illumos-utils zfs::test::directory_mutability
68892026-02-26T20:19:51.497Z PASS [ 0.070s] ( 141/2646) illumos-utils zfs::test::get_values_of_rpool
68902026-02-26T20:19:51.532Z PASS [ 0.034s] ( 142/2646) illumos-utils zfs::test::parse_dataset_bad_avail
68912026-02-26T20:19:51.567Z PASS [ 0.033s] ( 143/2646) illumos-utils zfs::test::parse_dataset_bad_quota
68922026-02-26T20:19:51.598Z PASS [ 0.032s] ( 144/2646) illumos-utils zfs::test::parse_dataset_bad_reservation
68932026-02-26T20:19:51.631Z PASS [ 0.032s] ( 145/2646) illumos-utils zfs::test::parse_dataset_bad_usage
68942026-02-26T20:19:51.666Z PASS [ 0.036s] ( 146/2646) illumos-utils zfs::test::parse_dataset_bad_uuid
68952026-02-26T20:19:51.699Z PASS [ 0.033s] ( 147/2646) illumos-utils zfs::test::parse_dataset_missing_fields
68962026-02-26T20:19:51.736Z PASS [ 0.037s] ( 148/2646) illumos-utils zfs::test::parse_dataset_props
68972026-02-26T20:19:51.769Z PASS [ 0.032s] ( 149/2646) illumos-utils zfs::test::parse_dataset_props_with_optionals
68982026-02-26T20:19:51.800Z PASS [ 0.031s] ( 150/2646) illumos-utils zfs::test::parse_dataset_too_many_columns
68992026-02-26T20:19:51.839Z PASS [ 0.039s] ( 151/2646) illumos-utils zfs::test::parse_dataset_uuid_ignored_if_dash
69002026-02-26T20:19:51.892Z PASS [ 0.053s] ( 152/2646) illumos-utils zfs::test::parse_dataset_uuid_ignored_if_inherited
69012026-02-26T20:19:51.926Z PASS [ 0.033s] ( 153/2646) illumos-utils zfs::test::parse_quota_ignored_if_default
69022026-02-26T20:19:51.958Z PASS [ 0.033s] ( 154/2646) illumos-utils zfs::test::parse_reservation_ignored_if_default
69032026-02-26T20:19:51.990Z PASS [ 0.032s] ( 155/2646) illumos-utils zfs::test::parse_sorts_and_dedups
69042026-02-26T20:19:52.039Z PASS [ 0.048s] ( 156/2646) illumos-utils zone::tests::delete_nonexistent_address
69052026-02-26T20:19:52.078Z PASS [ 0.039s] ( 157/2646) illumos-utils zone::tests::test_parse_ip_network
69062026-02-26T20:19:52.136Z PASS [ 0.058s] ( 158/2646) illumos-utils zpool::test::test_parse_zpool
69072026-02-26T20:19:52.174Z PASS [ 0.037s] ( 159/2646) illumos-utils zpool::test::test_parse_zpool_missing_column
69082026-02-26T20:19:53.007Z PASS [ 6.743s] ( 160/2646) gfss polynomial::tests::test_polynomial_eval
69092026-02-26T20:19:53.050Z PASS [ 0.043s] ( 161/2646) installinator peers::tests::iter_no_preferred_preserves_btree_order
69102026-02-26T20:19:53.091Z PASS [ 0.041s] ( 162/2646) installinator peers::tests::last_known_peer_preferred
69112026-02-26T20:19:53.131Z PASS [ 0.040s] ( 163/2646) installinator peers::tests::last_known_peer_stale
69122026-02-26T20:19:55.586Z PASS [ 2.456s] ( 164/2646) installinator write::tests::proptest_write_artifact
69132026-02-26T20:19:55.797Z PASS [ 0.210s] ( 165/2646) installinator-common block_size_writer::tests::proptest_block_writer
69142026-02-26T20:19:56.461Z PASS [ 0.664s] ( 166/2646) internal-dns-resolver resolver::test::insert_and_lookup_multiple_records
69152026-02-26T20:19:56.677Z PASS [ 4.504s] ( 167/2646) installinator mock_peers::tests::proptest_fetch_artifact
69162026-02-26T20:19:56.709Z PASS [ 0.248s] ( 168/2646) internal-dns-resolver resolver::test::insert_and_lookup_one_record
69172026-02-26T20:19:57.053Z PASS [ 0.376s] ( 169/2646) internal-dns-resolver resolver::test::lookup_nonexistent_record_fails
69182026-02-26T20:19:57.404Z PASS [ 0.694s] ( 170/2646) internal-dns-resolver resolver::test::resolver_can_access_backup_dns_server
69192026-02-26T20:19:57.680Z PASS [ 0.627s] ( 171/2646) internal-dns-resolver resolver::test::resolver_can_be_used_with_progenitor_client
69202026-02-26T20:19:57.705Z PASS [ 0.297s] ( 172/2646) internal-dns-resolver resolver::test::resolver_doesnt_bail_on_missing_targets
69212026-02-26T20:19:57.737Z PASS [ 0.036s] ( 173/2646) internal-dns-types config::test::display_hosts
69222026-02-26T20:19:57.773Z PASS [ 0.036s] ( 174/2646) internal-dns-types config::test::display_srv_service
69232026-02-26T20:19:57.815Z PASS [ 0.043s] ( 175/2646) internal-dns-types config::test::test_builder_errors
69242026-02-26T20:19:57.867Z PASS [ 0.051s] ( 176/2646) internal-dns-types config::test::test_builder_output
69252026-02-26T20:19:57.901Z PASS [ 0.035s] ( 177/2646) internal-dns-types diff::test::diff_different
69262026-02-26T20:19:57.926Z PASS [ 0.233s] ( 178/2646) internal-dns-resolver resolver::test::update_record
69272026-02-26T20:19:57.950Z PASS [ 0.030s] ( 179/2646) internal-dns-types diff::test::diff_equivalent
69282026-02-26T20:19:57.950Z PASS [ 0.030s] ( 180/2646) internal-dns-types diff::test::diff_invalid
69292026-02-26T20:19:57.975Z PASS [ 0.026s] ( 181/2646) ipcc tests::deserialize_fixed_value
69302026-02-26T20:19:57.999Z PASS [ 0.031s] ( 182/2646) ipcc tests::installinator_image_id_round_trip
69312026-02-26T20:19:57.999Z PASS [ 0.025s] ( 183/2646) ipcc tests::serialized_size
69322026-02-26T20:19:58.034Z PASS [ 0.059s] ( 184/2646) key-manager tests::different_disks_produce_different_keys
69332026-02-26T20:19:58.059Z PASS [ 0.051s] ( 185/2646) key-manager tests::different_ikm_produces_different_keys
69342026-02-26T20:19:58.084Z PASS [ 0.036s] ( 186/2646) key-manager tests::disk_encryption_key_epoch_0
69352026-02-26T20:19:58.084Z PASS [ 0.039s] ( 187/2646) key-manager tests::loading_key_for_old_epoch_loads_latest_epoch
69362026-02-26T20:19:58.245Z PASS [ 0.171s] ( 188/2646) nexus-auth authn::external::session_cookie::test::test_expired_cookie_idle
69372026-02-26T20:19:58.270Z PASS [ 0.178s] ( 189/2646) nexus-auth authn::external::session_cookie::test::test_expired_cookie_absolute
69382026-02-26T20:19:58.299Z PASS [ 0.052s] ( 190/2646) nexus-auth authn::external::session_cookie::test::test_garbage_cookie
69392026-02-26T20:19:58.324Z PASS [ 0.059s] ( 191/2646) nexus-auth authn::external::session_cookie::test::test_get_token
69402026-02-26T20:19:58.348Z PASS [ 0.046s] ( 192/2646) nexus-auth authn::external::session_cookie::test::test_get_token_no_header
69412026-02-26T20:19:58.373Z PASS [ 0.058s] ( 193/2646) nexus-auth authn::external::session_cookie::test::test_get_token_other_cookie_present
69422026-02-26T20:19:58.398Z PASS [ 0.043s] ( 194/2646) nexus-auth authn::external::session_cookie::test::test_missing_cookie
69432026-02-26T20:19:58.431Z PASS [ 0.043s] ( 195/2646) nexus-auth authn::external::session_cookie::test::test_session_cookie_value
69442026-02-26T20:19:58.456Z PASS [ 0.084s] ( 196/2646) nexus-auth authn::external::session_cookie::test::test_other_cookie
69452026-02-26T20:19:58.481Z PASS [ 0.050s] ( 197/2646) nexus-auth authn::external::session_cookie::test::test_session_cookie_value_error
69462026-02-26T20:19:58.506Z PASS [ 0.050s] ( 198/2646) nexus-auth authn::external::session_cookie::test::test_valid_cookie
69472026-02-26T20:19:58.534Z PASS [ 0.053s] ( 199/2646) nexus-auth authn::external::spoof::test::test_make_header_value
69482026-02-26T20:19:58.559Z PASS [ 0.047s] ( 200/2646) nexus-auth authn::external::spoof::test::test_make_header_value_raw
69492026-02-26T20:19:58.589Z PASS [ 0.055s] ( 201/2646) nexus-auth authn::external::spoof::test::test_spoof_header_bad_uuids
69502026-02-26T20:19:58.614Z PASS [ 0.044s] ( 202/2646) nexus-auth authn::external::spoof::test::test_spoof_header_missing
69512026-02-26T20:19:58.639Z PASS [ 0.044s] ( 203/2646) nexus-auth authn::external::spoof::test::test_spoof_header_valid
69522026-02-26T20:19:58.664Z PASS [ 0.052s] ( 204/2646) nexus-auth authn::external::spoof::test::test_spoof_reserved_values
69532026-02-26T20:19:58.694Z PASS [ 0.048s] ( 205/2646) nexus-auth authn::external::token::test::test_make_header_value
69542026-02-26T20:19:58.718Z PASS [ 0.065s] ( 206/2646) nexus-auth authn::external::test::test_authn_sequence
69552026-02-26T20:19:58.745Z PASS [ 0.047s] ( 207/2646) nexus-auth authn::external::token::test::test_token_header_bad_utf8
69562026-02-26T20:19:58.769Z PASS [ 0.048s] ( 208/2646) nexus-auth authn::external::token::test::test_token_header_missing
69572026-02-26T20:19:58.793Z PASS [ 0.039s] ( 209/2646) nexus-auth authn::external::token::test::test_token_header_valid
69582026-02-26T20:19:58.818Z PASS [ 0.066s] ( 210/2646) nexus-auth authn::test::test_internal_users
69592026-02-26T20:19:58.869Z PASS [ 0.056s] ( 211/2646) nexus-auth authz::oso_generic::test::test_duplicate_polar_classes
69602026-02-26T20:19:58.951Z PASS [ 0.169s] ( 212/2646) nexus-auth authz::context::test::test_unregistered_resource
69612026-02-26T20:19:58.976Z PASS [ 0.100s] ( 213/2646) nexus-auth context::test::test_background_context
69622026-02-26T20:19:59.039Z PASS [ 0.087s] ( 214/2646) nexus-auth context::test::test_child_context
69632026-02-26T20:19:59.063Z PASS [ 0.094s] ( 215/2646) nexus-auth context::test::test_test_context
69642026-02-26T20:19:59.110Z PASS [ 0.046s] ( 216/2646) nexus-config nexus_config::test::test_config_bad_toml
69652026-02-26T20:19:59.165Z PASS [ 0.055s] ( 217/2646) nexus-config nexus_config::test::test_config_empty
69662026-02-26T20:19:59.190Z PASS [ 0.130s] ( 218/2646) nexus-config nexus_config::test::test_bad_authn_schemes
69672026-02-26T20:19:59.241Z PASS [ 0.075s] ( 219/2646) nexus-config nexus_config::test::test_config_nonexistent
69682026-02-26T20:19:59.266Z PASS [ 0.085s] ( 220/2646) nexus-config nexus_config::test::test_deployment_config_schema
69692026-02-26T20:19:59.291Z PASS [ 98.581s] ( 221/2646) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
69702026-02-26T20:19:59.291Z PASS [ 0.047s] ( 222/2646) nexus-config nexus_config::test::test_invalid_ipv4_prefix_tunable
69712026-02-26T20:19:59.320Z PASS [ 0.032s] ( 223/2646) nexus-config postgres_config::test::test_all_addresses_multiple_hosts
69722026-02-26T20:19:59.346Z PASS [ 0.089s] ( 224/2646) nexus-config nexus_config::test::test_repo_configs_are_valid
69732026-02-26T20:19:59.371Z PASS [ 0.069s] ( 225/2646) nexus-config nexus_config::test::test_valid
69742026-02-26T20:19:59.371Z PASS [ 0.048s] ( 226/2646) nexus-config postgres_config::test::test_all_addresses_non_ip_hostname
69752026-02-26T20:19:59.413Z PASS [ 0.033s] ( 227/2646) nexus-config postgres_config::test::test_all_addresses_single_host
69762026-02-26T20:19:59.413Z PASS [ 0.041s] ( 228/2646) nexus-config postgres_config::test::test_bad_url
69772026-02-26T20:19:59.439Z PASS [ 0.035s] ( 229/2646) nexus-config postgres_config::test::test_example_url
69782026-02-26T20:19:59.474Z PASS [ 0.084s] ( 230/2646) nexus-db-fixed-data test::test_allowlist_id_is_valid
69792026-02-26T20:19:59.499Z PASS [ 0.075s] ( 231/2646) nexus-db-fixed-data test::test_builtin_fleet_id_is_valid
69802026-02-26T20:19:59.499Z PASS [ 0.110s] ( 232/2646) nexus-db-fixed-data silo_user::test::test_silo_user_ids_are_valid
69812026-02-26T20:19:59.523Z PASS [ 0.041s] ( 233/2646) nexus-db-fixed-data user_builtin::test::test_builtin_user_ids_are_valid
69822026-02-26T20:19:59.548Z PASS [ 0.047s] ( 234/2646) nexus-db-model alert_class::tests::test_from_str_roundtrips
69832026-02-26T20:19:59.572Z PASS [ 0.040s] ( 235/2646) nexus-db-model alert_class::tests::test_is_test
69842026-02-26T20:19:59.597Z PASS [ 0.051s] ( 236/2646) nexus-db-model alert_subscription::test::test_alert_class_glob_to_regex
69852026-02-26T20:19:59.622Z PASS [ 0.053s] ( 237/2646) nexus-db-model alert_subscription::test::test_invalid_subscription_parsing
69862026-02-26T20:19:59.647Z PASS [ 0.037s] ( 238/2646) nexus-db-model bytecount::test::test_bytecount_i64_conversions
69872026-02-26T20:19:59.672Z PASS [ 0.078s] ( 239/2646) nexus-db-model alert_subscription::test::test_valid_subscription_parsing
69882026-02-26T20:19:59.696Z PASS [ 0.046s] ( 240/2646) nexus-db-model bytecount::test::test_pg_numeric_to_byte_count
69892026-02-26T20:19:59.724Z PASS [ 0.061s] ( 241/2646) nexus-db-model device_auth::test::test_generate_user_code
69902026-02-26T20:19:59.750Z PASS [ 0.037s] ( 242/2646) nexus-db-model instance_state::tests::test_from_str_roundtrips
69912026-02-26T20:19:59.775Z PASS [ 0.042s] ( 243/2646) nexus-db-model inventory::test::test_inv_nvme_disk_firmware
69922026-02-26T20:19:59.775Z PASS [ 0.037s] ( 244/2646) nexus-db-model role_assignment::tests::test_role_assignment_from_database
69932026-02-26T20:19:59.813Z PASS [ 0.046s] ( 245/2646) nexus-db-model schema_versions::test::test_known_versions
69942026-02-26T20:19:59.839Z PASS [ 0.072s] ( 246/2646) nexus-db-model schema_versions::test::test_allows_valid_up_sql_collections
69952026-02-26T20:19:59.864Z PASS [ 0.041s] ( 247/2646) nexus-db-model schema_versions::test::test_non_transactional_filename_detection
69962026-02-26T20:19:59.889Z PASS [ 0.050s] ( 248/2646) nexus-db-model schema_versions::test::test_reject_invalid_up_sql_collections
69972026-02-26T20:19:59.914Z PASS [ 0.053s] ( 249/2646) nexus-db-model schema_versions::test::test_reject_invalid_up_sql_names
69982026-02-26T20:19:59.938Z PASS [ 0.040s] ( 250/2646) nexus-db-model schema_versions::test::test_reject_no_up_sql_files
69992026-02-26T20:19:59.963Z PASS [ 0.035s] ( 251/2646) nexus-db-model schema_versions::test::test_verify
70002026-02-26T20:19:59.987Z PASS [ 0.040s] ( 252/2646) nexus-db-model semver_version::test::test_to_from_sortable_string
70012026-02-26T20:19:59.987Z PASS [ 0.040s] ( 253/2646) nexus-db-model tests::test_ip_subnet_check_requestable_address
70022026-02-26T20:20:00.012Z PASS [ 0.038s] ( 254/2646) nexus-db-model tests::test_ipv6_net_random_subnet
70032026-02-26T20:20:00.037Z PASS [ 0.040s] ( 255/2646) nexus-db-model tests::test_roles_database_strings
70042026-02-26T20:20:00.062Z PASS [ 0.034s] ( 256/2646) nexus-db-model tests::test_vpc_subnet_check_requestable_addr
70052026-02-26T20:20:00.087Z PASS [ 0.048s] ( 257/2646) nexus-db-model typed_uuid::tests::test_compare_consistency
70062026-02-26T20:20:00.087Z PASS [ 0.037s] ( 258/2646) nexus-db-model typed_uuid::tests::test_hash_equality
70072026-02-26T20:20:00.121Z PASS [ 0.050s] ( 259/2646) nexus-db-model vmm_state::tests::test_all_terminal_api_states_are_terminal_db_states
70082026-02-26T20:20:00.146Z PASS [ 0.046s] ( 260/2646) nexus-db-model vmm_state::tests::test_from_str_roundtrips
70092026-02-26T20:20:04.281Z PASS [ 27.192s] ( 261/2646) db-dev::test-db-dev test_db_run
70102026-02-26T20:20:05.512Z PASS [ 6.034s] ( 262/2646) nexus-db-lookup::integration lookup::test_lookup
70112026-02-26T20:20:05.831Z PASS [ 5.711s] ( 263/2646) nexus-db-queries db::collection_attach::test::fail_attach_if_update_condition_not_met
70122026-02-26T20:20:05.939Z PASS [ 5.815s] ( 264/2646) nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails
70132026-02-26T20:20:08.241Z PASS [ 3.960s] ( 265/2646) nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails
70142026-02-26T20:20:09.393Z PASS [ 3.881s] ( 266/2646) nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails
70152026-02-26T20:20:09.470Z PASS [ 3.639s] ( 267/2646) nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails
70162026-02-26T20:20:09.560Z PASS [ 3.621s] ( 268/2646) nexus-db-queries db::collection_attach::test::test_attach_multiple_times
70172026-02-26T20:20:12.711Z PASS [ 4.470s] ( 269/2646) nexus-db-queries db::collection_attach::test::test_attach_once
70182026-02-26T20:20:13.567Z PASS [ 4.007s] ( 270/2646) nexus-db-queries db::collection_attach::test::test_attach_with_filters
70192026-02-26T20:20:13.626Z PASS [ 0.057s] ( 271/2646) nexus-db-queries db::collection_attach::test::test_verify_query
70202026-02-26T20:20:13.690Z PASS [ 4.297s] ( 272/2646) nexus-db-queries db::collection_attach::test::test_attach_once_synchronous
70212026-02-26T20:20:13.956Z PASS [ 4.487s] ( 273/2646) nexus-db-queries db::collection_attach::test::test_attach_while_already_attached
70222026-02-26T20:20:16.669Z PASS [ 3.959s] ( 274/2646) nexus-db-queries db::collection_attach::test::test_attach_without_update_filter
70232026-02-26T20:20:17.532Z PASS [ 3.908s] ( 275/2646) nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails
70242026-02-26T20:20:17.692Z PASS [ 4.003s] ( 276/2646) nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails
70252026-02-26T20:20:17.795Z PASS [ 3.839s] ( 277/2646) nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails
70262026-02-26T20:20:17.856Z PASS [ 0.046s] ( 278/2646) nexus-db-queries db::collection_detach::test::test_verify_query
70272026-02-26T20:20:19.106Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
70282026-02-26T20:20:20.669Z PASS [ 3.998s] ( 279/2646) nexus-db-queries db::collection_detach::test::test_detach_once
70292026-02-26T20:20:21.499Z PASS [ 3.966s] ( 280/2646) nexus-db-queries db::collection_detach::test::test_detach_while_already_detached
70302026-02-26T20:20:21.678Z PASS [ 3.986s] ( 281/2646) nexus-db-queries db::collection_detach::test::test_detach_without_update_filter
70312026-02-26T20:20:21.783Z PASS [ 3.942s] ( 282/2646) nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource
70322026-02-26T20:20:24.793Z PASS [ 4.127s] ( 283/2646) nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection
70332026-02-26T20:20:25.576Z SLOW [> 60.000s] (─────────) oximeter-db client::tests::test_replicated
70342026-02-26T20:20:25.925Z PASS [ 4.428s] ( 284/2646) nexus-db-queries db::collection_detach_many::test::test_detach_many
70352026-02-26T20:20:25.950Z PASS [ 4.252s] ( 285/2646) nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails
70362026-02-26T20:20:26.015Z PASS [ 4.233s] ( 286/2646) nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds
70372026-02-26T20:20:26.062Z PASS [ 0.047s] ( 287/2646) nexus-db-queries db::collection_detach_many::test::test_verify_query
70382026-02-26T20:20:29.059Z PASS [ 4.266s] ( 288/2646) nexus-db-queries db::collection_detach_many::test::test_detach_once
70392026-02-26T20:20:29.675Z PASS [ 3.746s] ( 289/2646) nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached
70402026-02-26T20:20:29.729Z PASS [ 0.054s] ( 290/2646) nexus-db-queries db::collection_insert::test::test_verify_query
70412026-02-26T20:20:29.785Z PASS [ 0.056s] ( 291/2646) nexus-db-queries db::column_walker::test::test_all_columns_with_prefix
70422026-02-26T20:20:29.810Z PASS [ 3.727s] ( 292/2646) nexus-db-queries db::collection_insert::test::test_collection_not_present
70432026-02-26T20:20:29.847Z PASS [ 0.061s] ( 293/2646) nexus-db-queries db::column_walker::test::test_walk_columns
70442026-02-26T20:20:29.871Z PASS [ 0.059s] ( 294/2646) nexus-db-queries db::column_walker::test::test_walk_table
70452026-02-26T20:20:29.957Z PASS [ 4.033s] ( 295/2646) nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous
70462026-02-26T20:20:32.768Z PASS [ 3.709s] ( 296/2646) nexus-db-queries db::collection_insert::test::test_collection_present
70472026-02-26T20:20:36.663Z PASS [ 6.817s] ( 297/2646) nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_group_deletes_members
70482026-02-26T20:20:36.996Z PASS [ 7.149s] ( 298/2646) nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_instance_deletes_membership
70492026-02-26T20:20:39.649Z PASS [ 6.882s] ( 299/2646) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_list_remove
70502026-02-26T20:20:40.499Z PASS [ 10.544s] ( 300/2646) nexus-db-queries db::datastore::affinity::tests::affinity_group_max_members
70512026-02-26T20:20:43.622Z PASS [ 6.960s] ( 301/2646) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_remove_instance_with_vmm
70522026-02-26T20:20:44.897Z PASS [ 7.902s] ( 302/2646) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_for_deleted_objects
70532026-02-26T20:20:46.529Z PASS [ 6.880s] ( 303/2646) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_idempotency
70542026-02-26T20:20:48.366Z PASS [ 7.868s] ( 304/2646) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_list_extended
70552026-02-26T20:20:50.146Z PASS [ 6.525s] ( 305/2646) nexus-db-queries db::datastore::affinity::tests::affinity_group_names_are_unique_in_project
70562026-02-26T20:20:51.277Z PASS [ 6.381s] ( 306/2646) nexus-db-queries db::datastore::affinity::tests::affinity_groups_are_project_scoped
70572026-02-26T20:20:53.355Z PASS [ 6.827s] ( 307/2646) nexus-db-queries db::datastore::affinity::tests::affinity_groups_prevent_project_deletion
70582026-02-26T20:20:55.386Z PASS [ 7.020s] ( 308/2646) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_group_deletes_members
70592026-02-26T20:20:57.152Z PASS [ 7.007s] ( 309/2646) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_instance_deletes_membership
70602026-02-26T20:21:00.103Z PASS [ 6.748s] ( 310/2646) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_list_remove
70612026-02-26T20:21:01.227Z PASS [ 9.952s] ( 311/2646) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_max_members
70622026-02-26T20:21:01.948Z PASS [ 6.563s] ( 312/2646) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_remove_instance_with_vmm
70632026-02-26T20:21:05.284Z PASS [ 8.133s] ( 313/2646) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_for_deleted_objects
70642026-02-26T20:21:07.132Z PASS [ 7.031s] ( 314/2646) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_idempotency
70652026-02-26T20:21:08.405Z PASS [ 6.456s] ( 315/2646) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_names_are_unique_in_project
70662026-02-26T20:21:09.214Z PASS [ 7.988s] ( 316/2646) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_list_extended
70672026-02-26T20:21:11.791Z PASS [ 6.508s] ( 317/2646) nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_are_project_scoped
70682026-02-26T20:21:13.859Z PASS [ 6.728s] ( 318/2646) nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_prevent_project_deletion
70692026-02-26T20:21:15.698Z PASS [ 3.908s] ( 319/2646) nexus-db-queries db::datastore::alert_rx::test::explain_alert_class_glob
70702026-02-26T20:21:17.455Z PASS [ 9.052s] ( 320/2646) nexus-db-queries db::datastore::affinity::tests::instance_max_affinity_groups
70712026-02-26T20:21:18.386Z PASS [ 9.173s] ( 321/2646) nexus-db-queries db::datastore::affinity::tests::instance_max_anti_affinity_groups
70722026-02-26T20:21:19.097Z SLOW [>180.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
70732026-02-26T20:21:20.731Z PASS [ 6.873s] ( 322/2646) nexus-db-queries db::datastore::alert_rx::test::test_alert_class_globs
70742026-02-26T20:21:22.382Z PASS [ 6.684s] ( 323/2646) nexus-db-queries db::datastore::alert_rx::test::test_rx_is_subscribed_to_event
70752026-02-26T20:21:23.438Z PASS [ 5.984s] ( 324/2646) nexus-db-queries db::datastore::allow_list::tests::test_allowed_source_ip_database_ops
70762026-02-26T20:21:24.647Z PASS [ 6.262s] ( 325/2646) nexus-db-queries db::datastore::audit_log::tests::test_audit_log_basic
70772026-02-26T20:21:25.568Z SLOW [>120.000s] (─────────) oximeter-db client::tests::test_replicated
70782026-02-26T20:21:26.916Z PASS [ 6.186s] ( 326/2646) nexus-db-queries db::datastore::audit_log::tests::test_audit_log_id_as_order_tiebreaker
70792026-02-26T20:21:28.421Z PASS [ 6.040s] ( 327/2646) nexus-db-queries db::datastore::bgp::tests::test_delete_bgp_config_and_announce_set_by_name
70802026-02-26T20:21:29.846Z PASS [ 6.409s] ( 328/2646) nexus-db-queries db::datastore::clickhouse_policy::tests::test_clickhouse_policy_basic
70812026-02-26T20:21:30.978Z PASS [ 6.332s] ( 329/2646) nexus-db-queries db::datastore::cockroachdb_node_id::tests::test_cockroachdb_node_id
70822026-02-26T20:21:33.467Z PASS [ 6.551s] ( 330/2646) nexus-db-queries db::datastore::cockroachdb_settings::test::test_preserve_downgrade
70832026-02-26T20:21:33.559Z PASS [ 3.713s] ( 331/2646) nexus-db-queries db::datastore::db_metadata::test::check_schema_is_current_version
70842026-02-26T20:21:35.429Z PASS [ 7.009s] ( 332/2646) nexus-db-queries db::datastore::crucible_dataset::test::test_insert_if_not_exists
70852026-02-26T20:21:35.775Z PASS [ 4.797s] ( 333/2646) nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward
70862026-02-26T20:21:37.033Z PASS [ 3.566s] ( 334/2646) nexus-db-queries db::datastore::db_metadata::test::schema_version_subcomponents_save_progress
70872026-02-26T20:21:37.426Z PASS [ 3.867s] ( 335/2646) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_nexus_not_registered
70882026-02-26T20:21:39.374Z PASS [ 3.946s] ( 336/2646) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_nexus_wrong_state
70892026-02-26T20:21:39.772Z PASS [ 3.997s] ( 337/2646) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_success
70902026-02-26T20:21:41.007Z PASS [ 3.975s] ( 338/2646) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_with_active_records
70912026-02-26T20:21:41.042Z PASS [ 3.617s] ( 339/2646) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_empty_table_permits_access
70922026-02-26T20:21:43.018Z PASS [ 3.644s] ( 340/2646) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_lockout_refuses_access
70932026-02-26T20:21:43.516Z PASS [ 3.744s] ( 341/2646) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_nexus_id
70942026-02-26T20:21:44.592Z PASS [ 3.549s] ( 342/2646) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_schema_too_new
70952026-02-26T20:21:44.948Z PASS [ 3.942s] ( 343/2646) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_normal_use
70962026-02-26T20:21:47.084Z PASS [ 4.066s] ( 344/2646) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_update_now
70972026-02-26T20:21:47.669Z PASS [ 4.153s] ( 345/2646) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_wait_for_handoff
70982026-02-26T20:21:48.506Z PASS [ 3.557s] ( 346/2646) nexus-db-queries db::datastore::db_metadata::test::update_schema_needs_handoff_is_transient
70992026-02-26T20:21:50.605Z PASS [ 3.521s] ( 347/2646) nexus-db-queries db::datastore::db_metadata::test::update_schema_try_later_is_transient
71002026-02-26T20:21:50.874Z PASS [ 6.284s] ( 348/2646) nexus-db-queries db::datastore::db_metadata::test::test_database_nexus_access_delete
71012026-02-26T20:21:51.165Z PASS [ 3.497s] ( 349/2646) nexus-db-queries db::datastore::db_metadata::test::update_schema_version_mismatch_without_config_is_permanent
71022026-02-26T20:21:51.580Z PASS [ 0.415s] ( 350/2646) nexus-db-queries db::datastore::deployment::tests::expectorate_insert_target_query
71032026-02-26T20:21:55.200Z PASS [ 3.620s] ( 351/2646) nexus-db-queries db::datastore::deployment::tests::explain_insert_target_query
71042026-02-26T20:21:55.635Z PASS [ 7.130s] ( 352/2646) nexus-db-queries db::datastore::deployment::external_networking::tests::test_allocate_external_networking
71052026-02-26T20:21:55.758Z PASS [ 216.670s] ( 353/2646) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
71062026-02-26T20:21:57.414Z PASS [ 6.810s] ( 354/2646) nexus-db-queries db::datastore::deployment::external_networking::tests::test_deallocate_external_networking
71072026-02-26T20:21:58.261Z PASS [ 7.388s] ( 355/2646) nexus-db-queries db::datastore::deployment::external_networking::tests::test_external_dns_external_ips_specified_by_rack_setup
71082026-02-26T20:22:02.898Z PASS [ 7.264s] ( 356/2646) nexus-db-queries db::datastore::deployment::tests::test_empty_blueprint
71092026-02-26T20:22:03.750Z PASS [ 7.980s] ( 357/2646) nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_bails_on_bad_target
71102026-02-26T20:22:04.302Z PASS [ 9.102s] ( 358/2646) nexus-db-queries db::datastore::deployment::tests::test_concurrent_blueprint_read_delete
71112026-02-26T20:22:04.706Z PASS [ 7.293s] ( 359/2646) nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_works_with_good_target
71122026-02-26T20:22:04.759Z PASS [ 0.052s] ( 360/2646) nexus-db-queries db::datastore::dns::test::test_dns_builder_basic
71132026-02-26T20:22:09.030Z PASS [ 10.770s] ( 361/2646) nexus-db-queries db::datastore::deployment::tests::test_representative_blueprint
71142026-02-26T20:22:09.985Z PASS [ 7.087s] ( 362/2646) nexus-db-queries db::datastore::deployment::tests::test_set_target
71152026-02-26T20:22:11.055Z PASS [ 6.754s] ( 363/2646) nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent
71162026-02-26T20:22:11.258Z PASS [ 6.500s] ( 364/2646) nexus-db-queries db::datastore::dns::test::test_dns_uniqueness
71172026-02-26T20:22:11.307Z PASS [ 7.571s] ( 365/2646) nexus-db-queries db::datastore::deployment::tests::test_set_target_enabled
71182026-02-26T20:22:15.965Z PASS [ 6.936s] ( 366/2646) nexus-db-queries db::datastore::dns::test::test_dns_update_from_version
71192026-02-26T20:22:17.692Z PASS [ 6.639s] ( 367/2646) nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic
71202026-02-26T20:22:17.763Z PASS [ 6.457s] ( 368/2646) nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized
71212026-02-26T20:22:18.203Z PASS [ 8.219s] ( 369/2646) nexus-db-queries db::datastore::dns::test::test_dns_update_incremental
71222026-02-26T20:22:18.367Z PASS [ 7.109s] ( 370/2646) nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex
71232026-02-26T20:22:19.189Z PASS [ 3.224s] ( 371/2646) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_default
71242026-02-26T20:22:21.212Z PASS [ 3.519s] ( 372/2646) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_only_serials
71252026-02-26T20:22:21.362Z PASS [ 3.599s] ( 373/2646) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_only_time
71262026-02-26T20:22:21.666Z PASS [ 3.464s] ( 374/2646) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_serials_and_classes
71272026-02-26T20:22:21.825Z PASS [ 3.459s] ( 375/2646) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_time_and_serials
71282026-02-26T20:22:22.700Z PASS [ 3.511s] ( 376/2646) nexus-db-queries db::datastore::ereport::tests::explain_host_latest_ereport_id
71292026-02-26T20:22:24.611Z PASS [ 3.399s] ( 377/2646) nexus-db-queries db::datastore::ereport::tests::explain_restart_list_by_serial
71302026-02-26T20:22:25.284Z PASS [ 3.922s] ( 378/2646) nexus-db-queries db::datastore::ereport::tests::explain_sp_latest_ereport_id
71312026-02-26T20:22:25.559Z SLOW [>180.000s] (─────────) oximeter-db client::tests::test_replicated
71322026-02-26T20:22:28.570Z PASS [ 6.904s] ( 379/2646) nexus-db-queries db::datastore::ereport::tests::test_ereport_fetch_matching
71332026-02-26T20:22:29.717Z PASS [ 7.846s] ( 380/2646) nexus-db-queries db::datastore::external_ip::tests::test_ephemeral_ip_uses_unicast_default_not_multicast
71342026-02-26T20:22:30.095Z PASS [ 7.396s] ( 381/2646) nexus-db-queries db::datastore::external_ip::tests::test_floating_ip_uses_unicast_default_not_multicast
71352026-02-26T20:22:32.384Z PASS [ 7.101s] ( 382/2646) nexus-db-queries db::datastore::external_subnet::tests::basic_subnet_pool_crud
71362026-02-26T20:22:32.672Z PASS [ 8.062s] ( 383/2646) nexus-db-queries db::datastore::external_ip::tests::test_service_ip_list
71372026-02-26T20:22:35.563Z PASS [ 6.995s] ( 384/2646) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_from_explicit_ip_subnet
71382026-02-26T20:22:36.187Z PASS [ 6.517s] ( 385/2646) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_from_explicit_pool_selection
71392026-02-26T20:22:36.454Z PASS [ 6.360s] ( 386/2646) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_from_ip_version
71402026-02-26T20:22:38.800Z PASS [ 6.417s] ( 387/2646) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_using_default_pool
71412026-02-26T20:22:39.042Z PASS [ 6.370s] ( 388/2646) nexus-db-queries db::datastore::external_subnet::tests::can_link_subnet_pool_to_silo
71422026-02-26T20:22:42.425Z PASS [ 6.863s] ( 389/2646) nexus-db-queries db::datastore::external_subnet::tests::cannot_delete_external_subnet_attached_to_instance
71432026-02-26T20:22:42.598Z PASS [ 6.411s] ( 390/2646) nexus-db-queries db::datastore::external_subnet::tests::cannot_delete_subnet_pool_with_outstanding_members
71442026-02-26T20:22:43.060Z PASS [ 6.606s] ( 391/2646) nexus-db-queries db::datastore::external_subnet::tests::cannot_insert_overlapping_external_subnets
71452026-02-26T20:22:45.360Z PASS [ 6.319s] ( 392/2646) nexus-db-queries db::datastore::external_subnet::tests::cannot_insert_subnet_pool_member_with_overlapping_ip_subnet
71462026-02-26T20:22:45.432Z PASS [ 6.633s] ( 393/2646) nexus-db-queries db::datastore::external_subnet::tests::cannot_insert_subnet_pool_member_which_overlaps_ip_pool_range
71472026-02-26T20:22:48.649Z PASS [ 6.225s] ( 394/2646) nexus-db-queries db::datastore::external_subnet::tests::cannot_link_deleted_subnet_pool_to_silo
71482026-02-26T20:22:48.933Z PASS [ 6.336s] ( 395/2646) nexus-db-queries db::datastore::external_subnet::tests::cannot_link_subnet_pool_to_deleted_silo
71492026-02-26T20:22:49.608Z PASS [ 6.549s] ( 396/2646) nexus-db-queries db::datastore::external_subnet::tests::cannot_request_explicit_ip_subnet_outside_of_linked_pools
71502026-02-26T20:22:52.305Z PASS [ 6.874s] ( 397/2646) nexus-db-queries db::datastore::external_subnet::tests::creating_subnet_with_multiple_default_pools_fails
71512026-02-26T20:22:52.378Z PASS [ 7.019s] ( 398/2646) nexus-db-queries db::datastore::external_subnet::tests::cannot_unlink_subnet_pool_with_external_subnets_in_silo
71522026-02-26T20:22:55.375Z PASS [ 6.443s] ( 399/2646) nexus-db-queries db::datastore::external_subnet::tests::deleting_nonexistent_pool_silo_link_fails
71532026-02-26T20:22:55.774Z PASS [ 7.126s] ( 400/2646) nexus-db-queries db::datastore::external_subnet::tests::creating_subnet_with_no_default_pools_fails
71542026-02-26T20:22:56.743Z PASS [ 7.135s] ( 401/2646) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_skips_too_small_gaps_at_member_start
71552026-02-26T20:22:59.285Z PASS [ 6.981s] ( 402/2646) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_skips_too_small_gaps_in_member_middle
71562026-02-26T20:22:59.632Z PASS [ 7.256s] ( 403/2646) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_skips_too_small_prefix_aligned_gap
71572026-02-26T20:23:02.006Z PASS [ 6.631s] ( 404/2646) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_takes_smallest_gap_at_member_start
71582026-02-26T20:23:02.425Z PASS [ 6.651s] ( 405/2646) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_takes_smallest_gap_in_member_middle
71592026-02-26T20:23:03.481Z PASS [ 6.740s] ( 406/2646) nexus-db-queries db::datastore::external_subnet::tests::fail_on_subnet_pool_exhaustion
71602026-02-26T20:23:03.940Z PASS [ 0.458s] ( 407/2646) nexus-db-queries db::datastore::fm::tests::expectorate_insert_sitrep_version_query
71612026-02-26T20:23:04.282Z PASS [ 0.342s] ( 408/2646) nexus-db-queries db::datastore::fm::tests::expectorate_sitrep_list_orphans_no_marker
71622026-02-26T20:23:04.635Z PASS [ 0.352s] ( 409/2646) nexus-db-queries db::datastore::fm::tests::expectorate_sitrep_list_orphans_with_marker
71632026-02-26T20:23:05.824Z PASS [ 6.540s] ( 410/2646) nexus-db-queries db::datastore::external_subnet::tests::fail_to_allocate_external_subnet_with_bad_prefix
71642026-02-26T20:23:06.116Z PASS [ 6.484s] ( 411/2646) nexus-db-queries db::datastore::external_subnet::tests::handle_overflow_at_subnet_boundaries
71652026-02-26T20:23:08.366Z PASS [ 6.361s] ( 412/2646) nexus-db-queries db::datastore::external_subnet::tests::linking_subnet_pool_and_silo_multiple_times_fails
71662026-02-26T20:23:08.797Z PASS [ 6.373s] ( 413/2646) nexus-db-queries db::datastore::external_subnet::tests::updating_nonexistent_pool_silo_link_fails
71672026-02-26T20:23:08.822Z PASS [ 4.186s] ( 414/2646) nexus-db-queries db::datastore::fm::tests::explain_insert_sitrep_version_query
71682026-02-26T20:23:09.530Z PASS [ 3.706s] ( 415/2646) nexus-db-queries db::datastore::fm::tests::explain_sitrep_list_orphaned_query
71692026-02-26T20:23:09.939Z PASS [ 3.823s] ( 416/2646) nexus-db-queries db::datastore::fm::tests::explain_sitrep_read_ereports_query
71702026-02-26T20:23:12.072Z PASS [ 3.706s] ( 417/2646) nexus-db-queries db::datastore::fm::tests::explain_sitrep_version_list_query
71712026-02-26T20:23:15.004Z PASS [ 6.184s] ( 418/2646) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_with_current_parent
71722026-02-26T20:23:15.795Z PASS [ 6.265s] ( 419/2646) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_with_nonexistent_parent_fails
71732026-02-26T20:23:16.162Z PASS [ 6.224s] ( 420/2646) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_with_outdated_parent_fails
71742026-02-26T20:23:16.576Z PASS [ 7.780s] ( 421/2646) nexus-db-queries db::datastore::fm::tests::test_concurrent_sitrep_read_delete
71752026-02-26T20:23:18.171Z PASS [ 6.100s] ( 422/2646) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_without_parent
71762026-02-26T20:23:22.135Z PASS [ 7.133s] ( 423/2646) nexus-db-queries db::datastore::fm::tests::test_sitrep_cases_roundtrip
71772026-02-26T20:23:22.833Z PASS [ 7.039s] ( 424/2646) nexus-db-queries db::datastore::fm::tests::test_sitrep_delete_deletes_cases
71782026-02-26T20:23:22.864Z PASS [ 6.703s] ( 425/2646) nexus-db-queries db::datastore::fm::tests::test_sitrep_list_orphaned
71792026-02-26T20:23:25.293Z PASS [ 7.123s] ( 426/2646) nexus-db-queries db::datastore::instance::tests::test_instance_commit_update_is_idempotent
71802026-02-26T20:23:25.552Z SLOW [>240.000s] (─────────) oximeter-db client::tests::test_replicated
71812026-02-26T20:23:26.427Z PASS [ 9.852s] ( 427/2646) nexus-db-queries db::datastore::instance::tests::test_instance_and_vmm_list_by_sled_agent
71822026-02-26T20:23:28.820Z PASS [ 6.686s] ( 428/2646) nexus-db-queries db::datastore::instance::tests::test_instance_deletion_is_idempotent
71832026-02-26T20:23:29.851Z PASS [ 7.019s] ( 429/2646) nexus-db-queries db::datastore::instance::tests::test_instance_fetch_all
71842026-02-26T20:23:29.987Z PASS [ 7.124s] ( 430/2646) nexus-db-queries db::datastore::instance::tests::test_instance_set_migration_ids
71852026-02-26T20:23:32.325Z PASS [ 7.033s] ( 431/2646) nexus-db-queries db::datastore::instance::tests::test_instance_update_invalidated_while_locked
71862026-02-26T20:23:33.736Z PASS [ 7.302s] ( 432/2646) nexus-db-queries db::datastore::instance::tests::test_instance_updater_acquires_lock
71872026-02-26T20:23:36.293Z PASS [ 7.473s] ( 433/2646) nexus-db-queries db::datastore::instance::tests::test_instance_updater_cant_unlock_someone_elses_instance_
71882026-02-26T20:23:37.029Z PASS [ 7.179s] ( 434/2646) nexus-db-queries db::datastore::instance::tests::test_instance_updater_lock_is_idempotent
71892026-02-26T20:23:37.223Z PASS [ 7.237s] ( 435/2646) nexus-db-queries db::datastore::instance::tests::test_unlocking_a_deleted_instance_is_okay
71902026-02-26T20:23:40.259Z PASS [ 6.532s] ( 436/2646) nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found
71912026-02-26T20:23:41.047Z PASS [ 8.723s] ( 437/2646) nexus-db-queries db::datastore::inventory::test::test_concurrent_inventory_read_delete
71922026-02-26T20:23:43.612Z PASS [ 7.320s] ( 438/2646) nexus-db-queries db::datastore::inventory::test::test_inventory_deletion
71932026-02-26T20:23:44.212Z PASS [ 6.990s] ( 439/2646) nexus-db-queries db::datastore::inventory::test::test_reconciler_status_fields
71942026-02-26T20:23:46.980Z PASS [ 6.722s] ( 440/2646) nexus-db-queries db::datastore::inventory::test::test_representative_collection_populates_database
71952026-02-26T20:23:47.758Z PASS [ 10.731s] ( 441/2646) nexus-db-queries db::datastore::inventory::test::test_inventory_insert
71962026-02-26T20:23:47.999Z PASS [ 6.952s] ( 442/2646) nexus-db-queries db::datastore::inventory::test::test_sled_agent_measurements
71972026-02-26T20:23:48.059Z PASS [ 3.847s] ( 443/2646) nexus-db-queries db::datastore::ip_pool::test::can_explain_link_ip_pool_to_silo_query
71982026-02-26T20:23:50.436Z PASS [ 6.825s] ( 444/2646) nexus-db-queries db::datastore::inventory::test::test_zone_image_source
71992026-02-26T20:23:50.678Z PASS [ 3.698s] ( 445/2646) nexus-db-queries db::datastore::ip_pool::test::can_explain_reserve_external_ip_pool_query
72002026-02-26T20:23:51.320Z PASS [ 3.561s] ( 446/2646) nexus-db-queries db::datastore::ip_pool::test::can_explain_reserve_internal_ip_pool_query
72012026-02-26T20:23:51.579Z PASS [ 3.581s] ( 447/2646) nexus-db-queries db::datastore::ip_pool::test::can_explain_unlink_ip_pool_from_external_silo_query
72022026-02-26T20:23:53.490Z PASS [ 5.432s] ( 448/2646) nexus-db-queries db::datastore::ip_pool::test::cannot_delete_last_internally_reserved_ip_pool
72032026-02-26T20:23:56.132Z PASS [ 5.455s] ( 449/2646) nexus-db-queries db::datastore::ip_pool::test::cannot_externally_reserve_last_internally_reserved_ip_pool
72042026-02-26T20:23:56.157Z PASS [ 5.707s] ( 450/2646) nexus-db-queries db::datastore::ip_pool::test::cannot_externally_reserve_ip_pool_with_outstanding_external_ips
72052026-02-26T20:23:56.800Z PASS [ 5.480s] ( 451/2646) nexus-db-queries db::datastore::ip_pool::test::cannot_insert_ip_pool_range_which_overlaps_subnet_pool_member
72062026-02-26T20:23:57.105Z PASS [ 0.305s] ( 452/2646) nexus-db-queries db::datastore::ip_pool::test::expectorate_insert_ip_pool_external_silo_link
72072026-02-26T20:23:57.166Z PASS [ 5.588s] ( 453/2646) nexus-db-queries db::datastore::ip_pool::test::cannot_link_oxide_internal_pool_to_external_silo
72082026-02-26T20:23:57.368Z PASS [ 0.263s] ( 454/2646) nexus-db-queries db::datastore::ip_pool::test::expectorate_reserve_external_ip_pool_query
72092026-02-26T20:23:57.437Z PASS [ 0.270s] ( 455/2646) nexus-db-queries db::datastore::ip_pool::test::expectorate_reserve_internal_ip_pool_query
72102026-02-26T20:23:58.972Z PASS [ 5.482s] ( 456/2646) nexus-db-queries db::datastore::ip_pool::test::cannot_link_pool_to_deleted_silo
72112026-02-26T20:24:02.363Z PASS [ 6.220s] ( 457/2646) nexus-db-queries db::datastore::ip_pool::test::cannot_reserve_externally_linked_pool_for_internal_use
72122026-02-26T20:24:02.402Z PASS [ 6.269s] ( 458/2646) nexus-db-queries db::datastore::ip_pool::test::cannot_link_silo_to_deleted_pool
72132026-02-26T20:24:03.799Z PASS [ 6.361s] ( 459/2646) nexus-db-queries db::datastore::ip_pool::test::test_cannot_insert_range_in_pool_with_different_ip_version
72142026-02-26T20:24:04.579Z PASS [ 7.209s] ( 460/2646) nexus-db-queries db::datastore::ip_pool::test::paginate_ip_pools_by_delegation_type
72152026-02-26T20:24:05.966Z PASS [ 6.995s] ( 461/2646) nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools
72162026-02-26T20:24:08.730Z PASS [ 6.369s] ( 462/2646) nexus-db-queries db::datastore::ip_pool::test::test_default_pool_ipv4_ipv6_conflict
72172026-02-26T20:24:08.774Z PASS [ 6.374s] ( 463/2646) nexus-db-queries db::datastore::ip_pool::test::test_default_pool_ipv4_ipv6_ordering
72182026-02-26T20:24:09.782Z PASS [ 5.986s] ( 464/2646) nexus-db-queries db::datastore::ip_pool::test::test_denormalized_columns_consistency
72192026-02-26T20:24:10.808Z PASS [ 6.232s] ( 465/2646) nexus-db-queries db::datastore::ip_pool::test::test_fetch_default_returns_unicast_not_multicast
72202026-02-26T20:24:12.325Z PASS [ 6.360s] ( 466/2646) nexus-db-queries db::datastore::ip_pool::test::test_gateway_linking_unicast_only
72212026-02-26T20:24:14.860Z PASS [ 6.131s] ( 467/2646) nexus-db-queries db::datastore::ip_pool::test::test_internal_ip_pools
72222026-02-26T20:24:15.267Z PASS [ 6.494s] ( 468/2646) nexus-db-queries db::datastore::ip_pool::test::test_ip_pool_fetch_containing_address
72232026-02-26T20:24:15.755Z PASS [ 5.973s] ( 469/2646) nexus-db-queries db::datastore::ip_pool::test::test_ip_pools_fetch_any_by_type_ip_version_filtering
72242026-02-26T20:24:17.167Z PASS [ 6.359s] ( 470/2646) nexus-db-queries db::datastore::ip_pool::test::test_ip_pools_fetch_asm_multicast
72252026-02-26T20:24:18.420Z PASS [ 6.095s] ( 471/2646) nexus-db-queries db::datastore::ip_pool::test::test_ip_pools_fetch_ssm_multicast
72262026-02-26T20:24:21.153Z PASS [ 6.293s] ( 472/2646) nexus-db-queries db::datastore::ip_pool::test::test_ipv4_ip_pool_utilization
72272026-02-26T20:24:21.285Z PASS [ 6.018s] ( 473/2646) nexus-db-queries db::datastore::ip_pool::test::test_ipv6_ip_pool_utilization
72282026-02-26T20:24:21.573Z PASS [ 5.819s] ( 474/2646) nexus-db-queries db::datastore::ip_pool::test::test_ipv6_only_default_pool
72292026-02-26T20:24:22.617Z PASS [ 5.451s] ( 475/2646) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_basic_operations
72302026-02-26T20:24:24.504Z PASS [ 6.085s] ( 476/2646) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_default_by_type
72312026-02-26T20:24:25.544Z SLOW [>300.000s] (─────────) oximeter-db client::tests::test_replicated
72322026-02-26T20:24:27.477Z PASS [ 6.324s] ( 477/2646) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_fetch_any_by_type
72332026-02-26T20:24:27.730Z PASS [ 6.446s] ( 478/2646) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_ranges
72342026-02-26T20:24:27.950Z PASS [ 6.378s] ( 479/2646) nexus-db-queries db::datastore::ip_pool::test::test_multiple_default_pools_per_silo
72352026-02-26T20:24:29.423Z PASS [ 6.807s] ( 480/2646) nexus-db-queries db::datastore::ip_pool::test::test_separate_v4_v6_unicast_default_pools
72362026-02-26T20:24:31.465Z PASS [ 6.962s] ( 481/2646) nexus-db-queries db::datastore::migration::tests::test_migration_query_by_instance
72372026-02-26T20:24:34.804Z PASS [ 6.854s] ( 482/2646) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_asm_fallback_when_no_ssm_pool
72382026-02-26T20:24:34.830Z PASS [ 7.347s] ( 483/2646) nexus-db-queries db::datastore::multicast::groups::tests::test_ensure_underlay_multicast_group_collision
72392026-02-26T20:24:35.753Z PASS [ 8.024s] ( 484/2646) nexus-db-queries db::datastore::multicast::groups::tests::test_mark_for_removal_blocked_by_members
72402026-02-26T20:24:36.464Z PASS [ 7.042s] ( 485/2646) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_create_and_fetch
72412026-02-26T20:24:38.428Z PASS [ 6.964s] ( 486/2646) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_datastore_default_pool_allocation
72422026-02-26T20:24:40.874Z PASS [ 6.048s] ( 487/2646) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_deallocation_return_values
72432026-02-26T20:24:41.029Z PASS [ 6.226s] ( 488/2646) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_datastore_underlay_linkage
72442026-02-26T20:24:42.007Z PASS [ 6.254s] ( 489/2646) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_has_sources_pool_selection
72452026-02-26T20:24:42.203Z PASS [ 5.739s] ( 490/2646) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_ip_reuse_after_deletion
72462026-02-26T20:24:44.469Z PASS [ 6.040s] ( 491/2646) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_list_fleet_wide
72472026-02-26T20:24:47.704Z PASS [ 6.676s] ( 492/2646) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_pool_exhaustion_and_reuse
72482026-02-26T20:24:48.034Z PASS [ 7.164s] ( 493/2646) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_lookup_by_ip
72492026-02-26T20:24:48.567Z PASS [ 6.561s] ( 494/2646) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_set_underlay_salt
72502026-02-26T20:24:48.761Z PASS [ 6.560s] ( 495/2646) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_state_transitions
72512026-02-26T20:24:52.451Z PASS [ 7.985s] ( 496/2646) nexus-db-queries db::datastore::multicast::members::tests::test_instance_get_sled_id
72522026-02-26T20:24:55.022Z PASS [ 6.456s] ( 497/2646) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_error_priority_both_invalid
72532026-02-26T20:24:56.330Z PASS [ 8.623s] ( 498/2646) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_allows_creating_rejects_deleting
72542026-02-26T20:24:56.363Z PASS [ 8.330s] ( 499/2646) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_concurrent_same_member
72552026-02-26T20:24:57.248Z PASS [ 8.485s] ( 500/2646) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_idempotency
72562026-02-26T20:25:00.196Z PASS [ 7.746s] ( 501/2646) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_invalid_group_or_instance
72572026-02-26T20:25:02.829Z PASS [ 7.807s] ( 502/2646) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_partial_index_behavior
72582026-02-26T20:25:03.908Z PASS [ 7.545s] ( 503/2646) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_stopped_instance
72592026-02-26T20:25:04.205Z PASS [ 7.879s] ( 504/2646) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_reactivation_source_handling
72602026-02-26T20:25:05.523Z PASS [ 8.277s] ( 505/2646) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_attach_to_instance
72612026-02-26T20:25:08.441Z PASS [ 8.245s] ( 506/2646) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_database_error_handling
72622026-02-26T20:25:10.634Z PASS [ 7.806s] ( 507/2646) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_duplicate_prevention
72632026-02-26T20:25:11.333Z PASS [ 7.425s] ( 508/2646) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_operations_with_parent_id
72642026-02-26T20:25:11.886Z PASS [ 7.682s] ( 509/2646) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_set_instance_sled
72652026-02-26T20:25:12.967Z PASS [ 7.445s] ( 510/2646) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_state_transitions_datastore
72662026-02-26T20:25:17.335Z PASS [ 8.166s] ( 511/2646) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_complete_delete
72672026-02-26T20:25:18.301Z PASS [ 7.668s] ( 512/2646) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_delete_by_group
72682026-02-26T20:25:19.689Z PASS [ 8.359s] ( 513/2646) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_detach_by_instance
72692026-02-26T20:25:19.896Z PASS [ 8.011s] ( 514/2646) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_mark_for_removal
72702026-02-26T20:25:20.910Z PASS [ 7.945s] ( 515/2646) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_member_sled_id_lifecycle
72712026-02-26T20:25:24.165Z PASS [ 7.561s] ( 516/2646) nexus-db-queries db::datastore::multicast::members::tests::test_source_ips_union_across_members
72722026-02-26T20:25:24.386Z PASS [ 6.086s] ( 517/2646) nexus-db-queries db::datastore::multicast::members::tests::test_source_ips_union_empty_input
72732026-02-26T20:25:25.536Z SLOW [>360.000s] (─────────) oximeter-db client::tests::test_replicated
72742026-02-26T20:25:26.680Z PASS [ 6.991s] ( 518/2646) nexus-db-queries db::datastore::multicast::members::tests::test_source_ips_union_group_with_no_members
72752026-02-26T20:25:27.461Z PASS [ 7.567s] ( 519/2646) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_concurrent_state_change
72762026-02-26T20:25:28.772Z PASS [ 7.862s] ( 520/2646) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_instance_invalid
72772026-02-26T20:25:31.951Z PASS [ 7.786s] ( 521/2646) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_member_not_found
72782026-02-26T20:25:32.678Z PASS [ 8.279s] ( 522/2646) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_migration_scenario
72792026-02-26T20:25:35.036Z PASS [ 8.357s] ( 523/2646) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_no_change_needed
72802026-02-26T20:25:36.111Z PASS [ 8.650s] ( 524/2646) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_sled_id_changed
72812026-02-26T20:25:38.065Z PASS [ 9.292s] ( 525/2646) nexus-db-queries db::datastore::nat_entry::test::nat_changeset
72822026-02-26T20:25:38.489Z PASS [ 6.538s] ( 526/2646) nexus-db-queries db::datastore::nat_entry::test::nat_sync_service_zones
72832026-02-26T20:25:39.128Z PASS [ 6.464s] ( 527/2646) nexus-db-queries db::datastore::nat_entry::test::nat_version_tracking
72842026-02-26T20:25:41.051Z PASS [ 6.016s] ( 528/2646) nexus-db-queries db::datastore::nat_entry::test::table_allows_unique_active_multiple_deleted
72852026-02-26T20:25:43.069Z PASS [ 6.959s] ( 529/2646) nexus-db-queries db::datastore::network_interface::tests::test_service_network_interfaces_list
72862026-02-26T20:25:44.047Z PASS [ 5.984s] ( 530/2646) nexus-db-queries db::datastore::oximeter::tests::test_oximeter_expunge
72872026-02-26T20:25:45.944Z PASS [ 7.456s] ( 531/2646) nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassign_fails_if_no_collectors
72882026-02-26T20:25:47.552Z PASS [ 6.501s] ( 532/2646) nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_reassigns_if_oximeter_expunged
72892026-02-26T20:25:50.632Z PASS [ 6.587s] ( 533/2646) nexus-db-queries db::datastore::oximeter::tests::test_producers_list_expired
72902026-02-26T20:25:51.308Z PASS [ 385.782s] ( 534/2646) oximeter-db client::tests::test_replicated
72912026-02-26T20:25:51.384Z PASS [ 0.073s] ( 535/2646) omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_1
72922026-02-26T20:25:51.447Z PASS [ 0.063s] ( 536/2646) omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_2
72932026-02-26T20:25:51.493Z PASS [ 0.043s] ( 537/2646) omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_3
72942026-02-26T20:25:51.521Z PASS [ 0.029s] ( 538/2646) omicron-clickhouse-admin context::tests::test_read_generation_from_file_none
72952026-02-26T20:25:51.552Z PASS [ 0.033s] ( 539/2646) omicron-clickhouse-admin context::tests::test_read_generation_from_file_success
72962026-02-26T20:25:52.226Z PASS [ 0.674s] ( 540/2646) omicron-clickhouse-admin::integration_test test_keeper_cluster_membership
72972026-02-26T20:25:52.280Z PASS [ 6.333s] ( 541/2646) nexus-db-queries db::datastore::oximeter_read_policy::tests::test_oximeter_read_policy_basic
72982026-02-26T20:25:52.431Z PASS [ 0.205s] ( 542/2646) omicron-clickhouse-admin::integration_test test_keeper_conf_parsing
72992026-02-26T20:25:52.654Z PASS [ 0.223s] ( 543/2646) omicron-clickhouse-admin::integration_test test_lgif_parsing
73002026-02-26T20:25:52.852Z PASS [ 0.196s] ( 544/2646) omicron-clickhouse-admin::integration_test test_raft_config_parsing
73012026-02-26T20:25:53.016Z PASS [ 0.165s] ( 545/2646) omicron-clickhouse-admin::integration_test test_teardown
73022026-02-26T20:25:53.113Z PASS [ 0.096s] ( 546/2646) oximeter-db client::tests::check_actual_schema_upgrades_are_valid_replicated
73032026-02-26T20:25:54.050Z PASS [ 6.493s] ( 547/2646) nexus-db-queries db::datastore::physical_disk::test::physical_disk_cannot_insert_to_expunged_sled
73042026-02-26T20:25:56.028Z PASS [ 16.901s] ( 548/2646) nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassigns_randomly
73052026-02-26T20:25:56.380Z PASS [ 5.749s] ( 549/2646) nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency
73062026-02-26T20:25:58.387Z PASS [ 6.110s] ( 550/2646) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_delete_reupsert_new_sled
73072026-02-26T20:25:59.697Z PASS [ 5.630s] ( 551/2646) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_different_disks
73082026-02-26T20:26:02.230Z PASS [ 5.851s] ( 552/2646) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_same_uuid_collides
73092026-02-26T20:26:02.282Z PASS [ 6.256s] ( 553/2646) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_reupsert_new_sled
73102026-02-26T20:26:05.349Z PASS [ 6.962s] ( 554/2646) nexus-db-queries db::datastore::physical_disk::test::physical_disk_uninitialized_list
73112026-02-26T20:26:08.457Z PASS [ 8.782s] ( 555/2646) nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets
73122026-02-26T20:26:08.776Z PASS [ 6.495s] ( 556/2646) nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error
73132026-02-26T20:26:08.982Z PASS [ 25.917s] ( 557/2646) nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_upsert_rejects_expunged_oximeters
73142026-02-26T20:26:09.088Z PASS [ 6.858s] ( 558/2646) nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty
73152026-02-26T20:26:11.846Z PASS [ 6.499s] ( 559/2646) nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error
73162026-02-26T20:26:14.884Z PASS [ 5.793s] ( 560/2646) nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations
73172026-02-26T20:26:14.930Z PASS [ 0.047s] ( 561/2646) nexus-db-queries db::datastore::region::test::test_extent_count
73182026-02-26T20:26:15.593Z PASS [ 7.140s] ( 562/2646) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_ipv6_public_addresses
73192026-02-26T20:26:16.207Z PASS [ 7.431s] ( 563/2646) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services
73202026-02-26T20:26:16.410Z PASS [ 7.429s] ( 564/2646) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services
73212026-02-26T20:26:18.615Z PASS [ 6.347s] ( 565/2646) nexus-db-queries db::datastore::reconfigurator_config::tests::test_reconfigurator_config_basic
73222026-02-26T20:26:20.943Z PASS [ 6.015s] ( 566/2646) nexus-db-queries db::datastore::region_replacement::test::test_one_replacement_per_volume
73232026-02-26T20:26:21.618Z PASS [ 6.024s] ( 567/2646) nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_drive_saga
73242026-02-26T20:26:22.225Z PASS [ 6.019s] ( 568/2646) nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_finish_saga
73252026-02-26T20:26:22.580Z PASS [ 6.169s] ( 569/2646) nexus-db-queries db::datastore::region_snapshot_replacement::test::count_replacement_steps
73262026-02-26T20:26:27.740Z PASS [ 6.017s] ( 570/2646) nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict
73272026-02-26T20:26:27.740Z PASS [ 5.910s] ( 571/2646) nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict_with_region_replacement
73282026-02-26T20:26:27.792Z PASS [ 6.175s] ( 572/2646) nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_gc
73292026-02-26T20:26:28.231Z PASS [ 6.006s] ( 573/2646) nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume
73302026-02-26T20:26:28.521Z PASS [ 5.943s] ( 574/2646) nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume_conflict_with_region
73312026-02-26T20:26:30.255Z PASS [ 6.047s] ( 575/2646) nexus-db-queries db::datastore::region_snapshot_replacement::test::unique_region_snapshot_replacement_step_per_volume
73322026-02-26T20:26:32.776Z PASS [ 5.925s] ( 576/2646) nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::insert_if_not_exists
73332026-02-26T20:26:33.762Z PASS [ 5.972s] ( 577/2646) nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::tombstone
73342026-02-26T20:26:34.355Z PASS [ 6.125s] ( 578/2646) nexus-db-queries db::datastore::saga::test::test_create_event_idempotent
73352026-02-26T20:26:34.758Z PASS [ 6.238s] ( 579/2646) nexus-db-queries db::datastore::saga::test::test_list_candidate_sagas
73362026-02-26T20:26:35.878Z PASS [ 5.624s] ( 580/2646) nexus-db-queries db::datastore::saga::test::test_list_no_unfinished_nodes
73372026-02-26T20:26:38.819Z PASS [ 6.045s] ( 581/2646) nexus-db-queries db::datastore::saga::test::test_list_unfinished_nodes
73382026-02-26T20:26:39.765Z PASS [ 6.003s] ( 582/2646) nexus-db-queries db::datastore::saga::test::test_saga_reassignment
73392026-02-26T20:26:40.161Z PASS [ 5.807s] ( 583/2646) nexus-db-queries db::datastore::saga::test::test_update_state_idempotent
73402026-02-26T20:26:41.484Z PASS [ 6.727s] ( 584/2646) nexus-db-queries db::datastore::sled::test::affinity_and_anti_affinity_policy_allow
73412026-02-26T20:26:42.492Z PASS [ 6.615s] ( 585/2646) nexus-db-queries db::datastore::sled::test::affinity_and_anti_affinity_policy_fail
73422026-02-26T20:26:45.499Z PASS [ 6.681s] ( 586/2646) nexus-db-queries db::datastore::sled::test::affinity_ignored_from_other_groups
73432026-02-26T20:26:46.642Z PASS [ 6.877s] ( 587/2646) nexus-db-queries db::datastore::sled::test::affinity_multi_group
73442026-02-26T20:26:46.730Z PASS [ 6.570s] ( 588/2646) nexus-db-queries db::datastore::sled::test::affinity_policy_allow_picks_different_sled
73452026-02-26T20:26:48.231Z PASS [ 6.748s] ( 589/2646) nexus-db-queries db::datastore::sled::test::affinity_policy_fail
73462026-02-26T20:26:49.409Z PASS [ 6.917s] ( 590/2646) nexus-db-queries db::datastore::sled::test::affinity_policy_fail_no_capacity
73472026-02-26T20:26:52.723Z PASS [ 7.224s] ( 591/2646) nexus-db-queries db::datastore::sled::test::affinity_policy_fail_too_many_constraints
73482026-02-26T20:26:53.104Z SLOW [> 60.000s] (─────────) oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
73492026-02-26T20:26:53.858Z PASS [ 7.217s] ( 592/2646) nexus-db-queries db::datastore::sled::test::anti_affinity_ignored_from_other_groups
73502026-02-26T20:26:53.959Z PASS [ 7.226s] ( 593/2646) nexus-db-queries db::datastore::sled::test::anti_affinity_multi_group
73512026-02-26T20:26:55.225Z PASS [ 6.993s] ( 594/2646) nexus-db-queries db::datastore::sled::test::anti_affinity_policy_allow
73522026-02-26T20:26:56.405Z PASS [ 6.998s] ( 595/2646) nexus-db-queries db::datastore::sled::test::anti_affinity_policy_fail
73532026-02-26T20:26:59.690Z PASS [ 6.968s] ( 596/2646) nexus-db-queries db::datastore::sled::test::anti_affinity_policy_fail_no_capacity
73542026-02-26T20:27:01.694Z PASS [ 7.838s] ( 597/2646) nexus-db-queries db::datastore::sled::test::local_storage_allocation
73552026-02-26T20:27:01.797Z PASS [ 68.695s] ( 598/2646) oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
73562026-02-26T20:27:02.798Z PASS [ 8.845s] ( 599/2646) nexus-db-queries db::datastore::sled::test::local_storage_allocation_blocked_by_affinity
73572026-02-26T20:27:03.540Z PASS [ 8.318s] ( 600/2646) nexus-db-queries db::datastore::sled::test::local_storage_allocation_blocked_by_anti_affinity
73582026-02-26T20:27:04.612Z PASS [ 8.209s] ( 601/2646) nexus-db-queries db::datastore::sled::test::local_storage_allocation_blocked_by_constraint
73592026-02-26T20:27:04.711Z PASS [ 2.914s] ( 602/2646) oximeter-db client::tests::test_apply_one_schema_upgrade_replicated
73602026-02-26T20:27:06.900Z PASS [ 7.212s] ( 603/2646) nexus-db-queries db::datastore::sled::test::local_storage_allocation_existing_allocation
73612026-02-26T20:27:09.481Z PASS [ 7.787s] ( 604/2646) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_due_to_vmm_resources
73622026-02-26T20:27:10.298Z PASS [ 7.501s] ( 605/2646) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_multiple_with_existing_no_space
73632026-02-26T20:27:11.234Z PASS [ 7.695s] ( 606/2646) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_partial_success
73642026-02-26T20:27:11.908Z PASS [ 7.297s] ( 607/2646) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_provision
73652026-02-26T20:27:14.764Z PASS [ 7.865s] ( 608/2646) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_share_u2
73662026-02-26T20:27:17.115Z PASS [ 7.635s] ( 609/2646) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_space
73672026-02-26T20:27:17.192Z PASS [ 12.483s] ( 610/2646) oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated
73682026-02-26T20:27:19.585Z PASS [ 7.677s] ( 611/2646) nexus-db-queries db::datastore::sled::test::local_storage_allocation_multiple_u2
73692026-02-26T20:27:19.730Z PASS [ 8.497s] ( 612/2646) nexus-db-queries db::datastore::sled::test::local_storage_allocation_multiple_instances_share_u2
73702026-02-26T20:27:22.031Z PASS [ 7.267s] ( 613/2646) nexus-db-queries db::datastore::sled::test::local_storage_allocation_multiple_with_one_already
73712026-02-26T20:27:24.202Z PASS [ 7.088s] ( 614/2646) nexus-db-queries db::datastore::sled::test::local_storage_disk_no_attach_after_reservation
73722026-02-26T20:27:25.684Z PASS [ 6.100s] ( 615/2646) nexus-db-queries db::datastore::sled::test::sled_list_batch
73732026-02-26T20:27:25.709Z PASS [ 5.979s] ( 616/2646) nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_affinity_requirement
73742026-02-26T20:27:28.504Z PASS [ 6.472s] ( 617/2646) nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_anti_affinity_requirement
73752026-02-26T20:27:30.631Z PASS [ 6.430s] ( 618/2646) nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_space_requirement
73762026-02-26T20:27:32.034Z PASS [ 6.350s] ( 619/2646) nexus-db-queries db::datastore::sled::test::sled_reservation_cpu_constraints
73772026-02-26T20:27:33.105Z PASS [ 7.394s] ( 620/2646) nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable
73782026-02-26T20:27:35.275Z PASS [ 6.774s] ( 621/2646) nexus-db-queries db::datastore::sled::test::test_sled_expungement_also_expunges_disks
73792026-02-26T20:27:38.054Z PASS [ 20.864s] ( 622/2646) oximeter-db client::tests::test_expunge_timeseries_by_name_replicated
73802026-02-26T20:27:38.353Z PASS [ 6.320s] ( 623/2646) nexus-db-queries db::datastore::sled::test::upsert_sled_doesnt_update_decommissioned
73812026-02-26T20:27:39.238Z PASS [ 6.136s] ( 624/2646) nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware
73822026-02-26T20:27:41.345Z PASS [ 10.716s] ( 625/2646) nexus-db-queries db::datastore::sled::test::test_sled_transitions
73832026-02-26T20:27:41.474Z PASS [ 6.200s] ( 626/2646) nexus-db-queries db::datastore::support_bundle::test::test_bundle_create_capacity_limits
73842026-02-26T20:27:45.730Z PASS [ 7.678s] ( 627/2646) nexus-db-queries db::datastore::support_bundle::test::test_bundle_deleted_from_expunged_dataset
73852026-02-26T20:27:46.261Z PASS [ 7.909s] ( 628/2646) nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_dataset
73862026-02-26T20:27:46.984Z PASS [ 7.749s] ( 629/2646) nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_no_reassign
73872026-02-26T20:27:47.564Z PASS [ 6.089s] ( 630/2646) nexus-db-queries db::datastore::support_bundle::test::test_bundle_list_filtering
73882026-02-26T20:27:48.837Z PASS [ 7.493s] ( 631/2646) nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_with_reassign
73892026-02-26T20:27:51.391Z PASS [ 5.660s] ( 632/2646) nexus-db-queries db::datastore::support_bundle::test::test_bundle_list_time_ordering
73902026-02-26T20:27:51.833Z PASS [ 5.572s] ( 633/2646) nexus-db-queries db::datastore::support_bundle::test::test_crud_operations
73912026-02-26T20:27:52.520Z PASS [ 5.533s] ( 634/2646) nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches
73922026-02-26T20:27:52.941Z PASS [ 5.378s] ( 635/2646) nexus-db-queries db::datastore::target_release::test::reject_target_release_if_repo_pruned
73932026-02-26T20:27:54.534Z PASS [ 5.697s] ( 636/2646) nexus-db-queries db::datastore::target_release::test::target_release_datastore
73942026-02-26T20:27:57.294Z PASS [ 5.904s] ( 637/2646) nexus-db-queries db::datastore::target_release::test::test_recent_distinct
73952026-02-26T20:27:57.485Z PASS [ 5.653s] ( 638/2646) nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent
73962026-02-26T20:27:57.931Z PASS [ 5.415s] ( 639/2646) nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent
73972026-02-26T20:27:58.563Z PASS [ 5.623s] ( 640/2646) nexus-db-queries db::datastore::test::test_external_ip_check_constraints
73982026-02-26T20:27:59.804Z PASS [ 5.268s] ( 641/2646) nexus-db-queries db::datastore::test::test_project_creation
73992026-02-26T20:28:02.419Z PASS [ 5.126s] ( 642/2646) nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan
74002026-02-26T20:28:03.306Z PASS [ 5.821s] ( 643/2646) nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent
74012026-02-26T20:28:04.378Z PASS [ 5.814s] ( 644/2646) nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools
74022026-02-26T20:28:06.340Z PASS [ 6.539s] ( 645/2646) nexus-db-queries db::datastore::test::test_region_allocation_only_considers_disks_in_service
74032026-02-26T20:28:08.418Z PASS [ 6.000s] ( 646/2646) nexus-db-queries db::datastore::test::test_region_allocation_only_operates_on_zpools_in_inventory
74042026-02-26T20:28:09.942Z PASS [ 12.013s] ( 647/2646) nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent
74052026-02-26T20:28:10.291Z SLOW [> 60.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack
74062026-02-26T20:28:15.168Z PASS [ 11.864s] ( 648/2646) nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails
74072026-02-26T20:28:15.895Z PASS [ 5.954s] ( 649/2646) nexus-db-queries db::datastore::test::test_session_methods
74082026-02-26T20:28:16.477Z PASS [ 12.103s] ( 650/2646) nexus-db-queries db::datastore::test::test_region_allocation_strat_random
74092026-02-26T20:28:21.059Z PASS [ 5.892s] ( 651/2646) nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation
74102026-02-26T20:28:21.150Z PASS [ 14.812s] ( 652/2646) nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds
74112026-02-26T20:28:21.512Z PASS [ 5.618s] ( 653/2646) nexus-db-queries db::datastore::test::test_ssh_keys
74122026-02-26T20:28:21.830Z PASS [ 5.353s] ( 654/2646) nexus-db-queries db::datastore::test::test_table_scan
74132026-02-26T20:28:22.190Z PASS [ 13.774s] ( 655/2646) nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails
74142026-02-26T20:28:26.987Z PASS [ 5.838s] ( 656/2646) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_get_all_active_rack_id_and_latest_epoch
74152026-02-26T20:28:27.052Z PASS [ 5.540s] ( 657/2646) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_insert_initial_lrtq_upgrade
74162026-02-26T20:28:27.245Z PASS [ 6.186s] ( 658/2646) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_abort
74172026-02-26T20:28:27.477Z PASS [ 5.647s] ( 659/2646) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_insert_latest_errors
74182026-02-26T20:28:28.214Z PASS [ 6.024s] ( 660/2646) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_update_prepare_and_commit
74192026-02-26T20:28:33.154Z PASS [ 5.678s] ( 661/2646) nexus-db-queries db::datastore::user_data_export::tests::test_cannot_transition_to_assigning_if_deleted
74202026-02-26T20:28:33.257Z PASS [ 6.271s] ( 662/2646) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_update_prepare_and_commit_partially
74212026-02-26T20:28:33.861Z PASS [ 5.648s] ( 663/2646) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_image
74222026-02-26T20:28:33.963Z PASS [ 6.720s] ( 664/2646) nexus-db-queries db::datastore::update::test::test_repo_mark_pruned
74232026-02-26T20:28:38.699Z PASS [ 5.442s] ( 665/2646) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_snapshot
74242026-02-26T20:28:39.050Z PASS [ 5.896s] ( 666/2646) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_large
74252026-02-26T20:28:39.634Z PASS [ 5.774s] ( 667/2646) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_image
74262026-02-26T20:28:41.012Z PASS [ 7.049s] ( 668/2646) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_large
74272026-02-26T20:28:44.610Z PASS [ 5.911s] ( 669/2646) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_snapshot
74282026-02-26T20:28:44.914Z PASS [ 5.865s] ( 670/2646) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_noop
74292026-02-26T20:28:45.984Z PASS [ 6.350s] ( 671/2646) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_noop_large
74302026-02-26T20:28:46.581Z PASS [ 5.570s] ( 672/2646) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_nothing_noop
74312026-02-26T20:28:50.513Z PASS [ 5.599s] ( 673/2646) nexus-db-queries db::datastore::user_data_export::tests::test_marked_for_delete_during_assigning
74322026-02-26T20:28:51.034Z PASS [ 6.425s] ( 674/2646) nexus-db-queries db::datastore::user_data_export::tests::test_delete_records_for_expunged_pantries
74332026-02-26T20:28:51.720Z PASS [ 5.737s] ( 675/2646) nexus-db-queries db::datastore::user_data_export::tests::test_resource_id_collision
74342026-02-26T20:28:52.465Z PASS [ 5.885s] ( 676/2646) nexus-db-queries db::datastore::user_data_export::tests::test_user_data_export_duplication
74352026-02-26T20:28:56.102Z PASS [ 5.589s] ( 677/2646) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete
74362026-02-26T20:28:56.635Z PASS [ 5.602s] ( 678/2646) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete_twice
74372026-02-26T20:28:57.138Z PASS [ 5.418s] ( 679/2646) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete
74382026-02-26T20:28:57.831Z PASS [ 5.367s] ( 680/2646) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete_twice
74392026-02-26T20:29:01.851Z PASS [ 5.750s] ( 681/2646) nexus-db-queries db::datastore::vmm::tests::test_vmm_and_migration_update_runtime
74402026-02-26T20:29:01.904Z PASS [ 0.053s] ( 682/2646) nexus-db-queries db::datastore::volume::tests::test_read_only_target_in_vcr
74412026-02-26T20:29:01.941Z PASS [ 5.307s] ( 683/2646) nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources
74422026-02-26T20:29:01.966Z PASS [ 0.053s] ( 684/2646) nexus-db-queries db::datastore::volume::tests::test_replace_read_only_target_in_vcr
74432026-02-26T20:29:02.526Z PASS [ 5.388s] ( 685/2646) nexus-db-queries db::datastore::volume::tests::test_find_volumes_referencing_socket_addr
74442026-02-26T20:29:05.729Z PASS [ 38.683s] ( 686/2646) nexus-db-queries db::datastore::update::test::test_list_unpruned
74452026-02-26T20:29:07.737Z PASS [ 5.212s] ( 687/2646) nexus-db-queries db::datastore::volume_repair::test::volume_lock_conflict_error_returned
74462026-02-26T20:29:09.713Z PASS [ 11.884s] ( 688/2646) nexus-db-queries db::datastore::volume::tests::test_no_find_deleted_region_for_no_volume
74472026-02-26T20:29:10.282Z SLOW [>120.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack
74482026-02-26T20:29:10.966Z PASS [ 5.237s] ( 689/2646) nexus-db-queries db::datastore::volume_repair::test::volume_lock_relock_allowed
74492026-02-26T20:29:13.014Z PASS [ 5.278s] ( 690/2646) nexus-db-queries db::datastore::volume_repair::test::volume_lock_should_pass_without_volume
74502026-02-26T20:29:13.865Z PASS [ 11.925s] ( 691/2646) nexus-db-queries db::datastore::volume::tests::test_volume_replace_region
74512026-02-26T20:29:14.268Z PASS [ 12.311s] ( 692/2646) nexus-db-queries db::datastore::volume::tests::test_volume_replace_snapshot
74522026-02-26T20:29:15.542Z PASS [ 5.829s] ( 693/2646) nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion
74532026-02-26T20:29:15.893Z PASS [ 0.351s] ( 694/2646) nexus-db-queries db::datastore::webhook_delivery::test::expectorate_rx_list_resendable
74542026-02-26T20:29:16.795Z PASS [ 5.830s] ( 695/2646) nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries
74552026-02-26T20:29:19.582Z PASS [ 3.689s] ( 696/2646) nexus-db-queries db::datastore::webhook_delivery::test::explain_rx_list_resendable_events
74562026-02-26T20:29:20.776Z PASS [ 6.912s] ( 697/2646) nexus-db-queries db::datastore::vpc::tests::test_vpc_router_rule_instance_resolve
74572026-02-26T20:29:20.899Z PASS [ 7.885s] ( 698/2646) nexus-db-queries db::datastore::vpc::tests::test_vpc_resolve_to_sleds_uses_current_target_blueprint
74582026-02-26T20:29:21.965Z PASS [ 7.698s] ( 699/2646) nexus-db-queries db::datastore::vpc::tests::test_vpc_system_router_sync_to_subnets
74592026-02-26T20:29:22.425Z PASS [ 2.844s] ( 700/2646) nexus-db-queries db::explain::test::test_explain_async
74602026-02-26T20:29:22.600Z PASS [ 5.806s] ( 701/2646) nexus-db-queries db::datastore::webhook_delivery::test::test_dispatched_deliveries_are_unique_per_rx
74612026-02-26T20:29:23.548Z PASS [ 2.770s] ( 702/2646) nexus-db-queries db::explain::test::test_explain_full_table_scan
74622026-02-26T20:29:24.626Z PASS [ 3.728s] ( 703/2646) nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending
74632026-02-26T20:29:25.616Z PASS [ 3.651s] ( 704/2646) nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending
74642026-02-26T20:29:25.736Z PASS [ 3.310s] ( 705/2646) nexus-db-queries db::pagination::test::test_paginated_multicolumn_works_with_joins
74652026-02-26T20:29:25.782Z PASS [ 0.047s] ( 706/2646) nexus-db-queries db::pagination::test::test_paginator
74662026-02-26T20:29:25.807Z PASS [ 135.517s] ( 707/2646) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack
74672026-02-26T20:29:26.085Z PASS [ 3.483s] ( 708/2646) nexus-db-queries db::pagination::test::test_paginated_single_column_ascending
74682026-02-26T20:29:26.802Z PASS [ 3.255s] ( 709/2646) nexus-db-queries db::pagination::test::test_paginated_single_column_ascending_paginator
74692026-02-26T20:29:27.530Z PASS [ 1.736s] ( 710/2646) nexus-db-queries db::pool::test::test_pool_drop_does_not_panic
74702026-02-26T20:29:27.556Z PASS [ 1.754s] ( 711/2646) nexus-db-queries db::pool::test::test_pool_can_be_terminated
74712026-02-26T20:29:28.508Z PASS [ 3.882s] ( 712/2646) nexus-db-queries db::pagination::test::test_paginated_single_column_descending
74722026-02-26T20:29:29.289Z PASS [ 3.674s] ( 713/2646) nexus-db-queries db::pagination::test::test_paginated_single_column_descending_paginator
74732026-02-26T20:29:31.062Z PASS [ 3.532s] ( 714/2646) nexus-db-queries db::queries::external_ip::tests::can_explain_next_external_ip_query
74742026-02-26T20:29:32.295Z PASS [ 6.212s] ( 715/2646) nexus-db-queries db::queries::external_ip::tests::can_allocate_ephemeral_ips_from_all_ranges_in_a_pool
74752026-02-26T20:29:32.695Z PASS [ 0.399s] ( 716/2646) nexus-db-queries db::queries::external_ip::tests::expectorate_next_automatic_floating_ip_query
74762026-02-26T20:29:32.917Z PASS [ 6.116s] ( 717/2646) nexus-db-queries db::queries::external_ip::tests::can_allocate_snat_ips_from_all_ranges_in_a_pool
74772026-02-26T20:29:32.972Z PASS [ 0.278s] ( 718/2646) nexus-db-queries db::queries::external_ip::tests::expectorate_next_explicit_floating_ip_query
74782026-02-26T20:29:33.114Z PASS [ 5.577s] ( 719/2646) nexus-db-queries db::queries::external_ip::tests::can_insert_explicit_address_with_two_ranges_in_pool
74792026-02-26T20:29:33.245Z PASS [ 0.328s] ( 720/2646) nexus-db-queries db::queries::external_ip::tests::expectorate_next_instance_snat_ip_query
74802026-02-26T20:29:33.273Z PASS [ 0.279s] ( 721/2646) nexus-db-queries db::queries::external_ip::tests::expectorate_next_omicron_zone_snat_ip_query
74812026-02-26T20:29:35.172Z PASS [ 6.666s] ( 722/2646) nexus-db-queries db::queries::external_ip::tests::can_reallocate_automatic_ephemeral_with_full_range
74822026-02-26T20:29:35.980Z PASS [ 6.692s] ( 723/2646) nexus-db-queries db::queries::external_ip::tests::can_reallocate_automatic_snat_with_full_range
74832026-02-26T20:29:37.063Z PASS [ 6.002s] ( 724/2646) nexus-db-queries db::queries::external_ip::tests::cannot_allocate_instance_ip_from_pool_with_different_version
74842026-02-26T20:29:39.113Z PASS [ 5.862s] ( 725/2646) nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_is_idempotent
74852026-02-26T20:29:39.791Z PASS [ 6.545s] ( 726/2646) nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap
74862026-02-26T20:29:39.831Z PASS [ 6.718s] ( 727/2646) nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool
74872026-02-26T20:29:40.747Z PASS [ 5.575s] ( 728/2646) nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_out_of_range
74882026-02-26T20:29:41.747Z PASS [ 5.767s] ( 729/2646) nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent
74892026-02-26T20:29:42.052Z PASS [ 0.305s] ( 730/2646) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_default_pool_query
74902026-02-26T20:29:42.422Z PASS [ 0.370s] ( 731/2646) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_explicit_pool_query
74912026-02-26T20:29:42.751Z PASS [ 0.328s] ( 732/2646) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_explicit_subnet_query
74922026-02-26T20:29:42.857Z PASS [ 5.794s] ( 733/2646) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion
74932026-02-26T20:29:43.062Z PASS [ 0.311s] ( 734/2646) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_ip_version_query
74942026-02-26T20:29:43.147Z PASS [ 0.290s] ( 735/2646) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_subnet_pool_member_query
74952026-02-26T20:29:44.211Z PASS [ 3.465s] ( 736/2646) nexus-db-queries db::queries::external_subnet::tests::can_explain_insert_external_subnet_from_explicit_ip_query
74962026-02-26T20:29:45.366Z PASS [ 6.254s] ( 737/2646) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools
74972026-02-26T20:29:45.825Z PASS [ 6.035s] ( 738/2646) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok
74982026-02-26T20:29:46.088Z PASS [ 6.259s] ( 739/2646) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range
74992026-02-26T20:29:48.940Z PASS [ 5.879s] ( 740/2646) nexus-db-queries db::queries::network_interface::tests::allocation_after_explicit_ip_address_takes_next_smallest_address
75002026-02-26T20:29:49.446Z PASS [ 6.299s] ( 741/2646) nexus-db-queries db::queries::network_interface::tests::allocation_and_deallocation_takes_next_smallest_ipv4_address
75012026-02-26T20:29:50.444Z PASS [ 6.233s] ( 742/2646) nexus-db-queries db::queries::network_interface::tests::allocation_and_deallocation_takes_next_smallest_ipv6_address
75022026-02-26T20:29:50.490Z PASS [ 0.046s] ( 743/2646) nexus-db-queries db::queries::network_interface::tests::test_first_available_address
75032026-02-26T20:29:50.944Z PASS [ 5.578s] ( 744/2646) nexus-db-queries db::queries::network_interface::tests::can_request_exact_ipv4
75042026-02-26T20:29:51.418Z PASS [ 5.594s] ( 745/2646) nexus-db-queries db::queries::network_interface::tests::can_request_exact_ipv6
75052026-02-26T20:29:51.477Z PASS [ 5.390s] ( 746/2646) nexus-db-queries db::queries::network_interface::tests::test_delete_service_is_idempotent
75062026-02-26T20:29:55.504Z PASS [ 6.059s] ( 747/2646) nexus-db-queries db::queries::network_interface::tests::test_dual_stack_after_ipv4_only
75072026-02-26T20:29:56.092Z PASS [ 7.153s] ( 748/2646) nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion
75082026-02-26T20:29:56.321Z PASS [ 5.832s] ( 749/2646) nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds
75092026-02-26T20:29:56.652Z PASS [ 5.709s] ( 750/2646) nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails
75102026-02-26T20:29:56.908Z PASS [ 5.431s] ( 751/2646) nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac
75112026-02-26T20:29:56.989Z PASS [ 5.571s] ( 752/2646) nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails
75122026-02-26T20:30:01.488Z PASS [ 5.985s] ( 753/2646) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails
75132026-02-26T20:30:01.519Z PASS [ 5.427s] ( 754/2646) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails
75142026-02-26T20:30:01.780Z PASS [ 5.456s] ( 755/2646) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_slot_fails
75152026-02-26T20:30:02.200Z PASS [ 5.549s] ( 756/2646) nexus-db-queries db::queries::network_interface::tests::test_insert_request_slot
75162026-02-26T20:30:02.550Z PASS [ 5.643s] ( 757/2646) nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails
75172026-02-26T20:30:02.600Z PASS [ 0.050s] ( 758/2646) nexus-db-queries db::queries::network_interface::tests::test_last_available_address
75182026-02-26T20:30:02.639Z PASS [ 5.649s] ( 759/2646) nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails
75192026-02-26T20:30:05.863Z PASS [ 3.226s] ( 760/2646) nexus-db-queries db::queries::next_item::tests::test_explain_next_item_self_joined
75202026-02-26T20:30:07.342Z PASS [ 5.854s] ( 761/2646) nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails
75212026-02-26T20:30:07.582Z PASS [ 5.806s] ( 762/2646) nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails
75222026-02-26T20:30:07.609Z PASS [ 6.083s] ( 763/2646) nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation
75232026-02-26T20:30:07.651Z PASS [ 0.050s] ( 764/2646) nexus-db-queries db::queries::next_item::tests::test_shift_indices
75242026-02-26T20:30:07.902Z PASS [ 5.702s] ( 765/2646) nexus-db-queries db::queries::network_interface::tests::test_insert_with_transit_ips
75252026-02-26T20:30:08.168Z PASS [ 0.266s] ( 766/2646) nexus-db-queries db::queries::oximeter::test::expectorate_query_reassign_producers
75262026-02-26T20:30:08.467Z PASS [ 0.299s] ( 767/2646) nexus-db-queries db::queries::oximeter::test::expectorate_query_upsert_producer
75272026-02-26T20:30:08.676Z PASS [ 6.060s] ( 768/2646) nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query
75282026-02-26T20:30:09.093Z PASS [ 3.230s] ( 769/2646) nexus-db-queries db::queries::next_item::tests::test_next_item_query_is_ordered_by_indices
75292026-02-26T20:30:09.138Z PASS [ 0.045s] ( 770/2646) nexus-db-queries db::queries::region_allocation::test::allocation_query_region_size_overflow
75302026-02-26T20:30:09.181Z PASS [ 0.043s] ( 771/2646) nexus-db-queries db::queries::region_allocation::test::allocation_query_region_size_too_large
75312026-02-26T20:30:10.556Z PASS [ 1.375s] ( 772/2646) nexus-db-queries db::queries::region_allocation::test::expectorate_query
75322026-02-26T20:30:10.755Z PASS [ 3.105s] ( 773/2646) nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query
75332026-02-26T20:30:10.886Z PASS [ 3.544s] ( 774/2646) nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined
75342026-02-26T20:30:10.972Z PASS [ 3.391s] ( 775/2646) nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined_with_gaps
75352026-02-26T20:30:11.460Z PASS [ 2.993s] ( 776/2646) nexus-db-queries db::queries::oximeter::test::explainable_reassign_producers
75362026-02-26T20:30:11.864Z PASS [ 3.204s] ( 777/2646) nexus-db-queries db::queries::oximeter::test::explainable_upsert_producer
75372026-02-26T20:30:13.679Z PASS [ 3.124s] ( 778/2646) nexus-db-queries db::queries::region_allocation::test::explainable
75382026-02-26T20:30:13.979Z PASS [ 0.299s] ( 779/2646) nexus-db-queries db::queries::regions_hard_delete::test::expectorate_query
75392026-02-26T20:30:16.956Z PASS [ 2.977s] ( 780/2646) nexus-db-queries db::queries::regions_hard_delete::test::explainable
75402026-02-26T20:30:17.229Z PASS [ 0.273s] ( 781/2646) nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_find_targets_query
75412026-02-26T20:30:17.342Z PASS [ 6.588s] ( 782/2646) nexus-db-queries db::queries::region_allocation::test::region_allocation_barely_pass_local_storage_dataset
75422026-02-26T20:30:17.367Z PASS [ 6.476s] ( 783/2646) nexus-db-queries db::queries::region_allocation::test::region_allocation_fail_control_plane_storage_buffer
75432026-02-26T20:30:17.501Z PASS [ 6.528s] ( 784/2646) nexus-db-queries db::queries::region_allocation::test::region_allocation_fail_local_storage_dataset
75442026-02-26T20:30:17.527Z PASS [ 0.288s] ( 785/2646) nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_find_targets_query_with_cpu
75452026-02-26T20:30:17.807Z PASS [ 0.289s] ( 786/2646) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_instance
75462026-02-26T20:30:17.902Z PASS [ 0.559s] ( 787/2646) nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_insert_resource_query
75472026-02-26T20:30:17.946Z PASS [ 6.486s] ( 788/2646) nexus-db-queries db::queries::region_allocation::test::region_allocation_normal
75482026-02-26T20:30:18.092Z PASS [ 0.284s] ( 789/2646) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_storage
75492026-02-26T20:30:18.192Z PASS [ 0.290s] ( 790/2646) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_instance
75502026-02-26T20:30:18.242Z PASS [ 0.297s] ( 791/2646) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_storage
75512026-02-26T20:30:18.315Z PASS [ 6.451s] ( 792/2646) nexus-db-queries db::queries::region_allocation::test::region_allocation_normal_no_local_storage_dataset
75522026-02-26T20:30:20.660Z PASS [ 3.161s] ( 793/2646) nexus-db-queries db::queries::sled_reservation::test::explain_sled_insert_resource_query
75532026-02-26T20:30:20.753Z PASS [ 3.392s] ( 794/2646) nexus-db-queries db::queries::sled_reservation::test::explain_sled_find_targets_query
75542026-02-26T20:30:20.778Z PASS [ 0.102s] ( 795/2646) nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count
75552026-02-26T20:30:20.803Z PASS [ 0.046s] ( 796/2646) nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps
75562026-02-26T20:30:20.828Z PASS [ 0.049s] ( 797/2646) nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping
75572026-02-26T20:30:20.854Z PASS [ 0.050s] ( 798/2646) nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping
75582026-02-26T20:30:20.879Z PASS [ 0.046s] ( 799/2646) nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping
75592026-02-26T20:30:21.211Z PASS [ 3.121s] ( 800/2646) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_instance
75602026-02-26T20:30:21.342Z PASS [ 3.028s] ( 801/2646) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_storage
75612026-02-26T20:30:21.367Z PASS [ 3.152s] ( 802/2646) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_storage
75622026-02-26T20:30:21.392Z PASS [ 3.145s] ( 803/2646) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_instance
75632026-02-26T20:30:23.586Z PASS [ 2.737s] ( 804/2646) nexus-db-queries db::queries::vpc_subnet::test::explain_insert_query
75642026-02-26T20:30:24.246Z PASS [ 3.035s] ( 805/2646) nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query_is_idempotent
75652026-02-26T20:30:24.289Z PASS [ 0.043s] ( 806/2646) nexus-defaults tests::test_random_vpc_ipv6_prefix
75662026-02-26T20:30:24.343Z PASS [ 3.485s] ( 807/2646) nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query
75672026-02-26T20:30:24.403Z PASS [ 0.059s] ( 808/2646) nexus-inventory builder::test::test_empty
75682026-02-26T20:30:24.460Z PASS [ 0.057s] ( 809/2646) nexus-inventory builder::test::test_problems
75692026-02-26T20:30:24.623Z PASS [ 0.333s] ( 810/2646) nexus-inventory builder::test::test_basic
75702026-02-26T20:30:25.660Z PASS [ 1.201s] ( 811/2646) nexus-inventory collector::test::test_basic
75712026-02-26T20:30:25.706Z PASS [ 1.081s] ( 812/2646) nexus-inventory collector::test::test_multi_mgs
75722026-02-26T20:30:26.118Z PASS [ 0.458s] ( 813/2646) nexus-inventory collector::test::test_multi_mgs_failure
75732026-02-26T20:30:26.405Z PASS [ 0.698s] ( 814/2646) nexus-inventory collector::test::test_sled_agent_failure
75742026-02-26T20:30:26.662Z PASS [ 5.275s] ( 815/2646) nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples
75752026-02-26T20:30:29.713Z PASS [ 6.127s] ( 816/2646) nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples
75762026-02-26T20:30:32.652Z PASS [ 2.939s] ( 817/2646) nexus-mgs-updates driver_update::test::test_rot_basic_failures
75772026-02-26T20:30:33.103Z PASS [ 6.442s] ( 818/2646) nexus-metrics-producer-gc tests::test_prune_expired_producers_notifies_collector
75782026-02-26T20:30:33.232Z PASS [ 7.114s] ( 819/2646) nexus-metrics-producer-gc tests::test_prune_expired_producers
75792026-02-26T20:30:33.860Z PASS [ 7.457s] ( 820/2646) nexus-metrics-producer-gc tests::test_prune_expired_producers_expunged_oximeter
75802026-02-26T20:30:33.935Z PASS [ 1.284s] ( 821/2646) nexus-mgs-updates driver_update::test::test_rot_bootloader_basic_failures
75812026-02-26T20:30:34.861Z PASS [ 1.002s] ( 822/2646) nexus-mgs-updates driver_update::test::test_sp_basic_failures
75822026-02-26T20:30:35.450Z PASS [ 14.109s] ( 823/2646) nexus-db-queries policy_test::test_conferred_roles
75832026-02-26T20:30:39.963Z PASS [ 4.514s] ( 824/2646) nexus-mgs-updates driver_update::test::test_sp_update_watched
75842026-02-26T20:30:40.134Z PASS [ 7.032s] ( 825/2646) nexus-mgs-updates driver_update::test::test_rot_bootloader_update_basic
75852026-02-26T20:30:40.159Z PASS [ 6.906s] ( 826/2646) nexus-mgs-updates driver_update::test::test_rot_update_basic
75862026-02-26T20:30:41.748Z PASS [ 1.613s] ( 827/2646) nexus-mgs-updates driver_update::test_host_phase_1::basic_failures
75872026-02-26T20:30:42.791Z PASS [ 8.856s] ( 828/2646) nexus-mgs-updates driver_update::test::test_sp_update_basic
75882026-02-26T20:30:43.037Z PASS [ 0.246s] ( 829/2646) nexus-mgs-updates test_util::step_through::test::test_basic
75892026-02-26T20:30:43.622Z PASS [ 0.584s] ( 830/2646) nexus-mgs-updates::host_phase1_hash test_host_phase1_hashing
75902026-02-26T20:30:43.860Z PASS [ 0.236s] ( 831/2646) nexus-reconfigurator-blippy checks::tests::test_bad_internal_dns_subnet
75912026-02-26T20:30:43.907Z PASS [ 0.049s] ( 832/2646) nexus-reconfigurator-blippy checks::tests::test_dataset_on_nonexistent_zpool
75922026-02-26T20:30:43.956Z PASS [ 0.049s] ( 833/2646) nexus-reconfigurator-blippy checks::tests::test_dataset_with_bad_address
75932026-02-26T20:30:44.008Z PASS [ 0.052s] ( 834/2646) nexus-reconfigurator-blippy checks::tests::test_duplicate_external_ip
75942026-02-26T20:30:44.061Z PASS [ 0.052s] ( 835/2646) nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_ip
75952026-02-26T20:30:44.108Z PASS [ 0.047s] ( 836/2646) nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_mac
75962026-02-26T20:30:44.156Z PASS [ 0.048s] ( 837/2646) nexus-reconfigurator-blippy checks::tests::test_duplicate_sled_subnet
75972026-02-26T20:30:44.206Z PASS [ 0.050s] ( 838/2646) nexus-reconfigurator-blippy checks::tests::test_duplicate_underlay_ips
75982026-02-26T20:30:44.264Z PASS [ 0.058s] ( 839/2646) nexus-reconfigurator-blippy checks::tests::test_durable_dataset_collision
75992026-02-26T20:30:44.319Z PASS [ 0.053s] ( 840/2646) nexus-reconfigurator-blippy checks::tests::test_example_blueprint_is_blippy_clean
76002026-02-26T20:30:44.391Z PASS [ 0.073s] ( 841/2646) nexus-reconfigurator-blippy checks::tests::test_mupdate_override_with_artifact_image_source
76012026-02-26T20:30:44.443Z PASS [ 0.053s] ( 842/2646) nexus-reconfigurator-blippy checks::tests::test_nexus_generation_image_consistency
76022026-02-26T20:30:44.486Z PASS [ 0.043s] ( 843/2646) nexus-reconfigurator-blippy checks::tests::test_nexus_generation_no_nexus
76032026-02-26T20:30:44.535Z PASS [ 0.048s] ( 844/2646) nexus-reconfigurator-blippy checks::tests::test_orphaned_datasets
76042026-02-26T20:30:45.018Z PASS [ 0.049s] ( 845/2646) nexus-reconfigurator-blippy checks::tests::test_transient_root_dataset_collision
76052026-02-26T20:30:45.043Z PASS [ 0.049s] ( 846/2646) nexus-reconfigurator-blippy checks::tests::test_underlay_ip_above_last_allocated
76062026-02-26T20:30:45.043Z PASS [ 0.049s] ( 847/2646) nexus-reconfigurator-blippy checks::tests::test_zone_missing_datasets
76072026-02-26T20:30:45.043Z PASS [ 0.050s] ( 848/2646) nexus-reconfigurator-blippy checks::tests::test_zpool_missing_default_datasets
76082026-02-26T20:30:45.043Z PASS [ 0.051s] ( 849/2646) nexus-reconfigurator-blippy checks::tests::test_zpool_with_duplicate_dataset_kinds
76092026-02-26T20:30:45.043Z PASS [ 0.050s] ( 850/2646) nexus-reconfigurator-blippy checks::tests::test_zpool_with_expunged_duplicate_dataset_kinds
76102026-02-26T20:30:45.776Z PASS [ 5.814s] ( 851/2646) nexus-mgs-updates driver_update::test_host_phase_1::basic
76112026-02-26T20:30:45.936Z PASS [ 0.158s] ( 852/2646) nexus-reconfigurator-execution clickhouse::test::test_generate_config_settings
76122026-02-26T20:30:49.432Z PASS [ 14.572s] ( 853/2646) nexus-mgs-updates driver_update::test::test_sp_update_takeover
76132026-02-26T20:30:51.679Z PASS [ 9.933s] ( 854/2646) nexus-mgs-updates driver_update::test_host_phase_1::update_watched
76142026-02-26T20:30:58.984Z PASS [ 7.305s] ( 855/2646) nexus-reconfigurator-execution database::test::test_database_nexus_access_create_during_quiesce
76152026-02-26T20:30:58.984Z PASS [ 9.553s] ( 856/2646) nexus-reconfigurator-execution database::test::test_database_nexus_access_create
76162026-02-26T20:30:59.928Z PASS [ 19.794s] ( 857/2646) nexus-mgs-updates driver_update::test_host_phase_1::update_takeover
76172026-02-26T20:31:00.049Z PASS [ 0.121s] ( 858/2646) nexus-reconfigurator-execution dns::test::test_blueprint_external_dns_basic
76182026-02-26T20:31:00.137Z PASS [ 0.088s] ( 859/2646) nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_basic
76192026-02-26T20:31:00.196Z PASS [ 0.059s] ( 860/2646) nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_empty
76202026-02-26T20:31:00.261Z PASS [ 0.065s] ( 861/2646) nexus-reconfigurator-execution dns::test::test_dns_compute_update
76212026-02-26T20:31:08.073Z PASS [ 9.091s] ( 862/2646) nexus-reconfigurator-execution database::test::test_database_nexus_access_create_idempotent
76222026-02-26T20:31:08.506Z PASS [ 9.523s] ( 863/2646) nexus-reconfigurator-execution database::test::test_database_nexus_access_create_fails_wrong_target_blueprint
76232026-02-26T20:31:21.337Z SLOW [> 60.000s] (─────────) nexus-db-queries policy_test::test_iam_roles_behavior
76242026-02-26T20:31:32.085Z PASS [ 23.582s] ( 864/2646) nexus-reconfigurator-execution omicron_sled_config::tests::test_deploy_config
76252026-02-26T20:31:32.435Z PASS [ 24.365s] ( 865/2646) nexus-reconfigurator-execution omicron_physical_disks::test::test_decommission_expunged_disks
76262026-02-26T20:31:32.577Z PASS [ 0.142s] ( 866/2646) nexus-reconfigurator-execution sagas::test::test_find_expunged_same_generation
76272026-02-26T20:31:44.828Z SLOW [> 60.000s] (─────────) nexus-reconfigurator-cli-integration-tests::integration blueprint_edit::test_blueprint_edit
76282026-02-26T20:31:45.928Z SLOW [> 60.000s] (─────────) nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
76292026-02-26T20:31:52.569Z PASS [ 67.745s] ( 867/2646) nexus-reconfigurator-cli-integration-tests::integration blueprint_edit::test_blueprint_edit
76302026-02-26T20:31:53.306Z PASS [ 0.737s] ( 868/2646) nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_error_cases
76312026-02-26T20:31:53.369Z PASS [ 0.063s] ( 869/2646) nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_with_no_existing_nexus_zones
76322026-02-26T20:31:53.471Z PASS [ 0.101s] ( 870/2646) nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_physical_disks
76332026-02-26T20:31:53.586Z PASS [ 0.115s] ( 871/2646) nexus-reconfigurator-planning blueprint_builder::builder::test::test_basic
76342026-02-26T20:31:53.659Z PASS [ 0.059s] ( 872/2646) nexus-reconfigurator-planning blueprint_builder::builder::test::test_datasets_for_zpools_and_zones
76352026-02-26T20:31:53.702Z PASS [ 0.057s] ( 873/2646) nexus-reconfigurator-planning blueprint_builder::builder::test::test_decommissioned_sleds
76362026-02-26T20:31:53.760Z PASS [ 0.058s] ( 874/2646) nexus-reconfigurator-planning blueprint_builder::builder::test::test_ensure_cockroachdb
76372026-02-26T20:31:53.824Z PASS [ 0.063s] ( 875/2646) nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_filesystem_zpool_colocated
76382026-02-26T20:31:53.900Z PASS [ 0.076s] ( 876/2646) nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_image_source_change_diff
76392026-02-26T20:31:53.933Z PASS [ 0.033s] ( 877/2646) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::add_3_servers_and_expunge_one_simultaneously
76402026-02-26T20:31:53.965Z PASS [ 0.032s] ( 878/2646) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_2_of_5_keeper_zones
76412026-02-26T20:31:53.998Z PASS [ 0.032s] ( 879/2646) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_a_different_keeper_while_adding_keeper
76422026-02-26T20:31:54.033Z PASS [ 0.035s] ( 880/2646) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_keeper_being_added
76432026-02-26T20:31:54.077Z PASS [ 0.044s] ( 881/2646) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::inventory_returns_unexpected_membership
76442026-02-26T20:31:54.111Z PASS [ 0.034s] ( 882/2646) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::move_from_3_to_5_keepers
76452026-02-26T20:31:54.149Z PASS [ 0.038s] ( 883/2646) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::no_changes_needed
76462026-02-26T20:31:54.179Z PASS [ 0.030s] ( 884/2646) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::external_dns_ips_are_partitioned_separately
76472026-02-26T20:31:54.240Z PASS [ 0.061s] ( 885/2646) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_available_iterator
76482026-02-26T20:31:55.778Z PASS [ 23.697s] ( 886/2646) nexus-reconfigurator-execution omicron_zones::test::test_clean_up_cockroach_zones
76492026-02-26T20:31:56.571Z PASS [ 23.996s] ( 887/2646) nexus-reconfigurator-execution sled_state::tests::test_decommission_is_idempotent
76502026-02-26T20:31:56.942Z PASS [ 1.164s] ( 888/2646) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging
76512026-02-26T20:31:57.347Z PASS [ 0.405s] ( 889/2646) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_expunged_datasets
76522026-02-26T20:31:57.685Z PASS [ 0.338s] ( 890/2646) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_in_service_datasets
76532026-02-26T20:31:57.721Z PASS [ 0.035s] ( 891/2646) nexus-reconfigurator-planning blueprint_editor::sled_editor::underlay_ip_allocator::test::test_basic
76542026-02-26T20:31:57.791Z PASS [ 0.068s] ( 892/2646) nexus-reconfigurator-planning example::tests::builder_all_zone_types
76552026-02-26T20:31:57.849Z PASS [ 0.060s] ( 893/2646) nexus-reconfigurator-planning example::tests::builder_zone_counts
76562026-02-26T20:31:57.931Z PASS [ 1.360s] ( 894/2646) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging_by_zpool
76572026-02-26T20:31:57.959Z PASS [ 0.028s] ( 895/2646) nexus-reconfigurator-planning example::tests::instances_on_examples
76582026-02-26T20:31:58.011Z PASS [ 0.052s] ( 896/2646) nexus-reconfigurator-planning mgs_updates::host_phase_1::tests::test_basic_host_os
76592026-02-26T20:31:58.053Z PASS [ 0.042s] ( 897/2646) nexus-reconfigurator-planning mgs_updates::host_phase_1::tests::test_sled_move
76602026-02-26T20:31:58.103Z PASS [ 0.050s] ( 898/2646) nexus-reconfigurator-planning mgs_updates::rot::tests::test_basic_rot
76612026-02-26T20:31:58.148Z PASS [ 0.044s] ( 899/2646) nexus-reconfigurator-planning mgs_updates::rot_bootloader::tests::test_basic_rot_bootloader
76622026-02-26T20:31:58.201Z PASS [ 0.053s] ( 900/2646) nexus-reconfigurator-planning mgs_updates::sp::tests::test_basic_sp
76632026-02-26T20:31:58.246Z PASS [ 0.045s] ( 901/2646) nexus-reconfigurator-planning mgs_updates::test::test_blocked_updates
76642026-02-26T20:31:58.294Z PASS [ 0.048s] ( 902/2646) nexus-reconfigurator-planning mgs_updates::test::test_impossible_update_policy
76652026-02-26T20:31:58.338Z PASS [ 0.042s] ( 903/2646) nexus-reconfigurator-planning mgs_updates::test::test_sp_move
76662026-02-26T20:31:58.443Z PASS [ 0.106s] ( 904/2646) nexus-reconfigurator-planning mgs_updates::test::test_whole_system_sequential
76672026-02-26T20:31:58.494Z PASS [ 0.051s] ( 905/2646) nexus-reconfigurator-planning mgs_updates::test::test_whole_system_simultaneous_updates
76682026-02-26T20:31:58.629Z PASS [ 0.135s] ( 906/2646) nexus-reconfigurator-planning planner::omicron_zone_placement::test::test_place_omicron_zones
76692026-02-26T20:31:59.352Z PASS [ 5.113s] ( 907/2646) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_external_ip_allocator
76702026-02-26T20:31:59.609Z PASS [ 0.257s] ( 908/2646) nexus-reconfigurator-planning::mod integration_tests::planner::test_add_multiple_nexus_to_one_sled
76712026-02-26T20:31:59.895Z PASS [ 0.284s] ( 909/2646) nexus-reconfigurator-planning::mod integration_tests::planner::test_basic_add_sled
76722026-02-26T20:32:00.022Z PASS [ 0.128s] ( 910/2646) nexus-reconfigurator-planning::mod integration_tests::planner::test_crucible_allocation_skips_nonprovisionable_disks
76732026-02-26T20:32:00.047Z PASS [ 1.401s] ( 911/2646) nexus-reconfigurator-planning::mod integration_tests::planner::planner_decommissions_sleds
76742026-02-26T20:32:00.172Z PASS [ 0.141s] ( 912/2646) nexus-reconfigurator-planning::mod integration_tests::planner::test_dataset_settings_modified_in_place
76752026-02-26T20:32:00.172Z PASS [ 0.150s] ( 913/2646) nexus-reconfigurator-planning::mod integration_tests::planner::test_crucible_pantry
76762026-02-26T20:32:00.254Z SLOW [> 60.000s] (─────────) nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
76772026-02-26T20:32:00.317Z PASS [ 0.144s] ( 914/2646) nexus-reconfigurator-planning::mod integration_tests::planner::test_disk_expungement_removes_zones_durable_zpool
76782026-02-26T20:32:00.606Z PASS [ 0.433s] ( 915/2646) nexus-reconfigurator-planning::mod integration_tests::planner::test_disk_add_expunge_decommission
76792026-02-26T20:32:00.630Z PASS [ 0.305s] ( 916/2646) nexus-reconfigurator-planning::mod integration_tests::planner::test_disk_expungement_removes_zones_transient_filesystem
76802026-02-26T20:32:00.709Z PASS [ 0.103s] ( 917/2646) nexus-reconfigurator-planning::mod integration_tests::planner::test_ensure_preserve_downgrade_option
76812026-02-26T20:32:00.865Z PASS [ 0.242s] ( 918/2646) nexus-reconfigurator-planning::mod integration_tests::planner::test_expunge_clickhouse_clusters
76822026-02-26T20:32:00.939Z PASS [ 0.230s] ( 919/2646) nexus-reconfigurator-planning::mod integration_tests::planner::test_expunge_clickhouse_zones_after_policy_is_changed
76832026-02-26T20:32:01.079Z PASS [ 0.214s] ( 920/2646) nexus-reconfigurator-planning::mod integration_tests::planner::test_internal_dns_zone_replaced_after_marked_for_cleanup
76842026-02-26T20:32:01.485Z PASS [ 0.545s] ( 921/2646) nexus-reconfigurator-planning::mod integration_tests::planner::test_nexus_allocation_skips_nonprovisionable_sleds
76852026-02-26T20:32:01.510Z PASS [ 0.423s] ( 922/2646) nexus-reconfigurator-planning::mod integration_tests::planner::test_plan_deploy_all_clickhouse_cluster_nodes
76862026-02-26T20:32:01.858Z PASS [ 0.373s] ( 923/2646) nexus-reconfigurator-planning::mod integration_tests::planner::test_reuse_external_dns_ips_from_expunged_zones
76872026-02-26T20:32:01.898Z PASS [ 0.396s] ( 924/2646) nexus-reconfigurator-planning::mod integration_tests::planner::test_reuse_external_ips_from_expunged_zones
76882026-02-26T20:32:02.022Z PASS [ 0.163s] ( 925/2646) nexus-reconfigurator-planning::mod integration_tests::planner::test_single_node_clickhouse
76892026-02-26T20:32:02.096Z PASS [ 0.196s] ( 926/2646) nexus-reconfigurator-planning::mod integration_tests::planner::test_spread_additional_nexus_zones_across_sleds
76902026-02-26T20:32:02.188Z PASS [ 0.165s] ( 927/2646) nexus-reconfigurator-planning::mod integration_tests::planner::test_spread_internal_dns_zones_across_sleds
76912026-02-26T20:32:03.908Z PASS [ 6.060s] ( 928/2646) nexus-reconfigurator-planning example::tests::dns_resolution_works
76922026-02-26T20:32:04.953Z PASS [ 2.765s] ( 929/2646) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_boundary_ntp
76932026-02-26T20:32:05.649Z PASS [ 3.555s] ( 930/2646) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_all_zones
76942026-02-26T20:32:05.839Z PASS [ 1.931s] ( 931/2646) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_cockroach
76952026-02-26T20:32:05.935Z PASS [ 0.096s] ( 932/2646) nexus-reconfigurator-planning::mod integration_tests::planner::test_zones_marked_ready_for_cleanup_based_on_inventory
76962026-02-26T20:32:07.248Z PASS [ 1.598s] ( 933/2646) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_internal_dns
76972026-02-26T20:32:07.337Z PASS [ 2.384s] ( 934/2646) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_crucible_pantry_before_nexus
76982026-02-26T20:32:21.328Z SLOW [>120.000s] (─────────) nexus-db-queries policy_test::test_iam_roles_behavior
76992026-02-26T20:32:33.591Z PASS [ 107.673s] ( 935/2646) nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
77002026-02-26T20:32:38.595Z PASS [ 32.664s] ( 936/2646) nexus-reconfigurator-rendezvous crucible_dataset::tests::proptest_reconciliation
77012026-02-26T20:32:38.651Z PASS [ 0.045s] ( 937/2646) nexus-reconfigurator-simulation utils::tests::test_insert_sorted_by
77022026-02-26T20:32:38.732Z PASS [ 0.092s] ( 938/2646) nexus-saga-recovery recovery::test::test_execution_basic
77032026-02-26T20:32:38.765Z PASS [ 0.033s] ( 939/2646) nexus-saga-recovery recovery::test::test_plan_basic
77042026-02-26T20:32:38.794Z PASS [ 0.028s] ( 940/2646) nexus-saga-recovery recovery::test::test_read_all_from_channel
77052026-02-26T20:32:38.831Z PASS [ 0.037s] ( 941/2646) nexus-saga-recovery test::test_basic
77062026-02-26T20:32:41.781Z PASS [ 2.951s] ( 942/2646) nexus-test-utils test::test_suite_password_matches_hash
77072026-02-26T20:32:41.826Z PASS [ 0.043s] ( 943/2646) nexus-types authn::cookies::test::test_parse_cookies_empty_headers
77082026-02-26T20:32:41.870Z PASS [ 0.045s] ( 944/2646) nexus-types authn::cookies::test::test_parse_cookies_ignore_other_headers
77092026-02-26T20:32:41.899Z PASS [ 0.028s] ( 945/2646) nexus-types authn::cookies::test::test_parse_cookies_one_cookie
77102026-02-26T20:32:41.932Z PASS [ 0.033s] ( 946/2646) nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers
77112026-02-26T20:32:41.962Z PASS [ 0.030s] ( 947/2646) nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers_same_name
77122026-02-26T20:32:41.990Z PASS [ 0.027s] ( 948/2646) nexus-types authn::cookies::test::test_parse_cookies_two_cookies
77132026-02-26T20:32:42.029Z PASS [ 0.039s] ( 949/2646) nexus-types deployment::planning_input::tests::cockroachdb_cluster_versions
77142026-02-26T20:32:42.242Z PASS [ 34.910s] ( 950/2646) nexus-reconfigurator-rendezvous local_storage_dataset::tests::proptest_reconciliation
77152026-02-26T20:32:42.289Z PASS [ 0.046s] ( 951/2646) nexus-types deployment::test::test_serialize_pending_mgs_updates
77162026-02-26T20:32:42.330Z PASS [ 0.042s] ( 952/2646) nexus-types fm::case::tests::test_case_display
77172026-02-26T20:32:42.411Z PASS [ 0.079s] ( 953/2646) nexus-types internal_api::background::test::test_display_tuf_repo_pruner_status_disabled
77182026-02-26T20:32:42.452Z PASS [ 0.042s] ( 954/2646) nexus-types internal_api::background::test::test_display_tuf_repo_pruner_status_enabled
77192026-02-26T20:32:42.494Z PASS [ 0.043s] ( 955/2646) nexus-types internal_api::views::test::test_can_serialize_mgs_updates
77202026-02-26T20:32:42.555Z PASS [ 0.060s] ( 956/2646) nexus-types quiesce::test::test_drained_blueprint
77212026-02-26T20:32:42.593Z PASS [ 0.037s] ( 957/2646) nexus-types quiesce::test::test_quiesce_block_on_first_recovery
77222026-02-26T20:32:42.627Z PASS [ 0.034s] ( 958/2646) nexus-types quiesce::test::test_quiesce_block_on_reassigned_concurrent_recovery
77232026-02-26T20:32:42.667Z PASS [ 0.040s] ( 959/2646) nexus-types quiesce::test::test_quiesce_block_on_reassigned_recovered_saga
77242026-02-26T20:32:42.707Z PASS [ 0.040s] ( 960/2646) nexus-types quiesce::test::test_quiesce_block_on_reassigned_recovery
77252026-02-26T20:32:42.750Z PASS [ 0.042s] ( 961/2646) nexus-types quiesce::test::test_quiesce_block_on_reassignment
77262026-02-26T20:32:42.793Z PASS [ 0.042s] ( 962/2646) nexus-types quiesce::test::test_quiesce_block_on_recovered_sagas
77272026-02-26T20:32:42.832Z PASS [ 0.039s] ( 963/2646) nexus-types quiesce::test::test_quiesce_block_on_saga_started
77282026-02-26T20:32:42.870Z PASS [ 0.038s] ( 964/2646) nexus-types quiesce::test::test_quiesce_no_block_on_sagas_not_started
77292026-02-26T20:32:42.913Z PASS [ 0.043s] ( 965/2646) nexus-types quiesce::test::test_quiesce_noop
77302026-02-26T20:32:42.953Z PASS [ 0.039s] ( 966/2646) nexus-types quiesce::test::test_quiesce_sagas_disabled_on_startup
77312026-02-26T20:32:43.021Z PASS [ 0.068s] ( 967/2646) nexus-types-versions impls::alert::tests::test_webhook_subscription_validation
77322026-02-26T20:32:43.063Z PASS [ 0.042s] ( 968/2646) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_explicit_null_fields
77332026-02-26T20:32:43.100Z PASS [ 0.035s] ( 969/2646) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_invalid_multicast_ip
77342026-02-26T20:32:43.132Z PASS [ 0.033s] ( 970/2646) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_invalid_source_ip
77352026-02-26T20:32:43.160Z PASS [ 0.027s] ( 971/2646) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_mixed_null_and_values
77362026-02-26T20:32:43.186Z PASS [ 0.026s] ( 972/2646) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_only_multicast_ip
77372026-02-26T20:32:43.216Z PASS [ 0.030s] ( 973/2646) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_only_source_ips
77382026-02-26T20:32:43.247Z PASS [ 0.031s] ( 974/2646) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_with_all_fields
77392026-02-26T20:32:43.275Z PASS [ 0.028s] ( 975/2646) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_with_empty_source_ips
77402026-02-26T20:32:43.301Z PASS [ 0.026s] ( 976/2646) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_without_optional_fields
77412026-02-26T20:32:43.331Z PASS [ 0.029s] ( 977/2646) nexus-types-versions impls::multicast::tests::test_multicast_group_update_deserialization_clear_source_ips
77422026-02-26T20:32:43.409Z PASS [ 0.078s] ( 978/2646) nexus-types-versions impls::multicast::tests::test_multicast_group_update_deserialization_explicit_null_mvlan
77432026-02-26T20:32:43.438Z PASS [ 0.029s] ( 979/2646) nexus-types-versions impls::multicast::tests::test_multicast_group_update_deserialization_invalid_mvlan
77442026-02-26T20:32:43.469Z PASS [ 0.031s] ( 980/2646) nexus-types-versions impls::multicast::tests::test_multicast_group_update_deserialization_omit_all_fields
77452026-02-26T20:32:43.498Z PASS [ 0.029s] ( 981/2646) nexus-types-versions impls::multicast::tests::test_multicast_group_update_deserialization_set_mvlan
77462026-02-26T20:32:43.527Z PASS [ 0.029s] ( 982/2646) nexus-types-versions impls::multicast::tests::test_multicast_group_update_deserialization_update_source_ips
77472026-02-26T20:32:43.555Z PASS [ 0.027s] ( 983/2646) nexus-types-versions impls::multicast::tests::test_validate_multicast_ip_v4
77482026-02-26T20:32:43.591Z PASS [ 0.035s] ( 984/2646) nexus-types-versions impls::multicast::tests::test_validate_multicast_ip_v6
77492026-02-26T20:32:43.616Z PASS [ 0.025s] ( 985/2646) nexus-types-versions impls::multicast::tests::test_validate_source_ip_v4
77502026-02-26T20:32:43.651Z PASS [ 0.024s] ( 986/2646) nexus-types-versions impls::multicast::tests::test_validate_source_ip_v6
77512026-02-26T20:32:43.675Z PASS [ 0.031s] ( 987/2646) nexus-types-versions impls::policy::tests::test_policy_parsing
77522026-02-26T20:32:43.887Z PASS [ 0.216s] ( 988/2646) omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid
77532026-02-26T20:32:43.939Z PASS [ 0.052s] ( 989/2646) omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist
77542026-02-26T20:32:44.000Z PASS [ 0.060s] ( 990/2646) omicron-certificates tests::test_cert_extended_key_usage
77552026-02-26T20:32:44.060Z PASS [ 0.059s] ( 991/2646) omicron-certificates tests::test_common_name_is_validated
77562026-02-26T20:32:44.126Z PASS [ 0.066s] ( 992/2646) omicron-certificates tests::test_subject_alternate_names_are_validated
77572026-02-26T20:32:44.543Z PASS [ 0.418s] ( 993/2646) omicron-cockroach-admin cockroach_cli::tests::proptest_validate_decommissionable
77582026-02-26T20:32:45.243Z PASS [ 38.001s] ( 994/2646) nexus-reconfigurator-rendezvous debug_dataset::tests::proptest_reconciliation
77592026-02-26T20:32:48.367Z PASS [ 3.824s] ( 995/2646) omicron-cockroach-admin cockroach_cli::tests::test_cluster_init_compatibility
77602026-02-26T20:32:51.036Z PASS [ 2.669s] ( 996/2646) omicron-cockroach-admin cockroach_cli::tests::test_node_decommission_compatibility
77612026-02-26T20:32:53.400Z PASS [ 2.364s] ( 997/2646) omicron-cockroach-admin cockroach_cli::tests::test_node_status_compatibility
77622026-02-26T20:32:54.299Z PASS [ 114.055s] ( 998/2646) nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
77632026-02-26T20:32:56.093Z PASS [ 1.794s] ( 999/2646) omicron-cockroach-admin context::tests::test_node_id
77642026-02-26T20:32:56.146Z PASS [ 0.053s] (1000/2646) omicron-cockroach-metrics tests::proptest_tests::prometheus_parse_never_panics
77652026-02-26T20:32:56.198Z PASS [ 0.052s] (1001/2646) omicron-cockroach-metrics tests::proptest_tests::prometheus_parse_structured_input
77662026-02-26T20:32:56.467Z PASS [ 0.269s] (1002/2646) omicron-cockroach-metrics tests::test_cluster_client_caching
77672026-02-26T20:32:56.492Z PASS [ 0.021s] (1003/2646) omicron-cockroach-metrics tests::test_histogram_bucket_sorting
77682026-02-26T20:32:56.516Z PASS [ 0.018s] (1004/2646) omicron-cockroach-metrics tests::test_prometheus_histogram_parsing
77692026-02-26T20:32:56.541Z PASS [ 0.021s] (1005/2646) omicron-cockroach-metrics tests::test_prometheus_metrics_comments_only
77702026-02-26T20:32:56.566Z PASS [ 0.023s] (1006/2646) omicron-cockroach-metrics tests::test_prometheus_metrics_empty
77712026-02-26T20:32:56.591Z PASS [ 0.021s] (1007/2646) omicron-cockroach-metrics tests::test_prometheus_metrics_parse_resilience
77722026-02-26T20:32:56.616Z PASS [ 0.023s] (1008/2646) omicron-cockroach-metrics tests::test_prometheus_metrics_parsing
77732026-02-26T20:32:56.616Z PASS [ 11.359s] (1009/2646) omicron-cockroach-admin cockroach_cli::tests::test_cluster_schema_init_interleaved
77742026-02-26T20:32:56.640Z PASS [ 0.022s] (1010/2646) omicron-cockroach-metrics tests::test_typed_cockroach_metrics
77752026-02-26T20:32:56.665Z PASS [ 0.043s] (1011/2646) omicron-common address::test::test_dns_subnets
77762026-02-26T20:32:56.665Z PASS [ 0.028s] (1012/2646) omicron-common address::test::test_ip_range_checks_non_decreasing
77772026-02-26T20:32:56.690Z PASS [ 0.029s] (1013/2646) omicron-common address::test::test_ip_range_iter
77782026-02-26T20:32:56.690Z PASS [ 0.041s] (1014/2646) omicron-common address::test::test_ip_range_enum_deserialization
77792026-02-26T20:32:56.715Z PASS [ 0.031s] (1015/2646) omicron-common address::test::test_ip_range_length
77802026-02-26T20:32:56.740Z PASS [ 0.032s] (1016/2646) omicron-common address::test::test_ip_range_try_from
77812026-02-26T20:32:56.765Z PASS [ 0.027s] (1017/2646) omicron-common address::test::test_sled_address
77822026-02-26T20:32:56.765Z PASS [ 0.039s] (1018/2646) omicron-common address::test::test_ipv6_subnet_deserialize
77832026-02-26T20:32:56.792Z PASS [ 0.026s] (1019/2646) omicron-common api::external::error::test::test_context
77842026-02-26T20:32:56.792Z PASS [ 0.034s] (1020/2646) omicron-common api::external::error::test::test_bail_unless
77852026-02-26T20:32:56.817Z PASS [ 0.040s] (1021/2646) omicron-common api::external::http_pagination::test::test_pagination_examples
77862026-02-26T20:32:56.842Z PASS [ 0.047s] (1022/2646) omicron-common api::external::http_pagination::test::test_pagination_schemas
77872026-02-26T20:32:56.867Z PASS [ 0.041s] (1023/2646) omicron-common api::external::http_pagination::test::test_scan_by_id
77882026-02-26T20:32:56.867Z PASS [ 0.032s] (1024/2646) omicron-common api::external::http_pagination::test::test_scan_by_name
77892026-02-26T20:32:56.892Z PASS [ 0.031s] (1025/2646) omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic
77902026-02-26T20:32:56.892Z PASS [ 0.033s] (1026/2646) omicron-common api::external::http_pagination::test::test_scan_by_nameid_id
77912026-02-26T20:32:56.920Z PASS [ 0.035s] (1027/2646) omicron-common api::external::http_pagination::test::test_scan_by_nameid_name
77922026-02-26T20:32:56.945Z PASS [ 0.031s] (1028/2646) omicron-common api::external::http_pagination::test::test_scan_by_time_and_id
77932026-02-26T20:32:56.970Z PASS [ 0.029s] (1029/2646) omicron-common api::external::test::test_bytecount
77942026-02-26T20:32:56.971Z PASS [ 0.032s] (1030/2646) omicron-common api::external::test::test_bytecount_display
77952026-02-26T20:32:56.995Z PASS [ 0.037s] (1031/2646) omicron-common api::external::test::test_digest
77962026-02-26T20:32:56.996Z PASS [ 0.034s] (1032/2646) omicron-common api::external::test::test_firewall_deserialization
77972026-02-26T20:32:57.021Z PASS [ 0.030s] (1033/2646) omicron-common api::external::test::test_firewall_rule_proto_filter_parse
77982026-02-26T20:32:57.071Z PASS [ 0.083s] (1034/2646) omicron-common api::external::test::test_firewall_rule_host_filter_parse
77992026-02-26T20:32:57.097Z PASS [ 0.060s] (1035/2646) omicron-common api::external::test::test_firewall_rule_target_parse
78002026-02-26T20:32:57.122Z PASS [ 0.028s] (1036/2646) omicron-common api::external::test::test_generation_display_parse
78012026-02-26T20:32:57.122Z PASS [ 0.029s] (1037/2646) omicron-common api::external::test::test_generation_from_int
78022026-02-26T20:32:57.146Z PASS [ 0.027s] (1038/2646) omicron-common api::external::test::test_generation_serde
78032026-02-26T20:32:57.171Z PASS [ 0.036s] (1039/2646) omicron-common api::external::test::test_hostname_from_str
78042026-02-26T20:32:57.198Z PASS [ 0.028s] (1040/2646) omicron-common api::external::test::test_ip_port_range_from_str
78052026-02-26T20:32:57.227Z PASS [ 0.028s] (1041/2646) omicron-common api::external::test::test_ip_port_range_into_str
78062026-02-26T20:32:57.252Z PASS [ 0.025s] (1042/2646) omicron-common api::external::test::test_ipv6_net_operations
78072026-02-26T20:32:57.286Z PASS [ 0.034s] (1043/2646) omicron-common api::external::test::test_mac_system_iterator
78082026-02-26T20:32:57.313Z PASS [ 0.026s] (1044/2646) omicron-common api::external::test::test_mac_to_int_conversions
78092026-02-26T20:32:57.406Z PASS [ 0.094s] (1045/2646) omicron-common api::external::test::test_macaddr
78102026-02-26T20:32:57.437Z PASS [ 0.031s] (1046/2646) omicron-common api::external::test::test_name_parse
78112026-02-26T20:32:57.462Z PASS [ 0.023s] (1047/2646) omicron-common api::external::test::test_name_parse_from_param
78122026-02-26T20:32:57.487Z PASS [ 0.023s] (1048/2646) omicron-common api::external::test::test_resource_name_parse
78132026-02-26T20:32:57.528Z PASS [ 0.043s] (1049/2646) omicron-common api::external::test::test_route_destination_parse
78142026-02-26T20:32:57.576Z PASS [ 0.048s] (1050/2646) omicron-common api::external::test::test_route_target_parse
78152026-02-26T20:32:57.605Z PASS [ 0.029s] (1051/2646) omicron-common api::external::test::test_semver_serialize
78162026-02-26T20:32:57.631Z PASS [ 0.026s] (1052/2646) omicron-common api::internal::shared::external_ip::tests::try_from_generic_fails_with_mixed_address_versions
78172026-02-26T20:32:57.658Z PASS [ 0.026s] (1053/2646) omicron-common api::internal::shared::external_ip::tests::try_from_generic_fails_with_no_ips
78182026-02-26T20:32:57.684Z PASS [ 0.026s] (1054/2646) omicron-common api::internal::shared::external_ip::tests::try_from_generic_successes
78192026-02-26T20:32:57.712Z PASS [ 0.027s] (1055/2646) omicron-common api::internal::shared::tests::test_dataset_kind_serialization
78202026-02-26T20:32:57.738Z PASS [ 0.026s] (1056/2646) omicron-common api::internal::shared::tests::test_delegated_zvol_device_name
78212026-02-26T20:32:57.768Z PASS [ 0.029s] (1057/2646) omicron-common api::internal::shared::tests::test_deserialize_allowed_source_ips
78222026-02-26T20:32:57.793Z PASS [ 0.026s] (1058/2646) omicron-common api::internal::shared::tests::test_deserialize_any_into_allowed_external_ips
78232026-02-26T20:32:57.818Z PASS [ 0.025s] (1059/2646) omicron-common api::internal::shared::tests::test_deserialize_unknown_string
78242026-02-26T20:32:57.854Z PASS [ 0.036s] (1060/2646) omicron-common disk::tests::parse_dataset_name
78252026-02-26T20:32:57.898Z PASS [ 0.043s] (1061/2646) omicron-common ledger::test::test_commit_handles_write_failures
78262026-02-26T20:32:57.930Z PASS [ 0.032s] (1062/2646) omicron-common ledger::test::test_create_default_ledger
78272026-02-26T20:32:57.961Z PASS [ 0.030s] (1063/2646) omicron-common ledger::test::test_create_ledger_reads_from_storage
78282026-02-26T20:32:57.995Z PASS [ 0.034s] (1064/2646) omicron-common ledger::test::test_create_ledger_reads_latest_from_storage
78292026-02-26T20:32:58.020Z PASS [ 0.916s] (1065/2646) omicron-common api::external::test::test_generation_overflow
78302026-02-26T20:32:58.045Z PASS [ 0.030s] (1066/2646) omicron-common zpool_name::test::test_parse_bad_zpool_names
78312026-02-26T20:32:58.045Z PASS [ 0.026s] (1067/2646) omicron-common zpool_name::test::test_parse_external_zpool_name
78322026-02-26T20:32:58.070Z PASS [ 0.030s] (1068/2646) omicron-common zpool_name::test::test_parse_internal_zpool_name
78332026-02-26T20:32:58.070Z PASS [ 0.026s] (1069/2646) omicron-common zpool_name::test::test_parse_zpool_name_json
78342026-02-26T20:32:58.095Z PASS [ 0.027s] (1070/2646) omicron-common zpool_name::test::test_zpool_name_regex
78352026-02-26T20:33:00.270Z PASS [ 2.202s] (1071/2646) omicron-dev::test-omicron-dev test_omicron_dev_bad_cmd
78362026-02-26T20:33:00.359Z PASS [ 2.275s] (1072/2646) omicron-dev::test-omicron-dev test_omicron_dev_no_args
78372026-02-26T20:33:02.673Z PASS [ 20.648s] (1073/2646) nexus-types deployment::planning_report::tests::planning_report_json_roundtrip
78382026-02-26T20:33:02.770Z PASS [ 0.097s] (1074/2646) omicron-gateway management_switch::location_map::tests::test_config_validation
78392026-02-26T20:33:02.824Z PASS [ 0.053s] (1075/2646) omicron-gateway management_switch::location_map::tests::test_resolve_location
78402026-02-26T20:33:03.205Z PASS [ 9.807s] (1076/2646) omicron-cockroach-admin cockroach_cli::tests::test_schema_init
78412026-02-26T20:33:03.263Z PASS [ 0.057s] (1077/2646) omicron-gateway::test_all integration_tests::config::read_production_smf_config
78422026-02-26T20:33:03.327Z PASS [ 0.502s] (1078/2646) omicron-gateway::test_all integration_tests::component_list::component_list
78432026-02-26T20:33:03.507Z PASS [ 0.244s] (1079/2646) omicron-gateway::test_all integration_tests::ereports::ereports_basic
78442026-02-26T20:33:03.579Z PASS [ 0.252s] (1080/2646) omicron-gateway::test_all integration_tests::ereports::ereports_commit
78452026-02-26T20:33:03.753Z PASS [ 0.245s] (1081/2646) omicron-gateway::test_all integration_tests::ereports::ereports_limit
78462026-02-26T20:33:04.011Z PASS [ 0.258s] (1082/2646) omicron-gateway::test_all integration_tests::serial_console::serial_console_communication
78472026-02-26T20:33:04.037Z PASS [ 0.447s] (1083/2646) omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations
78482026-02-26T20:33:04.140Z PASS [ 162.820s] (1084/2646) nexus-db-queries policy_test::test_iam_roles_behavior
78492026-02-26T20:33:04.251Z PASS [ 0.240s] (1085/2646) omicron-gateway::test_all integration_tests::serial_console::serial_console_detach
78502026-02-26T20:33:04.282Z PASS [ 0.255s] (1086/2646) omicron-gateway::test_all integration_tests::task_dump::task_dump
78512026-02-26T20:33:04.359Z PASS [ 0.077s] (1087/2646) omicron-nexus app::alert::tests::test_alert_class_list
78522026-02-26T20:33:07.969Z PASS [ 34.383s] (1088/2646) nexus-reconfigurator-rendezvous local_storage_unencrypted_dataset::tests::proptest_reconciliation
78532026-02-26T20:33:18.231Z PASS [ 17.963s] (1089/2646) omicron-dev::test-omicron-dev test_run_all
78542026-02-26T20:33:20.512Z PASS [ 16.155s] (1090/2646) omicron-nexus app::background::driver::test::test_activation_in_progress
78552026-02-26T20:33:21.132Z PASS [ 13.164s] (1091/2646) omicron-nexus app::background::driver::test::test_driver_basic
78562026-02-26T20:33:31.286Z PASS [ 13.057s] (1092/2646) omicron-nexus app::background::init::test::test_dns_propagation_basic
78572026-02-26T20:33:32.767Z PASS [ 28.631s] (1093/2646) omicron-ls-apis::test_dependencies test_api_check
78582026-02-26T20:33:32.847Z PASS [ 28.600s] (1094/2646) omicron-ls-apis::test_dependencies test_api_dependencies
78592026-02-26T20:33:32.904Z PASS [ 0.057s] (1095/2646) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_diff_adds_entries
78602026-02-26T20:33:32.957Z PASS [ 0.053s] (1096/2646) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_diff_removes_entries
78612026-02-26T20:33:33.012Z PASS [ 0.054s] (1097/2646) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_diff_works_with_empty_sets
78622026-02-26T20:33:33.067Z PASS [ 0.054s] (1098/2646) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_leaves_valid_entries
78632026-02-26T20:33:33.124Z PASS [ 0.057s] (1099/2646) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_modifies_changed_entries
78642026-02-26T20:33:42.091Z PASS [ 20.962s] (1100/2646) omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::test_abandoned_vmms_are_reaped
78652026-02-26T20:33:42.379Z PASS [ 21.870s] (1101/2646) omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::sled_resource_vmm_already_deleted
78662026-02-26T20:33:48.641Z PASS [ 15.869s] (1102/2646) omicron-nexus app::background::tasks::alert_dispatcher::test::test_glob_reprocessing
78672026-02-26T20:33:54.107Z PASS [ 22.825s] (1103/2646) omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::vmm_already_deleted
78682026-02-26T20:33:58.879Z PASS [ 16.502s] (1104/2646) omicron-nexus app::background::tasks::blueprint_load::test::test_load_blueprints
78692026-02-26T20:33:59.836Z PASS [ 17.748s] (1105/2646) omicron-nexus app::background::tasks::blueprint_execution::test::test_deploy_omicron_config
78702026-02-26T20:34:00.352Z SLOW [> 60.000s] (─────────) omicron-dropshot-apis::bin/omicron-dropshot-apis tests::test_apis_up_to_date
78712026-02-26T20:34:01.668Z PASS [ 7.562s] (1106/2646) omicron-nexus app::background::tasks::blueprint_planner::test::test_blueprint_planner_limit
78722026-02-26T20:34:04.369Z PASS [ 5.491s] (1107/2646) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_fails_if_no_blueprint
78732026-02-26T20:34:04.468Z PASS [ 0.099s] (1108/2646) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_default_cockroach_admin_addrs_from_blueprint
78742026-02-26T20:34:05.398Z PASS [ 5.562s] (1109/2646) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_no_unknown_node_ids
78752026-02-26T20:34:07.350Z PASS [ 5.683s] (1110/2646) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_unknown_node_ids
78762026-02-26T20:34:07.791Z PASS [ 19.160s] (1111/2646) omicron-nexus app::background::tasks::blueprint_planner::test::test_blueprint_planner
78772026-02-26T20:34:10.142Z PASS [ 37.024s] (1112/2646) omicron-nexus app::background::tasks::attached_subnets::test::test_attached_subnet_manager
78782026-02-26T20:34:11.621Z PASS [ 71.273s] (1113/2646) omicron-dropshot-apis::bin/omicron-dropshot-apis tests::test_apis_up_to_date
78792026-02-26T20:34:21.019Z PASS [ 16.553s] (1114/2646) omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_cleans_disks_with_no_regions
78802026-02-26T20:34:21.564Z PASS [ 16.168s] (1115/2646) omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_does_not_clean_disks_with_regions
78812026-02-26T20:34:25.814Z PASS [ 18.466s] (1116/2646) omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_ignores_active_disks
78822026-02-26T20:34:26.234Z PASS [ 18.446s] (1117/2646) omicron-nexus app::background::tasks::dns_config::test::test_basic
78832026-02-26T20:34:28.641Z PASS [ 18.502s] (1118/2646) omicron-nexus app::background::tasks::dns_propagation::test::test_basic
78842026-02-26T20:34:28.676Z PASS [ 7.112s] (1119/2646) omicron-nexus app::background::tasks::fm_sitrep_gc::tests::test_orphaned_sitrep_gc
78852026-02-26T20:34:29.444Z PASS [ 17.824s] (1120/2646) omicron-nexus app::background::tasks::ereport_ingester::tests::test_sp_ereport_ingestion
78862026-02-26T20:34:32.171Z PASS [ 6.358s] (1121/2646) omicron-nexus app::background::tasks::fm_sitrep_load::test::test_load_sitreps
78872026-02-26T20:34:36.434Z PASS [ 15.417s] (1122/2646) omicron-nexus app::background::tasks::external_endpoints::test::test_basic
78882026-02-26T20:34:54.089Z PASS [ 25.451s] (1123/2646) omicron-nexus app::background::tasks::instance_reincarnation::test::test_default_policy_is_reincarnatable
78892026-02-26T20:34:54.389Z PASS [ 24.951s] (1124/2646) omicron-nexus app::background::tasks::instance_reincarnation::test::test_reincarnates_failed_instances
78902026-02-26T20:34:55.766Z PASS [ 19.335s] (1125/2646) omicron-nexus app::background::tasks::inventory_collection::test::test_db_sled_enumerator
78912026-02-26T20:34:55.823Z PASS [ 0.057s] (1126/2646) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_asm_address
78922026-02-26T20:34:55.887Z PASS [ 0.064s] (1127/2646) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_asm_with_any_source_member
78932026-02-26T20:34:55.951Z PASS [ 0.063s] (1128/2646) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_ssm_ignores_has_any_source_member
78942026-02-26T20:34:56.009Z PASS [ 0.058s] (1129/2646) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_ssm_with_sources
78952026-02-26T20:34:56.076Z PASS [ 0.067s] (1130/2646) omicron-nexus app::background::tasks::multicast::tests::test_admin_scope_xor_folding
78962026-02-26T20:34:56.139Z PASS [ 0.063s] (1131/2646) omicron-nexus app::background::tasks::multicast::tests::test_bounded_preservation_prefix_48
78972026-02-26T20:34:56.204Z PASS [ 0.065s] (1132/2646) omicron-nexus app::background::tasks::multicast::tests::test_documented_examples
78982026-02-26T20:34:56.261Z PASS [ 0.056s] (1133/2646) omicron-nexus app::background::tasks::multicast::tests::test_map_ipv4_edge_cases
78992026-02-26T20:34:56.318Z PASS [ 0.057s] (1134/2646) omicron-nexus app::background::tasks::multicast::tests::test_map_ipv4_to_underlay_ipv6
79002026-02-26T20:34:56.498Z PASS [ 0.180s] (1135/2646) omicron-nexus app::background::tasks::multicast::tests::test_prefix_preservation_hash_space_for_large_sets
79012026-02-26T20:34:56.559Z PASS [ 0.061s] (1136/2646) omicron-nexus app::background::tasks::multicast::tests::test_prefix_validation_ipv4_too_small
79022026-02-26T20:34:56.628Z PASS [ 0.069s] (1137/2646) omicron-nexus app::background::tasks::multicast::tests::test_prefix_validation_success_larger_prefix
79032026-02-26T20:34:56.694Z PASS [ 0.065s] (1138/2646) omicron-nexus app::background::tasks::multicast::tests::test_prod_ipv6_salt_uniqueness
79042026-02-26T20:34:56.758Z PASS [ 0.064s] (1139/2646) omicron-nexus app::background::tasks::multicast::tests::test_prod_ipv6_scope_differentiation
79052026-02-26T20:34:56.810Z PASS [ 0.051s] (1140/2646) omicron-nexus app::background::tasks::multicast::tests::test_prod_ipv6_xor_fold_math
79062026-02-26T20:34:56.871Z PASS [ 0.062s] (1141/2646) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_64bit_ipv4_placement
79072026-02-26T20:34:56.928Z PASS [ 0.057s] (1142/2646) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_changes_output
79082026-02-26T20:34:56.990Z PASS [ 0.062s] (1143/2646) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_deterministic
79092026-02-26T20:34:57.069Z PASS [ 0.078s] (1144/2646) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_full_coverage_within_8bits
79102026-02-26T20:34:57.124Z PASS [ 0.055s] (1145/2646) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_ipv4_changes_output
79112026-02-26T20:34:57.179Z PASS [ 0.054s] (1146/2646) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_stays_within_prefix
79122026-02-26T20:34:57.239Z PASS [ 0.060s] (1147/2646) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_16bit_already_admin_scoped
79132026-02-26T20:34:57.300Z PASS [ 0.060s] (1148/2646) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_16bit_global_to_admin_scoped
79142026-02-26T20:34:57.364Z PASS [ 0.064s] (1149/2646) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_16bit_site_local_to_admin_scoped
79152026-02-26T20:34:57.429Z PASS [ 0.065s] (1150/2646) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_64bit_already_admin_scoped
79162026-02-26T20:34:57.498Z PASS [ 0.068s] (1151/2646) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_64bit_site_local_to_admin_scoped
79172026-02-26T20:34:57.557Z PASS [ 0.059s] (1152/2646) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_distinguishes_scopes
79182026-02-26T20:34:57.616Z PASS [ 0.059s] (1153/2646) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_with_64bit_prefix
79192026-02-26T20:35:00.298Z PASS [ 6.210s] (1154/2646) omicron-nexus app::background::tasks::inventory_load::tests::test_inventory_loader
79202026-02-26T20:35:07.132Z PASS [ 34.965s] (1155/2646) omicron-nexus app::background::tasks::inventory_collection::test::test_basic
79212026-02-26T20:35:07.920Z PASS [ 13.533s] (1156/2646) omicron-nexus app::background::tasks::metrics_producer_gc::tests::test_pruning
79222026-02-26T20:35:09.568Z PASS [ 43.340s] (1157/2646) omicron-nexus app::background::tasks::instance_reincarnation::test::test_cooldown_on_subsequent_reincarnations
79232026-02-26T20:35:18.510Z PASS [ 49.842s] (1158/2646) omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
79242026-02-26T20:35:21.486Z PASS [ 23.874s] (1159/2646) omicron-nexus app::background::tasks::read_only_region_replacement_start::test::test_expunge_disk_causes_read_only_region_replacement_request
79252026-02-26T20:35:23.470Z PASS [ 16.341s] (1160/2646) omicron-nexus app::background::tasks::reconfigurator_config::test::test_basic
79262026-02-26T20:35:23.501Z PASS [ 15.583s] (1161/2646) omicron-nexus app::background::tasks::region_replacement::test::test_add_region_replacement_causes_start
79272026-02-26T20:35:25.263Z PASS [ 15.697s] (1162/2646) omicron-nexus app::background::tasks::region_replacement_driver::test::test_done_region_replacement_causes_finish
79282026-02-26T20:35:28.551Z PASS [ 28.257s] (1163/2646) omicron-nexus app::background::tasks::reconfigurator_config::test::test_background_tasks_enable_disable
79292026-02-26T20:35:34.454Z PASS [ 15.946s] (1164/2646) omicron-nexus app::background::tasks::region_replacement_driver::test::test_mark_region_replacement_done_after_notification
79302026-02-26T20:35:38.229Z PASS [ 16.746s] (1165/2646) omicron-nexus app::background::tasks::region_replacement_driver::test::test_no_mark_region_replacement_done_after_failed_notification
79312026-02-26T20:35:40.689Z PASS [ 17.222s] (1166/2646) omicron-nexus app::background::tasks::region_replacement_driver::test::test_running_region_replacement_causes_drive
79322026-02-26T20:35:41.314Z PASS [ 17.815s] (1167/2646) omicron-nexus app::background::tasks::region_snapshot_replacement_finish::test::test_done_region_snapshot_replacement_causes_finish
79332026-02-26T20:35:42.735Z PASS [ 17.474s] (1168/2646) omicron-nexus app::background::tasks::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_task
79342026-02-26T20:35:45.628Z PASS [ 17.080s] (1169/2646) omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_add_region_snapshot_replacement_causes_start
79352026-02-26T20:35:47.752Z PASS [ 5.018s] (1170/2646) omicron-nexus app::background::tasks::saga_recovery::test::test_failure_during_saga_can_be_recovered
79362026-02-26T20:35:53.093Z PASS [ 5.342s] (1171/2646) omicron-nexus app::background::tasks::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery
79372026-02-26T20:35:53.195Z PASS [ 0.102s] (1172/2646) omicron-nexus app::background::tasks::support_bundle::collection::test::test_zipfile_creation
79382026-02-26T20:35:57.095Z PASS [ 22.644s] (1173/2646) omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_delete_region_snapshot_replacement_volume_causes_complete
79392026-02-26T20:35:57.728Z PASS [ 16.416s] (1174/2646) omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task_gc
79402026-02-26T20:35:58.397Z PASS [ 17.710s] (1175/2646) omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task
79412026-02-26T20:36:03.620Z PASS [ 25.375s] (1176/2646) omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_expunge_disk_causes_region_snapshot_replacement_start
79422026-02-26T20:36:05.019Z PASS [ 19.393s] (1177/2646) omicron-nexus app::background::tasks::saga_recovery::test::test_nexus_recovery
79432026-02-26T20:36:13.459Z PASS [ 20.265s] (1178/2646) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_after_zpool_deletion
79442026-02-26T20:36:16.132Z PASS [ 18.407s] (1179/2646) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_before_collect
79452026-02-26T20:36:18.342Z PASS [ 21.251s] (1180/2646) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_after_collect
79462026-02-26T20:36:19.336Z PASS [ 20.942s] (1181/2646) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_after_collection
79472026-02-26T20:36:21.027Z PASS [ 17.429s] (1182/2646) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_before_collection
79482026-02-26T20:36:21.108Z PASS [ 16.092s] (1183/2646) omicron-nexus app::background::tasks::support_bundle_collector::test::test_cleanup_noop
79492026-02-26T20:36:34.993Z PASS [ 16.653s] (1184/2646) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_noop
79502026-02-26T20:36:35.370Z PASS [ 0.377s] (1185/2646) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::new_sled
79512026-02-26T20:36:35.605Z PASS [ 0.235s] (1186/2646) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::nothing
79522026-02-26T20:36:35.903Z PASS [ 0.297s] (1187/2646) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::recopy
79532026-02-26T20:36:36.603Z PASS [ 20.474s] (1188/2646) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_many
79542026-02-26T20:36:36.665Z PASS [ 0.063s] (1189/2646) omicron-nexus app::background::tasks::tuf_repo_pruner::test::test_decide_prune
79552026-02-26T20:36:36.731Z PASS [ 0.829s] (1190/2646) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::simple_replicate
79562026-02-26T20:36:36.760Z PASS [ 0.095s] (1191/2646) omicron-nexus app::deployment::tests::test_is_target_release_change_allowed
79572026-02-26T20:36:36.873Z PASS [ 0.113s] (1192/2646) omicron-nexus app::external_endpoints::test::test_external_endpoints_basic
79582026-02-26T20:36:37.290Z PASS [ 0.558s] (1193/2646) omicron-nexus app::external_endpoints::test::test_authority
79592026-02-26T20:36:37.389Z PASS [ 0.100s] (1194/2646) omicron-nexus app::external_endpoints::test::test_external_endpoints_empty
79602026-02-26T20:36:37.457Z PASS [ 0.068s] (1195/2646) omicron-nexus app::external_endpoints::test::test_no_endpoint
79612026-02-26T20:36:37.529Z PASS [ 0.072s] (1196/2646) omicron-nexus app::instance::tests::test_instance_start_allowed_when_no_vmm
79622026-02-26T20:36:37.588Z PASS [ 0.059s] (1197/2646) omicron-nexus app::instance::tests::test_instance_start_allowed_when_vmm_in_saga_unwound
79632026-02-26T20:36:37.660Z PASS [ 0.072s] (1198/2646) omicron-nexus app::instance::tests::test_instance_start_forbidden_while_creating
79642026-02-26T20:36:37.742Z PASS [ 0.081s] (1199/2646) omicron-nexus app::instance::tests::test_instance_start_idempotent_if_active
79652026-02-26T20:36:37.824Z PASS [ 0.082s] (1200/2646) omicron-nexus app::instance::tests::test_serial_console_stream_proxying
79662026-02-26T20:36:37.886Z PASS [ 0.062s] (1201/2646) omicron-nexus app::instance_platform::cpu_platform::test::milan_current_vs_rfd314_is_understood
79672026-02-26T20:36:37.940Z PASS [ 0.053s] (1202/2646) omicron-nexus app::instance_platform::cpu_platform::test::milan_rfd314_is_as_described
79682026-02-26T20:36:38.004Z PASS [ 0.064s] (1203/2646) omicron-nexus app::instance_platform::cpu_platform::test::turin_v1_is_as_described
79692026-02-26T20:36:38.059Z PASS [ 0.055s] (1204/2646) omicron-nexus app::ip_pool::tests::test_validate_multicast_allows_other_admin_scoped_subnets
79702026-02-26T20:36:38.115Z PASS [ 0.056s] (1205/2646) omicron-nexus app::ip_pool::tests::test_validate_multicast_allows_site_local_ipv6
79712026-02-26T20:36:38.165Z PASS [ 0.050s] (1206/2646) omicron-nexus app::ip_pool::tests::test_validate_multicast_allows_valid_ipv4_asm
79722026-02-26T20:36:38.223Z PASS [ 0.057s] (1207/2646) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_asm_ssm_spanning_range
79732026-02-26T20:36:38.276Z PASS [ 0.053s] (1208/2646) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_full_underlay_subnet
79742026-02-26T20:36:38.301Z PASS [ 18.950s] (1209/2646) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_one
79752026-02-26T20:36:38.337Z PASS [ 0.060s] (1210/2646) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_link_local_ipv4
79762026-02-26T20:36:38.361Z PASS [ 0.056s] (1211/2646) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_range_overlapping_underlay
79772026-02-26T20:36:38.395Z PASS [ 0.058s] (1212/2646) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_underlay_ipv6_range
79782026-02-26T20:36:38.420Z PASS [ 0.064s] (1213/2646) omicron-nexus app::multicast::tests::test_is_ssm_address
79792026-02-26T20:36:38.452Z PASS [ 1.578s] (1214/2646) omicron-nexus app::external_endpoints::test::test_external_endpoints_complex
79802026-02-26T20:36:38.744Z PASS [ 25.288s] (1215/2646) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_chunked
79812026-02-26T20:36:38.802Z PASS [ 0.057s] (1216/2646) omicron-nexus app::sagas::demo::test::test_demo_saga_rendezvous
79822026-02-26T20:36:39.288Z PASS [ 18.262s] (1217/2646) omicron-nexus app::background::tasks::support_bundle_collector::test::test_reconfigurator_state_collected
79832026-02-26T20:36:39.990Z PASS [ 18.885s] (1218/2646) omicron-nexus app::background::tasks::support_bundle_collector::test::test_trace_file_generated
79842026-02-26T20:36:54.396Z PASS [ 15.946s] (1219/2646) omicron-nexus app::quiesce::test::test_quiesce_multi
79852026-02-26T20:36:56.651Z PASS [ 18.259s] (1220/2646) omicron-nexus app::quiesce::test::test_quiesce_easy
79862026-02-26T20:36:56.805Z PASS [ 18.404s] (1221/2646) omicron-nexus app::quiesce::test::test_quiesce_full
79872026-02-26T20:37:03.037Z PASS [ 24.239s] (1222/2646) omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently
79882026-02-26T20:37:08.136Z PASS [ 28.150s] (1223/2646) omicron-nexus app::sagas::disk_create::test::test_readonly_disk_action_failure_can_unwind_idempotently
79892026-02-26T20:37:08.423Z PASS [ 29.140s] (1224/2646) omicron-nexus app::sagas::disk_create::test::test_readonly_disk_action_failure_can_unwind
79902026-02-26T20:37:21.590Z PASS [ 24.943s] (1225/2646) omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds
79912026-02-26T20:37:24.472Z PASS [ 30.081s] (1226/2646) omicron-nexus app::sagas::disk_create::test::test_readonly_disk_actions_succeed_idempotently
79922026-02-26T20:37:26.031Z PASS [ 29.230s] (1227/2646) omicron-nexus app::sagas::disk_create::test::test_saga_read_only_disk_basic_usage_succeeds
79932026-02-26T20:37:28.993Z PASS [ 25.960s] (1228/2646) omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
79942026-02-26T20:37:33.550Z PASS [ 25.417s] (1229/2646) omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
79952026-02-26T20:37:38.280Z PASS [ 29.860s] (1230/2646) omicron-nexus app::sagas::image_create::test::test_actions_succeed_idempotently
79962026-02-26T20:37:51.038Z PASS [ 29.452s] (1231/2646) omicron-nexus app::sagas::image_create::test::test_saga_basic_usage_succeeds_project
79972026-02-26T20:37:52.711Z PASS [ 28.243s] (1232/2646) omicron-nexus app::sagas::image_create::test::test_saga_basic_usage_succeeds_silo
79982026-02-26T20:37:56.592Z PASS [ 30.566s] (1233/2646) omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently
79992026-02-26T20:37:58.217Z PASS [ 29.228s] (1234/2646) omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
80002026-02-26T20:38:04.217Z PASS [ 30.672s] (1235/2646) omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
80012026-02-26T20:38:09.405Z PASS [ 31.131s] (1236/2646) omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
80022026-02-26T20:38:19.891Z PASS [ 28.857s] (1237/2646) omicron-nexus app::sagas::instance_ip_attach::test::test_actions_succeed_idempotently
80032026-02-26T20:38:20.268Z PASS [ 27.558s] (1238/2646) omicron-nexus app::sagas::instance_ip_attach::test::test_saga_basic_usage_succeeds
80042026-02-26T20:38:25.474Z PASS [ 28.886s] (1239/2646) omicron-nexus app::sagas::instance_ip_detach::test::test_actions_succeed_idempotently
80052026-02-26T20:38:26.021Z PASS [ 27.808s] (1240/2646) omicron-nexus app::sagas::instance_ip_detach::test::test_saga_basic_usage_succeeds
80062026-02-26T20:38:29.804Z PASS [ 25.589s] (1241/2646) omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds
80072026-02-26T20:38:40.123Z PASS [ 30.723s] (1242/2646) omicron-nexus app::sagas::instance_start::test::should_start_with_dead_switch
80082026-02-26T20:38:45.618Z PASS [ 25.355s] (1243/2646) omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind
80092026-02-26T20:38:45.643Z PASS [ 25.755s] (1244/2646) omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently
80102026-02-26T20:38:49.990Z PASS [ 24.520s] (1245/2646) omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds
80112026-02-26T20:38:55.544Z PASS [ 25.745s] (1246/2646) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_actions_succeed_idempotently
80122026-02-26T20:39:06.402Z PASS [ 26.283s] (1247/2646) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_succeeds
80132026-02-26T20:39:13.930Z PASS [ 28.317s] (1248/2646) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_actions_succeed_idempotently
80142026-02-26T20:39:17.317Z PASS [ 27.331s] (1249/2646) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_succeeds
80152026-02-26T20:39:21.327Z PASS [ 25.787s] (1250/2646) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_actions_succeed_idempotently
80162026-02-26T20:39:26.015Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
80172026-02-26T20:39:42.083Z PASS [ 28.156s] (1251/2646) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_succeeds
80182026-02-26T20:39:44.918Z PASS [ 27.606s] (1252/2646) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_actions_succeed_idempotently
80192026-02-26T20:39:45.635Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
80202026-02-26T20:39:58.641Z PASS [ 92.632s] (1253/2646) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
80212026-02-26T20:40:06.396Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
80222026-02-26T20:40:10.398Z PASS [ 28.320s] (1254/2646) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_succeeds
80232026-02-26T20:40:13.782Z PASS [ 28.868s] (1255/2646) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_actions_succeed_idempotently
80242026-02-26T20:40:21.319Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
80252026-02-26T20:40:38.669Z PASS [ 28.276s] (1256/2646) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_succeeds
80262026-02-26T20:40:41.403Z PASS [ 27.625s] (1257/2646) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_actions_succeed_idempotently
80272026-02-26T20:40:45.627Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
80282026-02-26T20:40:49.148Z PASS [ 102.761s] (1258/2646) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
80292026-02-26T20:40:49.240Z PASS [ 123.617s] (1259/2646) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
80302026-02-26T20:40:58.634Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
80312026-02-26T20:41:05.252Z PASS [ 66.623s] (1260/2646) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
80322026-02-26T20:41:08.183Z PASS [ 26.785s] (1261/2646) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_succeeds
80332026-02-26T20:41:16.221Z PASS [ 27.077s] (1262/2646) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_actions_succeed_idempotently
80342026-02-26T20:41:21.312Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
80352026-02-26T20:41:32.570Z PASS [ 27.323s] (1263/2646) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_succeeds
80362026-02-26T20:41:35.702Z PASS [ 27.522s] (1264/2646) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_actions_succeed_idempotently
80372026-02-26T20:41:38.663Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
80382026-02-26T20:41:49.233Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
80392026-02-26T20:41:56.325Z PASS [ 67.095s] (1265/2646) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
80402026-02-26T20:41:56.994Z PASS [ 155.690s] (1266/2646) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
80412026-02-26T20:42:01.071Z PASS [ 28.504s] (1267/2646) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_actions_succeed_idempotently
80422026-02-26T20:42:16.214Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
80432026-02-26T20:42:22.580Z PASS [ 26.259s] (1268/2646) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_succeeds
80442026-02-26T20:42:23.211Z PASS [ 26.221s] (1269/2646) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_succeeds
80452026-02-26T20:42:35.383Z PASS [ 34.317s] (1270/2646) omicron-nexus app::sagas::instance_update::test::test_start_saga_action_failure_can_unwind
80462026-02-26T20:42:35.695Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
80472026-02-26T20:42:36.778Z PASS [ 118.126s] (1271/2646) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
80482026-02-26T20:42:39.958Z PASS [ 16.749s] (1272/2646) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_params_serialization
80492026-02-26T20:42:48.296Z PASS [ 25.720s] (1273/2646) omicron-nexus app::sagas::instance_update::test::test_start_saga_actions_succeed_idempotently
80502026-02-26T20:42:52.118Z PASS [ 16.738s] (1274/2646) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_saga_dag_structure
80512026-02-26T20:42:53.232Z PASS [ 16.456s] (1275/2646) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_saga_handles_missing_groups
80522026-02-26T20:42:58.888Z PASS [ 18.933s] (1276/2646) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_saga_rejects_non_creating_state
80532026-02-26T20:43:05.180Z PASS [ 108.976s] (1277/2646) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
80542026-02-26T20:43:06.601Z PASS [ 18.307s] (1278/2646) omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds
80552026-02-26T20:43:09.293Z PASS [ 17.177s] (1279/2646) omicron-nexus app::sagas::region_replacement_finish::test::test_region_replacement_finish_saga
80562026-02-26T20:43:13.952Z PASS [ 15.066s] (1280/2646) omicron-nexus app::sagas::region_replacement_start::test::test_find_only_new_region
80572026-02-26T20:43:20.904Z PASS [ 27.677s] (1281/2646) omicron-nexus app::sagas::region_replacement_start::test::test_actions_succeed_idempotently
80582026-02-26T20:43:23.879Z PASS [ 108.193s] (1282/2646) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
80592026-02-26T20:43:24.731Z PASS [ 18.132s] (1283/2646) omicron-nexus app::sagas::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_saga
80602026-02-26T20:43:32.398Z PASS [ 27.221s] (1284/2646) omicron-nexus app::sagas::region_replacement_start::test::test_region_replacement_start_saga
80612026-02-26T20:43:40.062Z PASS [ 30.774s] (1285/2646) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_actions_succeed_idempotently
80622026-02-26T20:43:40.118Z PASS [ 0.055s] (1286/2646) omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request
80632026-02-26T20:43:44.787Z PASS [ 30.839s] (1287/2646) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_no_leak_region
80642026-02-26T20:43:47.792Z PASS [ 15.396s] (1288/2646) omicron-nexus app::sagas::region_snapshot_replacement_step_garbage_collect::test::test_region_snapshot_replacement_step_garbage_collect_saga
80652026-02-26T20:43:51.592Z PASS [ 30.692s] (1289/2646) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_hail_mary
80662026-02-26T20:43:53.743Z PASS [ 29.870s] (1290/2646) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_prefer_not_self
80672026-02-26T20:43:53.881Z PASS [ 29.154s] (1291/2646) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_saga
80682026-02-26T20:44:09.138Z PASS [ 29.025s] (1292/2646) omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
80692026-02-26T20:44:23.214Z PASS [ 26.639s] (1293/2646) omicron-nexus app::sagas::subnet_attach::test::detaching_all_instance_subnets_does_not_delete_subnets
80702026-02-26T20:44:23.239Z PASS [ 26.814s] (1294/2646) omicron-nexus app::sagas::subnet_attach::test::test_actions_succeed_idempotently
80712026-02-26T20:44:23.239Z PASS [ 35.772s] (1295/2646) omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
80722026-02-26T20:44:23.239Z PASS [ 27.339s] (1296/2646) omicron-nexus app::sagas::subnet_attach::test::test_saga_basic_usage_succeeds
80732026-02-26T20:44:23.239Z PASS [ 33.677s] (1297/2646) omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
80742026-02-26T20:49:14.772Z PASS [ 27.502s] (1298/2646) omicron-nexus app::sagas::subnet_detach::test::test_actions_succeed_idempotently
80752026-02-26T20:49:14.773Z PASS [ 16.894s] (1299/2646) omicron-nexus app::sagas::test_saga::test_saga_stuck
80762026-02-26T20:49:14.773Z PASS [ 20.458s] (1300/2646) omicron-nexus app::sagas::vpc_subnet_create::test::test_saga_basic_usage_succeeds
80772026-02-26T20:49:15.223Z PASS [ 21.690s] (1301/2646) omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds
80782026-02-26T20:49:15.738Z PASS [ 21.100s] (1302/2646) omicron-nexus app::sagas::vpc_subnet_create::test::test_actions_succeed_idempotently
80792026-02-26T20:49:15.738Z PASS [ 25.346s] (1303/2646) omicron-nexus app::sagas::subnet_detach::test::test_saga_basic_usage_succeeds
80802026-02-26T20:49:15.738Z PASS [ 0.057s] (1304/2646) omicron-nexus external_api::console_api::test::test_accept_gz
80812026-02-26T20:49:15.738Z PASS [ 0.054s] (1305/2646) omicron-nexus external_api::console_api::test::test_find_file_404_on_directory
80822026-02-26T20:49:15.738Z PASS [ 0.055s] (1306/2646) omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent
80832026-02-26T20:49:15.738Z PASS [ 0.056s] (1307/2646) omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested
80842026-02-26T20:49:15.738Z PASS [ 0.058s] (1308/2646) omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink
80852026-02-26T20:49:15.738Z PASS [ 0.066s] (1309/2646) omicron-nexus external_api::console_api::test::test_find_file_finds_file
80862026-02-26T20:49:15.738Z PASS [ 0.064s] (1310/2646) omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink
80872026-02-26T20:49:15.738Z PASS [ 0.054s] (1311/2646) omicron-nexus external_api::console_api::test::test_relative_uri
80882026-02-26T20:49:15.738Z PASS [ 0.065s] (1312/2646) omicron-nexus external_api::http_entrypoints::tests::test_is_new_target_release_version_allowed
80892026-02-26T20:49:15.738Z PASS [ 3.875s] (1313/2646) omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input
80902026-02-26T20:49:15.739Z PASS [ 19.802s] (1314/2646) omicron-nexus app::sagas::vpc_subnet_delete::test::test_saga_basic_usage_succeeds
80912026-02-26T20:49:15.739Z PASS [ 20.737s] (1315/2646) omicron-nexus app::sagas::vpc_subnet_delete::test::test_actions_succeed_idempotently
80922026-02-26T20:49:15.739Z PASS [ 19.855s] (1316/2646) omicron-nexus app::sagas::vpc_subnet_update::test::test_actions_succeed_idempotently
80932026-02-26T20:49:15.739Z PASS [ 19.856s] (1317/2646) omicron-nexus app::sagas::vpc_subnet_update::test::test_saga_basic_usage_succeeds
80942026-02-26T20:49:15.740Z PASS [ 18.713s] (1318/2646) omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud
80952026-02-26T20:49:15.740Z PASS [ 17.105s] (1319/2646) omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range
80962026-02-26T20:49:15.740Z PASS [ 25.967s] (1320/2646) omicron-nexus::test_all integration_tests::affinity::test_affinity_group_crud
80972026-02-26T20:49:15.740Z PASS [ 40.809s] (1321/2646) omicron-nexus populate::test::test_populators
80982026-02-26T20:49:15.740Z PASS [ 22.760s] (1322/2646) omicron-nexus::test_all integration_tests::affinity::test_affinity_instance_group_list
80992026-02-26T20:49:15.740Z PASS [ 25.991s] (1323/2646) omicron-nexus::test_all integration_tests::affinity::test_affinity_group_project_selector
81002026-02-26T20:49:15.740Z PASS [ 36.032s] (1324/2646) omicron-nexus::test_all integration_tests::affinity::test_affinity_group_usage
81012026-02-26T20:49:15.740Z PASS [ 25.772s] (1325/2646) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_crud
81022026-02-26T20:49:15.740Z PASS [ 20.797s] (1326/2646) omicron-nexus::test_all integration_tests::allow_list::test_allow_list
81032026-02-26T20:49:15.740Z PASS [ 25.363s] (1327/2646) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_project_selector
81042026-02-26T20:49:15.740Z PASS [ 22.493s] (1328/2646) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_instance_group_list
81052026-02-26T20:49:15.740Z PASS [ 16.893s] (1329/2646) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_access_token_auth
81062026-02-26T20:49:15.740Z PASS [ 35.775s] (1330/2646) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_usage
81072026-02-26T20:49:15.740Z PASS [ 2.188s] (1331/2646) omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie
81082026-02-26T20:49:15.740Z PASS [ 2.392s] (1332/2646) omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed
81092026-02-26T20:49:15.740Z PASS [ 0.513s] (1333/2646) omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured
81102026-02-26T20:49:15.740Z PASS [ 23.251s] (1334/2646) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_list
81112026-02-26T20:49:15.740Z PASS [ 17.921s] (1335/2646) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_scim_token_auth
81122026-02-26T20:49:15.740Z PASS [ 24.594s] (1336/2646) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_login_local
81132026-02-26T20:49:15.740Z PASS [ 28.985s] (1337/2646) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_create_delete_ops
81142026-02-26T20:49:15.740Z PASS [ 16.534s] (1338/2646) omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys
81152026-02-26T20:49:15.740Z PASS [ 18.791s] (1339/2646) omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv
81162026-02-26T20:49:15.740Z PASS [ 18.924s] (1340/2646) omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv
81172026-02-26T20:49:15.740Z PASS [ 18.658s] (1341/2646) omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv
81182026-02-26T20:49:15.740Z PASS [ 18.226s] (1342/2646) omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv
81192026-02-26T20:49:15.740Z PASS [ 14.537s] (1343/2646) omicron-nexus::test_all integration_tests::basic::test_basic_failures
81202026-02-26T20:49:15.741Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_coverage
81212026-02-26T20:49:15.741Z PASS [ 17.907s] (1344/2646) omicron-nexus::test_all integration_tests::basic::test_ping
81222026-02-26T20:49:15.741Z PASS [ 17.894s] (1345/2646) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert
81232026-02-26T20:49:15.741Z PASS [ 18.171s] (1346/2646) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key
81242026-02-26T20:49:15.741Z PASS [ 26.502s] (1347/2646) omicron-nexus::test_all integration_tests::basic::test_projects_basic
81252026-02-26T20:49:15.741Z PASS [ 14.285s] (1348/2646) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert
81262026-02-26T20:49:15.741Z PASS [ 32.297s] (1349/2646) omicron-nexus::test_all integration_tests::basic::test_projects_list
81272026-02-26T20:49:15.741Z PASS [ 16.409s] (1350/2646) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name
81282026-02-26T20:49:15.741Z PASS [ 15.264s] (1351/2646) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key
81292026-02-26T20:49:15.741Z PASS [ 17.861s] (1352/2646) omicron-nexus::test_all integration_tests::certificates::test_crud
81302026-02-26T20:49:15.741Z PASS [ 15.077s] (1353/2646) omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation
81312026-02-26T20:49:15.741Z PASS [ 1.736s] (1354/2646) omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config
81322026-02-26T20:49:15.741Z PASS [ 1.506s] (1355/2646) omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config
81332026-02-26T20:49:15.741Z PASS [ 0.204s] (1356/2646) omicron-nexus::test_all integration_tests::commands::test_nexus_no_args
81342026-02-26T20:49:15.741Z PASS [ 15.712s] (1357/2646) omicron-nexus::test_all integration_tests::cockroach::test_cockroach_admin_server
81352026-02-26T20:49:15.741Z PASS [ 16.193s] (1358/2646) omicron-nexus::test_all integration_tests::cockroach::test_cockroach_http_node_status
81362026-02-26T20:49:15.741Z PASS [ 24.533s] (1359/2646) omicron-nexus::test_all integration_tests::certificates::test_silo_certificates
81372026-02-26T20:49:15.741Z PASS [ 14.993s] (1360/2646) omicron-nexus::test_all integration_tests::cockroach::test_cockroach_http_prometheus_metrics
81382026-02-26T20:49:15.741Z PASS [ 14.186s] (1361/2646) omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir
81392026-02-26T20:49:15.741Z SLOW [>120.000s] (─────────) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_coverage
81402026-02-26T20:49:15.741Z PASS [ 15.266s] (1362/2646) omicron-nexus::test_all integration_tests::console_api::test_assets
81412026-02-26T20:49:15.741Z PASS [ 16.619s] (1363/2646) omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri
81422026-02-26T20:49:15.741Z PASS [ 15.041s] (1364/2646) omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple
81432026-02-26T20:49:15.741Z PASS [ 21.155s] (1365/2646) omicron-nexus::test_all integration_tests::console_api::test_console_pages
81442026-02-26T20:49:15.741Z PASS [ 22.407s] (1366/2646) omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos
81452026-02-26T20:49:15.741Z PASS [ 18.479s] (1367/2646) omicron-nexus::test_all integration_tests::console_api::test_session_idle_timeout_deletes_session
81462026-02-26T20:49:15.741Z PASS [ 16.746s] (1368/2646) omicron-nexus::test_all integration_tests::console_api::test_session_me
81472026-02-26T20:49:15.741Z PASS [ 16.836s] (1369/2646) omicron-nexus::test_all integration_tests::console_api::test_session_me_groups
81482026-02-26T20:49:15.741Z PASS [ 16.047s] (1370/2646) omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages
81492026-02-26T20:49:15.741Z PASS [ 22.043s] (1371/2646) omicron-nexus::test_all integration_tests::console_api::test_sessions
81502026-02-26T20:49:15.741Z PASS [ 155.128s] (1372/2646) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_coverage
81512026-02-26T20:49:15.741Z PASS [ 33.920s] (1373/2646) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_requested
81522026-02-26T20:49:15.742Z PASS [ 36.751s] (1374/2646) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_replacement_done
81532026-02-26T20:49:15.742Z PASS [ 34.702s] (1375/2646) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running
81542026-02-26T20:49:15.742Z PASS [ 37.305s] (1376/2646) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running_on_pantry
81552026-02-26T20:49:15.742Z PASS [ 48.529s] (1377/2646) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_replacement_done
81562026-02-26T20:49:15.742Z PASS [ 47.732s] (1378/2646) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested
81572026-02-26T20:49:18.159Z PASS [ 41.739s] (1379/2646) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_3
81582026-02-26T20:49:21.074Z PASS [ 47.220s] (1380/2646) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_2
81592026-02-26T20:49:31.799Z PASS [ 49.615s] (1381/2646) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_running
81602026-02-26T20:49:32.943Z PASS [ 46.002s] (1382/2646) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_step
81612026-02-26T20:49:46.304Z PASS [ 28.323s] (1383/2646) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_does_not_create_freed_region
81622026-02-26T20:49:48.021Z PASS [ 46.091s] (1384/2646) omicron-nexus::test_all integration_tests::crucible_replacements::test_racing_replacements_for_soft_deleted_disk_volume
81632026-02-26T20:50:02.948Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity
81642026-02-26T20:50:20.935Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
81652026-02-26T20:50:22.975Z PASS [ 80.042s] (1385/2646) omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity
81662026-02-26T20:50:23.965Z PASS [ 51.030s] (1386/2646) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove
81672026-02-26T20:50:31.792Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
81682026-02-26T20:50:42.563Z PASS [ 56.267s] (1387/2646) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove_target_gone
81692026-02-26T20:50:45.862Z PASS [ 57.849s] (1388/2646) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity
81702026-02-26T20:50:52.733Z PASS [ 91.805s] (1389/2646) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
81712026-02-26T20:50:59.593Z PASS [ 87.807s] (1390/2646) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
81722026-02-26T20:51:01.988Z PASS [ 19.428s] (1391/2646) omicron-nexus::test_all integration_tests::demo_saga::test_demo_saga
81732026-02-26T20:51:13.778Z PASS [ 21.048s] (1392/2646) omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow
81742026-02-26T20:51:19.133Z PASS [ 19.542s] (1393/2646) omicron-nexus::test_all integration_tests::device_auth::test_device_token_cannot_exceed_auth_token_expiration
81752026-02-26T20:51:21.651Z PASS [ 35.795s] (1394/2646) omicron-nexus::test_all integration_tests::device_auth::test_admin_logout_deletes_tokens_and_sessions
81762026-02-26T20:51:22.177Z PASS [ 20.192s] (1395/2646) omicron-nexus::test_all integration_tests::device_auth::test_device_token_clamps_to_auth_token_when_no_ttl_specified
81772026-02-26T20:51:22.968Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice
81782026-02-26T20:51:23.957Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
81792026-02-26T20:51:41.650Z PASS [ 27.876s] (1396/2646) omicron-nexus::test_all integration_tests::device_auth::test_device_token_expiration
81802026-02-26T20:51:44.037Z PASS [ 22.388s] (1397/2646) omicron-nexus::test_all integration_tests::device_auth::test_device_token_request_ttl_invalid
81812026-02-26T20:51:46.690Z PASS [ 27.562s] (1398/2646) omicron-nexus::test_all integration_tests::device_auth::test_device_token_request_ttl
81822026-02-26T20:51:50.725Z PASS [ 28.553s] (1399/2646) omicron-nexus::test_all integration_tests::device_auth::test_session_auth_does_not_clamp_device_token_ttl
81832026-02-26T20:52:08.574Z PASS [ 105.616s] (1400/2646) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice
81842026-02-26T20:52:21.760Z PASS [ 35.075s] (1401/2646) omicron-nexus::test_all integration_tests::disks::test_create_read_only_disk_from_image
81852026-02-26T20:52:23.950Z SLOW [>120.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
81862026-02-26T20:52:24.610Z PASS [ 40.580s] (1402/2646) omicron-nexus::test_all integration_tests::disks::test_cannot_snapshot_read_only_disk
81872026-02-26T20:52:29.635Z PASS [ 38.916s] (1403/2646) omicron-nexus::test_all integration_tests::disks::test_create_read_only_disk_from_snapshot
81882026-02-26T20:52:40.414Z PASS [ 31.844s] (1404/2646) omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
81892026-02-26T20:52:41.643Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::device_auth::test_session_list_excludes_expired
81902026-02-26T20:52:45.774Z PASS [ 141.830s] (1405/2646) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
81912026-02-26T20:52:52.580Z PASS [ 70.942s] (1406/2646) omicron-nexus::test_all integration_tests::device_auth::test_session_list_excludes_expired
81922026-02-26T20:52:53.976Z PASS [ 29.368s] (1407/2646) omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
81932026-02-26T20:52:58.802Z PASS [ 29.171s] (1408/2646) omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
81942026-02-26T20:53:03.879Z PASS [ 42.125s] (1409/2646) omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
81952026-02-26T20:53:06.739Z PASS [ 26.329s] (1410/2646) omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started
81962026-02-26T20:53:12.827Z PASS [ 27.057s] (1411/2646) omicron-nexus::test_all integration_tests::disks::test_disk_expunge
81972026-02-26T20:53:19.425Z PASS [ 26.848s] (1412/2646) omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
81982026-02-26T20:53:26.086Z PASS [ 27.288s] (1413/2646) omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation
81992026-02-26T20:53:29.029Z PASS [ 22.291s] (1414/2646) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes
82002026-02-26T20:53:32.127Z PASS [ 28.252s] (1415/2646) omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
82012026-02-26T20:53:33.412Z PASS [ 20.588s] (1416/2646) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes
82022026-02-26T20:53:45.808Z PASS [ 26.376s] (1417/2646) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size
82032026-02-26T20:53:46.145Z PASS [ 52.179s] (1418/2646) omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
82042026-02-26T20:53:47.127Z PASS [ 21.043s] (1419/2646) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size
82052026-02-26T20:54:00.931Z PASS [ 31.901s] (1420/2646) omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting
82062026-02-26T20:54:01.841Z PASS [ 28.430s] (1421/2646) omicron-nexus::test_all integration_tests::disks::test_disk_too_big
82072026-02-26T20:54:17.199Z PASS [ 31.407s] (1422/2646) omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
82082026-02-26T20:54:17.316Z PASS [ 31.176s] (1423/2646) omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete
82092026-02-26T20:54:17.341Z PASS [ 45.201s] (1424/2646) omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
82102026-02-26T20:54:20.501Z PASS [ 33.380s] (1425/2646) omicron-nexus::test_all integration_tests::disks::test_do_not_provision_on_dataset
82112026-02-26T20:54:29.853Z PASS [ 28.020s] (1426/2646) omicron-nexus::test_all integration_tests::disks::test_list_all_types_of_disk
82122026-02-26T20:54:32.280Z PASS [ 31.360s] (1427/2646) omicron-nexus::test_all integration_tests::disks::test_do_not_provision_on_dataset_not_enough
82132026-02-26T20:54:46.428Z PASS [ 29.115s] (1428/2646) omicron-nexus::test_all integration_tests::disks::test_no_halt_disk_delete_one_region_on_expunged_agent
82142026-02-26T20:54:47.760Z PASS [ 30.443s] (1429/2646) omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename
82152026-02-26T20:54:47.872Z PASS [ 27.374s] (1430/2646) omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent
82162026-02-26T20:54:48.971Z PASS [ 31.777s] (1431/2646) omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
82172026-02-26T20:55:00.621Z PASS [ 28.346s] (1432/2646) omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent
82182026-02-26T20:55:01.878Z PASS [ 32.029s] (1433/2646) omicron-nexus::test_all integration_tests::disks::test_read_only_disk_different_vcr
82192026-02-26T20:55:08.129Z PASS [ 21.705s] (1434/2646) omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent_arbitrary
82202026-02-26T20:55:09.067Z PASS [ 21.310s] (1435/2646) omicron-nexus::test_all integration_tests::disks::test_single_region_allocate
82212026-02-26T20:55:15.534Z PASS [ 26.566s] (1436/2646) omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace_not_enough_zpools
82222026-02-26T20:55:15.776Z PASS [ 27.908s] (1437/2646) omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace
82232026-02-26T20:55:26.482Z PASS [ 24.608s] (1438/2646) omicron-nexus::test_all integration_tests::external_ips::can_create_instance_with_ephemeral_ipv6_address
82242026-02-26T20:55:35.798Z PASS [ 27.672s] (1439/2646) omicron-nexus::test_all integration_tests::external_ips::can_create_instance_with_floating_ipv6_address
82252026-02-26T20:55:36.653Z PASS [ 36.038s] (1440/2646) omicron-nexus::test_all integration_tests::disks::test_zpool_control_plane_storage_buffer
82262026-02-26T20:55:40.523Z PASS [ 31.457s] (1441/2646) omicron-nexus::test_all integration_tests::external_ips::can_list_instance_snat_ip
82272026-02-26T20:55:44.419Z PASS [ 28.889s] (1442/2646) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_ephemeral_ipv4_to_instance_missing_ipv4_stack
82282026-02-26T20:55:44.613Z PASS [ 28.840s] (1443/2646) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_ephemeral_ipv6_to_instance_missing_ipv6_stack
82292026-02-26T20:55:56.865Z PASS [ 30.388s] (1444/2646) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_floating_ipv4_to_instance_missing_ipv4_stack
82302026-02-26T20:56:04.271Z PASS [ 28.477s] (1445/2646) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_floating_ipv6_to_instance_missing_ipv6_stack
82312026-02-26T20:56:05.249Z PASS [ 28.599s] (1446/2646) omicron-nexus::test_all integration_tests::external_ips::no_automatic_snat_for_ipv6
82322026-02-26T20:56:10.931Z PASS [ 30.417s] (1447/2646) omicron-nexus::test_all integration_tests::external_ips::test_ephemeral_ip_detach_requires_version_with_dual_stack
82332026-02-26T20:56:15.096Z PASS [ 30.489s] (1448/2646) omicron-nexus::test_all integration_tests::external_ips::test_ephemeral_ip_ip_version_conflict
82342026-02-26T20:56:20.399Z PASS [ 35.986s] (1449/2646) omicron-nexus::test_all integration_tests::external_ips::test_ephemeral_ip_idempotent_attach_with_exhausted_explicit_pool
82352026-02-26T20:56:30.757Z PASS [ 33.897s] (1450/2646) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_ephemeral_at_pool_exhaustion
82362026-02-26T20:56:43.536Z PASS [ 28.444s] (1451/2646) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access
82372026-02-26T20:56:51.126Z PASS [ 46.862s] (1452/2646) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fail_if_in_use_by_other
82382026-02-26T20:56:58.738Z PASS [ 38.344s] (1453/2646) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attach_fail_between_projects
82392026-02-26T20:57:01.564Z PASS [ 30.812s] (1454/2646) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create
82402026-02-26T20:57:05.242Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum
82412026-02-26T20:57:08.227Z PASS [ 62.988s] (1455/2646) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum
82422026-02-26T20:57:10.924Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach
82432026-02-26T20:57:12.664Z PASS [ 61.742s] (1456/2646) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach
82442026-02-26T20:57:20.092Z PASS [ 28.969s] (1457/2646) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool
82452026-02-26T20:57:28.249Z PASS [ 29.515s] (1458/2646) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use
82462026-02-26T20:57:28.847Z PASS [ 45.318s] (1459/2646) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_attachment
82472026-02-26T20:57:30.395Z PASS [ 28.835s] (1460/2646) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_not_in_pool
82482026-02-26T20:57:38.377Z PASS [ 30.155s] (1461/2646) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use
82492026-02-26T20:57:48.114Z PASS [ 35.455s] (1462/2646) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_non_admin
82502026-02-26T20:57:52.594Z PASS [ 32.508s] (1463/2646) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete
82512026-02-26T20:57:58.372Z PASS [ 29.530s] (1464/2646) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_update
82522026-02-26T20:57:58.659Z PASS [ 30.415s] (1465/2646) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_ip_version_conflict
82532026-02-26T20:58:16.407Z PASS [ 38.036s] (1466/2646) omicron-nexus::test_all integration_tests::external_subnets::cannot_attach_subnet_in_another_project
82542026-02-26T20:58:18.037Z PASS [ 47.649s] (1467/2646) omicron-nexus::test_all integration_tests::external_subnets::cannot_attach_subnet_attached_to_another_instance
82552026-02-26T20:58:20.955Z PASS [ 28.365s] (1468/2646) omicron-nexus::test_all integration_tests::external_subnets::cannot_delete_attached_external_subnet
82562026-02-26T20:58:23.022Z PASS [ 24.366s] (1469/2646) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_basic_crud
82572026-02-26T20:58:30.639Z PASS [ 32.266s] (1470/2646) omicron-nexus::test_all integration_tests::external_subnets::cannot_detach_subnet_that_is_not_attached
82582026-02-26T20:58:39.491Z PASS [ 23.086s] (1471/2646) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_create_name_conflict
82592026-02-26T20:58:41.199Z PASS [ 23.165s] (1472/2646) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_create_nonexistent_pool
82602026-02-26T20:58:44.495Z PASS [ 23.543s] (1473/2646) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_create_unlinked_pool
82612026-02-26T20:58:48.107Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::external_subnets::cannot_attach_too_many_subnets
82622026-02-26T20:58:50.756Z PASS [ 27.739s] (1474/2646) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_pagination
82632026-02-26T20:59:02.604Z PASS [ 31.953s] (1475/2646) omicron-nexus::test_all integration_tests::external_subnets::test_can_attach_external_subnet_to_stopped_instance
82642026-02-26T20:59:10.483Z PASS [ 29.288s] (1476/2646) omicron-nexus::test_all integration_tests::external_subnets::test_limited_collaborator_external_subnet_lifecycle
82652026-02-26T20:59:10.958Z PASS [ 82.857s] (1477/2646) omicron-nexus::test_all integration_tests::external_subnets::cannot_attach_too_many_subnets
82662026-02-26T20:59:14.280Z PASS [ 34.795s] (1478/2646) omicron-nexus::test_all integration_tests::external_subnets::test_external_subnet_attach
82672026-02-26T20:59:17.678Z PASS [ 33.188s] (1479/2646) omicron-nexus::test_all integration_tests::images::test_image_create
82682026-02-26T20:59:26.821Z PASS [ 36.057s] (1480/2646) omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions
82692026-02-26T20:59:41.284Z PASS [ 38.708s] (1481/2646) omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
82702026-02-26T20:59:44.517Z PASS [ 33.564s] (1482/2646) omicron-nexus::test_all integration_tests::images::test_make_disk_from_image
82712026-02-26T20:59:45.842Z PASS [ 35.364s] (1483/2646) omicron-nexus::test_all integration_tests::images::test_image_promotion
82722026-02-26T20:59:46.952Z PASS [ 32.677s] (1484/2646) omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small
82732026-02-26T20:59:51.276Z PASS [ 33.603s] (1485/2646) omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails
82742026-02-26T20:59:51.859Z PASS [ 4.907s] (1486/2646) omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated
82752026-02-26T20:59:52.638Z PASS [ 8.121s] (1487/2646) omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
82762026-02-26T20:59:53.560Z PASS [ 7.720s] (1488/2646) omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema
82772026-02-26T20:59:56.394Z PASS [ 29.590s] (1489/2646) omicron-nexus::test_all integration_tests::images::test_silo_image_create
82782026-02-26T20:59:57.934Z PASS [ 16.652s] (1490/2646) omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
82792026-02-26T21:00:02.157Z PASS [ 10.882s] (1491/2646) omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema
82802026-02-26T21:00:20.442Z PASS [ 28.587s] (1492/2646) omicron-nexus::test_all integration_tests::instances::can_create_instance_with_multiple_nics_and_ephemeral_ip
82812026-02-26T21:00:21.855Z PASS [ 29.222s] (1493/2646) omicron-nexus::test_all integration_tests::instances::cannot_make_new_primary_nic_lacking_ip_stack_for_external_addresses
82822026-02-26T21:00:29.369Z PASS [ 31.439s] (1494/2646) omicron-nexus::test_all integration_tests::instances::test_auto_restart_policy_can_be_changed
82832026-02-26T21:00:38.439Z PASS [ 42.052s] (1495/2646) omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance
82842026-02-26T21:00:41.412Z PASS [ 39.261s] (1496/2646) omicron-nexus::test_all integration_tests::instances::test_boot_disk_can_be_changed
82852026-02-26T21:00:45.581Z PASS [ 52.028s] (1497/2646) omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
82862026-02-26T21:00:58.026Z PASS [ 37.590s] (1498/2646) omicron-nexus::test_all integration_tests::instances::test_boot_disk_must_be_attached
82872026-02-26T21:01:04.419Z PASS [ 25.984s] (1499/2646) omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_bad_hostname
82882026-02-26T21:01:04.630Z PASS [ 42.782s] (1500/2646) omicron-nexus::test_all integration_tests::instances::test_can_start_instance_with_cpu_platform
82892026-02-26T21:01:05.925Z PASS [ 24.517s] (1501/2646) omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_empty_hostname
82902026-02-26T21:01:22.709Z PASS [ 53.349s] (1502/2646) omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
82912026-02-26T21:01:24.190Z PASS [ 38.615s] (1503/2646) omicron-nexus::test_all integration_tests::instances::test_cannot_detach_boot_disk
82922026-02-26T21:01:29.869Z PASS [ 25.453s] (1504/2646) omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit
82932026-02-26T21:01:33.885Z PASS [ 27.964s] (1505/2646) omicron-nexus::test_all integration_tests::instances::test_cannot_start_instance_with_unsatisfiable_cpu_platform
82942026-02-26T21:01:47.708Z PASS [ 49.689s] (1506/2646) omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
82952026-02-26T21:01:51.476Z PASS [ 46.852s] (1507/2646) omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
82962026-02-26T21:01:52.077Z PASS [ 29.372s] (1508/2646) omicron-nexus::test_all integration_tests::instances::test_cpu_platform_can_be_changed
82972026-02-26T21:02:16.802Z PASS [ 52.619s] (1509/2646) omicron-nexus::test_all integration_tests::instances::test_disk_attach_limit
82982026-02-26T21:02:20.129Z PASS [ 32.426s] (1510/2646) omicron-nexus::test_all integration_tests::instances::test_instance_access
82992026-02-26T21:02:26.691Z PASS [ 52.814s] (1511/2646) omicron-nexus::test_all integration_tests::instances::test_duplicate_disk_attach_requests_ok
83002026-02-26T21:02:29.862Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
83012026-02-26T21:02:30.042Z PASS [ 38.572s] (1512/2646) omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips
83022026-02-26T21:02:41.923Z PASS [ 49.853s] (1513/2646) omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
83032026-02-26T21:02:49.402Z PASS [ 79.545s] (1514/2646) omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
83042026-02-26T21:03:02.022Z PASS [ 45.228s] (1515/2646) omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
83052026-02-26T21:03:06.379Z PASS [ 39.694s] (1516/2646) omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo
83062026-02-26T21:03:06.735Z PASS [ 46.612s] (1517/2646) omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface
83072026-02-26T21:03:08.766Z PASS [ 38.730s] (1518/2646) omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record
83082026-02-26T21:03:18.291Z PASS [ 36.373s] (1519/2646) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_anti_affinity_groups
83092026-02-26T21:03:22.302Z PASS [ 32.906s] (1520/2646) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_anti_affinity_groups_that_do_not_exist
83102026-02-26T21:03:37.253Z PASS [ 35.237s] (1521/2646) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_cross_project_subnet
83112026-02-26T21:03:43.251Z PASS [ 36.876s] (1522/2646) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_duplicate_anti_affinity_groups
83122026-02-26T21:03:45.109Z PASS [ 38.380s] (1523/2646) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_ssh_keys
83132026-02-26T21:03:46.069Z PASS [ 27.783s] (1524/2646) omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool
83142026-02-26T21:03:47.794Z PASS [ 25.495s] (1525/2646) omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_no_default_pool_error
83152026-02-26T21:04:08.760Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
83162026-02-26T21:04:09.747Z PASS [ 60.990s] (1526/2646) omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
83172026-02-26T21:04:12.391Z PASS [ 35.142s] (1527/2646) omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_deleted
83182026-02-26T21:04:18.591Z PASS [ 35.346s] (1528/2646) omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_restarted
83192026-02-26T21:04:23.079Z PASS [ 37.976s] (1529/2646) omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_stopped
83202026-02-26T21:04:24.313Z PASS [ 36.524s] (1530/2646) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_deleted
83212026-02-26T21:04:26.048Z PASS [ 39.985s] (1531/2646) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_automatically_reincarnates
83222026-02-26T21:04:44.429Z PASS [ 34.685s] (1532/2646) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_restarted
83232026-02-26T21:05:06.098Z PASS [ 43.025s] (1533/2646) omicron-nexus::test_all integration_tests::instances::test_instance_metrics
83242026-02-26T21:05:09.251Z PASS [ 43.209s] (1534/2646) omicron-nexus::test_all integration_tests::instances::test_instance_migrate
83252026-02-26T21:05:12.384Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_stop_request_does_not_reincarnate
83262026-02-26T21:05:13.617Z PASS [ 49.312s] (1535/2646) omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration
83272026-02-26T21:05:18.013Z PASS [ 59.430s] (1536/2646) omicron-nexus::test_all integration_tests::instances::test_instance_failed_when_on_expunged_sled
83282026-02-26T21:05:31.591Z PASS [ 47.169s] (1537/2646) omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p_and_routes
83292026-02-26T21:05:38.097Z PASS [ 85.720s] (1538/2646) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_stop_request_does_not_reincarnate
83302026-02-26T21:05:42.931Z PASS [ 24.922s] (1539/2646) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_three_ephemeral_ips
83312026-02-26T21:05:43.117Z PASS [ 33.871s] (1540/2646) omicron-nexus::test_all integration_tests::instances::test_instance_migration_incompatible_cpu_platforms
83322026-02-26T21:05:47.509Z PASS [ 33.896s] (1541/2646) omicron-nexus::test_all integration_tests::instances::test_instance_migration_unknown_sled_type
83332026-02-26T21:05:49.536Z PASS [ 43.444s] (1542/2646) omicron-nexus::test_all integration_tests::instances::test_instance_migration_compatible_cpu_platforms
83342026-02-26T21:05:56.648Z PASS [ 25.062s] (1543/2646) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_two_ephemeral_auto_none_with_explicit
83352026-02-26T21:06:02.262Z PASS [ 24.168s] (1544/2646) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_two_ephemeral_auto_without_version
83362026-02-26T21:06:09.052Z PASS [ 26.125s] (1545/2646) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_two_ephemeral_same_pool
83372026-02-26T21:06:18.481Z PASS [ 28.949s] (1546/2646) omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interface_transit_ips
83382026-02-26T21:06:31.565Z PASS [ 48.455s] (1547/2646) omicron-nexus::test_all integration_tests::instances::test_instance_serial
83392026-02-26T21:06:32.384Z PASS [ 44.882s] (1548/2646) omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
83402026-02-26T21:06:37.600Z PASS [ 35.343s] (1549/2646) omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails
83412026-02-26T21:06:44.263Z PASS [ 47.622s] (1550/2646) omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
83422026-02-26T21:06:46.523Z PASS [ 28.046s] (1551/2646) omicron-nexus::test_all integration_tests::instances::test_instance_with_explicit_dual_stack_address
83432026-02-26T21:06:50.629Z PASS [ 38.576s] (1552/2646) omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings
83442026-02-26T21:06:58.486Z PASS [ 26.104s] (1553/2646) omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely
83452026-02-26T21:07:10.357Z PASS [ 32.762s] (1554/2646) omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces
83462026-02-26T21:07:11.750Z PASS [ 24.132s] (1555/2646) omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found
83472026-02-26T21:07:14.375Z PASS [ 30.117s] (1556/2646) omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ipv4_address
83482026-02-26T21:07:16.651Z PASS [ 30.133s] (1557/2646) omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ipv6_address
83492026-02-26T21:07:30.583Z PASS [ 32.103s] (1558/2646) omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors
83502026-02-26T21:07:31.647Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_instance_with_max_disks
83512026-02-26T21:07:41.539Z PASS [ 31.186s] (1559/2646) omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors_by_instance_watcher
83522026-02-26T21:07:45.026Z PASS [ 30.654s] (1560/2646) omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start
83532026-02-26T21:07:50.242Z PASS [ 19.662s] (1561/2646) omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request
83542026-02-26T21:07:52.756Z PASS [ 36.109s] (1562/2646) omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped
83552026-02-26T21:08:02.976Z PASS [ 51.233s] (1563/2646) omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
83562026-02-26T21:08:06.301Z PASS [ 24.748s] (1564/2646) omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size
83572026-02-26T21:08:10.210Z PASS [ 25.185s] (1565/2646) omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size
83582026-02-26T21:08:16.298Z PASS [ 26.059s] (1566/2646) omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size
83592026-02-26T21:08:27.455Z PASS [ 21.174s] (1567/2646) omicron-nexus::test_all integration_tests::instances::test_updating_missing_instance_is_not_found
83602026-02-26T21:08:30.378Z PASS [ 37.628s] (1568/2646) omicron-nexus::test_all integration_tests::instances::test_silo_limited_collaborator_cross_project_subnet
83612026-02-26T21:08:31.550Z SLOW [>120.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_instance_with_max_disks
83622026-02-26T21:08:40.907Z PASS [ 37.936s] (1569/2646) omicron-nexus::test_all integration_tests::instances::test_size_can_be_changed
83632026-02-26T21:08:53.190Z PASS [ 36.898s] (1570/2646) omicron-nexus::test_all integration_tests::internet_gateway::test_igw_ip_pool_attach_silo_user
83642026-02-26T21:08:55.356Z PASS [ 45.156s] (1571/2646) omicron-nexus::test_all integration_tests::instances::test_updating_running_instance_boot_disk_is_conflict
83652026-02-26T21:09:01.251Z PASS [ 33.802s] (1572/2646) omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_address_detach
83662026-02-26T21:09:12.630Z PASS [ 19.443s] (1573/2646) omicron-nexus::test_all integration_tests::inventory_matching::test_simulated_baseboard_model
83672026-02-26T21:09:14.116Z PASS [ 43.744s] (1574/2646) omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_basic_crud
83682026-02-26T21:09:15.643Z PASS [ 20.290s] (1575/2646) omicron-nexus::test_all integration_tests::inventory_matching::test_sled_sp_inventory_matching
83692026-02-26T21:09:17.642Z PASS [ 36.740s] (1576/2646) omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_delete_cascade
83702026-02-26T21:09:29.067Z PASS [ 27.819s] (1577/2646) omicron-nexus::test_all integration_tests::ip_pools::cannot_unlink_ip_pool_with_outstanding_floating_ips
83712026-02-26T21:09:31.556Z SLOW [>180.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_instance_with_max_disks
83722026-02-26T21:09:31.902Z PASS [ 180.364s] (1578/2646) omicron-nexus::test_all integration_tests::instances::test_instance_with_max_disks
83732026-02-26T21:09:37.937Z PASS [ 23.826s] (1579/2646) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud
83742026-02-26T21:09:43.552Z PASS [ 25.914s] (1580/2646) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo
83752026-02-26T21:09:44.032Z PASS [ 28.392s] (1581/2646) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_dedupe
83762026-02-26T21:09:49.329Z PASS [ 36.705s] (1582/2646) omicron-nexus::test_all integration_tests::ip_pools::cannot_unlink_ip_pool_with_outstanding_instance_ips
83772026-02-26T21:09:51.926Z PASS [ 22.863s] (1583/2646) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_multicast_rejects_reserved_ranges
83782026-02-26T21:09:55.795Z PASS [ 23.897s] (1584/2646) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination
83792026-02-26T21:10:01.669Z PASS [ 23.735s] (1585/2646) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails
83802026-02-26T21:10:07.485Z PASS [ 23.935s] (1586/2646) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination
83812026-02-26T21:10:08.700Z PASS [ 24.673s] (1587/2646) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service
83822026-02-26T21:10:14.852Z PASS [ 25.527s] (1588/2646) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service_no_cud
83832026-02-26T21:10:20.482Z PASS [ 24.691s] (1589/2646) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_list_only_discoverable
83842026-02-26T21:10:20.766Z PASS [ 28.845s] (1590/2646) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link
83852026-02-26T21:10:30.057Z PASS [ 22.576s] (1591/2646) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_unicast_defaults
83862026-02-26T21:10:34.087Z PASS [ 32.422s] (1592/2646) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silos_pagination
83872026-02-26T21:10:37.226Z PASS [ 28.527s] (1593/2646) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default
83882026-02-26T21:10:43.135Z PASS [ 22.372s] (1594/2646) omicron-nexus::test_all integration_tests::ip_pools::test_ipv6_ip_pool_utilization_total
83892026-02-26T21:10:43.794Z PASS [ 23.315s] (1595/2646) omicron-nexus::test_all integration_tests::ip_pools::test_ipv4_ip_pool_utilization_total
83902026-02-26T21:10:53.086Z PASS [ 38.238s] (1596/2646) omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails
83912026-02-26T21:11:08.723Z PASS [ 34.641s] (1597/2646) omicron-nexus::test_all integration_tests::local_storage::test_reject_creating_local_storage_disk
83922026-02-26T21:11:08.875Z PASS [ 38.824s] (1598/2646) omicron-nexus::test_all integration_tests::local_storage::test_create_large_local_storage_disk
83932026-02-26T21:11:10.459Z PASS [ 26.669s] (1599/2646) omicron-nexus::test_all integration_tests::metrics::test_mgs_metrics
83942026-02-26T21:11:26.041Z PASS [ 48.820s] (1600/2646) omicron-nexus::test_all integration_tests::metrics::test_instance_watcher_metrics
83952026-02-26T21:11:33.549Z PASS [ 24.830s] (1601/2646) omicron-nexus::test_all integration_tests::metrics::test_system_timeseries_schema_list
83962026-02-26T21:11:33.609Z PASS [ 24.737s] (1602/2646) omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records
83972026-02-26T21:11:38.942Z PASS [ 28.486s] (1603/2646) omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration
83982026-02-26T21:11:43.128Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::metrics::test_metrics
83992026-02-26T21:11:49.534Z PASS [ 56.458s] (1604/2646) omicron-nexus::test_all integration_tests::metrics::test_project_timeseries_query
84002026-02-26T21:12:04.442Z PASS [ 81.318s] (1605/2646) omicron-nexus::test_all integration_tests::metrics::test_metrics
84012026-02-26T21:12:12.783Z PASS [ 39.180s] (1606/2646) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64
84022026-02-26T21:12:18.860Z PASS [ 39.925s] (1607/2646) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple
84032026-02-26T21:12:25.085Z PASS [ 59.058s] (1608/2646) omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
84042026-02-26T21:12:26.997Z PASS [ 37.468s] (1609/2646) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk
84052026-02-26T21:12:33.542Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
84062026-02-26T21:12:52.627Z PASS [ 79.090s] (1610/2646) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
84072026-02-26T21:12:56.977Z PASS [ 38.122s] (1611/2646) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset
84082026-02-26T21:13:04.435Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
84092026-02-26T21:13:10.715Z PASS [ 66.284s] (1612/2646) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
84102026-02-26T21:13:12.776Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
84112026-02-26T21:13:19.277Z PASS [ 66.504s] (1613/2646) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
84122026-02-26T21:13:20.452Z PASS [ 53.463s] (1614/2646) omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
84132026-02-26T21:13:25.080Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
84142026-02-26T21:13:28.144Z PASS [ 63.068s] (1615/2646) omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
84152026-02-26T21:13:34.527Z PASS [ 41.905s] (1616/2646) omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
84162026-02-26T21:13:46.485Z PASS [ 49.516s] (1617/2646) omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
84172026-02-26T21:13:47.864Z PASS [ 37.155s] (1618/2646) omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing
84182026-02-26T21:14:04.429Z PASS [ 29.907s] (1619/2646) omicron-nexus::test_all integration_tests::probe::test_probe_basic_crud
84192026-02-26T21:14:08.470Z PASS [ 20.609s] (1620/2646) omicron-nexus::test_all integration_tests::projects::test_limited_collaborator_cannot_create_project
84202026-02-26T21:14:13.291Z PASS [ 26.809s] (1621/2646) omicron-nexus::test_all integration_tests::probe::test_probe_pool_selector_ip_version
84212026-02-26T21:14:19.272Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
84222026-02-26T21:14:20.450Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
84232026-02-26T21:14:24.853Z PASS [ 65.586s] (1622/2646) omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
84242026-02-26T21:14:28.137Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::password_login::test_local_users
84252026-02-26T21:14:29.539Z PASS [ 69.097s] (1623/2646) omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
84262026-02-26T21:14:30.274Z PASS [ 25.849s] (1624/2646) omicron-nexus::test_all integration_tests::projects::test_project_deletion
84272026-02-26T21:14:34.103Z PASS [ 25.636s] (1625/2646) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_affinity_group
84282026-02-26T21:14:39.244Z PASS [ 25.957s] (1626/2646) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_anti_affinity_group
84292026-02-26T21:14:59.890Z PASS [ 35.042s] (1627/2646) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk
84302026-02-26T21:15:05.208Z PASS [ 35.672s] (1628/2646) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_floating_ip
84312026-02-26T21:15:05.444Z PASS [ 31.344s] (1629/2646) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance
84322026-02-26T21:15:07.165Z PASS [ 99.035s] (1630/2646) omicron-nexus::test_all integration_tests::password_login::test_local_users
84332026-02-26T21:15:13.974Z PASS [ 43.707s] (1631/2646) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image
84342026-02-26T21:15:23.677Z PASS [ 44.440s] (1632/2646) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot
84352026-02-26T21:15:28.698Z PASS [ 28.811s] (1633/2646) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc
84362026-02-26T21:15:28.891Z PASS [ 23.453s] (1634/2646) omicron-nexus::test_all integration_tests::quiesce::test_quiesce
84372026-02-26T21:15:32.382Z PASS [ 27.180s] (1635/2646) omicron-nexus::test_all integration_tests::projects::test_projects
84382026-02-26T21:15:35.276Z PASS [ 28.117s] (1636/2646) omicron-nexus::test_all integration_tests::quotas::test_negative_quota
84392026-02-26T21:15:43.049Z PASS [ 29.078s] (1637/2646) omicron-nexus::test_all integration_tests::quotas::test_quota_limits
84402026-02-26T21:15:50.495Z PASS [ 21.801s] (1638/2646) omicron-nexus::test_all integration_tests::rack::test_get_own_rack
84412026-02-26T21:15:50.689Z PASS [ 21.801s] (1639/2646) omicron-nexus::test_all integration_tests::rack::test_list_own_rack
84422026-02-26T21:15:57.892Z PASS [ 22.619s] (1640/2646) omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized
84432026-02-26T21:15:58.959Z PASS [ 26.580s] (1641/2646) omicron-nexus::test_all integration_tests::rack::test_rack_initialization
84442026-02-26T21:16:07.217Z PASS [ 24.172s] (1642/2646) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet
84452026-02-26T21:16:13.896Z PASS [ 23.210s] (1643/2646) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo
84462026-02-26T21:16:16.681Z PASS [ 26.190s] (1644/2646) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project
84472026-02-26T21:16:20.822Z PASS [ 22.933s] (1645/2646) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit
84482026-02-26T21:16:23.670Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::quotas::test_quotas
84492026-02-26T21:16:27.711Z PASS [ 64.043s] (1646/2646) omicron-nexus::test_all integration_tests::quotas::test_quotas
84502026-02-26T21:16:28.022Z PASS [ 0.310s] (1647/2646) omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed
84512026-02-26T21:16:28.285Z PASS [ 0.264s] (1648/2646) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response
84522026-02-26T21:16:28.560Z PASS [ 0.274s] (1649/2646) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256
84532026-02-26T21:16:28.870Z PASS [ 0.309s] (1650/2646) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes
84542026-02-26T21:16:29.135Z PASS [ 0.265s] (1651/2646) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name
84552026-02-26T21:16:29.335Z PASS [ 30.381s] (1652/2646) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_crud_operations
84562026-02-26T21:16:38.179Z PASS [ 30.967s] (1653/2646) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_custom_targets
84572026-02-26T21:16:46.484Z PASS [ 29.807s] (1654/2646) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_internet_gateway_target
84582026-02-26T21:16:53.904Z PASS [ 40.013s] (1655/2646) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_mixed_v4_v6
84592026-02-26T21:16:53.994Z PASS [ 33.177s] (1656/2646) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_modify_system_routes
84602026-02-26T21:16:55.734Z PASS [ 26.603s] (1657/2646) omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp
84612026-02-26T21:16:56.078Z PASS [ 0.344s] (1658/2646) omicron-nexus::test_all integration_tests::saml::test_handle_saml_response_with_xml_comment
84622026-02-26T21:16:56.504Z PASS [ 27.172s] (1659/2646) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp
84632026-02-26T21:17:03.663Z PASS [ 25.488s] (1660/2646) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding
84642026-02-26T21:17:04.086Z PASS [ 0.421s] (1661/2646) omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key
84652026-02-26T21:17:04.363Z PASS [ 0.279s] (1662/2646) omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response
84662026-02-26T21:17:13.847Z PASS [ 27.366s] (1663/2646) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated
84672026-02-26T21:17:21.775Z PASS [ 27.877s] (1664/2646) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys
84682026-02-26T21:17:22.163Z PASS [ 28.173s] (1665/2646) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys
84692026-02-26T21:17:25.502Z PASS [ 29.002s] (1666/2646) omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state
84702026-02-26T21:17:27.312Z PASS [ 31.239s] (1667/2646) omicron-nexus::test_all integration_tests::saml::test_post_saml_response
84712026-02-26T21:17:30.124Z PASS [ 25.764s] (1668/2646) omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404
84722026-02-26T21:17:35.379Z PASS [ 21.536s] (1669/2646) omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid
84732026-02-26T21:17:38.799Z PASS [ 3.421s] (1670/2646) omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns
84742026-02-26T21:17:41.259Z PASS [ 19.486s] (1671/2646) omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair
84752026-02-26T21:17:41.374Z PASS [ 19.212s] (1672/2646) omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok
84762026-02-26T21:17:42.132Z PASS [ 3.332s] (1673/2646) omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause
84772026-02-26T21:17:44.579Z PASS [ 2.421s] (1674/2646) omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment
84782026-02-26T21:17:47.111Z PASS [ 2.548s] (1675/2646) omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint
84792026-02-26T21:17:49.635Z PASS [ 2.535s] (1676/2646) omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order
84802026-02-26T21:17:52.253Z PASS [ 2.618s] (1677/2646) omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause
84812026-02-26T21:18:52.250Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
84822026-02-26T21:19:52.238Z SLOW [>120.000s] (─────────) omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
84832026-02-26T21:20:33.234Z PASS [ 161.006s] (1678/2646) omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
84842026-02-26T21:20:34.953Z PASS [ 1.718s] (1679/2646) omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus
84852026-02-26T21:21:34.947Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
84862026-02-26T21:22:34.939Z SLOW [>120.000s] (─────────) omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
84872026-02-26T21:22:38.279Z PASS [ 123.345s] (1680/2646) omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
84882026-02-26T21:22:42.927Z PASS [ 4.649s] (1681/2646) omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version
84892026-02-26T21:23:42.921Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::schema::validate_data_migration
84902026-02-26T21:24:29.806Z PASS [ 106.894s] (1682/2646) omicron-nexus::test_all integration_tests::schema::validate_data_migration
84912026-02-26T21:24:47.241Z PASS [ 17.438s] (1683/2646) omicron-nexus::test_all integration_tests::scim::test_create_a_saml_scim_silo
84922026-02-26T21:24:48.098Z PASS [ 18.295s] (1684/2646) omicron-nexus::test_all integration_tests::scim::test_disabling_scim_user
84932026-02-26T21:25:03.749Z PASS [ 16.510s] (1685/2646) omicron-nexus::test_all integration_tests::scim::test_no_jit_for_saml_scim_silos
84942026-02-26T21:25:10.406Z PASS [ 22.311s] (1686/2646) omicron-nexus::test_all integration_tests::scim::test_scim2_crate_self_test
84952026-02-26T21:25:19.761Z PASS [ 16.014s] (1687/2646) omicron-nexus::test_all integration_tests::scim::test_scim_client_no_auth_with_expired_token
84962026-02-26T21:25:26.882Z PASS [ 16.479s] (1688/2646) omicron-nexus::test_all integration_tests::scim::test_scim_client_token_bearer_auth
84972026-02-26T21:25:29.798Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up
84982026-02-26T21:25:38.275Z PASS [ 18.516s] (1689/2646) omicron-nexus::test_all integration_tests::scim::test_scim_client_token_crud
84992026-02-26T21:25:44.491Z PASS [ 17.611s] (1690/2646) omicron-nexus::test_all integration_tests::scim::test_scim_client_token_tenancy
85002026-02-26T21:25:54.472Z PASS [ 16.199s] (1691/2646) omicron-nexus::test_all integration_tests::scim::test_scim_group_search
85012026-02-26T21:26:00.631Z PASS [ 16.141s] (1692/2646) omicron-nexus::test_all integration_tests::scim::test_scim_group_unique
85022026-02-26T21:26:13.211Z PASS [ 18.742s] (1693/2646) omicron-nexus::test_all integration_tests::scim::test_scim_user_admin_group_priv
85032026-02-26T21:26:16.933Z PASS [ 16.305s] (1694/2646) omicron-nexus::test_all integration_tests::scim::test_scim_user_admin_group_priv_conflict
85042026-02-26T21:26:29.583Z PASS [ 16.375s] (1695/2646) omicron-nexus::test_all integration_tests::scim::test_scim_user_search
85052026-02-26T21:26:29.790Z SLOW [>120.000s] (─────────) omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up
85062026-02-26T21:26:33.430Z PASS [ 16.499s] (1696/2646) omicron-nexus::test_all integration_tests::scim::test_scim_user_unique
85072026-02-26T21:26:37.239Z PASS [ 127.453s] (1697/2646) omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up
85082026-02-26T21:26:47.066Z PASS [ 17.485s] (1698/2646) omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id
85092026-02-26T21:26:55.986Z PASS [ 22.559s] (1699/2646) omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users
85102026-02-26T21:26:59.186Z PASS [ 21.946s] (1700/2646) omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id
85112026-02-26T21:27:01.906Z PASS [ 24.671s] (1701/2646) omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints
85122026-02-26T21:27:02.119Z PASS [ 24.884s] (1702/2646) omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp
85132026-02-26T21:27:02.287Z PASS [ 25.052s] (1703/2646) omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group
85142026-02-26T21:27:09.400Z PASS [ 22.337s] (1704/2646) omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers
85152026-02-26T21:27:21.040Z PASS [ 25.058s] (1705/2646) omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints
85162026-02-26T21:27:24.943Z PASS [ 23.039s] (1706/2646) omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid
85172026-02-26T21:27:25.449Z PASS [ 23.333s] (1707/2646) omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated
85182026-02-26T21:27:26.074Z PASS [ 23.790s] (1708/2646) omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid
85192026-02-26T21:27:26.825Z PASS [ 27.644s] (1709/2646) omicron-nexus::test_all integration_tests::silos::test_local_silo_users
85202026-02-26T21:27:32.746Z PASS [ 23.349s] (1710/2646) omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs
85212026-02-26T21:27:46.381Z PASS [ 25.345s] (1711/2646) omicron-nexus::test_all integration_tests::silos::test_silo_admin_group
85222026-02-26T21:27:50.065Z PASS [ 24.619s] (1712/2646) omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups
85232026-02-26T21:27:51.334Z PASS [ 24.513s] (1713/2646) omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed
85242026-02-26T21:27:54.141Z PASS [ 28.070s] (1714/2646) omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_ip_pool_links
85252026-02-26T21:27:55.669Z PASS [ 22.926s] (1715/2646) omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit
85262026-02-26T21:28:00.311Z PASS [ 35.374s] (1716/2646) omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy
85272026-02-26T21:28:09.607Z PASS [ 23.229s] (1717/2646) omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups
85282026-02-26T21:28:13.940Z PASS [ 23.879s] (1718/2646) omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group
85292026-02-26T21:28:15.937Z PASS [ 24.606s] (1719/2646) omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id
85302026-02-26T21:28:27.920Z PASS [ 27.613s] (1720/2646) omicron-nexus::test_all integration_tests::silos::test_silo_users_list
85312026-02-26T21:28:29.277Z PASS [ 35.142s] (1721/2646) omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types
85322026-02-26T21:28:31.346Z PASS [ 35.682s] (1722/2646) omicron-nexus::test_all integration_tests::silos::test_silo_user_views
85332026-02-26T21:28:37.063Z PASS [ 23.127s] (1723/2646) omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete
85342026-02-26T21:28:44.370Z PASS [ 34.769s] (1724/2646) omicron-nexus::test_all integration_tests::silos::test_silos
85352026-02-26T21:28:52.180Z PASS [ 36.249s] (1725/2646) omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list
85362026-02-26T21:28:53.566Z PASS [ 25.650s] (1726/2646) omicron-nexus::test_all integration_tests::sleds::test_sleds_list
85372026-02-26T21:28:59.775Z PASS [ 28.434s] (1727/2646) omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent
85382026-02-26T21:29:05.338Z PASS [ 36.066s] (1728/2646) omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space
85392026-02-26T21:29:16.021Z PASS [ 22.457s] (1729/2646) omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent
85402026-02-26T21:29:24.196Z PASS [ 47.140s] (1730/2646) omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot
85412026-02-26T21:29:26.113Z PASS [ 26.342s] (1731/2646) omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot
85422026-02-26T21:29:31.569Z PASS [ 47.205s] (1732/2646) omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent
85432026-02-26T21:29:31.849Z PASS [ 26.515s] (1733/2646) omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot
85442026-02-26T21:29:34.246Z PASS [ 42.072s] (1734/2646) omicron-nexus::test_all integration_tests::snapshots::test_region_allocation_for_snapshot
85452026-02-26T21:29:43.982Z PASS [ 27.965s] (1735/2646) omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot
85462026-02-26T21:30:03.410Z PASS [ 37.302s] (1736/2646) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_expunge
85472026-02-26T21:30:07.875Z PASS [ 23.897s] (1737/2646) omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys
85482026-02-26T21:30:16.504Z PASS [ 52.301s] (1738/2646) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
85492026-02-26T21:30:20.264Z PASS [ 48.422s] (1739/2646) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind
85502026-02-26T21:30:21.719Z PASS [ 50.158s] (1740/2646) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_stopped_instance
85512026-02-26T21:30:22.834Z PASS [ 48.595s] (1741/2646) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance
85522026-02-26T21:30:28.126Z PASS [ 20.254s] (1742/2646) omicron-nexus::test_all integration_tests::subnet_pools::basic_subnet_pool_crud
85532026-02-26T21:30:39.867Z PASS [ 36.463s] (1743/2646) omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
85542026-02-26T21:30:43.813Z PASS [ 22.098s] (1744/2646) omicron-nexus::test_all integration_tests::subnet_pools::cannot_add_pool_member_of_different_ip_version
85552026-02-26T21:30:45.673Z PASS [ 22.800s] (1745/2646) omicron-nexus::test_all integration_tests::subnet_pools::cannot_delete_nonexistent_silo_link
85562026-02-26T21:30:48.451Z PASS [ 20.328s] (1746/2646) omicron-nexus::test_all integration_tests::subnet_pools::cannot_link_multiple_times
85572026-02-26T21:31:02.432Z PASS [ 22.568s] (1747/2646) omicron-nexus::test_all integration_tests::subnet_pools::test_current_silo_subnet_pool_list
85582026-02-26T21:31:03.258Z PASS [ 43.001s] (1748/2646) omicron-nexus::test_all integration_tests::subnet_pools::can_list_subnet_pools
85592026-02-26T21:31:03.326Z PASS [ 46.792s] (1749/2646) omicron-nexus::test_all integration_tests::subnet_pools::basic_subnet_pool_member_crd
85602026-02-26T21:31:07.066Z PASS [ 23.256s] (1750/2646) omicron-nexus::test_all integration_tests::subnet_pools::test_current_silo_subnet_pool_view
85612026-02-26T21:31:11.316Z PASS [ 22.869s] (1751/2646) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_silo_link
85622026-02-26T21:31:23.981Z PASS [ 20.725s] (1752/2646) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_utilization_unimplemented
85632026-02-26T21:31:31.100Z PASS [ 27.830s] (1753/2646) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_create_with_comment
85642026-02-26T21:31:31.334Z PASS [ 24.271s] (1754/2646) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_delete_failed_bundle
85652026-02-26T21:31:32.005Z PASS [ 46.381s] (1755/2646) omicron-nexus::test_all integration_tests::subnet_pools::test_silo_subnet_pool_list
85662026-02-26T21:31:40.586Z PASS [ 29.273s] (1756/2646) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_lifecycle
85672026-02-26T21:31:50.275Z PASS [ 26.298s] (1757/2646) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_list_time_ordering
85682026-02-26T21:31:53.202Z PASS [ 22.105s] (1758/2646) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_not_found
85692026-02-26T21:31:56.684Z PASS [ 24.682s] (1759/2646) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_update_comment
85702026-02-26T21:31:59.498Z PASS [ 28.168s] (1760/2646) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_range_requests
85712026-02-26T21:32:02.431Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_silo_list
85722026-02-26T21:32:03.241Z PASS [ 3.744s] (1761/2646) omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage
85732026-02-26T21:32:05.888Z PASS [ 25.306s] (1762/2646) omicron-nexus::test_all integration_tests::switch_port::test_port_settings_basic_crud
85742026-02-26T21:32:18.146Z PASS [ 24.947s] (1763/2646) omicron-nexus::test_all integration_tests::target_release::get_set_target_release
85752026-02-26T21:32:26.009Z PASS [ 35.739s] (1764/2646) omicron-nexus::test_all integration_tests::switch_port::test_port_settings_basic_v6_crud
85762026-02-26T21:32:28.208Z PASS [ 22.324s] (1765/2646) omicron-nexus::test_all integration_tests::updates::test_repo_prune
85772026-02-26T21:32:29.969Z PASS [ 26.732s] (1766/2646) omicron-nexus::test_all integration_tests::updates::test_repo_list
85782026-02-26T21:32:39.778Z PASS [ 97.361s] (1767/2646) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_silo_list
85792026-02-26T21:32:44.981Z PASS [ 18.975s] (1768/2646) omicron-nexus::test_all integration_tests::updates::test_repo_upload_unconfigured
85802026-02-26T21:32:47.849Z PASS [ 19.644s] (1769/2646) omicron-nexus::test_all integration_tests::updates::test_request_without_api_version
85812026-02-26T21:32:48.099Z PASS [ 29.936s] (1770/2646) omicron-nexus::test_all integration_tests::updates::test_repo_upload
85822026-02-26T21:32:50.311Z PASS [ 20.344s] (1771/2646) omicron-nexus::test_all integration_tests::updates::test_trust_root_operations
85832026-02-26T21:32:56.677Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
85842026-02-26T21:33:03.636Z PASS [ 23.861s] (1772/2646) omicron-nexus::test_all integration_tests::updates::test_update_status
85852026-02-26T21:33:05.552Z PASS [ 20.574s] (1773/2646) omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
85862026-02-26T21:33:24.882Z PASS [ 37.039s] (1774/2646) omicron-nexus::test_all integration_tests::utilization::test_utilization_list
85872026-02-26T21:33:30.409Z PASS [ 42.337s] (1775/2646) omicron-nexus::test_all integration_tests::utilization::test_utilization_view
85882026-02-26T21:33:35.956Z PASS [ 45.652s] (1776/2646) omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
85892026-02-26T21:33:38.545Z PASS [ 32.997s] (1777/2646) omicron-nexus::test_all integration_tests::volume_management::test_cte_returns_regions
85902026-02-26T21:33:51.427Z PASS [ 47.799s] (1778/2646) omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete
85912026-02-26T21:33:56.668Z SLOW [>120.000s] (─────────) omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
85922026-02-26T21:34:00.449Z PASS [ 35.572s] (1779/2646) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1
85932026-02-26T21:34:07.434Z PASS [ 37.030s] (1780/2646) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2
85942026-02-26T21:34:13.993Z PASS [ 38.042s] (1781/2646) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3
85952026-02-26T21:34:15.523Z PASS [ 36.985s] (1782/2646) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4
85962026-02-26T21:34:34.013Z PASS [ 42.591s] (1783/2646) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5
85972026-02-26T21:34:44.375Z PASS [ 43.932s] (1784/2646) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6
85982026-02-26T21:34:48.266Z PASS [ 171.607s] (1785/2646) omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
85992026-02-26T21:34:50.168Z PASS [ 36.180s] (1786/2646) omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly
86002026-02-26T21:35:00.685Z PASS [ 53.254s] (1787/2646) omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
86012026-02-26T21:35:15.515Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_double_layer_snapshot_with_read_only_region_delete_2
86022026-02-26T21:35:18.116Z PASS [ 33.746s] (1788/2646) omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight
86032026-02-26T21:35:23.308Z PASS [ 33.145s] (1789/2646) omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records_region_snapshot_deleting
86042026-02-26T21:35:34.043Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_double_layer_with_read_only_region_delete
86052026-02-26T21:35:38.979Z PASS [ 50.692s] (1790/2646) omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records
86062026-02-26T21:35:47.886Z PASS [ 47.213s] (1791/2646) omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records_soft_delete_volume
86072026-02-26T21:35:48.622Z PASS [ 93.113s] (1792/2646) omicron-nexus::test_all integration_tests::volume_management::test_double_layer_snapshot_with_read_only_region_delete_2
86082026-02-26T21:35:58.251Z PASS [ 84.251s] (1793/2646) omicron-nexus::test_all integration_tests::volume_management::test_double_layer_with_read_only_region_delete
86092026-02-26T21:36:14.888Z PASS [ 56.780s] (1794/2646) omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
86102026-02-26T21:36:16.752Z PASS [ 53.452s] (1795/2646) omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
86112026-02-26T21:36:38.461Z PASS [ 59.514s] (1796/2646) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
86122026-02-26T21:36:46.628Z PASS [ 58.752s] (1797/2646) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
86132026-02-26T21:36:47.005Z PASS [ 58.391s] (1798/2646) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
86142026-02-26T21:36:51.315Z PASS [ 36.431s] (1799/2646) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_only_regions
86152026-02-26T21:36:54.228Z PASS [ 37.479s] (1800/2646) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_write_regions
86162026-02-26T21:36:58.245Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
86172026-02-26T21:37:01.175Z PASS [ 62.933s] (1801/2646) omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
86182026-02-26T21:37:27.842Z PASS [ 49.394s] (1802/2646) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_region_snapshots
86192026-02-26T21:37:29.501Z PASS [ 35.281s] (1803/2646) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_multi
86202026-02-26T21:37:34.707Z PASS [ 33.535s] (1804/2646) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop
86212026-02-26T21:37:46.621Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
86222026-02-26T21:37:46.997Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting
86232026-02-26T21:37:51.312Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting_layers
86242026-02-26T21:37:52.636Z PASS [ 65.544s] (1805/2646) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting
86252026-02-26T21:37:57.536Z PASS [ 66.022s] (1806/2646) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting_layers
86262026-02-26T21:38:04.179Z PASS [ 33.526s] (1807/2646) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop_multi
86272026-02-26T21:38:04.612Z PASS [ 33.951s] (1808/2646) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_usage_sanity
86282026-02-26T21:38:10.714Z PASS [ 36.014s] (1809/2646) omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly
86292026-02-26T21:38:22.678Z PASS [ 21.317s] (1810/2646) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stop_request
86302026-02-26T21:38:24.708Z PASS [ 21.264s] (1811/2646) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stops
86312026-02-26T21:38:31.356Z PASS [ 20.643s] (1812/2646) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry
86322026-02-26T21:38:42.885Z PASS [ 50.344s] (1813/2646) omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk
86332026-02-26T21:38:43.054Z PASS [ 20.379s] (1814/2646) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry_interrupted
86342026-02-26T21:38:44.212Z PASS [ 19.504s] (1815/2646) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_different_finish_status
86352026-02-26T21:38:44.928Z PASS [ 47.573s] (1816/2646) omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk
86362026-02-26T21:38:46.622Z SLOW [>120.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
86372026-02-26T21:38:49.711Z PASS [ 18.359s] (1817/2646) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_idempotent
86382026-02-26T21:39:05.822Z PASS [ 22.950s] (1818/2646) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_reject_submit_progress_when_no_repair
86392026-02-26T21:39:06.129Z PASS [ 23.079s] (1819/2646) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_repair_id_and_type_conflict
86402026-02-26T21:39:07.489Z PASS [ 23.283s] (1820/2646) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_same_upstairs_retry
86412026-02-26T21:39:10.529Z PASS [ 25.639s] (1821/2646) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_submit_progress
86422026-02-26T21:39:10.872Z PASS [ 21.163s] (1822/2646) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout
86432026-02-26T21:39:19.700Z PASS [ 153.095s] (1823/2646) omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
86442026-02-26T21:39:19.777Z PASS [ 0.076s] (1824/2646) omicron-nexus::test_all integration_tests::volume_management::test_volume_construction_request_region_gen_serialization
86452026-02-26T21:39:27.868Z PASS [ 21.741s] (1825/2646) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen
86462026-02-26T21:39:28.108Z PASS [ 22.289s] (1826/2646) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only
86472026-02-26T21:39:29.025Z PASS [ 21.539s] (1827/2646) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing
86482026-02-26T21:39:32.658Z PASS [ 22.133s] (1828/2646) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen
86492026-02-26T21:39:33.512Z PASS [ 22.644s] (1829/2646) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen
86502026-02-26T21:39:50.539Z PASS [ 22.435s] (1830/2646) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume
86512026-02-26T21:39:50.749Z PASS [ 22.884s] (1831/2646) omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent
86522026-02-26T21:39:52.219Z PASS [ 23.197s] (1832/2646) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base
86532026-02-26T21:39:54.539Z PASS [ 21.884s] (1833/2646) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent
86542026-02-26T21:39:55.723Z PASS [ 22.213s] (1834/2646) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted
86552026-02-26T21:40:08.827Z PASS [ 49.057s] (1835/2646) omicron-nexus::test_all integration_tests::volume_management::test_volume_create_wont_use_deleted_region_snapshots
86562026-02-26T21:40:12.465Z PASS [ 21.929s] (1836/2646) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume
86572026-02-26T21:40:17.539Z PASS [ 23.003s] (1837/2646) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga
86582026-02-26T21:40:18.203Z PASS [ 22.484s] (1838/2646) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume
86592026-02-26T21:40:29.731Z PASS [ 20.908s] (1839/2646) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume
86602026-02-26T21:40:34.556Z PASS [ 43.814s] (1840/2646) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting
86612026-02-26T21:40:34.716Z PASS [ 22.254s] (1841/2646) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice
86622026-02-26T21:40:36.300Z PASS [ 44.087s] (1842/2646) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting_no_modify_others
86632026-02-26T21:40:38.583Z PASS [ 21.047s] (1843/2646) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume
86642026-02-26T21:40:53.723Z PASS [ 23.994s] (1844/2646) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_illegal_range
86652026-02-26T21:40:57.645Z PASS [ 22.932s] (1845/2646) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_same_name
86662026-02-26T21:40:57.868Z PASS [ 39.671s] (1846/2646) omicron-nexus::test_all integration_tests::volume_management::test_volume_replace_snapshot_respects_accounting
86672026-02-26T21:40:59.707Z PASS [ 23.374s] (1847/2646) omicron-nexus::test_all integration_tests::vpc_firewall::test_nexus_firewall_icmp
86682026-02-26T21:41:00.322Z PASS [ 25.770s] (1848/2646) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_max_lengths
86692026-02-26T21:41:05.619Z PASS [ 27.040s] (1849/2646) omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall
86702026-02-26T21:41:26.355Z PASS [ 32.638s] (1850/2646) omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_attach_to_subnet
86712026-02-26T21:41:26.568Z PASS [ 28.927s] (1851/2646) omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_crud_operations
86722026-02-26T21:41:30.722Z PASS [ 30.404s] (1852/2646) omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets
86732026-02-26T21:41:32.342Z PASS [ 26.725s] (1853/2646) omicron-nexus::test_all integration_tests::vpcs::test_limited_collaborator_blocked_from_networking_resources
86742026-02-26T21:41:32.950Z PASS [ 33.286s] (1854/2646) omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails
86752026-02-26T21:41:50.855Z PASS [ 24.290s] (1855/2646) omicron-nexus::test_all integration_tests::vpcs::test_limited_collaborator_can_manage_floating_ips_and_nics
86762026-02-26T21:41:51.139Z PASS [ 53.279s] (1856/2646) omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_custom_delivered_to_instance
86772026-02-26T21:41:54.623Z PASS [ 28.272s] (1857/2646) omicron-nexus::test_all integration_tests::vpcs::test_limited_collaborator_can_create_instance
86782026-02-26T21:41:55.577Z PASS [ 24.859s] (1858/2646) omicron-nexus::test_all integration_tests::vpcs::test_vpc_limited_collaborator_role
86792026-02-26T21:42:01.517Z PASS [ 29.180s] (1859/2646) omicron-nexus::test_all integration_tests::vpcs::test_vpcs
86802026-02-26T21:42:07.864Z PASS [ 17.011s] (1860/2646) omicron-nexus::test_all integration_tests::webhooks::test_cannot_subscribe_to_probes
86812026-02-26T21:42:08.978Z PASS [ 17.840s] (1861/2646) omicron-nexus::test_all integration_tests::webhooks::test_event_delivery
86822026-02-26T21:42:13.911Z PASS [ 19.290s] (1862/2646) omicron-nexus::test_all integration_tests::webhooks::test_glob_subscription_add
86832026-02-26T21:42:15.102Z PASS [ 19.527s] (1863/2646) omicron-nexus::test_all integration_tests::webhooks::test_multiple_receivers
86842026-02-26T21:42:20.852Z PASS [ 19.337s] (1864/2646) omicron-nexus::test_all integration_tests::webhooks::test_multiple_secrets
86852026-02-26T21:42:27.921Z PASS [ 54.978s] (1865/2646) omicron-nexus::test_all integration_tests::webhooks::test_api_resends_failed_deliveries
86862026-02-26T21:42:34.955Z PASS [ 19.856s] (1866/2646) omicron-nexus::test_all integration_tests::webhooks::test_subscription_add
86872026-02-26T21:42:38.839Z PASS [ 17.990s] (1867/2646) omicron-nexus::test_all integration_tests::webhooks::test_subscription_remove
86882026-02-26T21:42:44.133Z PASS [ 16.214s] (1868/2646) omicron-nexus::test_all integration_tests::webhooks::test_subscription_remove_glob
86892026-02-26T21:42:49.442Z PASS [ 14.489s] (1869/2646) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_create_delete
86902026-02-26T21:42:49.524Z PASS [ 0.080s] (1870/2646) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_boundary_correction
86912026-02-26T21:42:49.599Z PASS [ 0.033s] (1871/2646) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_correction
86922026-02-26T21:42:49.627Z PASS [ 0.033s] (1872/2646) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ip_fallback
86932026-02-26T21:42:49.627Z PASS [ 0.028s] (1873/2646) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ref_id
86942026-02-26T21:42:49.655Z PASS [ 0.028s] (1874/2646) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ref_time
86952026-02-26T21:42:49.680Z PASS [ 0.028s] (1875/2646) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_stratum
86962026-02-26T21:42:49.705Z PASS [ 0.025s] (1876/2646) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_ipv6_address
86972026-02-26T21:42:49.732Z PASS [ 0.022s] (1877/2646) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_negative_correction
86982026-02-26T21:42:49.758Z PASS [ 0.023s] (1878/2646) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_high_correction
86992026-02-26T21:42:49.790Z PASS [ 0.022s] (1879/2646) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_high_stratum
87002026-02-26T21:42:49.818Z PASS [ 0.021s] (1880/2646) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_no_peer
87012026-02-26T21:42:49.818Z PASS [ 0.025s] (1881/2646) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_old_ref_time
87022026-02-26T21:42:49.845Z PASS [ 0.033s] (1882/2646) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_special_ref_id
87032026-02-26T21:42:49.873Z PASS [ 0.027s] (1883/2646) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_success
87042026-02-26T21:42:49.936Z PASS [ 0.051s] (1884/2646) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_too_few_fields
87052026-02-26T21:42:52.888Z PASS [ 14.050s] (1885/2646) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_get
87062026-02-26T21:42:56.275Z PASS [ 48.418s] (1886/2646) omicron-nexus::test_all integration_tests::webhooks::test_probe
87072026-02-26T21:42:57.783Z PASS [ 13.652s] (1887/2646) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_names_are_unique
87082026-02-26T21:42:58.004Z PASS [ 0.210s] (1888/2646) omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_success_only
87092026-02-26T21:42:58.035Z PASS [ 0.042s] (1889/2646) omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_with_failure
87102026-02-26T21:42:58.108Z PASS [ 0.072s] (1890/2646) omicron-package config::tests::multi_preset_arg
87112026-02-26T21:42:58.169Z PASS [ 0.060s] (1891/2646) omicron-package dot::test::test_bad_dependency
87122026-02-26T21:42:58.211Z PASS [ 0.042s] (1892/2646) omicron-package dot::test::test_dot_output
87132026-02-26T21:43:02.113Z PASS [ 53.143s] (1893/2646) omicron-nexus::test_all integration_tests::webhooks::test_probe_resends_failed_deliveries
87142026-02-26T21:43:02.148Z PASS [ 0.034s] (1894/2646) omicron-passwords test::test_password_constraints
87152026-02-26T21:43:06.227Z PASS [ 4.080s] (1895/2646) omicron-passwords test::test_reproducible
87162026-02-26T21:43:07.314Z PASS [ 11.041s] (1896/2646) omicron-omdb::test_all_output test_omdb_usage_errors
87172026-02-26T21:43:07.357Z PASS [ 0.042s] (1897/2646) omicron-passwords test::test_stable
87182026-02-26T21:43:07.392Z PASS [ 0.028s] (1898/2646) omicron-passwords test::test_weak_hashes
87192026-02-26T21:43:07.417Z PASS [ 0.023s] (1899/2646) omicron-rpaths internal::tests::test_configure_from_path
87202026-02-26T21:43:07.469Z PASS [ 0.059s] (1900/2646) omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar
87212026-02-26T21:43:07.497Z PASS [ 0.021s] (1901/2646) omicron-rpaths internal::tests::test_emit_rpath
87222026-02-26T21:43:08.059Z PASS [ 0.571s] (1902/2646) omicron-sled-agent artifact_store::test::generations
87232026-02-26T21:43:08.190Z PASS [ 0.130s] (1903/2646) omicron-sled-agent artifact_store::test::issue_7796
87242026-02-26T21:43:08.248Z PASS [ 10.039s] (1904/2646) omicron-passwords test::test_compatible
87252026-02-26T21:43:08.315Z PASS [ 0.125s] (1905/2646) omicron-sled-agent artifact_store::test::list_get_put
87262026-02-26T21:43:08.347Z PASS [ 0.095s] (1906/2646) omicron-sled-agent artifact_store::test::no_dataset
87272026-02-26T21:43:08.405Z PASS [ 0.090s] (1907/2646) omicron-sled-agent artifact_store::test::wrong_hash
87282026-02-26T21:43:08.430Z PASS [ 0.082s] (1908/2646) omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips
87292026-02-26T21:43:08.457Z PASS [ 0.051s] (1909/2646) omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization
87302026-02-26T21:43:08.498Z PASS [ 0.072s] (1910/2646) omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema
87312026-02-26T21:43:08.498Z PASS [ 0.041s] (1911/2646) omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition
87322026-02-26T21:43:08.540Z PASS [ 0.039s] (1912/2646) omicron-sled-agent common::instance::test::propolis_terminal_states_make_vmm_halted
87332026-02-26T21:43:08.540Z PASS [ 0.039s] (1913/2646) omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition
87342026-02-26T21:43:08.575Z PASS [ 0.035s] (1914/2646) omicron-sled-agent common::instance::test::source_termination_fails_in_progress_migration
87352026-02-26T21:43:08.600Z PASS [ 0.041s] (1915/2646) omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_fails_migrations
87362026-02-26T21:43:08.640Z PASS [ 0.037s] (1916/2646) omicron-sled-agent common::instance::test::target_termination_fails_in_progress_migration
87372026-02-26T21:43:08.697Z PASS [ 0.117s] (1917/2646) omicron-sled-agent config::test::test_smf_configs
87382026-02-26T21:43:08.722Z PASS [ 0.091s] (1918/2646) omicron-sled-agent instance::tests::add_ephemeral_ip_of_different_ip_version
87392026-02-26T21:43:08.746Z PASS [ 0.035s] (1919/2646) omicron-sled-agent instance::tests::add_ephemeral_ip_with_existing_floating_ip
87402026-02-26T21:43:08.746Z PASS [ 0.037s] (1920/2646) omicron-sled-agent instance::tests::add_ephemeral_ip_with_no_ip_stack_at_all
87412026-02-26T21:43:08.771Z PASS [ 0.032s] (1921/2646) omicron-sled-agent instance::tests::add_floating_ip_of_different_ip_version
87422026-02-26T21:43:08.771Z PASS [ 0.031s] (1922/2646) omicron-sled-agent instance::tests::add_floating_ip_with_existing_ephemeral_ip
87432026-02-26T21:43:08.797Z PASS [ 0.033s] (1923/2646) omicron-sled-agent instance::tests::add_floating_ip_with_no_ip_stack_at_all
87442026-02-26T21:43:08.822Z PASS [ 0.039s] (1924/2646) omicron-sled-agent instance::tests::add_new_floating_ip
87452026-02-26T21:43:08.847Z PASS [ 0.035s] (1925/2646) omicron-sled-agent instance::tests::prune_existing_ephemeral_ipv4_address
87462026-02-26T21:43:08.847Z PASS [ 0.035s] (1926/2646) omicron-sled-agent instance::tests::prune_existing_ephemeral_ipv6_address
87472026-02-26T21:43:08.871Z PASS [ 0.039s] (1927/2646) omicron-sled-agent instance::tests::prune_existing_floating_ip
87482026-02-26T21:43:09.323Z PASS [ 0.451s] (1928/2646) omicron-sled-agent instance::tests::test_failed_published_when_zone_gone
87492026-02-26T21:43:09.351Z PASS [ 0.486s] (1929/2646) omicron-sled-agent instance::tests::test_destroy_published_when_instance_removed
87502026-02-26T21:43:09.434Z PASS [ 55.531s] (1930/2646) omicron-nexus::test_all integration_tests::webhooks::test_retry_backoff
87512026-02-26T21:43:09.970Z PASS [ 0.628s] (1931/2646) omicron-sled-agent instance::tests::test_instance_create_events_normal
87522026-02-26T21:43:10.482Z PASS [ 0.516s] (1932/2646) omicron-sled-agent instance::tests::test_instance_manager_stop_timeout
87532026-02-26T21:43:10.515Z PASS [ 0.041s] (1933/2646) omicron-sled-agent instance::tests::test_multicast_membership_equality
87542026-02-26T21:43:11.585Z PASS [ 2.250s] (1934/2646) omicron-sled-agent instance::tests::test_instance_create_timeout_while_starting_propolis
87552026-02-26T21:43:11.611Z PASS [ 2.171s] (1935/2646) omicron-sled-agent instance::tests::test_instance_manager_creation
87562026-02-26T21:43:11.641Z PASS [ 0.042s] (1936/2646) omicron-sled-agent probe_manager::test::probe_state_set_ops
87572026-02-26T21:43:11.668Z PASS [ 0.043s] (1937/2646) omicron-sled-agent profile::tests::empty_profile
87582026-02-26T21:43:11.668Z PASS [ 0.038s] (1938/2646) omicron-sled-agent profile::tests::test_disabled_instance
87592026-02-26T21:43:11.694Z PASS [ 0.035s] (1939/2646) omicron-sled-agent profile::tests::test_instance
87602026-02-26T21:43:11.720Z PASS [ 0.043s] (1940/2646) omicron-sled-agent profile::tests::test_multiple
87612026-02-26T21:43:11.746Z PASS [ 0.043s] (1941/2646) omicron-sled-agent profile::tests::test_property
87622026-02-26T21:43:11.746Z PASS [ 0.037s] (1942/2646) omicron-sled-agent profile::tests::test_property_group
87632026-02-26T21:43:11.771Z PASS [ 0.034s] (1943/2646) omicron-sled-agent profile::tests::test_service
87642026-02-26T21:43:11.797Z PASS [ 0.042s] (1944/2646) omicron-sled-agent profile::tests::test_service_property_group
87652026-02-26T21:43:11.824Z PASS [ 0.037s] (1945/2646) omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics
87662026-02-26T21:43:11.824Z PASS [ 0.035s] (1946/2646) omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion
87672026-02-26T21:43:11.861Z PASS [ 0.062s] (1947/2646) omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips
87682026-02-26T21:43:11.887Z PASS [ 0.061s] (1948/2646) omicron-sled-agent rack_setup::plan::service::tests::test_dataset_and_zone_count
87692026-02-26T21:43:11.927Z PASS [ 0.063s] (1949/2646) omicron-sled-agent rack_setup::service::test::rss_blueprint_is_blippy_clean
87702026-02-26T21:43:11.953Z PASS [ 0.055s] (1950/2646) omicron-sled-agent rack_setup::service::test::test_omicron_zone_configs
87712026-02-26T21:43:11.982Z PASS [ 0.038s] (1951/2646) omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes
87722026-02-26T21:43:12.028Z PASS [ 0.045s] (1952/2646) omicron-sled-agent services::test::test_zone_bundle_metadata_schema
87732026-02-26T21:43:12.052Z PASS [ 0.046s] (1953/2646) omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop
87742026-02-26T21:43:12.052Z PASS [ 0.051s] (1954/2646) omicron-sled-agent sim::collection::test::test_sim_instance_reboot
87752026-02-26T21:43:12.077Z PASS [ 0.050s] (1955/2646) omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed
87762026-02-26T21:43:12.118Z PASS [ 0.058s] (1956/2646) omicron-sled-agent sim::storage::test::cannot_boot_read_only_downstairs_with_no_snapshot
87772026-02-26T21:43:12.162Z PASS [ 0.044s] (1957/2646) omicron-sled-agent sim::storage::test::cannot_create_snapshot_for_destroyed_region
87782026-02-26T21:43:12.222Z PASS [ 0.058s] (1958/2646) omicron-sled-agent sim::storage::test::crucible_ports_get_reused
87792026-02-26T21:43:12.266Z PASS [ 0.045s] (1959/2646) omicron-sled-agent sim::storage::test::must_delete_read_only_downstairs_first
87802026-02-26T21:43:12.310Z PASS [ 0.044s] (1960/2646) omicron-sled-agent sim::storage::test::must_delete_snapshots_first
87812026-02-26T21:43:12.360Z PASS [ 0.049s] (1961/2646) omicron-sled-agent sim::storage::test::nested_dataset
87822026-02-26T21:43:12.413Z PASS [ 0.053s] (1962/2646) omicron-sled-agent sim::storage::test::nested_dataset_child_parent_relationship
87832026-02-26T21:43:12.461Z PASS [ 0.048s] (1963/2646) omicron-sled-agent sim::storage::test::nested_dataset_not_found_missing_dataset
87842026-02-26T21:43:12.508Z PASS [ 0.046s] (1964/2646) omicron-sled-agent sim::storage::test::running_snapshot_needs_region
87852026-02-26T21:43:12.552Z PASS [ 0.045s] (1965/2646) omicron-sled-agent sim::storage::test::snapshot_needs_region
87862026-02-26T21:43:12.637Z PASS [ 0.084s] (1966/2646) omicron-sled-agent support_bundle::storage::tests::basic_crud
87872026-02-26T21:43:12.706Z PASS [ 0.052s] (1967/2646) omicron-sled-agent support_bundle::storage::tests::cannot_create_bundle_on_unmounted_parent
87882026-02-26T21:43:12.748Z PASS [ 0.059s] (1968/2646) omicron-sled-agent support_bundle::storage::tests::chunked_file_transfer
87892026-02-26T21:43:12.812Z PASS [ 0.062s] (1969/2646) omicron-sled-agent support_bundle::storage::tests::chunked_file_transfer_restart
87902026-02-26T21:43:12.872Z PASS [ 0.062s] (1970/2646) omicron-sled-agent support_bundle::storage::tests::creation_bad_hash
87912026-02-26T21:43:12.935Z PASS [ 0.063s] (1971/2646) omicron-sled-agent support_bundle::storage::tests::creation_bad_hash_still_deleteable
87922026-02-26T21:43:13.002Z PASS [ 0.057s] (1972/2646) omicron-sled-agent support_bundle::storage::tests::creation_idempotency
87932026-02-26T21:43:13.053Z PASS [ 0.061s] (1973/2646) omicron-sled-agent support_bundle::storage::tests::creation_without_dataset
87942026-02-26T21:43:13.112Z PASS [ 0.059s] (1974/2646) omicron-sled-agent support_bundle::storage::tests::getting_bundles_mounts_them
87952026-02-26T21:43:13.171Z PASS [ 0.059s] (1975/2646) omicron-sled-agent support_bundle::storage::tests::listing_bundles_mounts_them
87962026-02-26T21:43:13.252Z PASS [ 0.080s] (1976/2646) omicron-sled-agent support_bundle::storage::tests::ranges
87972026-02-26T21:43:13.312Z PASS [ 0.060s] (1977/2646) omicron-sled-agent support_bundle::storage::tests::try_to_write_after_finalize
87982026-02-26T21:43:13.352Z PASS [ 0.040s] (1978/2646) omicron-sled-agent updates::test::test_query_no_components
87992026-02-26T21:43:13.398Z PASS [ 0.045s] (1979/2646) omicron-sled-agent updates::test::test_query_sled_agent_version
88002026-02-26T21:43:13.456Z PASS [ 0.058s] (1980/2646) omicron-sled-agent updates::test::test_query_zone_version
88012026-02-26T21:43:13.499Z PASS [ 0.043s] (1981/2646) omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour
88022026-02-26T21:43:16.061Z PASS [ 4.027s] (1982/2646) omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real
88032026-02-26T21:43:16.238Z PASS [ 2.739s] (1983/2646) omicron-sled-agent zone_bundle::illumos_tests::test_cleanup
88042026-02-26T21:43:16.298Z PASS [ 0.058s] (1984/2646) omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files
88052026-02-26T21:43:18.714Z PASS [ 2.654s] (1985/2646) omicron-sled-agent zone_bundle::illumos_tests::test_context
88062026-02-26T21:43:19.274Z PASS [ 2.977s] (1986/2646) omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter
88072026-02-26T21:43:19.979Z PASS [ 30.061s] (1987/2646) omicron-omdb::test_all_output test_omdb_env_settings
88082026-02-26T21:43:20.047Z PASS [ 0.068s] (1988/2646) omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota
88092026-02-26T21:43:20.095Z PASS [ 0.047s] (1989/2646) omicron-sled-agent zone_bundle::tests::test_dir_size
88102026-02-26T21:43:20.157Z PASS [ 0.061s] (1990/2646) omicron-sled-agent zone_bundle::tests::test_dir_size_matches_du
88112026-02-26T21:43:20.882Z PASS [ 0.725s] (1991/2646) omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args
88122026-02-26T21:43:21.356Z PASS [ 2.642s] (1992/2646) omicron-sled-agent zone_bundle::illumos_tests::test_update_context
88132026-02-26T21:43:21.504Z PASS [ 0.147s] (1993/2646) omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize
88142026-02-26T21:43:21.561Z PASS [ 0.679s] (1994/2646) omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args
88152026-02-26T21:43:21.615Z PASS [ 0.051s] (1995/2646) omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path
88162026-02-26T21:43:21.648Z PASS [ 0.033s] (1996/2646) omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent
88172026-02-26T21:43:22.067Z PASS [ 2.793s] (1997/2646) omicron-sled-agent zone_bundle::illumos_tests::test_utilization
88182026-02-26T21:43:22.414Z PASS [ 0.896s] (1998/2646) omicron-test-utils dev::clickhouse::tests::sparse_serialization_is_disabled
88192026-02-26T21:43:22.737Z PASS [ 0.670s] (1999/2646) omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_one_specified
88202026-02-26T21:43:22.762Z PASS [ 1.101s] (2000/2646) omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_both_specified
88212026-02-26T21:43:22.787Z PASS [ 0.044s] (2001/2646) omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready
88222026-02-26T21:43:22.787Z PASS [ 0.036s] (2002/2646) omicron-test-utils dev::clickhouse::tests::wait_for_ports_finds_actual_ports
88232026-02-26T21:43:23.064Z PASS [ 0.282s] (2003/2646) omicron-test-utils dev::clickhouse::tests::wait_for_ports_panics_with_sentinel_but_no_ports
88242026-02-26T21:43:23.237Z PASS [ 0.453s] (2004/2646) omicron-test-utils dev::clickhouse::tests::wait_for_ports_waits_for_sentinel_line
88252026-02-26T21:43:23.331Z PASS [ 0.266s] (2005/2646) omicron-test-utils dev::db::test::test_bad_cmd
88262026-02-26T21:43:23.436Z PASS [ 1.037s] (2006/2646) omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready
88272026-02-26T21:43:23.725Z PASS [ 0.489s] (2007/2646) omicron-test-utils dev::db::test::test_cmd_fails
88282026-02-26T21:43:23.750Z PASS [ 0.304s] (2008/2646) omicron-test-utils dev::db::test::test_database_start_hang
88292026-02-26T21:43:23.786Z PASS [ 0.045s] (2009/2646) omicron-test-utils dev::db::test::test_make_pg_config_fail
88302026-02-26T21:43:23.816Z PASS [ 0.031s] (2010/2646) omicron-test-utils dev::db::test::test_make_pg_config_ok
88312026-02-26T21:43:23.858Z PASS [ 0.041s] (2011/2646) omicron-test-utils dev::db::test::test_parse_http_addr
88322026-02-26T21:43:23.897Z PASS [ 0.039s] (2012/2646) omicron-test-utils dev::db::test::test_process_exit_abnormal
88332026-02-26T21:43:23.943Z PASS [ 0.046s] (2013/2646) omicron-test-utils dev::db::test::test_process_exit_normal
88342026-02-26T21:43:24.472Z PASS [ 0.529s] (2014/2646) omicron-test-utils dev::db::test::test_setup_database_bad_listen_url
88352026-02-26T21:43:24.696Z PASS [ 0.971s] (2015/2646) omicron-test-utils dev::db::test::test_http_addr_integration
88362026-02-26T21:43:25.462Z PASS [ 2.132s] (2016/2646) omicron-test-utils dev::db::test::test_database_concurrent
88372026-02-26T21:43:25.507Z PASS [ 0.041s] (2017/2646) omicron-test-utils dev::db::test::test_starter_tmpdir
88382026-02-26T21:43:25.578Z PASS [ 0.075s] (2018/2646) omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port
88392026-02-26T21:43:25.610Z PASS [ 0.031s] (2019/2646) omicron-test-utils dev::dendrite::tests::test_dpd_in_path
88402026-02-26T21:43:25.657Z PASS [ 0.043s] (2020/2646) omicron-test-utils dev::maghemite::tests::test_discover_local_listening_port
88412026-02-26T21:43:25.689Z PASS [ 0.034s] (2021/2646) omicron-test-utils dev::maghemite::tests::test_mgd_in_path
88422026-02-26T21:43:25.757Z PASS [ 0.069s] (2022/2646) omicron-test-utils dev::test_cmds::tests::test_redact_extra
88432026-02-26T21:43:25.829Z PASS [ 0.068s] (2023/2646) omicron-test-utils dev::test_cmds::tests::test_redact_section
88442026-02-26T21:43:26.054Z PASS [ 1.358s] (2024/2646) omicron-test-utils dev::db::test::test_setup_database_overridden_dir
88452026-02-26T21:43:26.120Z PASS [ 0.066s] (2025/2646) omicron-test-utils dev::test_cmds::tests::test_totally_annihilate_section
88462026-02-26T21:43:26.256Z PASS [ 0.432s] (2026/2646) omicron-test-utils dev::test_cmds::tests::test_redact_timestamps
88472026-02-26T21:43:26.561Z PASS [ 0.441s] (2027/2646) oximeter test::timeseries_schema_consistency
88482026-02-26T21:43:26.987Z PASS [ 0.730s] (2028/2646) oximeter-collector agent::tests::test_self_stat_collection_count
88492026-02-26T21:43:27.013Z PASS [ 0.430s] (2029/2646) oximeter-collector agent::tests::test_self_stat_error_counter
88502026-02-26T21:43:27.091Z PASS [ 0.103s] (2030/2646) oximeter-collector agent::tests::test_self_stat_unreachable_counter
88512026-02-26T21:43:27.117Z PASS [ 0.111s] (2031/2646) oximeter-collector agent::tests::test_updated_producer_is_still_collected_from
88522026-02-26T21:43:27.142Z PASS [ 0.036s] (2032/2646) oximeter-collector self_stats::tests::only_reset_counters_if_info_is_different
88532026-02-26T21:43:27.169Z PASS [ 0.028s] (2033/2646) oximeter-collector self_stats::tests::test_failure_reason_serialization
88542026-02-26T21:43:27.196Z PASS [ 0.096s] (2034/2646) oximeter-collector agent::tests::verify_producer_details
88552026-02-26T21:43:27.232Z PASS [ 0.046s] (2035/2646) oximeter-db client::oxql::tests::correctly_negate_field_predicate_expression
88562026-02-26T21:43:27.272Z PASS [ 0.040s] (2036/2646) oximeter-db client::oxql::tests::correctly_negate_timestamp_predicate_expression
88572026-02-26T21:43:27.306Z PASS [ 0.034s] (2037/2646) oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_all_in_one_chunk
88582026-02-26T21:43:27.343Z PASS [ 0.035s] (2038/2646) oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_key_group_multiple_times
88592026-02-26T21:43:27.379Z PASS [ 0.038s] (2039/2646) oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_middle_of_key_group
88602026-02-26T21:43:27.677Z PASS [ 21.452s] (2040/2646) omicron-passwords test::test_smoke
88612026-02-26T21:43:28.194Z PASS [ 1.027s] (2041/2646) oximeter-collector::test_commands test_oximeter_no_args
88622026-02-26T21:43:28.498Z PASS [ 1.119s] (2042/2646) oximeter-db client::oxql::tests::test_get_entire_table
88632026-02-26T21:43:28.799Z PASS [ 1.122s] (2043/2646) oximeter-db client::oxql::tests::test_get_entire_timeseries_and_part_of_another
88642026-02-26T21:43:29.440Z PASS [ 1.245s] (2044/2646) oximeter-db client::oxql::tests::test_get_fields
88652026-02-26T21:43:29.699Z PASS [ 1.200s] (2045/2646) oximeter-db client::oxql::tests::test_get_fields_query
88662026-02-26T21:43:29.965Z PASS [ 1.166s] (2046/2646) oximeter-db client::oxql::tests::test_get_one_timeseries
88672026-02-26T21:43:30.339Z PASS [ 0.640s] (2047/2646) oximeter-db client::tests::can_ping_clickhouse
88682026-02-26T21:43:30.466Z PASS [ 0.125s] (2048/2646) oximeter-db client::tests::check_actual_schema_upgrades_are_valid_single_node
88692026-02-26T21:43:30.499Z PASS [ 1.060s] (2049/2646) oximeter-db client::oxql::tests::test_limit_operations
88702026-02-26T21:43:32.922Z PASS [ 2.424s] (2050/2646) oximeter-db client::tests::insert_samples_fails_fast
88712026-02-26T21:43:33.105Z PASS [ 2.640s] (2051/2646) oximeter-db client::tests::check_db_init_is_sum_of_all_up_single_node
88722026-02-26T21:43:33.740Z PASS [ 0.817s] (2052/2646) oximeter-db client::tests::read_latest_version_reports_max
88732026-02-26T21:43:33.927Z PASS [ 0.822s] (2053/2646) oximeter-db client::tests::read_latest_version_with_empty_version_table_reports_zero
88742026-02-26T21:43:34.403Z PASS [ 0.663s] (2054/2646) oximeter-db client::tests::read_latest_version_with_no_database_reports_zero
88752026-02-26T21:43:34.771Z PASS [ 0.844s] (2055/2646) oximeter-db client::tests::read_latest_version_with_no_version_table_reports_zero
88762026-02-26T21:43:35.349Z PASS [ 0.946s] (2056/2646) oximeter-db client::tests::select_timeseries_with_select_one
88772026-02-26T21:43:35.445Z PASS [ 0.674s] (2057/2646) oximeter-db client::tests::test_apply_one_schema_upgrade_single_node
88782026-02-26T21:43:36.350Z PASS [ 1.000s] (2058/2646) oximeter-db client::tests::test_client_select_timeseries_one
88792026-02-26T21:43:36.418Z PASS [ 0.973s] (2059/2646) oximeter-db client::tests::test_database_version_update_is_idempotent
88802026-02-26T21:43:37.152Z PASS [ 0.803s] (2060/2646) oximeter-db client::tests::test_database_version_will_not_downgrade
88812026-02-26T21:43:37.377Z PASS [ 0.960s] (2061/2646) oximeter-db client::tests::test_database_version_will_not_upgrade
88822026-02-26T21:43:38.149Z PASS [ 0.997s] (2062/2646) oximeter-db client::tests::test_differentiate_by_timeseries_name
88832026-02-26T21:43:38.241Z PASS [ 13.771s] (2063/2646) omicron-test-utils dev::db::test::test_setup_database_default_dir
88842026-02-26T21:43:38.305Z PASS [ 0.927s] (2064/2646) oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node
88852026-02-26T21:43:38.966Z PASS [ 0.816s] (2065/2646) oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails
88862026-02-26T21:43:39.042Z PASS [ 0.800s] (2066/2646) oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails
88872026-02-26T21:43:39.560Z PASS [ 1.256s] (2067/2646) oximeter-db client::tests::test_expunge_timeseries_by_name_single_node
88882026-02-26T21:43:39.817Z PASS [ 0.851s] (2068/2646) oximeter-db client::tests::test_field_record_count
88892026-02-26T21:43:39.862Z PASS [ 0.820s] (2069/2646) oximeter-db client::tests::test_get_schema_no_new_values
88902026-02-26T21:43:40.365Z PASS [ 0.805s] (2070/2646) oximeter-db client::tests::test_insert_samples
88912026-02-26T21:43:40.617Z PASS [ 0.801s] (2071/2646) oximeter-db client::tests::test_is_oximeter_cluster
88922026-02-26T21:43:40.670Z PASS [ 0.052s] (2072/2646) oximeter-db client::tests::test_read_schema_upgrade_sql_files
88932026-02-26T21:43:40.716Z PASS [ 0.046s] (2073/2646) oximeter-db client::tests::test_read_timeseries_to_delete
88942026-02-26T21:43:40.760Z PASS [ 0.898s] (2074/2646) oximeter-db client::tests::test_list_timeseries
88952026-02-26T21:43:40.788Z PASS [ 0.048s] (2075/2646) oximeter-db client::tests::test_read_timeseries_to_delete_empty_file_is_ok
88962026-02-26T21:43:40.819Z PASS [ 0.041s] (2076/2646) oximeter-db client::tests::test_read_timeseries_to_delete_nonexistent_file_is_ok
88972026-02-26T21:43:41.194Z PASS [ 0.823s] (2077/2646) oximeter-db client::tests::test_new_schema_removed_when_not_inserted
88982026-02-26T21:43:41.645Z PASS [ 0.844s] (2078/2646) oximeter-db client::tests::test_schema_mismatch
88992026-02-26T21:43:42.020Z PASS [ 0.831s] (2079/2646) oximeter-db client::tests::test_schema_update
89002026-02-26T21:43:42.177Z PASS [ 1.410s] (2080/2646) oximeter-db client::tests::test_recall_of_all_fields
89012026-02-26T21:43:42.564Z PASS [ 0.913s] (2081/2646) oximeter-db client::tests::test_select_all_datum_types
89022026-02-26T21:43:42.624Z PASS [ 32.119s] (2082/2646) omicron-sled-agent nexus::test::nexus_self_notification_test
89032026-02-26T21:43:42.891Z PASS [ 0.871s] (2083/2646) oximeter-db client::tests::test_select_all_field_types
89042026-02-26T21:43:43.108Z PASS [ 0.929s] (2084/2646) oximeter-db client::tests::test_select_timeseries_with_all
89052026-02-26T21:43:43.672Z PASS [ 1.113s] (2085/2646) oximeter-db client::tests::test_select_timeseries_with_limit
89062026-02-26T21:43:43.710Z PASS [ 1.087s] (2086/2646) oximeter-db client::tests::test_select_timeseries_with_order
89072026-02-26T21:43:43.801Z PASS [ 0.910s] (2087/2646) oximeter-db client::tests::test_select_timeseries_with_select_multiple_fields_with_multiple_values
89082026-02-26T21:43:44.026Z PASS [ 0.918s] (2088/2646) oximeter-db client::tests::test_select_timeseries_with_select_one_field_with_multiple_values
89092026-02-26T21:43:44.065Z PASS [ 0.039s] (2089/2646) oximeter-db client::tests::test_unravel_index
89102026-02-26T21:43:44.204Z PASS [ 51.324s] (2090/2646) omicron-omdb::test_all_output test_omdb_success_cases
89112026-02-26T21:43:44.246Z PASS [ 0.042s] (2091/2646) oximeter-db client::tests::test_verify_schema_upgrades
89122026-02-26T21:43:44.286Z PASS [ 0.039s] (2092/2646) oximeter-db model::fields::tests::test_extract_fields_as_block
89132026-02-26T21:43:44.323Z PASS [ 0.033s] (2093/2646) oximeter-db model::measurements::tests::test_extract_histogram_measurement_columns
89142026-02-26T21:43:44.362Z PASS [ 0.039s] (2094/2646) oximeter-db model::measurements::tests::test_extract_measurement_as_block_cumulative
89152026-02-26T21:43:44.406Z PASS [ 0.039s] (2095/2646) oximeter-db model::measurements::tests::test_extract_measurement_as_block_gauge
89162026-02-26T21:43:44.441Z PASS [ 0.040s] (2096/2646) oximeter-db model::measurements::tests::test_extract_measurement_as_block_histogram
89172026-02-26T21:43:44.477Z PASS [ 0.032s] (2097/2646) oximeter-db model::measurements::tests::test_insert_datum_columns_scalar
89182026-02-26T21:43:44.515Z PASS [ 0.033s] (2098/2646) oximeter-db native::block::tests::concat_blocks
89192026-02-26T21:43:44.555Z PASS [ 0.037s] (2099/2646) oximeter-db native::block::tests::datetime64_scale_checks_range
89202026-02-26T21:43:44.555Z PASS [ 0.877s] (2100/2646) oximeter-db client::tests::test_select_timeseries_with_start_time
89212026-02-26T21:43:44.593Z PASS [ 0.035s] (2101/2646) oximeter-db native::block::tests::parse_date_time
89222026-02-26T21:43:44.593Z PASS [ 0.037s] (2102/2646) oximeter-db native::block::tests::parse_date_time64
89232026-02-26T21:43:44.628Z PASS [ 0.033s] (2103/2646) oximeter-db native::block::tests::parse_escaped_date_time64
89242026-02-26T21:43:44.628Z PASS [ 0.033s] (2104/2646) oximeter-db native::block::tests::test_data_type_to_string
89252026-02-26T21:43:44.659Z PASS [ 0.837s] (2105/2646) oximeter-db client::tests::test_timeseries_schema_list
89262026-02-26T21:43:44.659Z PASS [ 0.035s] (2106/2646) oximeter-db native::block::tests::test_datetime64_conversions
89272026-02-26T21:43:44.689Z PASS [ 0.042s] (2107/2646) oximeter-db native::block::tests::test_parse_all_known_timezones
89282026-02-26T21:43:44.689Z PASS [ 0.028s] (2108/2646) oximeter-db native::block::tests::test_parse_array_enum8_with_bad_escapes
89292026-02-26T21:43:44.689Z PASS [ 0.037s] (2109/2646) oximeter-db native::block::tests::test_parse_array_enum8_with_escapes
89302026-02-26T21:43:44.720Z PASS [ 0.034s] (2110/2646) oximeter-db native::block::tests::test_parse_enum8
89312026-02-26T21:43:44.720Z PASS [ 0.034s] (2111/2646) oximeter-db native::block::tests::test_parse_enum_variant
89322026-02-26T21:43:44.720Z PASS [ 0.038s] (2112/2646) oximeter-db native::block::tests::test_parse_invalid_data_type
89332026-02-26T21:43:44.910Z PASS [ 0.845s] (2113/2646) oximeter-db client::tests::test_update_schema_cache_on_new_sample
89342026-02-26T21:43:45.055Z PASS [ 1.342s] (2114/2646) oximeter-db client::tests::test_sql_query_output
89352026-02-26T21:43:45.311Z PASS [ 0.616s] (2115/2646) oximeter-db native::connection::tests::test_basic_select_query
89362026-02-26T21:43:45.340Z PASS [ 0.608s] (2116/2646) oximeter-db native::connection::tests::test_exchange_hello
89372026-02-26T21:43:45.422Z PASS [ 0.721s] (2117/2646) oximeter-db native::connection::tests::test_can_cancel_query
89382026-02-26T21:43:45.540Z PASS [ 0.630s] (2118/2646) oximeter-db native::connection::tests::test_insert_and_select_data
89392026-02-26T21:43:45.681Z PASS [ 0.629s] (2119/2646) oximeter-db native::connection::tests::test_insert_and_select_uuid
89402026-02-26T21:43:45.715Z PASS [ 0.033s] (2120/2646) oximeter-db native::io::block::tests::test_decode_block_with_nulls
89412026-02-26T21:43:45.754Z PASS [ 0.040s] (2121/2646) oximeter-db native::io::block::tests::test_decode_full_block
89422026-02-26T21:43:45.791Z PASS [ 0.028s] (2122/2646) oximeter-db native::io::column::tests::check_uuid_buffer_length_on_decode
89432026-02-26T21:43:45.828Z PASS [ 0.038s] (2123/2646) oximeter-db native::io::column::tests::fail_to_encode_out_of_range_column
89442026-02-26T21:43:45.867Z PASS [ 0.045s] (2124/2646) oximeter-db native::io::column::tests::test_decode_ipv4addr_column
89452026-02-26T21:43:45.900Z PASS [ 0.027s] (2125/2646) oximeter-db native::io::column::tests::test_decode_ipv6addr_column
89462026-02-26T21:43:45.932Z PASS [ 0.599s] (2126/2646) oximeter-db native::connection::tests::test_select_array_column
89472026-02-26T21:43:45.932Z PASS [ 0.026s] (2127/2646) oximeter-db native::io::column::tests::test_decode_string_column
89482026-02-26T21:43:45.965Z PASS [ 0.026s] (2128/2646) oximeter-db native::io::column::tests::test_decode_uint64_column
89492026-02-26T21:43:45.965Z PASS [ 0.613s] (2129/2646) oximeter-db native::connection::tests::test_select_array_of_nullable_column
89502026-02-26T21:43:45.965Z PASS [ 0.034s] (2130/2646) oximeter-db native::io::column::tests::test_decode_uint8_column
89512026-02-26T21:43:45.997Z PASS [ 0.028s] (2131/2646) oximeter-db native::io::column::tests::test_decode_uuid_column
89522026-02-26T21:43:45.997Z PASS [ 0.038s] (2132/2646) oximeter-db native::io::column::tests::test_encode_decode_column
89532026-02-26T21:43:45.997Z PASS [ 0.033s] (2133/2646) oximeter-db native::io::packet::server::tests::test_decode_full_hello
89542026-02-26T21:43:46.029Z PASS [ 0.032s] (2134/2646) oximeter-db native::io::packet::server::tests::test_decode_hello_packet_and_a_half
89552026-02-26T21:43:46.029Z PASS [ 0.035s] (2135/2646) oximeter-db native::io::packet::server::tests::test_decode_multiple_hello_packets
89562026-02-26T21:43:46.061Z PASS [ 0.039s] (2136/2646) oximeter-db native::io::packet::server::tests::test_decode_nested_exceptions
89572026-02-26T21:43:46.061Z PASS [ 0.033s] (2137/2646) oximeter-db native::io::packet::server::tests::test_decode_partial_hello
89582026-02-26T21:43:46.061Z PASS [ 0.626s] (2138/2646) oximeter-db native::connection::tests::test_select_nullable_column
89592026-02-26T21:43:46.061Z PASS [ 0.036s] (2139/2646) oximeter-db native::io::packet::server::tests::test_decode_pong
89602026-02-26T21:43:46.096Z PASS [ 0.038s] (2140/2646) oximeter-db native::io::packet::server::tests::test_decode_progress_packet
89612026-02-26T21:43:46.096Z PASS [ 0.038s] (2141/2646) oximeter-db native::io::packet::server::tests::test_decode_single_exception
89622026-02-26T21:43:46.096Z PASS [ 0.033s] (2142/2646) oximeter-db native::io::string::test::test_encode_decode
89632026-02-26T21:43:46.096Z PASS [ 0.041s] (2143/2646) oximeter-db native::io::string::test::test_encode_hello_world
89642026-02-26T21:43:46.125Z PASS [ 0.037s] (2144/2646) oximeter-db native::io::table_columns::tests::test_backtick_quoted_column_name
89652026-02-26T21:43:46.125Z PASS [ 0.036s] (2145/2646) oximeter-db native::io::table_columns::tests::test_column_count
89662026-02-26T21:43:46.125Z PASS [ 0.031s] (2146/2646) oximeter-db native::io::table_columns::tests::test_column_description_only_required_parts
89672026-02-26T21:43:46.126Z PASS [ 0.033s] (2147/2646) oximeter-db native::io::table_columns::tests::test_column_description_with_default
89682026-02-26T21:43:46.155Z PASS [ 0.028s] (2148/2646) oximeter-db native::io::table_columns::tests::test_column_descriptions
89692026-02-26T21:43:46.155Z PASS [ 0.029s] (2149/2646) oximeter-db native::io::varuint::test_encode_decode_varuint
89702026-02-26T21:43:46.155Z PASS [ 0.031s] (2150/2646) oximeter-db oxql::ast::grammar::tests::test_align_table_op
89712026-02-26T21:43:46.185Z PASS [ 0.618s] (2151/2646) oximeter-db native::connection::tests::test_send_cancel_with_no_query
89722026-02-26T21:43:46.185Z PASS [ 0.035s] (2152/2646) oximeter-db oxql::ast::grammar::tests::test_boolean_literal
89732026-02-26T21:43:46.185Z PASS [ 0.029s] (2153/2646) oximeter-db oxql::ast::grammar::tests::test_comparison
89742026-02-26T21:43:46.185Z PASS [ 0.032s] (2154/2646) oximeter-db oxql::ast::grammar::tests::test_complicated_logical_combinations
89752026-02-26T21:43:46.185Z PASS [ 0.037s] (2155/2646) oximeter-db oxql::ast::grammar::tests::test_double_literal
89762026-02-26T21:43:46.214Z PASS [ 0.029s] (2156/2646) oximeter-db oxql::ast::grammar::tests::test_duration_literal
89772026-02-26T21:43:46.214Z PASS [ 0.038s] (2157/2646) oximeter-db oxql::ast::grammar::tests::test_filter_expr_operator_precedence
89782026-02-26T21:43:46.214Z PASS [ 0.031s] (2158/2646) oximeter-db oxql::ast::grammar::tests::test_filter_expr_overridden_precedence
89792026-02-26T21:43:46.214Z PASS [ 0.044s] (2159/2646) oximeter-db oxql::ast::grammar::tests::test_double_quoted_string_literal
89802026-02-26T21:43:46.214Z PASS [ 0.029s] (2160/2646) oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_negated_simple_expression
89812026-02-26T21:43:46.245Z PASS [ 0.030s] (2161/2646) oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_simple_expression
89822026-02-26T21:43:46.245Z PASS [ 0.027s] (2162/2646) oximeter-db oxql::ast::grammar::tests::test_filter_expr_two_simple_filter_expressions
89832026-02-26T21:43:46.245Z PASS [ 0.030s] (2163/2646) oximeter-db oxql::ast::grammar::tests::test_filter_table_op
89842026-02-26T21:43:46.245Z PASS [ 0.037s] (2164/2646) oximeter-db oxql::ast::grammar::tests::test_get_table_op
89852026-02-26T21:43:46.245Z PASS [ 0.024s] (2165/2646) oximeter-db oxql::ast::grammar::tests::test_hex_integer_literal
89862026-02-26T21:43:46.245Z PASS [ 0.033s] (2166/2646) oximeter-db oxql::ast::grammar::tests::test_group_by
89872026-02-26T21:43:46.279Z PASS [ 0.028s] (2167/2646) oximeter-db oxql::ast::grammar::tests::test_ident
89882026-02-26T21:43:46.279Z PASS [ 0.042s] (2168/2646) oximeter-db oxql::ast::grammar::tests::test_integer_literal
89892026-02-26T21:43:46.279Z PASS [ 0.037s] (2169/2646) oximeter-db oxql::ast::grammar::tests::test_like_only_available_for_strings
89902026-02-26T21:43:46.310Z PASS [ 0.036s] (2170/2646) oximeter-db oxql::ast::grammar::tests::test_limiting_table_ops
89912026-02-26T21:43:46.310Z PASS [ 0.039s] (2171/2646) oximeter-db oxql::ast::grammar::tests::test_multiple_negation
89922026-02-26T21:43:46.310Z PASS [ 0.031s] (2172/2646) oximeter-db oxql::ast::grammar::tests::test_negated_filter_expr
89932026-02-26T21:43:46.310Z PASS [ 0.030s] (2173/2646) oximeter-db oxql::ast::grammar::tests::test_parse_ipv4_literal
89942026-02-26T21:43:46.310Z PASS [ 0.032s] (2174/2646) oximeter-db oxql::ast::grammar::tests::test_parse_ipv6_literal
89952026-02-26T21:43:46.345Z PASS [ 0.041s] (2175/2646) oximeter-db oxql::ast::grammar::tests::test_parse_literal_timestamp_string
89962026-02-26T21:43:46.345Z PASS [ 0.047s] (2176/2646) oximeter-db oxql::ast::grammar::tests::test_query
89972026-02-26T21:43:46.345Z PASS [ 0.047s] (2177/2646) oximeter-db oxql::ast::grammar::tests::test_query_starts_with_get
89982026-02-26T21:43:46.345Z PASS [ 0.027s] (2178/2646) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_invalid_unicode_sequence
89992026-02-26T21:43:46.379Z PASS [ 0.032s] (2179/2646) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_none
90002026-02-26T21:43:46.379Z PASS [ 0.034s] (2180/2646) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_valid_escape_sequence
90012026-02-26T21:43:46.379Z PASS [ 0.039s] (2181/2646) oximeter-db oxql::ast::grammar::tests::test_reducer
90022026-02-26T21:43:46.379Z PASS [ 0.040s] (2182/2646) oximeter-db oxql::ast::grammar::tests::test_single_quoted_string_literal
90032026-02-26T21:43:46.412Z PASS [ 0.028s] (2183/2646) oximeter-db oxql::ast::grammar::tests::test_uuid_literal
90042026-02-26T21:43:46.412Z PASS [ 0.029s] (2184/2646) oximeter-db oxql::ast::grammar::tests::test_uuid_literal_is_case_insensitive
90052026-02-26T21:43:46.412Z PASS [ 0.033s] (2185/2646) oximeter-db oxql::ast::literal::tests::test_duration_to_db_interval
90062026-02-26T21:43:46.448Z PASS [ 0.032s] (2186/2646) oximeter-db oxql::ast::literal::tests::test_literal_compare_field_wrong_type
90072026-02-26T21:43:46.448Z PASS [ 0.036s] (2187/2646) oximeter-db oxql::ast::literal::tests::test_literal_compare_field
90082026-02-26T21:43:46.448Z PASS [ 0.027s] (2188/2646) oximeter-db oxql::ast::table_ops::align::tests::test_fraction_overlap_with_window
90092026-02-26T21:43:46.448Z PASS [ 0.037s] (2189/2646) oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_does_not_modify_missing_values
90102026-02-26T21:43:46.448Z PASS [ 0.032s] (2190/2646) oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_value_in_window
90112026-02-26T21:43:46.486Z PASS [ 0.036s] (2191/2646) oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_does_not_modify_missing_values
90122026-02-26T21:43:46.486Z PASS [ 0.034s] (2192/2646) oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_value_in_window
90132026-02-26T21:43:46.486Z PASS [ 0.032s] (2193/2646) oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_double_points
90142026-02-26T21:43:46.524Z PASS [ 0.046s] (2194/2646) oximeter-db oxql::ast::table_ops::filter::tests::test_all_ident_names
90152026-02-26T21:43:46.524Z PASS [ 0.049s] (2195/2646) oximeter-db oxql::ast::table_ops::align::tests::test_verify_max_upsampling_ratio
90162026-02-26T21:43:46.524Z PASS [ 0.041s] (2196/2646) oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_points_wrong_type
90172026-02-26T21:43:46.561Z PASS [ 0.051s] (2197/2646) oximeter-db oxql::ast::table_ops::filter::tests::test_error_message_with_invalid_field_names
90182026-02-26T21:43:46.561Z PASS [ 0.057s] (2198/2646) oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_long_expressions
90192026-02-26T21:43:46.561Z PASS [ 0.053s] (2199/2646) oximeter-db oxql::ast::table_ops::filter::tests::test_filter_empty_timeseries
90202026-02-26T21:43:46.561Z PASS [ 0.074s] (2200/2646) oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_deep_expressions
90212026-02-26T21:43:46.596Z PASS [ 0.035s] (2201/2646) oximeter-db oxql::ast::table_ops::filter::tests::test_filter_field_logic
90222026-02-26T21:43:46.596Z PASS [ 0.032s] (2202/2646) oximeter-db oxql::ast::table_ops::filter::tests::test_implicit_field_names_for_types
90232026-02-26T21:43:46.596Z PASS [ 0.038s] (2203/2646) oximeter-db oxql::ast::table_ops::filter::tests::test_simplify_to_dnf
90242026-02-26T21:43:46.596Z PASS [ 0.039s] (2204/2646) oximeter-db oxql::ast::table_ops::group_by::test::test_group_by_display
90252026-02-26T21:43:46.628Z PASS [ 0.048s] (2205/2646) oximeter-db oxql::ast::table_ops::limit::tests::test_first_k
90262026-02-26T21:43:46.661Z PASS [ 0.050s] (2206/2646) oximeter-db oxql::ast::table_ops::group_by::tests::test_group_by
90272026-02-26T21:43:46.661Z PASS [ 0.045s] (2207/2646) oximeter-db oxql::ast::table_ops::limit::tests::test_last_k
90282026-02-26T21:43:46.661Z PASS [ 0.048s] (2208/2646) oximeter-db oxql::ast::table_ops::test::test_grouped_table_op_display
90292026-02-26T21:43:46.691Z PASS [ 0.042s] (2209/2646) oximeter-db oxql::plan::align::test::test_align_input_schema
90302026-02-26T21:43:46.762Z PASS [ 0.130s] (2210/2646) oximeter-db oxql::plan::plan::tests::cannot_align_non_numeric_tables
90312026-02-26T21:43:46.788Z PASS [ 0.129s] (2211/2646) oximeter-db oxql::plan::plan::tests::cannot_filter_with_incomparable_types
90322026-02-26T21:43:46.788Z PASS [ 0.130s] (2212/2646) oximeter-db oxql::plan::plan::tests::cannot_group_multiple_tables
90332026-02-26T21:43:46.813Z PASS [ 0.130s] (2213/2646) oximeter-db oxql::plan::plan::tests::cannot_group_unaligned_tables
90342026-02-26T21:43:46.877Z PASS [ 0.115s] (2214/2646) oximeter-db oxql::plan::plan::tests::cannot_join_unaligned_tables
90352026-02-26T21:43:46.908Z PASS [ 0.134s] (2215/2646) oximeter-db oxql::plan::plan::tests::cannot_join_one_table
90362026-02-26T21:43:46.908Z PASS [ 0.126s] (2216/2646) oximeter-db oxql::plan::plan::tests::filter_plan_node_does_not_change_table_schema
90372026-02-26T21:43:46.943Z PASS [ 0.125s] (2217/2646) oximeter-db oxql::plan::plan::tests::get_cumulative_plan_emits_two_nodes
90382026-02-26T21:43:47.003Z PASS [ 0.126s] (2218/2646) oximeter-db oxql::plan::plan::tests::get_gauge_plan_emits_one_node
90392026-02-26T21:43:47.037Z PASS [ 0.120s] (2219/2646) oximeter-db oxql::plan::plan::tests::group_by_plan_leaves_only_grouped_fields
90402026-02-26T21:43:47.037Z PASS [ 0.122s] (2220/2646) oximeter-db oxql::plan::plan::tests::limit_plan_node_does_not_change_table_schema
90412026-02-26T21:43:47.068Z PASS [ 0.134s] (2221/2646) oximeter-db oxql::plan::plan::tests::limit_pushdown_does_not_reorder_around_align
90422026-02-26T21:43:47.125Z PASS [ 0.122s] (2222/2646) oximeter-db oxql::plan::plan::tests::predicate_pushdown_merges_neighboring_filter_nodes
90432026-02-26T21:43:47.160Z PASS [ 0.123s] (2223/2646) oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_into_subqueries
90442026-02-26T21:43:47.160Z PASS [ 0.124s] (2224/2646) oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_group_by
90452026-02-26T21:43:47.188Z PASS [ 0.115s] (2225/2646) oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_join
90462026-02-26T21:43:47.241Z PASS [ 0.115s] (2226/2646) oximeter-db oxql::plan::plan::tests::requires_full_table_scan
90472026-02-26T21:43:47.268Z PASS [ 0.123s] (2227/2646) oximeter-db oxql::plan::plan::tests::subquery_plan_returns_multiple_tables
90482026-02-26T21:43:47.268Z PASS [ 0.117s] (2228/2646) oximeter-db oxql::plan::predicates::tests::push_multiple_predicates_partway_through_alignment
90492026-02-26T21:43:47.303Z PASS [ 0.127s] (2229/2646) oximeter-db oxql::plan::predicates::tests::push_none_of_single_predicate_through_alignment
90502026-02-26T21:43:47.336Z PASS [ 0.032s] (2230/2646) oximeter-db oxql::query::tests::test_coalesce_limits
90512026-02-26T21:43:47.381Z PASS [ 0.135s] (2231/2646) oximeter-db oxql::plan::predicates::tests::push_predicates_partway_through_alignment_differently
90522026-02-26T21:43:47.412Z PASS [ 0.116s] (2232/2646) oximeter-db oxql::plan::predicates::tests::push_single_predicate_through_alignment
90532026-02-26T21:43:47.412Z PASS [ 0.045s] (2233/2646) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_coalesce_incompatible_kind_from_outer_query
90542026-02-26T21:43:47.413Z PASS [ 0.138s] (2234/2646) oximeter-db oxql::plan::predicates::tests::push_single_predicate_partway_through_alignment
90552026-02-26T21:43:47.441Z PASS [ 0.044s] (2235/2646) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kind_from_outer_query
90562026-02-26T21:43:47.441Z PASS [ 0.041s] (2236/2646) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kinds_within_query
90572026-02-26T21:43:47.441Z PASS [ 0.043s] (2237/2646) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_rearrange_around_incompatible_timestamp_filters
90582026-02-26T21:43:47.441Z PASS [ 0.034s] (2238/2646) oximeter-db oxql::query::tests::test_coalesce_limits_merge_from_outer_query
90592026-02-26T21:43:47.469Z PASS [ 0.038s] (2239/2646) oximeter-db oxql::query::tests::test_coalesce_predicates
90602026-02-26T21:43:47.469Z PASS [ 0.046s] (2240/2646) oximeter-db oxql::query::tests::test_coalesce_limits_rearrange_around_timestamp_filters
90612026-02-26T21:43:47.469Z PASS [ 0.049s] (2241/2646) oximeter-db oxql::query::tests::test_coalesce_limits_merge_same_kind_within_query
90622026-02-26T21:43:47.498Z PASS [ 0.053s] (2242/2646) oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries
90632026-02-26T21:43:47.528Z PASS [ 0.041s] (2243/2646) oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries_with_group_by
90642026-02-26T21:43:47.528Z PASS [ 0.035s] (2244/2646) oximeter-db oxql::query::tests::test_insert_filters
90652026-02-26T21:43:47.528Z PASS [ 0.044s] (2245/2646) oximeter-db oxql::query::tests::test_coalesce_predicates_merged_into_subqueries
90662026-02-26T21:43:47.562Z PASS [ 0.044s] (2246/2646) oximeter-db oxql::query::tests::test_insert_filters_with_nested_subqueries
90672026-02-26T21:43:47.562Z PASS [ 1.239s] (2247/2646) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequence_with_valid_unicode_sequence
90682026-02-26T21:43:47.562Z PASS [ 0.043s] (2248/2646) oximeter-db oxql::query::tests::test_insert_filters_with_subqueries
90692026-02-26T21:43:47.562Z PASS [ 0.036s] (2249/2646) oximeter-db oxql::query::tests::test_query_end_time_across_subqueries
90702026-02-26T21:43:47.562Z PASS [ 0.049s] (2250/2646) oximeter-db oxql::query::tests::test_query_end_time
90712026-02-26T21:43:47.589Z PASS [ 0.030s] (2251/2646) oximeter-db oxql::query::tests::test_restrict_filter_idents_expr
90722026-02-26T21:43:47.589Z PASS [ 0.038s] (2252/2646) oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom
90732026-02-26T21:43:47.589Z PASS [ 0.036s] (2253/2646) oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom_with_timestamp
90742026-02-26T21:43:47.589Z PASS [ 0.035s] (2254/2646) oximeter-db query::tests::test_field_cmp
90752026-02-26T21:43:47.614Z PASS [ 0.049s] (2255/2646) oximeter-db oxql::query::tests::test_split_query
90762026-02-26T21:43:47.615Z PASS [ 0.047s] (2256/2646) oximeter-db query::tests::test_field_selector_as_query
90772026-02-26T21:43:47.641Z PASS [ 0.036s] (2257/2646) oximeter-db query::tests::test_field_value_as_db_str
90782026-02-26T21:43:47.641Z PASS [ 0.042s] (2258/2646) oximeter-db query::tests::test_select_query_builder_field_selectors
90792026-02-26T21:43:47.641Z PASS [ 0.037s] (2259/2646) oximeter-db query::tests::test_select_query_builder_from_parts
90802026-02-26T21:43:47.641Z PASS [ 0.052s] (2260/2646) oximeter-db query::tests::test_select_query_builder_filter_raw
90812026-02-26T21:43:47.669Z PASS [ 0.040s] (2261/2646) oximeter-db query::tests::test_select_query_builder_limit_offset
90822026-02-26T21:43:47.669Z PASS [ 0.048s] (2262/2646) oximeter-db query::tests::test_select_query_builder_full
90832026-02-26T21:43:47.669Z PASS [ 0.033s] (2263/2646) oximeter-db query::tests::test_select_query_builder_no_fields
90842026-02-26T21:43:47.696Z PASS [ 0.042s] (2264/2646) oximeter-db query::tests::test_select_query_builder_no_selectors
90852026-02-26T21:43:47.696Z PASS [ 0.048s] (2265/2646) oximeter-db query::tests::test_string_field_selector
90862026-02-26T21:43:47.696Z PASS [ 0.035s] (2266/2646) oximeter-db query::tests::test_time_range
90872026-02-26T21:43:47.724Z PASS [ 0.043s] (2267/2646) oximeter-db sql::tests::test_allow_subqueries
90882026-02-26T21:43:47.724Z PASS [ 0.048s] (2268/2646) oximeter-db sql::tests::test_allow_limit_offset
90892026-02-26T21:43:47.724Z PASS [ 0.041s] (2269/2646) oximeter-db sql::tests::test_cannot_name_database
90902026-02-26T21:43:47.753Z PASS [ 0.042s] (2270/2646) oximeter-db sql::tests::test_ctes_are_not_supported
90912026-02-26T21:43:47.753Z PASS [ 0.048s] (2271/2646) oximeter-db sql::tests::test_function_allow_list
90922026-02-26T21:43:47.753Z PASS [ 0.042s] (2272/2646) oximeter-db sql::tests::test_multiple_statements_are_not_supported
90932026-02-26T21:43:47.782Z PASS [ 0.047s] (2273/2646) oximeter-db sql::tests::test_query_must_be_select_statement
90942026-02-26T21:43:47.782Z PASS [ 0.071s] (2274/2646) oximeter-db sql::tests::test_join_must_be_inner
90952026-02-26T21:43:47.782Z PASS [ 0.044s] (2275/2646) oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte
90962026-02-26T21:43:47.812Z PASS [ 0.045s] (2276/2646) oximeter-db sql::tests::test_require_table_is_timeseries_name
90972026-02-26T21:43:47.812Z PASS [ 0.039s] (2277/2646) oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias
90982026-02-26T21:43:47.812Z PASS [ 0.038s] (2278/2646) oximeter-db sql::tests::test_with_comma_join_fails
90992026-02-26T21:43:47.842Z PASS [ 0.041s] (2279/2646) oximeter-db tests::test_timeseries_key_field_stability
91002026-02-26T21:43:47.842Z PASS [ 0.040s] (2280/2646) oximeter-db tests::test_timeseries_key_sample_stability
91012026-02-26T21:43:47.886Z PASS [ 0.073s] (2281/2646) oximeter-instruments http::tests::test_latency_tracker
91022026-02-26T21:43:47.941Z PASS [ 0.153s] (2282/2646) oximeter-db::integration_test test_schemas_are_not_modified
91032026-02-26T21:43:48.006Z PASS [ 0.160s] (2283/2646) oximeter-instruments kstat::link::tests::no_futures_to_await_after_removing_target
91042026-02-26T21:43:48.006Z PASS [ 0.045s] (2284/2646) oximeter-instruments kstat::link::tests::test_kstat_interested
91052026-02-26T21:43:48.064Z PASS [ 0.078s] (2285/2646) oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow
91062026-02-26T21:43:48.093Z PASS [ 0.112s] (2286/2646) oximeter-instruments kstat::link::tests::test_kstat_sampler
91072026-02-26T21:43:48.187Z PASS [ 0.123s] (2287/2646) oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal
91082026-02-26T21:43:48.269Z PASS [ 0.181s] (2288/2646) oximeter-instruments kstat::link::tests::test_kstat_with_expiration
91092026-02-26T21:43:48.332Z PASS [ 0.063s] (2289/2646) oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed
91102026-02-26T21:43:48.372Z PASS [ 0.184s] (2290/2646) oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone
91112026-02-26T21:43:48.400Z PASS [ 0.048s] (2291/2646) oximeter-instruments kstat::link::tests::test_sled_datalink
91122026-02-26T21:43:48.428Z PASS [ 0.032s] (2292/2646) oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field
91132026-02-26T21:43:48.456Z PASS [ 0.064s] (2293/2646) oximeter-instruments kstat::link::tests::updating_target_changes_existing_sampling_interval
91142026-02-26T21:43:48.456Z PASS [ 0.027s] (2294/2646) oximeter-macro-impl tests::test_extract_datum_type_by_field_name
91152026-02-26T21:43:48.487Z PASS [ 0.024s] (2295/2646) oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields
91162026-02-26T21:43:48.487Z PASS [ 0.022s] (2296/2646) oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated
91172026-02-26T21:43:48.518Z PASS [ 0.025s] (2297/2646) oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field
91182026-02-26T21:43:48.518Z PASS [ 0.029s] (2298/2646) oximeter-macro-impl tests::test_metric_annotated_field
91192026-02-26T21:43:48.518Z PASS [ 0.024s] (2299/2646) oximeter-macro-impl tests::test_metric_datum_field
91202026-02-26T21:43:48.549Z PASS [ 0.028s] (2300/2646) oximeter-macro-impl tests::test_metric_enum
91212026-02-26T21:43:48.549Z PASS [ 0.024s] (2301/2646) oximeter-macro-impl tests::test_metric_without_datum_field
91222026-02-26T21:43:48.549Z PASS [ 0.022s] (2302/2646) oximeter-macro-impl tests::test_target
91232026-02-26T21:43:48.579Z PASS [ 0.027s] (2303/2646) oximeter-macro-impl tests::test_target_empty_struct
91242026-02-26T21:43:48.579Z PASS [ 0.026s] (2304/2646) oximeter-macro-impl tests::test_target_enum
91252026-02-26T21:43:48.604Z PASS [ 0.025s] (2305/2646) oximeter-macro-impl tests::test_target_unit_struct
91262026-02-26T21:43:48.604Z PASS [ 0.024s] (2306/2646) oximeter-macro-impl tests::test_target_with_datum_field
91272026-02-26T21:43:48.687Z PASS [ 0.094s] (2307/2646) oximeter-schema codegen::tests::compute_extra_derives_respects_datum_type_with_no_extra_derives
91282026-02-26T21:43:48.724Z PASS [ 0.034s] (2308/2646) oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_datum_types
91292026-02-26T21:43:48.756Z PASS [ 0.033s] (2309/2646) oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_fields
91302026-02-26T21:43:48.791Z PASS [ 0.035s] (2310/2646) oximeter-schema codegen::tests::compute_extra_derives_respects_partially_ordered_datum_types
91312026-02-26T21:43:48.820Z PASS [ 0.029s] (2311/2646) oximeter-schema codegen::tests::compute_extra_derives_respects_totally_ordered_datum_types
91322026-02-26T21:43:48.869Z PASS [ 0.047s] (2312/2646) oximeter-schema codegen::tests::emit_schema_types_generates_expected_tokens
91332026-02-26T21:43:48.899Z PASS [ 0.031s] (2313/2646) oximeter-schema codegen::tests::emit_schema_types_with_no_metric_fields_generates_expected_tokens
91342026-02-26T21:43:48.958Z PASS [ 0.059s] (2314/2646) oximeter-schema ir::tests::construct_field_schema_fails_with_duplicate_field_names
91352026-02-26T21:43:48.987Z PASS [ 0.029s] (2315/2646) oximeter-schema ir::tests::construct_field_schema_fails_with_reference_to_unknown_field
91362026-02-26T21:43:49.029Z PASS [ 0.040s] (2316/2646) oximeter-schema ir::tests::construct_field_schema_picks_up_correct_fields
91372026-02-26T21:43:49.070Z PASS [ 0.043s] (2317/2646) oximeter-schema ir::tests::ensures_target_has_at_least_one_field
91382026-02-26T21:43:49.096Z PASS [ 0.025s] (2318/2646) oximeter-schema ir::tests::extract_authz_scope_requires_relevant_field
91392026-02-26T21:43:49.122Z PASS [ 0.020s] (2319/2646) oximeter-schema ir::tests::extract_metric_fields_fails_to_add_existing_metric
91402026-02-26T21:43:49.146Z PASS [ 0.028s] (2320/2646) oximeter-schema ir::tests::extract_metric_fields_fails_to_remove_non_existent_metric
91412026-02-26T21:43:49.172Z PASS [ 0.026s] (2321/2646) oximeter-schema ir::tests::extract_metric_fields_fails_with_non_increasing_versions
91422026-02-26T21:43:49.203Z PASS [ 0.032s] (2322/2646) oximeter-schema ir::tests::extract_metric_fields_requires_adding_first
91432026-02-26T21:43:49.232Z PASS [ 0.027s] (2323/2646) oximeter-schema ir::tests::extract_metric_fields_succeeds_with_gaps_in_versions
91442026-02-26T21:43:49.261Z PASS [ 0.029s] (2324/2646) oximeter-schema ir::tests::fail_on_empty_descriptions
91452026-02-26T21:43:49.303Z PASS [ 0.044s] (2325/2646) oximeter-schema ir::tests::fail_on_empty_metric_name
91462026-02-26T21:43:49.335Z PASS [ 0.031s] (2326/2646) oximeter-schema ir::tests::fail_on_empty_target_name
91472026-02-26T21:43:49.362Z PASS [ 0.028s] (2327/2646) oximeter-schema ir::tests::fail_on_very_long_field_names
91482026-02-26T21:43:49.394Z PASS [ 0.031s] (2328/2646) oximeter-schema ir::tests::fail_on_very_long_timeseries_name
91492026-02-26T21:43:49.421Z PASS [ 0.028s] (2329/2646) oximeter-schema ir::tests::into_schema_list_fails_with_zero_metrics
91502026-02-26T21:43:49.455Z PASS [ 0.032s] (2330/2646) oximeter-schema ir::tests::load_schema_catches_metric_versions_not_added_in
91512026-02-26T21:43:49.494Z PASS [ 0.039s] (2331/2646) oximeter-schema ir::tests::load_schema_fails_with_duplicate_timeseries
91522026-02-26T21:43:49.520Z PASS [ 0.026s] (2332/2646) oximeter-schema ir::tests::load_schema_fails_with_nonexistent_target_version
91532026-02-26T21:43:49.550Z PASS [ 0.030s] (2333/2646) oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions
91542026-02-26T21:43:49.591Z PASS [ 0.041s] (2334/2646) oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_is_modified
91552026-02-26T21:43:49.631Z PASS [ 0.040s] (2335/2646) oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_version_is_removed
91562026-02-26T21:43:49.674Z PASS [ 0.034s] (2336/2646) oximeter-schema ir::tests::load_schema_fills_in_late_implied_metric_versions
91572026-02-26T21:43:49.702Z PASS [ 0.033s] (2337/2646) oximeter-schema ir::tests::load_schema_skips_versions_until_metric_is_added
91582026-02-26T21:43:49.732Z PASS [ 0.033s] (2338/2646) oximeter-schema ir::tests::only_support_format_version_1
91592026-02-26T21:43:49.765Z PASS [ 0.032s] (2339/2646) oximeter-schema ir::tests::validate_field_name_disallows_bad_names
91602026-02-26T21:43:49.791Z PASS [ 0.028s] (2340/2646) oximeter-schema ir::tests::validate_field_name_verifies_uuid_field_names
91612026-02-26T21:43:49.972Z PASS [ 0.181s] (2341/2646) oximeter-test-utils tests::test_gen_test_samples
91622026-02-26T21:43:50.020Z PASS [ 0.046s] (2342/2646) oximeter-test-utils tests::test_sample_struct
91632026-02-26T21:43:50.061Z PASS [ 0.042s] (2343/2646) oximeter-test-utils tests::test_schema_field_ordering_across_target_metric
91642026-02-26T21:43:50.091Z PASS [ 0.030s] (2344/2646) oximeter-test-utils tests::test_timeseries_schema_from_parts
91652026-02-26T21:43:50.122Z PASS [ 0.029s] (2345/2646) oximeter-test-utils tests::test_timeseries_schema_from_sample
91662026-02-26T21:43:50.185Z PASS [ 0.064s] (2346/2646) oximeter-types histogram::tests::test_bin_range
91672026-02-26T21:43:50.215Z PASS [ 0.026s] (2347/2646) oximeter-types histogram::tests::test_bin_range_from
91682026-02-26T21:43:50.251Z PASS [ 0.021s] (2348/2646) oximeter-types histogram::tests::test_bin_range_to
91692026-02-26T21:43:50.285Z PASS [ 0.027s] (2349/2646) oximeter-types histogram::tests::test_empty_bins_not_supported
91702026-02-26T21:43:50.286Z PASS [ 0.019s] (2350/2646) oximeter-types histogram::tests::test_ensure_finite
91712026-02-26T21:43:50.315Z PASS [ 0.028s] (2351/2646) oximeter-types histogram::tests::test_histogram
91722026-02-26T21:43:50.345Z PASS [ 0.023s] (2352/2646) oximeter-types histogram::tests::test_histogram_construct_with
91732026-02-26T21:43:50.372Z PASS [ 0.031s] (2353/2646) oximeter-types histogram::tests::test_histogram_extreme_bins
91742026-02-26T21:43:50.399Z PASS [ 0.026s] (2354/2646) oximeter-types histogram::tests::test_histogram_extreme_samples
91752026-02-26T21:43:50.431Z PASS [ 0.026s] (2355/2646) oximeter-types histogram::tests::test_histogram_float_bins
91762026-02-26T21:43:50.461Z PASS [ 0.023s] (2356/2646) oximeter-types histogram::tests::test_histogram_unbounded_samples
91772026-02-26T21:43:50.489Z PASS [ 0.032s] (2357/2646) oximeter-types histogram::tests::test_histogram_unsorted_bins
91782026-02-26T21:43:50.518Z PASS [ 0.027s] (2358/2646) oximeter-types histogram::tests::test_histogram_with_bins
91792026-02-26T21:43:50.518Z PASS [ 0.020s] (2359/2646) oximeter-types histogram::tests::test_histogram_with_non_partitioned_bins
91802026-02-26T21:43:50.543Z PASS [ 0.018s] (2360/2646) oximeter-types histogram::tests::test_histogram_with_overlapping_bins
91812026-02-26T21:43:50.570Z PASS [ 0.027s] (2361/2646) oximeter-types histogram::tests::test_log_bins_u64
91822026-02-26T21:43:50.596Z PASS [ 0.029s] (2362/2646) oximeter-types histogram::tests::test_log_bins_u8
91832026-02-26T21:43:50.632Z PASS [ 0.042s] (2363/2646) oximeter-types histogram::tests::test_log_linear_bins_all_representable
91842026-02-26T21:43:50.657Z PASS [ 0.023s] (2364/2646) oximeter-types histogram::tests::test_log_linear_bins_does_not_overflow_wide_bin_type
91852026-02-26T21:43:50.683Z PASS [ 0.028s] (2365/2646) oximeter-types histogram::tests::test_log_linear_bins_does_overflow_narrow_bin_type
91862026-02-26T21:43:50.710Z PASS [ 0.026s] (2366/2646) oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1
91872026-02-26T21:43:50.735Z PASS [ 0.023s] (2367/2646) oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2
91882026-02-26T21:43:50.761Z PASS [ 0.022s] (2368/2646) oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3
91892026-02-26T21:43:50.787Z PASS [ 0.020s] (2369/2646) oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4
91902026-02-26T21:43:50.811Z PASS [ 0.031s] (2370/2646) oximeter-types histogram::tests::test_log_linear_bins_integer_size_checks
91912026-02-26T21:43:50.839Z PASS [ 0.023s] (2371/2646) oximeter-types histogram::tests::test_log_linear_bins_small_bin_count
91922026-02-26T21:43:50.864Z PASS [ 0.028s] (2372/2646) oximeter-types histogram::tests::test_span_decades
91932026-02-26T21:43:50.891Z PASS [ 0.028s] (2373/2646) oximeter-types histogram::tests::test_span_decades_other_counts_f64
91942026-02-26T21:43:50.915Z PASS [ 0.027s] (2374/2646) oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_ok
91952026-02-26T21:43:50.940Z PASS [ 0.021s] (2375/2646) oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_too_low
91962026-02-26T21:43:50.966Z PASS [ 0.021s] (2376/2646) oximeter-types quantile::tests::test_default_percentiles
91972026-02-26T21:43:50.992Z PASS [ 0.018s] (2377/2646) oximeter-types quantile::tests::test_empty_observations
91982026-02-26T21:43:51.017Z PASS [ 0.022s] (2378/2646) oximeter-types quantile::tests::test_find_cells
91992026-02-26T21:43:51.042Z PASS [ 0.031s] (2379/2646) oximeter-types quantile::tests::test_float_observations
92002026-02-26T21:43:51.066Z PASS [ 0.023s] (2380/2646) oximeter-types quantile::tests::test_integer_observations
92012026-02-26T21:43:51.093Z PASS [ 0.021s] (2381/2646) oximeter-types quantile::tests::test_invalid_p_value
92022026-02-26T21:43:51.117Z PASS [ 0.024s] (2382/2646) oximeter-types quantile::tests::test_max_p
92032026-02-26T21:43:51.142Z PASS [ 0.022s] (2383/2646) oximeter-types quantile::tests::test_min_p
92042026-02-26T21:43:51.167Z PASS [ 0.022s] (2384/2646) oximeter-types quantile::tests::test_non_filled_observations
92052026-02-26T21:43:51.192Z PASS [ 0.029s] (2385/2646) oximeter-types quantile::tests::test_rounding
92062026-02-26T21:43:51.218Z PASS [ 0.022s] (2386/2646) oximeter-types schema::tests::test_field_schema_ordering
92072026-02-26T21:43:51.257Z PASS [ 0.056s] (2387/2646) oximeter-types schema::tests::test_timeseries_name
92082026-02-26T21:43:51.283Z PASS [ 0.030s] (2388/2646) oximeter-types schema::tests::test_timeseries_name_from_str
92092026-02-26T21:43:51.307Z PASS [ 0.027s] (2389/2646) oximeter-types traits::tests::test_metric_trait
92102026-02-26T21:43:51.337Z PASS [ 0.030s] (2390/2646) oximeter-types traits::tests::test_producer_trait
92112026-02-26T21:43:51.361Z PASS [ 0.023s] (2391/2646) oximeter-types traits::tests::test_target_trait
92122026-02-26T21:43:51.387Z PASS [ 0.026s] (2392/2646) oximeter-types types::tests::test_cumulative_f64
92132026-02-26T21:43:51.412Z PASS [ 0.024s] (2393/2646) oximeter-types types::tests::test_cumulative_i64
92142026-02-26T21:43:51.437Z PASS [ 0.024s] (2394/2646) oximeter-types types::tests::test_datum
92152026-02-26T21:43:51.466Z PASS [ 0.031s] (2395/2646) oximeter-types types::tests::test_field_value_parse_as_type::case_01_as_string
92162026-02-26T21:43:51.499Z PASS [ 0.031s] (2396/2646) oximeter-types types::tests::test_field_value_parse_as_type::case_02_as_i8
92172026-02-26T21:43:51.526Z PASS [ 0.024s] (2397/2646) oximeter-types types::tests::test_field_value_parse_as_type::case_03_as_u8
92182026-02-26T21:43:51.554Z PASS [ 0.023s] (2398/2646) oximeter-types types::tests::test_field_value_parse_as_type::case_04_as_i16
92192026-02-26T21:43:51.582Z PASS [ 0.027s] (2399/2646) oximeter-types types::tests::test_field_value_parse_as_type::case_05_as_u16
92202026-02-26T21:43:51.610Z PASS [ 0.037s] (2400/2646) oximeter-types types::tests::test_field_value_parse_as_type::case_06_as_i32
92212026-02-26T21:43:51.636Z PASS [ 0.026s] (2401/2646) oximeter-types types::tests::test_field_value_parse_as_type::case_07_as_u32
92222026-02-26T21:43:51.660Z PASS [ 0.023s] (2402/2646) oximeter-types types::tests::test_field_value_parse_as_type::case_08_as_i64
92232026-02-26T21:43:51.691Z PASS [ 0.032s] (2403/2646) oximeter-types types::tests::test_field_value_parse_as_type::case_09_as_u64
92242026-02-26T21:43:51.718Z PASS [ 0.027s] (2404/2646) oximeter-types types::tests::test_field_value_parse_as_type::case_10_as_uuid
92252026-02-26T21:43:51.745Z PASS [ 0.022s] (2405/2646) oximeter-types types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr
92262026-02-26T21:43:51.771Z PASS [ 3.165s] (2406/2646) oximeter-producer tests::test_producer_registration_task
92272026-02-26T21:43:51.771Z PASS [ 0.026s] (2407/2646) oximeter-types types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr
92282026-02-26T21:43:51.797Z PASS [ 0.025s] (2408/2646) oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64
92292026-02-26T21:43:51.797Z PASS [ 0.024s] (2409/2646) oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid
92302026-02-26T21:43:51.822Z PASS [ 0.027s] (2410/2646) oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool
92312026-02-26T21:43:51.822Z PASS [ 0.025s] (2411/2646) oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr
92322026-02-26T21:43:51.847Z PASS [ 0.024s] (2412/2646) oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid
92332026-02-26T21:43:51.847Z PASS [ 0.024s] (2413/2646) oximeter-types types::tests::test_measurement
92342026-02-26T21:43:51.872Z PASS [ 0.022s] (2414/2646) oximeter-types types::tests::test_verify_field_names
92352026-02-26T21:43:51.872Z PASS [ 0.019s] (2415/2646) oxlog tests::test_is_oxide_smf_log_file
92362026-02-26T21:43:51.897Z PASS [ 0.037s] (2416/2646) oxlog tests::test_daterange_filter
92372026-02-26T21:43:51.897Z PASS [ 0.018s] (2417/2646) oxlog tests::test_oxide_smf_service_name_from_log_file_name
92382026-02-26T21:43:51.922Z PASS [ 0.020s] (2418/2646) oxlog tests::test_sort_logs
92392026-02-26T21:43:51.947Z PASS [ 0.047s] (2419/2646) oxlog::bin/oxlog tests::test_parse_timestamp
92402026-02-26T21:43:51.981Z PASS [ 0.044s] (2420/2646) oxql-types point::tests::test_cast_points_from_double
92412026-02-26T21:43:52.007Z PASS [ 0.084s] (2421/2646) oxql-types point::tests::test_cast_points_from_bool
92422026-02-26T21:43:52.033Z PASS [ 0.032s] (2422/2646) oxql-types point::tests::test_cast_points_from_int_distribution
92432026-02-26T21:43:52.033Z PASS [ 0.037s] (2423/2646) oxql-types point::tests::test_cast_points_from_double_distribution
92442026-02-26T21:43:52.057Z PASS [ 0.027s] (2424/2646) oxql-types point::tests::test_cast_points_from_integer
92452026-02-26T21:43:52.084Z PASS [ 0.042s] (2425/2646) oxql-types point::tests::test_cast_points_from_string
92462026-02-26T21:43:52.084Z PASS [ 0.035s] (2426/2646) oxql-types point::tests::test_join_point_arrays
92472026-02-26T21:43:52.108Z PASS [ 0.028s] (2427/2646) oxql-types point::tests::test_point_delta_between
92482026-02-26T21:43:52.108Z PASS [ 0.024s] (2428/2646) oxql-types point::tests::test_point_delta_between_overlapping_time_ranges
92492026-02-26T21:43:52.133Z PASS [ 0.030s] (2429/2646) oxql-types point::tests::test_point_delta_between_with_new_epoch
92502026-02-26T21:43:52.133Z PASS [ 0.028s] (2430/2646) oxql-types point::tests::test_push_concrete_values
92512026-02-26T21:43:52.158Z PASS [ 0.032s] (2431/2646) oxql-types point::tests::test_sub_between_histogram_distributions
92522026-02-26T21:43:52.215Z PASS [ 0.065s] (2432/2646) range-requests test::get_response_no_range
92532026-02-26T21:43:52.240Z PASS [ 0.103s] (2433/2646) parallel-task-set test::test_spawn_many
92542026-02-26T21:43:52.266Z PASS [ 0.017s] (2434/2646) range-requests test::invalid_ranges
92552026-02-26T21:43:52.266Z PASS [ 0.050s] (2435/2646) range-requests test::get_response_with_range
92562026-02-26T21:43:52.295Z PASS [ 0.024s] (2436/2646) range-requests test::parse_range_invalid
92572026-02-26T21:43:52.295Z PASS [ 0.020s] (2437/2646) range-requests test::parse_range_valid
92582026-02-26T21:43:52.326Z PASS [ 0.033s] (2438/2646) range-requests test::potential_range_parsing_does_not_crash
92592026-02-26T21:43:52.326Z PASS [ 0.022s] (2439/2646) range-requests test::range_into_str
92602026-02-26T21:43:52.352Z PASS [ 0.029s] (2440/2646) range-requests test::single_range_parsing_does_not_crash
92612026-02-26T21:43:53.338Z PASS [ 1.030s] (2441/2646) reconfigurator-cli::test-scripts script::cmds-add-sled-no-disks.txt
92622026-02-26T21:43:53.676Z PASS [ 0.336s] (2442/2646) reconfigurator-cli::test-scripts script::cmds-blueprint-history.txt
92632026-02-26T21:43:54.053Z PASS [ 0.380s] (2443/2646) reconfigurator-cli::test-scripts script::cmds-example.txt
92642026-02-26T21:43:54.411Z PASS [ 0.357s] (2444/2646) reconfigurator-cli::test-scripts script::cmds-expunge-newly-added-external-dns.txt
92652026-02-26T21:43:54.593Z PASS [ 2.256s] (2445/2646) reconfigurator-cli::test-scripts script::cmds-add-zones-with-mupdate-override.txt
92662026-02-26T21:43:54.790Z PASS [ 0.378s] (2446/2646) reconfigurator-cli::test-scripts script::cmds-expunge-newly-added-internal-dns.txt
92672026-02-26T21:43:54.820Z PASS [ 0.227s] (2447/2646) reconfigurator-cli::test-scripts script::cmds-expunge-zones.txt
92682026-02-26T21:43:55.162Z PASS [ 0.372s] (2448/2646) reconfigurator-cli::test-scripts script::cmds-host-phase-2-source.txt
92692026-02-26T21:43:56.503Z PASS [ 1.322s] (2449/2646) reconfigurator-cli::test-scripts script::cmds-mupdate-override-without-target-release.txt
92702026-02-26T21:43:57.157Z PASS [ 2.335s] (2450/2646) reconfigurator-cli::test-scripts script::cmds-missing-sled-blocks-zone-updates.txt
92712026-02-26T21:43:58.715Z PASS [ 1.559s] (2451/2646) reconfigurator-cli::test-scripts script::cmds-nexus-generation-autobump.txt
92722026-02-26T21:43:58.929Z PASS [ 0.215s] (2452/2646) reconfigurator-cli::test-scripts script::cmds-nexus-generation.txt
92732026-02-26T21:43:59.281Z PASS [ 2.796s] (2453/2646) reconfigurator-cli::test-scripts script::cmds-mupdate-update-flow.txt
92742026-02-26T21:43:59.432Z PASS [ 0.150s] (2454/2646) reconfigurator-cli::test-scripts script::cmds-pipe-to-grep.txt
92752026-02-26T21:43:59.670Z PASS [ 0.237s] (2455/2646) reconfigurator-cli::test-scripts script::cmds-set-mgs-updates.txt
92762026-02-26T21:43:59.902Z PASS [ 0.232s] (2456/2646) reconfigurator-cli::test-scripts script::cmds-set-remove-mupdate-override.txt
92772026-02-26T21:44:00.023Z PASS [ 30.063s] (2457/2646) oximeter-db client::tests::cannot_ping_nonexistent_server
92782026-02-26T21:44:00.126Z PASS [ 0.224s] (2458/2646) reconfigurator-cli::test-scripts script::cmds-set-zone-images.txt
92792026-02-26T21:44:00.274Z PASS [ 0.147s] (2459/2646) reconfigurator-cli::test-scripts script::cmds-undo-redo.txt
92802026-02-26T21:44:00.954Z PASS [ 2.025s] (2460/2646) reconfigurator-cli::test-scripts script::cmds-noop-image-source.txt
92812026-02-26T21:44:01.184Z PASS [ 0.229s] (2461/2646) reconfigurator-cli::test-scripts script::cmds.txt
92822026-02-26T21:44:02.321Z PASS [ 1.138s] (2462/2646) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets
92832026-02-26T21:44:02.646Z PASS [ 2.373s] (2463/2646) reconfigurator-cli::test-scripts script::cmds-unsafe-zone-mgs.txt
92842026-02-26T21:44:03.214Z PASS [ 15.413s] (2464/2646) oximeter-db::integration_test test_schemas_disjoint
92852026-02-26T21:44:03.455Z PASS [ 1.134s] (2465/2646) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets_get_mounted
92862026-02-26T21:44:03.900Z PASS [ 1.253s] (2466/2646) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets_get_mounted_even_with_data
92872026-02-26T21:44:04.184Z PASS [ 4.162s] (2467/2646) reconfigurator-cli::test-scripts script::cmds-target-release.txt
92882026-02-26T21:44:04.746Z PASS [ 1.291s] (2468/2646) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::nested_dataset
92892026-02-26T21:44:06.701Z PASS [ 18.812s] (2469/2646) oximeter-instruments kstat::link::tests::overflowing_self_stat_queue_does_not_block_sampler
92902026-02-26T21:44:06.817Z PASS [ 2.919s] (2470/2646) sled-agent-config-reconciler dataset_serialization_task::tests::datasets_skipped_if_zpool_not_managed
92912026-02-26T21:44:08.523Z PASS [ 1.706s] (2471/2646) sled-agent-config-reconciler dataset_serialization_task::tests::transient_zone_datasets_skipped_if_no_transient_zone_root
92922026-02-26T21:44:09.394Z PASS [ 4.648s] (2472/2646) sled-agent-config-reconciler dataset_serialization_task::tests::find_orphaned_datasets
92932026-02-26T21:44:09.479Z PASS [ 0.085s] (2473/2646) sled-agent-config-reconciler debug_collector::file_archiver::execution::test::test_real_archival
92942026-02-26T21:44:09.505Z PASS [ 0.027s] (2474/2646) sled-agent-config-reconciler debug_collector::file_archiver::filesystem::test::test_filename
92952026-02-26T21:44:09.608Z PASS [ 0.081s] (2475/2646) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_archiving_basic
92962026-02-26T21:44:09.656Z PASS [ 0.069s] (2476/2646) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_archiving_immutable_only
92972026-02-26T21:44:09.722Z PASS [ 0.066s] (2477/2646) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_archiving_is_streaming
92982026-02-26T21:44:09.794Z PASS [ 0.071s] (2478/2646) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_directory_list_error
92992026-02-26T21:44:09.835Z PASS [ 5.648s] (2479/2646) sled-agent-config-reconciler dataset_serialization_task::tests::ensure_dataset_calls_skipped_if_not_needed
93002026-02-26T21:44:09.869Z PASS [ 0.075s] (2480/2646) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_file_metadata_error
93012026-02-26T21:44:09.894Z PASS [ 0.048s] (2481/2646) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_naming_logs
93022026-02-26T21:44:09.925Z PASS [ 0.057s] (2482/2646) sled-agent-config-reconciler debug_collector::file_archiver::test_helpers::test_test_data
93032026-02-26T21:44:09.965Z PASS [ 0.085s] (2483/2646) sled-agent-config-reconciler debug_collector::worker::tests::test_archives_rotated_logs_and_cores
93042026-02-26T21:44:09.994Z PASS [ 0.046s] (2484/2646) sled-agent-config-reconciler debug_collector::worker::tests::test_configures_coreadm_only_when_crash_dataset_mounted
93052026-02-26T21:44:10.021Z PASS [ 0.045s] (2485/2646) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_cleaned_over_threshold
93062026-02-26T21:44:10.021Z PASS [ 0.046s] (2486/2646) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_cleaned_over_threshold_many_files
93072026-02-26T21:44:10.063Z PASS [ 0.046s] (2487/2646) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_not_cleaned_under_threshold
93082026-02-26T21:44:10.063Z PASS [ 0.052s] (2488/2646) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_cleanup_ignores_support_bundles
93092026-02-26T21:44:10.110Z PASS [ 0.046s] (2489/2646) sled-agent-config-reconciler debug_collector::worker::tests::test_dumpadm_called_when_vacant_slice_but_no_dir
93102026-02-26T21:44:10.139Z PASS [ 0.058s] (2490/2646) sled-agent-config-reconciler debug_collector::worker::tests::test_does_not_configure_coreadm_when_no_crash_dataset_mounted
93112026-02-26T21:44:10.169Z PASS [ 0.049s] (2491/2646) sled-agent-config-reconciler debug_collector::worker::tests::test_dumps_saved_when_space_available
93122026-02-26T21:44:10.169Z PASS [ 0.044s] (2492/2646) sled-agent-config-reconciler debug_collector::worker::tests::test_savecore_and_dumpadm_not_called_when_occupied_and_no_dir
93132026-02-26T21:44:10.223Z PASS [ 0.056s] (2493/2646) sled-agent-config-reconciler host_phase_2::tests::reconcile_slot_reads_disk_as_needed
93142026-02-26T21:44:10.273Z PASS [ 0.050s] (2494/2646) sled-agent-config-reconciler host_phase_2::tests::reconcile_slot_writes_disk_as_needed
93152026-02-26T21:44:10.683Z PASS [ 0.388s] (2495/2646) sled-agent-config-reconciler internal_disks::tests::boot_disks_sort_ahead_of_non_boot_disks_in_id_map
93162026-02-26T21:44:11.315Z PASS [ 8.102s] (2496/2646) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_many_datasets
93172026-02-26T21:44:11.366Z PASS [ 0.051s] (2497/2646) sled-agent-config-reconciler internal_disks::tests::firmware_updates_are_propagated
93182026-02-26T21:44:11.416Z PASS [ 0.049s] (2498/2646) sled-agent-config-reconciler internal_disks::tests::only_m2_disks_are_adopted
93192026-02-26T21:44:11.488Z PASS [ 0.071s] (2499/2646) sled-agent-config-reconciler internal_disks::tests::removed_disks_are_propagated
93202026-02-26T21:44:11.514Z PASS [ 23.730s] (2500/2646) oximeter-db::integration_test test_cluster
93212026-02-26T21:44:11.572Z PASS [ 0.085s] (2501/2646) sled-agent-config-reconciler ledger::ledgered_sled_config_versioning::tests::can_convert_v4_to_newer_versions
93222026-02-26T21:44:11.598Z PASS [ 0.080s] (2502/2646) sled-agent-config-reconciler ledger::ledgered_sled_config_versioning::tests::read_config_converts_from_older_versions
93232026-02-26T21:44:11.623Z PASS [ 3.079s] (2503/2646) sled-agent-config-reconciler dataset_serialization_task::tests::transient_zone_ensured_after_transient_zone_root
93242026-02-26T21:44:11.623Z PASS [ 0.043s] (2504/2646) sled-agent-config-reconciler ledger::tests::first_config_is_ledgered
93252026-02-26T21:44:11.652Z PASS [ 0.042s] (2505/2646) sled-agent-config-reconciler ledger::tests::read_existing_config
93262026-02-26T21:44:11.676Z PASS [ 0.050s] (2506/2646) sled-agent-config-reconciler ledger::tests::reject_artifact_configs_removing_referenced_artifacts
93272026-02-26T21:44:11.677Z PASS [ 0.057s] (2507/2646) sled-agent-config-reconciler ledger::tests::reject_config_changed_without_generation_bump
93282026-02-26T21:44:11.701Z PASS [ 0.047s] (2508/2646) sled-agent-config-reconciler ledger::tests::reject_configs_referencing_nonexistent_artifacts
93292026-02-26T21:44:11.726Z PASS [ 0.054s] (2509/2646) sled-agent-config-reconciler ledger::tests::reject_configs_with_mupdate_override_and_artifact_image_source
93302026-02-26T21:44:11.726Z PASS [ 0.052s] (2510/2646) sled-agent-config-reconciler ledger::tests::reject_old_config_generation
93312026-02-26T21:44:11.750Z PASS [ 0.050s] (2511/2646) sled-agent-config-reconciler ledger::tests::wait_for_at_least_one_internal_disk
93322026-02-26T21:44:11.775Z PASS [ 0.033s] (2512/2646) sled-agent-config-reconciler reconciler_task::datasets::tests::test_rekey_result_has_failures
93332026-02-26T21:44:11.809Z PASS [ 1.149s] (2513/2646) sled-agent-config-reconciler internal_disks::tests::failures_are_retried
93342026-02-26T21:44:15.394Z PASS [ 3.687s] (2514/2646) sled-agent-config-reconciler raw_disks::tests::proptest_raw_disk_changes
93352026-02-26T21:44:16.149Z PASS [ 4.419s] (2515/2646) sled-agent-config-reconciler reconciler_task::external_disks::tests::fail_if_disk_not_present
93362026-02-26T21:44:16.186Z PASS [ 0.036s] (2516/2646) sled-agent-config-reconciler reconciler_task::zones::tests::does_new_config_require_zone_restart_examples
93372026-02-26T21:44:16.238Z PASS [ 0.052s] (2517/2646) sled-agent-config-reconciler reconciler_task::zones::tests::dont_restart_zone_if_only_change_is_location
93382026-02-26T21:44:16.288Z PASS [ 0.049s] (2518/2646) sled-agent-config-reconciler reconciler_task::zones::tests::shutdown_dns_does_dns_specific_cleanup
93392026-02-26T21:44:16.328Z PASS [ 0.041s] (2519/2646) sled-agent-config-reconciler reconciler_task::zones::tests::shutdown_retries_after_failed_halt
93402026-02-26T21:44:16.367Z PASS [ 0.039s] (2520/2646) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_halting_preexisting_zone_fails
93412026-02-26T21:44:16.392Z PASS [ 4.583s] (2521/2646) sled-agent-config-reconciler reconciler_task::external_disks::tests::internal_disks_are_rejected
93422026-02-26T21:44:16.417Z PASS [ 0.038s] (2522/2646) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_missing_durable_dataset
93432026-02-26T21:44:16.442Z PASS [ 0.040s] (2523/2646) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_missing_root_dataset
93442026-02-26T21:44:16.466Z PASS [ 0.038s] (2524/2646) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_mupdate_override_error
93452026-02-26T21:44:16.491Z PASS [ 0.037s] (2525/2646) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_time_not_synced_when_required
93462026-02-26T21:44:16.517Z PASS [ 0.048s] (2526/2646) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_stops_preexisting_zones
93472026-02-26T21:44:16.543Z PASS [ 0.048s] (2527/2646) sled-agent-config-reconciler reconciler_task::zones::tests::start_zones_that_previously_failed_to_start
93482026-02-26T21:44:16.687Z PASS [ 0.194s] (2528/2646) sled-agent-resolvable-files manifest::tests::read_boot_disk_missing
93492026-02-26T21:44:16.688Z PASS [ 0.168s] (2529/2646) sled-agent-resolvable-files manifest::tests::read_boot_disk_read_error
93502026-02-26T21:44:16.732Z PASS [ 0.046s] (2530/2646) sled-agent-resolvable-files manifest::tests::read_non_boot_disk_zone_mismatch
93512026-02-26T21:44:16.756Z PASS [ 0.048s] (2531/2646) sled-agent-resolvable-files manifest::tests::read_boot_disk_zone_mismatch
93522026-02-26T21:44:16.781Z PASS [ 0.042s] (2532/2646) sled-agent-resolvable-files mupdate_override::tests::clear_boot_error_non_boot_value_mismatch
93532026-02-26T21:44:16.806Z PASS [ 0.053s] (2533/2646) sled-agent-resolvable-files manifest::tests::read_success
93542026-02-26T21:44:16.831Z PASS [ 0.038s] (2534/2646) sled-agent-resolvable-files mupdate_override::tests::clear_boot_mismatch_non_boot_boot_present_other_absent
93552026-02-26T21:44:16.832Z PASS [ 0.039s] (2535/2646) sled-agent-resolvable-files mupdate_override::tests::clear_boot_mismatch_non_boot_matches_present
93562026-02-26T21:44:16.856Z PASS [ 0.038s] (2536/2646) sled-agent-resolvable-files mupdate_override::tests::clear_boot_not_present
93572026-02-26T21:44:16.881Z PASS [ 0.040s] (2537/2646) sled-agent-resolvable-files mupdate_override::tests::clear_boot_success_non_boot_boot_present_other_absent
93582026-02-26T21:44:16.907Z PASS [ 0.040s] (2538/2646) sled-agent-resolvable-files mupdate_override::tests::clear_boot_success_non_boot_matches_present
93592026-02-26T21:44:16.907Z PASS [ 0.036s] (2539/2646) sled-agent-resolvable-files mupdate_override::tests::clear_boot_success_non_boot_value_mismatch
93602026-02-26T21:44:16.932Z PASS [ 0.034s] (2540/2646) sled-agent-resolvable-files mupdate_override::tests::clear_file_io_error
93612026-02-26T21:44:16.956Z PASS [ 0.037s] (2541/2646) sled-agent-resolvable-files mupdate_override::tests::clear_no_status
93622026-02-26T21:44:16.981Z PASS [ 0.034s] (2542/2646) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_boot_disk_read_error
93632026-02-26T21:44:17.006Z PASS [ 0.055s] (2543/2646) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_boot_absent_other_present
93642026-02-26T21:44:17.031Z PASS [ 0.045s] (2544/2646) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_disk_missing
93652026-02-26T21:44:17.031Z PASS [ 0.038s] (2545/2646) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_matches_absent
93662026-02-26T21:44:17.056Z PASS [ 0.036s] (2546/2646) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_read_error
93672026-02-26T21:44:17.081Z PASS [ 0.036s] (2547/2646) sled-agent-resolvable-files mupdate_override::tests::read_boot_absent_other_present
93682026-02-26T21:44:17.106Z PASS [ 0.037s] (2548/2646) sled-agent-resolvable-files mupdate_override::tests::read_boot_install_dataset_not_dir
93692026-02-26T21:44:17.106Z PASS [ 0.049s] (2549/2646) sled-agent-resolvable-files mupdate_override::tests::read_boot_install_dataset_missing
93702026-02-26T21:44:17.135Z PASS [ 0.040s] (2550/2646) sled-agent-resolvable-files mupdate_override::tests::read_boot_present_other_absent
93712026-02-26T21:44:17.160Z PASS [ 0.044s] (2551/2646) sled-agent-resolvable-files mupdate_override::tests::read_boot_read_error
93722026-02-26T21:44:17.184Z PASS [ 0.032s] (2552/2646) sled-agent-resolvable-files mupdate_override::tests::read_both_absent
93732026-02-26T21:44:17.211Z PASS [ 0.038s] (2553/2646) sled-agent-resolvable-files mupdate_override::tests::read_both_present
93742026-02-26T21:44:17.211Z PASS [ 0.040s] (2554/2646) sled-agent-resolvable-files mupdate_override::tests::read_different_values
93752026-02-26T21:44:17.236Z PASS [ 0.035s] (2555/2646) sled-agent-resolvable-files mupdate_override::tests::read_solo_boot_disk
93762026-02-26T21:44:17.261Z PASS [ 0.043s] (2556/2646) sled-agent-resolvable-files source_resolver::tests::file_source_with_errors
93772026-02-26T21:44:17.285Z PASS [ 0.051s] (2557/2646) sled-agent-resolvable-files source_resolver::tests::file_source_zone_manifest_invalid
93782026-02-26T21:44:17.314Z PASS [ 0.044s] (2558/2646) sled-agent-resolvable-files source_resolver::tests::lookup_with_mupdate_override
93792026-02-26T21:44:17.340Z PASS [ 0.042s] (2559/2646) sled-agent-resolvable-files source_resolver::tests::lookup_with_mupdate_override_error
93802026-02-26T21:44:17.340Z PASS [ 0.038s] (2560/2646) sled-agent-resolvable-files source_resolver::tests::resolver_status_to_inventory
93812026-02-26T21:44:17.365Z PASS [ 10.643s] (2561/2646) sled-agent-config-reconciler dataset_serialization_task::tests::nested_dataset_operations
93822026-02-26T21:44:17.485Z PASS [ 0.151s] (2562/2646) sled-agent-types rack_init::tests::parse_rack_initialization_weak_hash
93832026-02-26T21:44:17.510Z PASS [ 0.169s] (2563/2646) sled-agent-types rack_init::tests::parse_rack_initialization
93842026-02-26T21:44:17.510Z PASS [ 0.161s] (2564/2646) sled-agent-types rack_init::tests::test_extra_certs
93852026-02-26T21:44:17.534Z PASS [ 0.040s] (2565/2646) sled-agent-types zone_bundle::tests::test_compare_bundles
93862026-02-26T21:44:17.534Z PASS [ 0.043s] (2566/2646) sled-agent-types rack_init::tests::test_subnets
93872026-02-26T21:44:17.559Z PASS [ 0.041s] (2567/2646) sled-agent-types-versions impls::zone_bundle::tests::test_priority_dimension
93882026-02-26T21:44:17.559Z PASS [ 0.032s] (2568/2646) sled-agent-types-versions impls::zone_bundle::tests::test_storage_limit_bytes_available
93892026-02-26T21:44:17.585Z PASS [ 0.034s] (2569/2646) sled-agent-types-versions impls::zone_bundle::tests::test_sort_zone_bundle_cause
93902026-02-26T21:44:17.651Z PASS [ 0.103s] (2570/2646) sled-agent-types-versions v1::sled::tests::serialize_start_sled_agent_v0_deserialize_v1
93912026-02-26T21:44:18.522Z PASS [ 6.762s] (2571/2646) sled-agent-config-reconciler reconciler_task::external_disks::tests::firmware_updates_are_propagated
93922026-02-26T21:44:18.789Z PASS [ 1.137s] (2572/2646) sled-diagnostics logs::illumos_tests::log_paths_found_correctly_in_snapshot
93932026-02-26T21:44:18.865Z PASS [ 0.076s] (2573/2646) sled-diagnostics logs::illumos_tests::test_extra_log_file_regex
93942026-02-26T21:44:18.907Z PASS [ 0.040s] (2574/2646) sled-diagnostics logs::test::test_sort_cockroach_extra_logs
93952026-02-26T21:44:18.965Z PASS [ 0.052s] (2575/2646) sled-diagnostics queries::test::test_command_stderr_is_correct
93962026-02-26T21:44:18.990Z PASS [ 1.405s] (2576/2646) sled-diagnostics logs::illumos_tests::log_collection_comes_from_snapshot
93972026-02-26T21:44:19.015Z PASS [ 0.044s] (2577/2646) sled-diagnostics queries::test::test_command_stdout_is_correct
93982026-02-26T21:44:19.015Z PASS [ 0.044s] (2578/2646) sled-diagnostics queries::test::test_command_stdout_stderr_are_interleaved
93992026-02-26T21:44:19.076Z PASS [ 1.511s] (2579/2646) sled-diagnostics logs::illumos_tests::collect_current_logs
94002026-02-26T21:44:19.136Z PASS [ 0.127s] (2580/2646) sled-hardware disk::test::test_disk_paths
94012026-02-26T21:44:19.161Z PASS [ 0.067s] (2581/2646) sled-hardware disk::test::test_partition_device_paths
94022026-02-26T21:44:19.253Z PASS [ 0.115s] (2582/2646) sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt
94032026-02-26T21:44:19.278Z PASS [ 0.119s] (2583/2646) sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format
94042026-02-26T21:44:19.304Z PASS [ 0.034s] (2584/2646) sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format
94052026-02-26T21:44:19.304Z PASS [ 0.039s] (2585/2646) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt
94062026-02-26T21:44:19.337Z PASS [ 0.051s] (2586/2646) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path
94072026-02-26T21:44:19.362Z PASS [ 0.043s] (2587/2646) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path
94082026-02-26T21:44:19.386Z PASS [ 0.036s] (2588/2646) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format
94092026-02-26T21:44:19.386Z PASS [ 0.040s] (2589/2646) sled-hardware illumos::tests::parse_smbios_invalid
94102026-02-26T21:44:19.412Z PASS [ 0.034s] (2590/2646) sled-hardware illumos::tests::parse_smbios_valid
94112026-02-26T21:44:19.446Z PASS [ 0.067s] (2591/2646) sled-hardware-types underlay::tests::test_mac_to_bootstrap_ip
94122026-02-26T21:44:19.508Z PASS [ 0.100s] (2592/2646) sled-storage dataset::test::serialize_dataset_name
94132026-02-26T21:44:19.535Z PASS [ 0.088s] (2593/2646) trust-quorum proxy::tests::proxy_roundtrip_concurrent
94142026-02-26T21:44:19.559Z PASS [ 0.546s] (2594/2646) sled-diagnostics queries::test::test_long_running_command_is_aborted
94152026-02-26T21:44:19.584Z PASS [ 0.055s] (2595/2646) trust-quorum proxy::tests::proxy_roundtrip_disconnected
94162026-02-26T21:44:19.610Z PASS [ 0.054s] (2596/2646) trust-quorum proxy::tests::proxy_roundtrip_invalid_response
94172026-02-26T21:44:19.944Z PASS [ 1.425s] (2597/2646) sled-diagnostics logs::illumos_tests::log_snapshots_work
94182026-02-26T21:44:21.049Z PASS [ 5.213s] (2598/2646) sled-agent-config-reconciler reconciler_task::external_disks::tests::remove_disks_not_in_config
94192026-02-26T21:44:22.911Z PASS [ 3.324s] (2599/2646) trust-quorum task::tests::tq_initial_config
94202026-02-26T21:44:23.202Z PASS [ 3.245s] (2600/2646) trust-quorum task::tests::tq_initial_config_prepare_and_commit
94212026-02-26T21:44:24.131Z PASS [ 4.568s] (2601/2646) trust-quorum task::tests::test_network_config
94222026-02-26T21:44:24.391Z PASS [ 4.843s] (2602/2646) trust-quorum task::tests::full_mesh_connectivity
94232026-02-26T21:44:25.330Z PASS [ 0.939s] (2603/2646) trust-quorum-protocol crypto::tests::rack_secret_test
94242026-02-26T21:44:25.406Z PASS [ 0.076s] (2604/2646) trust-quorum-protocol crypto::tests::rack_secrets_decryption_failure
94252026-02-26T21:44:25.445Z PASS [ 0.036s] (2605/2646) trust-quorum-protocol crypto::tests::rack_secrets_encrypt_decrypt_roundtrip
94262026-02-26T21:44:25.795Z PASS [ 0.352s] (2606/2646) trust-quorum-protocol node::tests::initial_configuration
94272026-02-26T21:44:25.833Z PASS [ 0.038s] (2607/2646) trust-quorum-protocol rack_secret_loader::tests::test_load_rack_secrets
94282026-02-26T21:44:26.008Z PASS [ 0.175s] (2608/2646) trust-quorum-protocol validators::tests::test_validate_reconfigure_msg_failure
94292026-02-26T21:44:26.108Z PASS [ 5.501s] (2609/2646) trust-quorum task::tests::tq_persistent_state
94302026-02-26T21:44:26.181Z PASS [ 0.173s] (2610/2646) trust-quorum-protocol validators::tests::test_validate_reconfigure_msg_new_success
94312026-02-26T21:44:27.327Z PASS [ 4.415s] (2611/2646) trust-quorum task::tests::tq_proxy
94322026-02-26T21:44:27.423Z PASS [ 3.291s] (2612/2646) trust-quorum task::tests::tq_upgrade_from_lrtq
94332026-02-26T21:44:27.463Z PASS [ 1.280s] (2613/2646) update-common artifacts::artifacts_with_plan::tests::test_extract_fake
94342026-02-26T21:44:27.530Z PASS [ 0.065s] (2614/2646) update-common artifacts::update_plan::tests::test_bad_hubris_cabooses
94352026-02-26T21:44:27.631Z PASS [ 0.094s] (2615/2646) update-common artifacts::update_plan::tests::test_bad_rot_versions
94362026-02-26T21:44:27.727Z PASS [ 17.571s] (2616/2646) sled-agent-config-reconciler host_phase_2::tests::proptest_read_valid_host_phase2
94372026-02-26T21:44:27.751Z PASS [ 0.125s] (2617/2646) update-common artifacts::update_plan::tests::test_multi_rot_bord
94382026-02-26T21:44:27.814Z PASS [ 0.066s] (2618/2646) update-common artifacts::update_plan::tests::test_split_control_plane
94392026-02-26T21:44:27.839Z PASS [ 4.625s] (2619/2646) trust-quorum task::tests::tq_reconfig_with_commit_advance
94402026-02-26T21:44:27.864Z PASS [ 0.121s] (2620/2646) update-common artifacts::update_plan::tests::test_multi_rot_version
94412026-02-26T21:44:27.888Z PASS [ 0.051s] (2621/2646) update-common artifacts::update_plan::tests::test_too_many_rot_bootloaders
94422026-02-26T21:44:27.888Z PASS [ 0.065s] (2622/2646) update-common artifacts::update_plan::tests::test_too_many_rot_bord
94432026-02-26T21:44:27.955Z PASS [ 0.106s] (2623/2646) update-common artifacts::update_plan::tests::test_update_plan_from_artifacts
94442026-02-26T21:44:27.994Z PASS [ 0.040s] (2624/2646) update-engine display::line_display_shared::tests::test_format_progress_counter
94452026-02-26T21:44:28.051Z PASS [ 0.056s] (2625/2646) update-engine display::line_display_shared::tests::test_start_line
94462026-02-26T21:44:28.102Z PASS [ 0.050s] (2626/2646) update-engine engine::tests::error_exits_early
94472026-02-26T21:44:28.126Z PASS [ 0.239s] (2627/2646) update-engine display::group_display::tests::test_stats
94482026-02-26T21:44:28.178Z PASS [ 0.073s] (2628/2646) update-engine events::tests::progress_event_parse_unknown
94492026-02-26T21:44:28.204Z PASS [ 0.056s] (2629/2646) update-engine events::tests::step_event_parse_unknown
94502026-02-26T21:44:28.232Z PASS [ 0.040s] (2630/2646) update-engine spec::tests::test_merge_anyhow_list
94512026-02-26T21:44:28.259Z PASS [ 0.911s] (2631/2646) update-common artifacts::artifacts_with_plan::tests::test_extract_fake_split
94522026-02-26T21:44:28.283Z PASS [ 0.045s] (2632/2646) wicket state::inventory::tests::component_id_display
94532026-02-26T21:44:28.283Z PASS [ 0.045s] (2633/2646) wicket state::rack::tests::prev_next_are_opposites
94542026-02-26T21:44:28.308Z PASS [ 0.418s] (2634/2646) update-engine buffer::tests::test_buffer
94552026-02-26T21:44:28.308Z PASS [ 0.029s] (2635/2646) wicket state::rack::tests::up_down_are_opposites
94562026-02-26T21:44:28.390Z PASS [ 0.214s] (2636/2646) wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config
94572026-02-26T21:44:28.416Z PASS [ 0.115s] (2637/2646) wicket-common rack_setup::tests::roundtrip_import_export_policy
94582026-02-26T21:44:28.474Z PASS [ 0.183s] (2638/2646) wicketd installinator_progress::tests::test_states
94592026-02-26T21:44:28.523Z PASS [ 0.132s] (2639/2646) wicketd rss_config::tests::test_bgp_auth_key_states
94602026-02-26T21:44:28.915Z PASS [ 0.631s] (2640/2646) wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like
94612026-02-26T21:44:29.858Z PASS [ 1.459s] (2641/2646) wicketd::mod integration_tests::inventory::test_inventory
94622026-02-26T21:44:30.724Z PASS [ 2.202s] (2642/2646) wicketd::mod integration_tests::updates::test_update_races
94632026-02-26T21:44:31.018Z PASS [ 2.545s] (2643/2646) wicketd::mod integration_tests::updates::test_installinator_fetch
94642026-02-26T21:44:31.135Z PASS [ 3.714s] (2644/2646) update-common artifacts::artifacts_with_plan::tests::test_fake_archive_idempotent
94652026-02-26T21:44:31.746Z PASS [ 2.832s] (2645/2646) wicketd::mod integration_tests::updates::test_updates
94662026-02-26T21:45:26.100Z SLOW [> 60.000s] (─────────) trust-quorum-protocol::cluster test_trust_quorum_protocol
94672026-02-26T21:45:43.724Z PASS [ 77.625s] (2646/2646) trust-quorum-protocol::cluster test_trust_quorum_protocol
94682026-02-26T21:45:43.753Z────────────
94692026-02-26T21:45:43.753Z Summary [5451.192s] 2646 tests run: 2646 passed (56 slow), 6 skipped
94702026-02-26T21:45:43.911Z
94712026-02-26T21:45:43.911Zreal 1:31:23.915207828
94722026-02-26T21:45:43.911Zuser 8:26:14.598100720
94732026-02-26T21:45:43.912Zsys 1:40:27.105876587
94742026-02-26T21:45:43.912Ztrap 4:02.189623438
94752026-02-26T21:45:43.912Ztflt 27.830409866
94762026-02-26T21:45:43.945Zdflt 1:49.870504338
94772026-02-26T21:45:43.945Zkflt 0.860864728
94782026-02-26T21:45:43.945Zlock 2019:42:07.654164533
94792026-02-26T21:45:43.946Zslp 159:22:09.869761773
94802026-02-26T21:45:43.946Zlat 9:24:01.492353236
94812026-02-26T21:45:43.946Zstop 1:36:10.008529579
94822026-02-26T21:45:43.946Z+ ptime -m cargo nextest store export latest --user-config-file /tmp/nextest-recording-config/config.toml --archive-file /tmp/nextest-run-archive.zip
94832026-02-26T21:45:44.413Zinfo: exported run 68ed2068-14fd-4aa9-a9fd-3c89adb2a371 to /tmp/nextest-run-archive.zip (2479773 bytes)
94842026-02-26T21:45:44.447Z
94852026-02-26T21:45:44.447Zreal 0.484737814
94862026-02-26T21:45:44.447Zuser 0.345233235
94872026-02-26T21:45:44.447Zsys 0.126744979
94882026-02-26T21:45:44.447Ztrap 0.000062933
94892026-02-26T21:45:44.447Ztflt 0.000965310
94902026-02-26T21:45:44.447Zdflt 0.000014580
94912026-02-26T21:45:44.447Zkflt 0.000000000
94922026-02-26T21:45:44.447Zlock 0.725186744
94932026-02-26T21:45:44.447Zslp 0.635585644
94942026-02-26T21:45:44.447Zlat 0.001903340
94952026-02-26T21:45:44.447Zstop 0.000759959
94962026-02-26T21:45:44.447Z+ [[ 0 -ne 0 ]]
94972026-02-26T21:45:44.447Z+ banner doctest
94982026-02-26T21:45:44.447Z
94992026-02-26T21:45:44.447Z ##### #### #### ##### ###### #### #####
95002026-02-26T21:45:44.447Z # # # # # # # # # #
95012026-02-26T21:45:44.447Z # # # # # # ##### #### #
95022026-02-26T21:45:44.447Z # # # # # # # # #
95032026-02-26T21:45:44.447Z # # # # # # # # # # #
95042026-02-26T21:45:44.447Z ##### #### #### # ###### #### #
95052026-02-26T21:45:44.447Z
95062026-02-26T21:45:44.447Z+ ptime -m timeout 1h cargo test --doc --locked --verbose --no-fail-fast
95072026-02-26T21:45:49.079Z Fresh unicode-ident v1.0.24
95082026-02-26T21:45:49.079Z Fresh cfg-if v1.0.4
95092026-02-26T21:45:49.175Z Fresh memchr v2.7.4
95102026-02-26T21:45:49.175Z Fresh proc-macro2 v1.0.106
95112026-02-26T21:45:49.175Z Fresh autocfg v1.4.0
95122026-02-26T21:45:49.175Z Fresh smallvec v1.15.1
95132026-02-26T21:45:49.175Z Fresh value-bag v1.12.0
95142026-02-26T21:45:49.175Z Fresh quote v1.0.44
95152026-02-26T21:45:49.175Z Fresh libc v0.2.180
95162026-02-26T21:45:49.175Z Fresh serde_core v1.0.228
95172026-02-26T21:45:49.175Z Fresh log v0.4.29
95182026-02-26T21:45:49.175Z Fresh itoa v1.0.11
95192026-02-26T21:45:49.175Z Fresh version_check v0.9.5
95202026-02-26T21:45:49.175Z Fresh scopeguard v1.2.0
95212026-02-26T21:45:49.175Z Fresh syn v2.0.117
95222026-02-26T21:45:49.175Z Fresh getrandom v0.2.15
95232026-02-26T21:45:49.175Z Fresh stable_deref_trait v1.2.0
95242026-02-26T21:45:49.175Z Fresh serde_derive v1.0.228
95252026-02-26T21:45:49.175Z Fresh lock_api v0.4.12
95262026-02-26T21:45:49.175Z Fresh zeroize_derive v1.4.2
95272026-02-26T21:45:49.175Z Fresh synstructure v0.13.1
95282026-02-26T21:45:49.175Z Fresh serde v1.0.228
95292026-02-26T21:45:49.175Z Fresh zeroize v1.8.1
95302026-02-26T21:45:49.175Z Fresh libm v0.2.8
95312026-02-26T21:45:49.175Z Fresh zmij v1.0.15
95322026-02-26T21:45:49.175Z Fresh zerofrom-derive v0.1.4
95332026-02-26T21:45:49.175Z Fresh yoke-derive v0.7.4
95342026-02-26T21:45:49.175Z Fresh bytes v1.11.1
95352026-02-26T21:45:49.175Z Fresh num-traits v0.2.19
95362026-02-26T21:45:49.176Z Fresh serde_json v1.0.149
95372026-02-26T21:45:49.176Z Fresh bitflags v2.9.4
95382026-02-26T21:45:49.176Z Fresh zerofrom v0.1.4
95392026-02-26T21:45:49.176Z Fresh zerovec-derive v0.10.3
95402026-02-26T21:45:49.176Z Fresh yoke v0.7.4
95412026-02-26T21:45:49.176Z Fresh portable-atomic v1.11.0
95422026-02-26T21:45:49.176Z Fresh getrandom v0.3.4
95432026-02-26T21:45:49.176Z Fresh displaydoc v0.2.5
95442026-02-26T21:45:49.176Z Fresh critical-section v1.1.3
95452026-02-26T21:45:49.176Z Fresh litemap v0.7.3
95462026-02-26T21:45:49.176Z Fresh writeable v0.5.5
95472026-02-26T21:45:49.176Z Fresh percent-encoding v2.3.2
95482026-02-26T21:45:49.176Z Fresh zerovec v0.10.4
95492026-02-26T21:45:49.176Z Fresh once_cell v1.21.3
95502026-02-26T21:45:49.176Z Fresh icu_provider_macros v1.5.0
95512026-02-26T21:45:49.176Z Fresh icu_locid_transform_data v1.5.0
95522026-02-26T21:45:49.176Z Fresh icu_properties_data v1.5.0
95532026-02-26T21:45:49.176Z Fresh write16 v1.0.0
95542026-02-26T21:45:49.176Z Fresh utf16_iter v1.0.5
95552026-02-26T21:45:49.176Z Fresh icu_normalizer_data v1.5.0
95562026-02-26T21:45:49.176Z Fresh tinystr v0.7.6
95572026-02-26T21:45:49.176Z Fresh icu_collections v1.5.0
95582026-02-26T21:45:49.176Z Fresh shlex v1.3.0
95592026-02-26T21:45:49.176Z Fresh utf8_iter v1.0.4
95602026-02-26T21:45:49.176Z Fresh form_urlencoded v1.2.2
95612026-02-26T21:45:49.176Z Fresh semver v1.0.27
95622026-02-26T21:45:49.176Z Fresh jobserver v0.1.32
95632026-02-26T21:45:49.176Z Fresh allocator-api2 v0.2.21
95642026-02-26T21:45:49.176Z Fresh icu_locid v1.5.0
95652026-02-26T21:45:49.176Z Fresh find-msvc-tools v0.1.9
95662026-02-26T21:45:49.176Z Fresh pin-project-lite v0.2.14
95672026-02-26T21:45:49.176Z Fresh equivalent v1.0.2
95682026-02-26T21:45:49.177Z Fresh rand_core v0.6.4
95692026-02-26T21:45:49.177Z Fresh subtle v2.6.1
95702026-02-26T21:45:49.177Z Fresh heck v0.5.0
95712026-02-26T21:45:49.177Z Fresh icu_provider v1.5.0
95722026-02-26T21:45:49.177Z Fresh cc v1.2.56
95732026-02-26T21:45:49.177Z Fresh byteorder v1.5.0
95742026-02-26T21:45:49.177Z Fresh signal-hook-registry v1.4.2
95752026-02-26T21:45:49.177Z Fresh foldhash v0.2.0
95762026-02-26T21:45:49.177Z Fresh fnv v1.0.7
95772026-02-26T21:45:49.177Z Fresh icu_locid_transform v1.5.0
95782026-02-26T21:45:49.177Z Fresh parking_lot_core v0.9.10
95792026-02-26T21:45:49.177Z Fresh hashbrown v0.16.1
95802026-02-26T21:45:49.177Z Fresh iana-time-zone v0.1.63
95812026-02-26T21:45:49.177Z Fresh thiserror-impl v2.0.18
95822026-02-26T21:45:49.177Z Fresh icu_properties v1.5.1
95832026-02-26T21:45:49.177Z Fresh parking_lot v0.12.3
95842026-02-26T21:45:49.177Z Fresh typenum v1.17.0
95852026-02-26T21:45:49.177Z Fresh chrono v0.4.43
95862026-02-26T21:45:49.177Z Fresh mio v1.0.2
95872026-02-26T21:45:49.177Z Fresh futures-core v0.3.32
95882026-02-26T21:45:49.177Z Fresh icu_normalizer v1.5.0
95892026-02-26T21:45:49.177Z Fresh generic-array v0.14.7
95902026-02-26T21:45:49.177Z Fresh thiserror v2.0.18
95912026-02-26T21:45:49.177Z Fresh uuid v1.19.0
95922026-02-26T21:45:49.177Z Fresh tokio-macros v2.6.0
95932026-02-26T21:45:49.177Z Fresh socket2 v0.6.1
95942026-02-26T21:45:49.177Z Fresh regex-syntax v0.8.5
95952026-02-26T21:45:49.177Z Fresh indexmap v2.13.0
95962026-02-26T21:45:49.177Z Fresh idna_adapter v1.2.0
95972026-02-26T21:45:49.177Z Fresh crypto-common v0.1.6
95982026-02-26T21:45:49.177Z Fresh tokio v1.49.0
95992026-02-26T21:45:49.177Z Fresh serde_derive_internals v0.29.1
96002026-02-26T21:45:49.177Z Fresh dyn-clone v1.0.20
96012026-02-26T21:45:49.177Z Fresh thiserror-impl v1.0.69
96022026-02-26T21:45:49.177Z Fresh idna v1.0.3
96032026-02-26T21:45:49.177Z Fresh schemars_derive v0.8.22
96042026-02-26T21:45:49.177Z Fresh errno v0.3.12
96052026-02-26T21:45:49.178Z Fresh futures-io v0.3.31
96062026-02-26T21:45:49.178Z Fresh zerocopy-derive v0.7.35
96072026-02-26T21:45:49.178Z Fresh url v2.5.4
96082026-02-26T21:45:49.178Z Fresh thiserror v1.0.69
96092026-02-26T21:45:49.280Z Fresh const-oid v0.9.6
96102026-02-26T21:45:49.280Z Fresh zerocopy v0.7.35
96112026-02-26T21:45:49.280Z Fresh aho-corasick v1.1.3
96122026-02-26T21:45:49.280Z Fresh block-buffer v0.10.4
96132026-02-26T21:45:49.280Z Fresh schemars v0.8.22
96142026-02-26T21:45:49.281Z Fresh slab v0.4.9
96152026-02-26T21:45:49.281Z Fresh regex-automata v0.4.14
96162026-02-26T21:45:49.281Z Fresh digest v0.10.7
96172026-02-26T21:45:49.281Z Fresh pkg-config v0.3.31
96182026-02-26T21:45:49.281Z Fresh futures-sink v0.3.31
96192026-02-26T21:45:49.281Z Fresh rustversion v1.0.22
96202026-02-26T21:45:49.281Z Fresh pin-utils v0.1.0
96212026-02-26T21:45:49.281Z Fresh futures-channel v0.3.31
96222026-02-26T21:45:49.281Z Fresh futures-macro v0.3.31
96232026-02-26T21:45:49.281Z Fresh futures-task v0.3.31
96242026-02-26T21:45:49.281Z Fresh strsim v0.11.1
96252026-02-26T21:45:49.281Z Fresh cpufeatures v0.2.14
96262026-02-26T21:45:49.281Z Fresh syn v1.0.109
96272026-02-26T21:45:49.281Z Fresh futures-util v0.3.31
96282026-02-26T21:45:49.281Z Fresh ppv-lite86 v0.2.20
96292026-02-26T21:45:49.281Z Fresh regex v1.12.3
96302026-02-26T21:45:49.281Z Fresh tracing-core v0.1.32
96312026-02-26T21:45:49.281Z Fresh tracing-attributes v0.1.27
96322026-02-26T21:45:49.281Z Fresh adler2 v2.0.0
96332026-02-26T21:45:49.281Z Fresh miniz_oxide v0.8.5
96342026-02-26T21:45:49.281Z Fresh tracing v0.1.40
96352026-02-26T21:45:49.281Z Fresh http v1.4.0
96362026-02-26T21:45:49.281Z Fresh serde_tokenstream v0.2.3
96372026-02-26T21:45:49.281Z Fresh foldhash v0.1.5
96382026-02-26T21:45:49.281Z Fresh rustix v0.38.37
96392026-02-26T21:45:49.281Z Fresh hashbrown v0.15.4
96402026-02-26T21:45:49.281Z Fresh gimli v0.31.1
96412026-02-26T21:45:49.281Z Fresh object v0.36.5
96422026-02-26T21:45:49.281Z Fresh base64 v0.22.1
96432026-02-26T21:45:49.281Z Fresh rustc-demangle v0.1.24
96442026-02-26T21:45:49.281Z Fresh addr2line v0.24.2
96452026-02-26T21:45:49.281Z Fresh crossbeam-utils v0.8.21
96462026-02-26T21:45:49.282Z Fresh spin v0.9.8
96472026-02-26T21:45:49.282Z Fresh ipnet v2.11.0
96482026-02-26T21:45:49.282Z Fresh untrusted v0.9.0
96492026-02-26T21:45:49.282Z Fresh either v1.15.0
96502026-02-26T21:45:49.282Z Fresh base64ct v1.6.0
96512026-02-26T21:45:49.282Z Fresh tokio-util v0.7.15
96522026-02-26T21:45:49.282Z Fresh backtrace v0.3.74
96532026-02-26T21:45:49.282Z Fresh ring v0.17.14
96542026-02-26T21:45:49.282Z Fresh block-padding v0.3.3
96552026-02-26T21:45:49.282Z Fresh vcpkg v0.2.15
96562026-02-26T21:45:49.282Z Fresh atomic-waker v1.1.2
96572026-02-26T21:45:49.282Z Fresh utf8parse v0.2.2
96582026-02-26T21:45:49.282Z Fresh inout v0.1.3
96592026-02-26T21:45:49.282Z Fresh rustls-pki-types v1.14.0
96602026-02-26T21:45:49.282Z Fresh zerocopy-derive v0.8.27
96612026-02-26T21:45:49.282Z Fresh ryu v1.0.18
96622026-02-26T21:45:49.282Z Fresh ident_case v1.0.1
96632026-02-26T21:45:49.282Z Fresh cipher v0.4.4
96642026-02-26T21:45:49.282Z Fresh httparse v1.9.5
96652026-02-26T21:45:49.282Z Fresh anyhow v1.0.99
96662026-02-26T21:45:49.282Z Fresh pem-rfc7468 v0.7.0
96672026-02-26T21:45:49.282Z Fresh anstyle v1.0.11
96682026-02-26T21:45:49.282Z Fresh fastrand v2.1.1
96692026-02-26T21:45:49.282Z Fresh http-body v1.0.1
96702026-02-26T21:45:49.282Z Fresh zerocopy v0.8.27
96712026-02-26T21:45:49.282Z Fresh sha2 v0.10.9
96722026-02-26T21:45:49.282Z Fresh hmac v0.12.1
96732026-02-26T21:45:49.282Z Fresh cmake v0.1.57
96742026-02-26T21:45:49.282Z Fresh dunce v1.0.5
96752026-02-26T21:45:49.282Z Fresh fs_extra v1.3.0
96762026-02-26T21:45:49.282Z Fresh anstyle-parse v0.2.5
96772026-02-26T21:45:49.282Z Fresh lazy_static v1.5.0
96782026-02-26T21:45:49.283Z Fresh der_derive v0.7.3
96792026-02-26T21:45:49.283Z Fresh httpdate v1.0.3
96802026-02-26T21:45:49.283Z Fresh anstyle-query v1.1.1
96812026-02-26T21:45:49.283Z Fresh try-lock v0.2.5
96822026-02-26T21:45:49.283Z Fresh colorchoice v1.0.2
96832026-02-26T21:45:49.283Z Fresh is_terminal_polyfill v1.70.1
96842026-02-26T21:45:49.283Z Fresh flagset v0.4.6
96852026-02-26T21:45:49.283Z Fresh anstream v0.6.18
96862026-02-26T21:45:49.283Z Fresh want v0.3.1
96872026-02-26T21:45:49.283Z Fresh der v0.7.10
96882026-02-26T21:45:49.283Z Fresh h2 v0.4.6
96892026-02-26T21:45:49.283Z Fresh rand_chacha v0.3.1
96902026-02-26T21:45:49.283Z Fresh tower-service v0.3.3
96912026-02-26T21:45:49.283Z Fresh tower-layer v0.3.3
96922026-02-26T21:45:49.283Z Fresh hyper v1.8.1
96932026-02-26T21:45:49.283Z Fresh rand v0.8.5
96942026-02-26T21:45:49.283Z Fresh terminal_size v0.4.0
96952026-02-26T21:45:49.283Z Fresh clap_lex v0.7.4
96962026-02-26T21:45:49.283Z Fresh aws-lc-sys v0.37.1
96972026-02-26T21:45:49.283Z Fresh clap_derive v4.5.47
96982026-02-26T21:45:49.283Z Fresh untrusted v0.7.1
96992026-02-26T21:45:49.283Z Fresh clap_builder v4.5.48
97002026-02-26T21:45:49.283Z Fresh hyper-util v0.1.19
97012026-02-26T21:45:49.283Z Fresh openssl-probe v0.1.5
97022026-02-26T21:45:49.283Z Fresh http-body-util v0.1.3
97032026-02-26T21:45:49.283Z Fresh rand_core v0.9.3
97042026-02-26T21:45:49.283Z Fresh aws-lc-rs v1.16.0
97052026-02-26T21:45:49.283Z Fresh clap v4.5.48
97062026-02-26T21:45:49.283Z Fresh powerfmt v0.2.0
97072026-02-26T21:45:49.283Z Fresh num-conv v0.2.0
97082026-02-26T21:45:49.283Z Fresh time-core v0.1.8
97092026-02-26T21:45:49.310Z Fresh unicode-segmentation v1.12.0
97102026-02-26T21:45:49.310Z Fresh deranged v0.5.3
97112026-02-26T21:45:49.310Z Fresh time-macros v0.2.27
97122026-02-26T21:45:49.310Z Fresh rustls-webpki v0.103.9
97132026-02-26T21:45:49.310Z Fresh spki v0.7.3
97142026-02-26T21:45:49.310Z Fresh pbkdf2 v0.12.2
97152026-02-26T21:45:49.310Z Fresh aes v0.8.4
97162026-02-26T21:45:49.310Z Fresh erased-serde v0.3.31
97172026-02-26T21:45:49.310Z Fresh num_threads v0.1.7
97182026-02-26T21:45:49.311Z Fresh rustls v0.23.37
97192026-02-26T21:45:49.311Z Fresh cbc v0.1.2
97202026-02-26T21:45:49.311Z Fresh salsa20 v0.10.2
97212026-02-26T21:45:49.311Z Fresh serde_urlencoded v0.7.1
97222026-02-26T21:45:49.311Z Fresh rustc_version v0.4.1
97232026-02-26T21:45:49.311Z Fresh serde_spanned v0.6.9
97242026-02-26T21:45:49.311Z Fresh slog v2.8.2
97252026-02-26T21:45:49.311Z Fresh time v0.3.47
97262026-02-26T21:45:49.311Z Fresh toml_datetime v0.6.11
97272026-02-26T21:45:49.311Z Fresh async-trait v0.1.89
97282026-02-26T21:45:49.311Z Fresh mime v0.3.17
97292026-02-26T21:45:49.311Z Fresh scrypt v0.11.0
97302026-02-26T21:45:49.311Z Fresh rand_chacha v0.9.0
97312026-02-26T21:45:49.311Z Fresh ucd-trie v0.1.7
97322026-02-26T21:45:49.311Z Fresh rand v0.9.2
97332026-02-26T21:45:49.311Z Fresh pest v2.8.2
97342026-02-26T21:45:49.311Z Fresh pkcs5 v0.7.1
97352026-02-26T21:45:49.311Z Fresh tokio-rustls v0.26.0
97362026-02-26T21:45:49.311Z Fresh rustls-native-certs v0.8.1
97372026-02-26T21:45:49.311Z Fresh sync_wrapper v1.0.1
97382026-02-26T21:45:49.312Z Fresh foreign-types-shared v0.1.1
97392026-02-26T21:45:49.312Z Fresh pest_meta v2.8.2
97402026-02-26T21:45:49.312Z Fresh pkcs8 v0.10.2
97412026-02-26T21:45:49.312Z Fresh tower v0.5.2
97422026-02-26T21:45:49.312Z Fresh openssl-sys v0.9.109
97432026-02-26T21:45:49.312Z Fresh foreign-types v0.3.2
97442026-02-26T21:45:49.312Z Fresh rustix v1.1.3
97452026-02-26T21:45:49.312Z Fresh camino v1.2.2
97462026-02-26T21:45:49.312Z Fresh webpki-roots v1.0.1
97472026-02-26T21:45:49.312Z Fresh openapiv3 v2.2.0
97482026-02-26T21:45:49.312Z Fresh openssl-macros v0.1.1
97492026-02-26T21:45:49.312Z Fresh plain v0.2.3
97502026-02-26T21:45:49.312Z Fresh iri-string v0.7.8
97512026-02-26T21:45:49.312Z Fresh hyper-rustls v0.27.7
97522026-02-26T21:45:49.312Z Fresh openssl v0.10.73
97532026-02-26T21:45:49.312Z Fresh pest_generator v2.8.2
97542026-02-26T21:45:49.312Z Fresh ipnetwork v0.21.1
97552026-02-26T21:45:49.312Z Fresh encoding_rs v0.8.34
97562026-02-26T21:45:49.312Z Fresh tempfile v3.24.0
97572026-02-26T21:45:49.312Z Fresh tower-http v0.6.8
97582026-02-26T21:45:49.312Z Fresh pest_derive v2.8.2
97592026-02-26T21:45:49.312Z Fresh hex v0.4.3
97602026-02-26T21:45:49.312Z Fresh pretty-hex v0.4.1
97612026-02-26T21:45:49.313Z Fresh signature v2.2.0
97622026-02-26T21:45:49.313Z Fresh darling_core v0.21.0
97632026-02-26T21:45:49.313Z Fresh winnow v0.5.40
97642026-02-26T21:45:49.313Z Fresh native-tls v0.2.12
97652026-02-26T21:45:49.313Z Fresh data-encoding v2.9.0
97662026-02-26T21:45:49.313Z Fresh winnow v0.7.14
97672026-02-26T21:45:49.313Z Fresh darling_macro v0.21.0
97682026-02-26T21:45:49.313Z Fresh toml_edit v0.19.15
97692026-02-26T21:45:49.313Z Fresh oxnet v0.1.4
97702026-02-26T21:45:49.313Z Fresh darling_core v0.20.10
97712026-02-26T21:45:49.313Z Fresh tokio-native-tls v0.3.1
97722026-02-26T21:45:49.313Z Fresh hubpack_derive v0.1.1
97732026-02-26T21:45:49.313Z Fresh sha1 v0.10.6
97742026-02-26T21:45:49.313Z Fresh strum_macros v0.26.4
97752026-02-26T21:45:49.313Z Fresh quick-error v1.2.3
97762026-02-26T21:45:49.313Z Fresh tinyvec_macros v0.1.1
97772026-02-26T21:45:49.313Z Fresh static_assertions v1.1.0
97782026-02-26T21:45:49.313Z Fresh hyper-tls v0.6.0
97792026-02-26T21:45:49.313Z Fresh hubpack v0.1.2
97802026-02-26T21:45:49.313Z Fresh paste v1.0.15
97812026-02-26T21:45:49.313Z Fresh strum v0.26.3
97822026-02-26T21:45:49.313Z Fresh tinyvec v1.8.0
97832026-02-26T21:45:49.313Z Fresh darling v0.21.0
97842026-02-26T21:45:49.314Z Fresh darling_macro v0.20.10
97852026-02-26T21:45:49.314Z Fresh num-integer v0.1.46
97862026-02-26T21:45:49.314Z Fresh reqwest v0.12.28
97872026-02-26T21:45:49.314Z Fresh darling v0.20.10
97882026-02-26T21:45:49.314Z Fresh scroll_derive v0.12.0
97892026-02-26T21:45:49.314Z Fresh base16ct v0.2.0
97902026-02-26T21:45:49.314Z Fresh bit-vec v0.8.0
97912026-02-26T21:45:49.314Z Fresh ff v0.13.0
97922026-02-26T21:45:49.314Z Fresh wait-timeout v0.2.0
97932026-02-26T21:45:49.314Z Fresh sec1 v0.7.3
97942026-02-26T21:45:49.314Z Fresh scroll v0.12.0
97952026-02-26T21:45:49.314Z Fresh bit-set v0.8.0
97962026-02-26T21:45:49.314Z Fresh group v0.13.0
97972026-02-26T21:45:49.314Z Fresh num-iter v0.1.45
97982026-02-26T21:45:49.314Z Fresh hkdf v0.12.4
97992026-02-26T21:45:49.314Z Fresh crypto-bigint v0.5.5
98002026-02-26T21:45:49.314Z Fresh ahash v0.8.12
98012026-02-26T21:45:49.314Z Fresh goblin v0.8.2
98022026-02-26T21:45:49.314Z Fresh scroll_derive v0.13.1
98032026-02-26T21:45:49.314Z Fresh crc32fast v1.4.2
98042026-02-26T21:45:49.314Z Fresh elliptic-curve v0.13.8
98052026-02-26T21:45:49.314Z Fresh rusty-fork v0.3.0
98062026-02-26T21:45:49.314Z Fresh scroll v0.13.0
98072026-02-26T21:45:49.314Z Fresh dof v0.3.0
98082026-02-26T21:45:49.314Z Fresh dtrace-parser v0.2.0
98092026-02-26T21:45:49.357Z Fresh rand_xorshift v0.4.0
98102026-02-26T21:45:49.357Z Fresh crossbeam-epoch v0.9.18
98112026-02-26T21:45:49.357Z Fresh bstr v1.10.0
98122026-02-26T21:45:49.357Z Fresh thread-id v4.2.2
98132026-02-26T21:45:49.357Z Fresh unarray v0.1.4
98142026-02-26T21:45:49.357Z Fresh num-bigint-dig v0.8.6
98152026-02-26T21:45:49.357Z Fresh goblin v0.10.2
98162026-02-26T21:45:49.357Z Fresh pkcs1 v0.7.5
98172026-02-26T21:45:49.357Z Fresh x509-cert v0.2.5
98182026-02-26T21:45:49.357Z Fresh heck v0.4.1
98192026-02-26T21:45:49.358Z Fresh usdt-impl v0.5.0
98202026-02-26T21:45:49.358Z Fresh proptest v1.7.0
98212026-02-26T21:45:49.358Z Fresh itertools v0.13.0
98222026-02-26T21:45:49.358Z Fresh toml_write v0.1.2
98232026-02-26T21:45:49.358Z Fresh zlib-rs v0.5.1
98242026-02-26T21:45:49.358Z Fresh rsa v0.9.8
98252026-02-26T21:45:49.358Z Fresh libz-rs-sys v0.5.1
98262026-02-26T21:45:49.358Z Fresh toml_edit v0.22.27
98272026-02-26T21:45:49.358Z Fresh dof v0.4.0
98282026-02-26T21:45:49.358Z Fresh dtrace-parser v0.3.0
98292026-02-26T21:45:49.358Z Fresh rfc6979 v0.4.0
98302026-02-26T21:45:49.358Z Fresh curve25519-dalek-derive v0.1.1
98312026-02-26T21:45:49.358Z Fresh thread-id v5.0.0
98322026-02-26T21:45:49.358Z Fresh bitflags v1.3.2
98332026-02-26T21:45:49.358Z Fresh flate2 v1.1.2
98342026-02-26T21:45:49.358Z Fresh curve25519-dalek v4.1.3
98352026-02-26T21:45:49.358Z Fresh ecdsa v0.16.9
98362026-02-26T21:45:49.359Z Fresh newtype-uuid v1.3.2
98372026-02-26T21:45:49.359Z Fresh derive_builder_core v0.20.2
98382026-02-26T21:45:49.359Z Fresh usdt-impl v0.6.0
98392026-02-26T21:45:49.359Z Fresh daft-derive v0.1.4
98402026-02-26T21:45:49.359Z Fresh env_filter v0.1.2
98412026-02-26T21:45:49.359Z Fresh memmap2 v0.9.8
98422026-02-26T21:45:49.359Z Fresh keccak v0.1.5
98432026-02-26T21:45:49.359Z Fresh cfg_aliases v0.2.1
98442026-02-26T21:45:49.359Z Fresh siphasher v0.3.11
98452026-02-26T21:45:49.359Z Fresh daft v0.1.4
98462026-02-26T21:45:49.359Z Fresh phf_shared v0.11.2
98472026-02-26T21:45:49.359Z Fresh sha3 v0.10.8
98482026-02-26T21:45:49.359Z Fresh env_logger v0.11.8
98492026-02-26T21:45:49.359Z Fresh bzip2-sys v0.1.13+1.0.8
98502026-02-26T21:45:49.359Z Fresh derive_builder_macro v0.20.2
98512026-02-26T21:45:49.359Z Fresh serde_with_macros v3.16.1
98522026-02-26T21:45:49.360Z Fresh toml v0.7.8
98532026-02-26T21:45:49.360Z Fresh ed25519 v2.2.3
98542026-02-26T21:45:49.360Z Fresh memoffset v0.9.1
98552026-02-26T21:45:49.360Z Fresh serde_with v3.16.1
98562026-02-26T21:45:49.360Z Fresh derive_builder v0.20.2
98572026-02-26T21:45:49.360Z Fresh usdt-attr-macro v0.6.0
98582026-02-26T21:45:49.360Z Fresh usdt-macro v0.6.0
98592026-02-26T21:45:49.360Z Fresh ed25519-dalek v2.1.1
98602026-02-26T21:45:49.360Z Fresh unicode-normalization v0.1.24
98612026-02-26T21:45:49.360Z Fresh enum-as-inner v0.6.1
98622026-02-26T21:45:49.360Z Fresh managed v0.8.0
98632026-02-26T21:45:49.360Z Fresh signal-hook v0.3.18
98642026-02-26T21:45:49.360Z Fresh usdt v0.6.0
98652026-02-26T21:45:49.360Z Fresh itertools v0.10.5
98662026-02-26T21:45:49.360Z Fresh cargo-platform v0.1.8
98672026-02-26T21:45:49.360Z Fresh ref-cast-impl v1.0.25
98682026-02-26T21:45:49.360Z Fresh fixedbitset v0.4.2
98692026-02-26T21:45:49.361Z Fresh new_debug_unreachable v1.0.6
98702026-02-26T21:45:49.361Z Fresh precomputed-hash v0.1.1
98712026-02-26T21:45:49.361Z Fresh rustc-hash v2.1.1
98722026-02-26T21:45:49.361Z Fresh litrs v0.4.1
98732026-02-26T21:45:49.361Z Fresh cargo_metadata v0.19.2
98742026-02-26T21:45:49.361Z Fresh petgraph v0.6.5
98752026-02-26T21:45:49.361Z Fresh ref-cast v1.0.25
98762026-02-26T21:45:49.361Z Fresh document-features v0.2.11
98772026-02-26T21:45:49.361Z Fresh string_cache v0.8.9
98782026-02-26T21:45:49.362Z Fresh vergen-lib v0.1.6
98792026-02-26T21:45:49.362Z Fresh bzip2 v0.4.4
98802026-02-26T21:45:49.362Z Fresh psl-types v2.0.11
98812026-02-26T21:45:49.362Z Fresh vergen v9.0.6
98822026-02-26T21:45:49.362Z Fresh zip v0.6.6
98832026-02-26T21:45:49.362Z Fresh cookie v0.18.1
98842026-02-26T21:45:49.362Z Fresh zstd-sys v2.0.14+zstd.1.5.7
98852026-02-26T21:45:49.362Z Fresh signal-hook-mio v0.2.4
98862026-02-26T21:45:49.362Z Fresh publicsuffix v2.3.0
98872026-02-26T21:45:49.362Z Fresh lalrpop-util v0.19.12
98882026-02-26T21:45:49.362Z Fresh rustls-platform-verifier v0.6.2
98892026-02-26T21:45:49.362Z Fresh hash32 v0.2.1
98902026-02-26T21:45:49.362Z Fresh serde-big-array v0.5.1
98912026-02-26T21:45:49.362Z Fresh cookie_store v0.22.1
98922026-02-26T21:45:49.362Z Fresh zstd-safe v7.2.3
98932026-02-26T21:45:49.363Z Fresh socket2 v0.5.10
98942026-02-26T21:45:49.363Z Fresh winnow v0.6.26
98952026-02-26T21:45:49.363Z Fresh unicode-bidi v0.3.17
98962026-02-26T21:45:49.363Z Fresh unicode-properties v0.1.3
98972026-02-26T21:45:49.363Z Fresh predicates-core v1.0.8
98982026-02-26T21:45:49.363Z Fresh simd-adler32 v0.3.7
98992026-02-26T21:45:49.363Z Fresh bumpalo v3.16.0
99002026-02-26T21:45:49.363Z Fresh lockfree-object-pool v0.1.6
99012026-02-26T21:45:49.363Z Fresh zstd v0.13.3
99022026-02-26T21:45:49.363Z Fresh stringprep v0.1.5
99032026-02-26T21:45:49.363Z Fresh reqwest v0.13.2
99042026-02-26T21:45:49.363Z Fresh zopfli v0.8.1
99052026-02-26T21:45:49.363Z Fresh heapless v0.7.17
99062026-02-26T21:45:49.363Z Fresh crossterm v0.28.1
99072026-02-26T21:45:49.363Z Fresh hickory-proto v0.25.2
99082026-02-26T21:45:49.363Z Fresh bzip2 v0.5.2
99092026-02-26T21:45:49.396Z Fresh similar v2.7.0
99102026-02-26T21:45:49.396Z Fresh tokio-stream v0.1.17
99112026-02-26T21:45:49.397Z Fresh md-5 v0.10.6
99122026-02-26T21:45:49.397Z Fresh strum_macros v0.27.2
99132026-02-26T21:45:49.397Z Fresh float-cmp v0.10.0
99142026-02-26T21:45:49.397Z Fresh difflib v0.4.0
99152026-02-26T21:45:49.397Z Fresh jiff v0.2.15
99162026-02-26T21:45:49.397Z Fresh fallible-iterator v0.2.0
99172026-02-26T21:45:49.397Z Fresh normalize-line-endings v0.3.0
99182026-02-26T21:45:49.397Z Fresh postgres-protocol v0.6.8
99192026-02-26T21:45:49.397Z Fresh strum v0.27.2
99202026-02-26T21:45:49.397Z Fresh zip v4.2.0
99212026-02-26T21:45:49.397Z Fresh predicates v3.1.3
99222026-02-26T21:45:49.397Z Fresh nix v0.29.0
99232026-02-26T21:45:49.397Z Fresh smoltcp v0.9.1
99242026-02-26T21:45:49.397Z Fresh buf-list v1.0.3
99252026-02-26T21:45:49.397Z Fresh iddqd v0.3.16
99262026-02-26T21:45:49.397Z Fresh serde_repr v0.1.19
99272026-02-26T21:45:49.397Z Fresh fixedbitset v0.5.7
99282026-02-26T21:45:49.397Z Fresh peg-runtime v0.8.5
99292026-02-26T21:45:49.397Z Fresh postgres-types v0.2.9
99302026-02-26T21:45:49.397Z Fresh phf v0.11.2
99312026-02-26T21:45:49.397Z Fresh gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
99322026-02-26T21:45:49.397Z Fresh whoami v1.5.2
99332026-02-26T21:45:49.397Z Fresh petgraph v0.8.2
99342026-02-26T21:45:49.397Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
99352026-02-26T21:45:49.397Z Fresh tokio-postgres v0.7.13
99362026-02-26T21:45:49.397Z Fresh regress v0.10.5
99372026-02-26T21:45:49.397Z Fresh futures-executor v0.3.31
99382026-02-26T21:45:49.397Z Fresh is-terminal v0.4.13
99392026-02-26T21:45:49.397Z Fresh crossbeam-channel v0.5.15
99402026-02-26T21:45:49.397Z Fresh fs-err v3.1.1
99412026-02-26T21:45:49.397Z Fresh futures v0.3.31
99422026-02-26T21:45:49.397Z Fresh unsafe-libyaml v0.2.11
99432026-02-26T21:45:49.397Z Fresh thread_local v1.1.8
99442026-02-26T21:45:49.398Z Fresh take_mut v0.2.2
99452026-02-26T21:45:49.398Z Fresh term v1.1.0
99462026-02-26T21:45:49.398Z Fresh match_cfg v0.1.0
99472026-02-26T21:45:49.398Z Fresh serde_yaml v0.9.34+deprecated
99482026-02-26T21:45:49.398Z Fresh slog-term v2.9.2
99492026-02-26T21:45:49.398Z Fresh hostname v0.3.1
99502026-02-26T21:45:49.398Z Fresh newtype-uuid-macros v0.1.0
99512026-02-26T21:45:49.398Z Fresh debug-ignore v1.0.5
99522026-02-26T21:45:49.398Z Fresh slog-json v2.6.1
99532026-02-26T21:45:49.398Z Fresh slog-async v2.8.0
99542026-02-26T21:45:49.398Z Fresh structmeta-derive v0.3.0
99552026-02-26T21:45:49.398Z Fresh unicode-width v0.1.14
99562026-02-26T21:45:49.398Z Fresh slog-bunyan v2.5.0
99572026-02-26T21:45:49.398Z Fresh toml_parser v1.0.6+spec-1.1.0
99582026-02-26T21:45:49.398Z Fresh structmeta v0.3.0
99592026-02-26T21:45:49.398Z Fresh rustls-webpki v0.102.8
99602026-02-26T21:45:49.398Z Fresh serde_spanned v1.0.4
99612026-02-26T21:45:49.398Z Fresh toml_datetime v0.7.5+spec-1.1.0
99622026-02-26T21:45:49.398Z Fresh serde_path_to_error v0.1.20
99632026-02-26T21:45:49.398Z Fresh toml_writer v1.0.6+spec-1.1.0
99642026-02-26T21:45:49.398Z Fresh rustls v0.22.4
99652026-02-26T21:45:49.398Z Fresh async-stream-impl v0.3.6
99662026-02-26T21:45:49.398Z Fresh rustls-pemfile v2.2.0
99672026-02-26T21:45:49.398Z Fresh waitgroup v0.1.2
99682026-02-26T21:45:49.398Z Fresh dropshot_endpoint v0.16.7
99692026-02-26T21:45:49.398Z Fresh toml v0.9.11+spec-1.1.0
99702026-02-26T21:45:49.398Z Fresh async-stream v0.3.6
99712026-02-26T21:45:49.398Z Fresh tokio-rustls v0.25.0
99722026-02-26T21:45:49.398Z Fresh multer v3.1.0
99732026-02-26T21:45:49.398Z Fresh hostname v0.4.2
99742026-02-26T21:45:49.398Z Fresh derive-ex v0.1.8
99752026-02-26T21:45:49.398Z Fresh typify-impl v0.4.3
99762026-02-26T21:45:49.398Z Fresh dropshot v0.16.7
99772026-02-26T21:45:49.398Z Fresh typify-macro v0.4.3
99782026-02-26T21:45:49.398Z Fresh test-strategy v0.4.3
99792026-02-26T21:45:49.398Z Fresh progenitor-client v0.13.0
99802026-02-26T21:45:49.398Z Fresh serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
99812026-02-26T21:45:49.398Z Fresh itertools v0.14.0
99822026-02-26T21:45:49.398Z Fresh tabwriter v1.4.0
99832026-02-26T21:45:49.398Z Fresh macaddr v1.0.1
99842026-02-26T21:45:49.399Z Fresh typify v0.4.3
99852026-02-26T21:45:49.399Z Fresh tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
99862026-02-26T21:45:49.399Z Fresh progenitor-client v0.10.0
99872026-02-26T21:45:49.399Z Fresh instant v0.1.13
99882026-02-26T21:45:49.399Z Fresh progenitor-client v0.11.2
99892026-02-26T21:45:49.399Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
99902026-02-26T21:45:49.399Z Fresh parse-display-derive v0.10.0
99912026-02-26T21:45:49.399Z Fresh progenitor-impl v0.11.2
99922026-02-26T21:45:49.399Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
99932026-02-26T21:45:49.399Z Fresh parse-display v0.10.0
99942026-02-26T21:45:49.399Z Fresh backoff v0.4.0
99952026-02-26T21:45:49.399Z Fresh rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
99962026-02-26T21:45:49.399Z Fresh backon v1.6.0
99972026-02-26T21:45:49.399Z Fresh colored v3.0.0
99982026-02-26T21:45:49.399Z Fresh protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
99992026-02-26T21:45:49.399Z Fresh progenitor-macro v0.11.2
100002026-02-26T21:45:49.399Z Fresh camino-tempfile v1.4.1
100012026-02-26T21:45:49.399Z Fresh glob v0.3.2
100022026-02-26T21:45:49.399Z Fresh crossbeam-deque v0.8.5
100032026-02-26T21:45:49.399Z Fresh progenitor v0.11.2
100042026-02-26T21:45:49.399Z Fresh proc-macro-crate v1.3.1
100052026-02-26T21:45:49.399Z Fresh secrecy v0.10.3
100062026-02-26T21:45:49.399Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
100072026-02-26T21:45:49.399Z Fresh proc-macro-error-attr v1.0.4
100082026-02-26T21:45:49.399Z Fresh rayon-core v1.12.1
100092026-02-26T21:45:49.426Z Fresh crucible-workspace-hack v0.1.0
100102026-02-26T21:45:49.426Z Fresh num_enum_derive v0.5.11
100112026-02-26T21:45:49.426Z Fresh proc-macro-error v1.0.4
100122026-02-26T21:45:49.426Z Fresh num_enum v0.5.11
100132026-02-26T21:45:49.426Z Fresh nix v0.30.1
100142026-02-26T21:45:49.426Z Fresh rayon v1.10.0
100152026-02-26T21:45:49.426Z Fresh ingot-macros v0.1.1
100162026-02-26T21:45:49.426Z Fresh toml v0.8.23
100172026-02-26T21:45:49.426Z Fresh hash32 v0.3.1
100182026-02-26T21:45:49.426Z Fresh ingot-types v0.1.2
100192026-02-26T21:45:49.426Z Fresh foreign-types-macros v0.2.3
100202026-02-26T21:45:49.426Z Fresh cobs v0.2.3
100212026-02-26T21:45:49.426Z Fresh foreign-types-shared v0.3.1
100222026-02-26T21:45:49.426Z Fresh heapless v0.8.0
100232026-02-26T21:45:49.426Z Fresh ingot v0.1.1
100242026-02-26T21:45:49.426Z Fresh postcard v1.0.10
100252026-02-26T21:45:49.426Z Fresh foreign-types v0.5.0
100262026-02-26T21:45:49.426Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
100272026-02-26T21:45:49.427Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
100282026-02-26T21:45:49.427Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
100292026-02-26T21:45:49.427Z Fresh smoltcp v0.11.0
100302026-02-26T21:45:49.427Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
100312026-02-26T21:45:49.427Z Fresh cstr-argument v0.1.2
100322026-02-26T21:45:49.427Z Fresh pretty-hex v0.2.1
100332026-02-26T21:45:49.427Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
100342026-02-26T21:45:49.427Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
100352026-02-26T21:45:49.427Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
100362026-02-26T21:45:49.427Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
100372026-02-26T21:45:49.427Z Fresh colored v2.2.0
100382026-02-26T21:45:49.427Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
100392026-02-26T21:45:49.427Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
100402026-02-26T21:45:49.427Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
100412026-02-26T21:45:49.427Z Fresh sigpipe v0.1.3
100422026-02-26T21:45:49.427Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
100432026-02-26T21:45:49.427Z Fresh zone_cfg_derive v0.3.0
100442026-02-26T21:45:49.427Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
100452026-02-26T21:45:49.427Z Fresh itertools v0.12.1
100462026-02-26T21:45:49.427Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
100472026-02-26T21:45:49.427Z Fresh smf v0.2.3
100482026-02-26T21:45:49.427Z Fresh num-derive v0.4.2
100492026-02-26T21:45:49.427Z Fresh zone v0.3.1
100502026-02-26T21:45:49.428Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
100512026-02-26T21:45:49.428Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
100522026-02-26T21:45:49.428Z Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
100532026-02-26T21:45:49.428Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
100542026-02-26T21:45:49.428Z Fresh unicode-width v0.2.0
100552026-02-26T21:45:49.428Z Fresh convert_case v0.4.0
100562026-02-26T21:45:49.428Z Fresh typify-impl v0.6.1
100572026-02-26T21:45:49.428Z Fresh half v2.4.1
100582026-02-26T21:45:49.428Z Fresh derive_more v0.99.20
100592026-02-26T21:45:49.428Z Fresh typify-macro v0.6.1
100602026-02-26T21:45:49.428Z Fresh ciborium-io v0.2.2
100612026-02-26T21:45:49.428Z Fresh indent_write v2.2.0
100622026-02-26T21:45:49.428Z Fresh universal-hash v0.5.1
100632026-02-26T21:45:49.428Z Fresh swrite v0.1.0
100642026-02-26T21:45:49.428Z Fresh opaque-debug v0.3.1
100652026-02-26T21:45:49.428Z Fresh typify v0.6.1
100662026-02-26T21:45:49.428Z Fresh ciborium-ll v0.2.2
100672026-02-26T21:45:49.428Z Fresh aead v0.5.2
100682026-02-26T21:45:49.428Z Fresh poly1305 v0.8.0
100692026-02-26T21:45:49.428Z Fresh chacha20 v0.9.1
100702026-02-26T21:45:49.428Z Fresh password-hash v0.5.0
100712026-02-26T21:45:49.428Z Fresh blake2 v0.10.6
100722026-02-26T21:45:49.428Z Fresh progenitor-impl v0.13.0
100732026-02-26T21:45:49.428Z Fresh ciborium v0.2.2
100742026-02-26T21:45:49.428Z Fresh argon2 v0.5.3
100752026-02-26T21:45:49.429Z Fresh thiserror-impl-no-std v2.0.2
100762026-02-26T21:45:49.429Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
100772026-02-26T21:45:49.429Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
100782026-02-26T21:45:49.429Z Fresh chacha20poly1305 v0.10.1
100792026-02-26T21:45:49.429Z Fresh progenitor-macro v0.13.0
100802026-02-26T21:45:49.429Z Fresh thiserror-no-std v2.0.2
100812026-02-26T21:45:49.429Z Fresh propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
100822026-02-26T21:45:49.429Z Fresh usdt-attr-macro v0.5.0
100832026-02-26T21:45:49.429Z Fresh usdt-macro v0.5.0
100842026-02-26T21:45:49.429Z Fresh memmap v0.7.0
100852026-02-26T21:45:49.429Z Fresh progenitor v0.13.0
100862026-02-26T21:45:49.429Z Fresh vsss-rs v3.3.4
100872026-02-26T21:45:49.429Z Fresh usdt v0.5.0
100882026-02-26T21:45:49.429Z Fresh console v0.15.10
100892026-02-26T21:45:49.429Z Fresh num-rational v0.4.2
100902026-02-26T21:45:49.429Z Fresh num-complex v0.4.6
100912026-02-26T21:45:49.429Z Fresh float-ord v0.3.2
100922026-02-26T21:45:49.429Z Fresh num v0.4.3
100932026-02-26T21:45:49.429Z Fresh derive-where v1.5.0
100942026-02-26T21:45:49.429Z Fresh atomicwrites v0.4.4
100952026-02-26T21:45:49.429Z Fresh newline-converter v0.3.0
100962026-02-26T21:45:49.429Z Fresh prettyplease v0.2.36
100972026-02-26T21:45:49.429Z Fresh expectorate v1.2.0
100982026-02-26T21:45:49.430Z Fresh libsw-core v0.3.1
100992026-02-26T21:45:49.430Z Fresh bytecount v0.6.8
101002026-02-26T21:45:49.430Z Fresh linear-map v1.2.0
101012026-02-26T21:45:49.430Z Fresh libsw v3.5.0
101022026-02-26T21:45:49.430Z Fresh cancel-safe-futures v0.1.5
101032026-02-26T21:45:49.430Z Fresh owo-colors v4.2.3
101042026-02-26T21:45:49.430Z Fresh gethostname v0.5.0
101052026-02-26T21:45:49.430Z Fresh same-file v1.0.6
101062026-02-26T21:45:49.430Z Fresh walkdir v2.5.0
101072026-02-26T21:45:49.430Z Fresh unicode-xid v0.2.6
101082026-02-26T21:45:49.430Z Fresh tokio-dtrace v0.1.0
101092026-02-26T21:45:49.458Z Fresh async-recursion v1.1.1
101102026-02-26T21:45:49.458Z Fresh oxide-tokio-rt v0.1.2
101112026-02-26T21:45:49.458Z Fresh globset v0.4.15
101122026-02-26T21:45:49.458Z Fresh pin-project-internal v1.1.6
101132026-02-26T21:45:49.458Z Fresh smawk v0.3.2
101142026-02-26T21:45:49.458Z Fresh unicode-linebreak v0.1.5
101152026-02-26T21:45:49.458Z Fresh pin-project v1.1.6
101162026-02-26T21:45:49.458Z Fresh resolv-conf v0.7.0
101172026-02-26T21:45:49.459Z Fresh csv-core v0.1.11
101182026-02-26T21:45:49.459Z Fresh minimal-lexical v0.2.1
101192026-02-26T21:45:49.459Z Fresh slog-dtrace v0.3.0
101202026-02-26T21:45:49.459Z Fresh convert_case v0.7.1
101212026-02-26T21:45:49.459Z Fresh pem v3.0.5
101222026-02-26T21:45:49.459Z Fresh object v0.37.3
101232026-02-26T21:45:49.459Z Fresh nom v7.1.3
101242026-02-26T21:45:49.459Z Fresh csv v1.3.1
101252026-02-26T21:45:49.459Z Fresh snafu-derive v0.8.5
101262026-02-26T21:45:49.459Z Fresh vte_generate_state_changes v0.1.2
101272026-02-26T21:45:49.459Z Fresh termtree v0.5.1
101282026-02-26T21:45:49.459Z Fresh derive_more-impl v2.0.1
101292026-02-26T21:45:49.459Z Fresh ar_archive_writer v0.5.1
101302026-02-26T21:45:49.459Z Fresh vte v0.11.1
101312026-02-26T21:45:49.459Z Fresh snafu v0.8.5
101322026-02-26T21:45:49.459Z Fresh olpc-cjson v0.1.4
101332026-02-26T21:45:49.459Z Fresh fd-lock v4.0.2
101342026-02-26T21:45:49.459Z Fresh serde_plain v1.0.2
101352026-02-26T21:45:49.459Z Fresh typed-path v0.9.3
101362026-02-26T21:45:49.459Z Fresh linked-hash-map v0.5.6
101372026-02-26T21:45:49.459Z Fresh base64 v0.21.7
101382026-02-26T21:45:49.459Z Fresh strip-ansi-escapes v0.2.0
101392026-02-26T21:45:49.459Z Fresh derive_more v2.0.1
101402026-02-26T21:45:49.459Z Fresh tough v0.20.0
101412026-02-26T21:45:49.459Z Fresh lru-cache v0.1.2
101422026-02-26T21:45:49.459Z Fresh hickory-proto v0.24.4
101432026-02-26T21:45:49.459Z Fresh nu-ansi-term v0.50.1
101442026-02-26T21:45:49.460Z Fresh crossterm v0.29.0
101452026-02-26T21:45:49.460Z Fresh nibble_vec v0.1.0
101462026-02-26T21:45:49.460Z Fresh reedline v0.40.0
101472026-02-26T21:45:49.460Z Fresh highway v1.3.0
101482026-02-26T21:45:49.460Z Fresh semver v0.1.20
101492026-02-26T21:45:49.460Z Fresh cfg_aliases v0.1.1
101502026-02-26T21:45:49.460Z Fresh endian-type v0.1.2
101512026-02-26T21:45:49.460Z Fresh display-error-chain v0.2.2
101522026-02-26T21:45:49.460Z Fresh hickory-resolver v0.24.4
101532026-02-26T21:45:49.460Z Fresh radix_trie v0.2.1
101542026-02-26T21:45:49.460Z Fresh rustc_version v0.1.7
101552026-02-26T21:45:49.460Z Fresh psm v0.1.30
101562026-02-26T21:45:49.460Z Fresh home v0.5.9
101572026-02-26T21:45:49.460Z Fresh siphasher v1.0.1
101582026-02-26T21:45:49.460Z Fresh humantime v2.2.0
101592026-02-26T21:45:49.460Z Fresh phf_shared v0.12.1
101602026-02-26T21:45:49.460Z Fresh stacker v0.1.23
101612026-02-26T21:45:49.460Z Fresh qorb v0.4.1
101622026-02-26T21:45:49.460Z Fresh textwrap v0.16.2
101632026-02-26T21:45:49.460Z Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
101642026-02-26T21:45:49.460Z Fresh recursive-proc-macro-impl v0.1.1
101652026-02-26T21:45:49.460Z Fresh nix v0.28.0
101662026-02-26T21:45:49.460Z Fresh phf v0.12.1
101672026-02-26T21:45:49.460Z Fresh recursive v0.1.1
101682026-02-26T21:45:49.460Z Fresh const_format_proc_macros v0.2.34
101692026-02-26T21:45:49.460Z Fresh papergrid v0.11.0
101702026-02-26T21:45:49.460Z Fresh tabled_derive v0.7.0
101712026-02-26T21:45:49.460Z Fresh peg-macros v0.8.5
101722026-02-26T21:45:49.461Z Fresh sqlparser_derive v0.5.0
101732026-02-26T21:45:49.461Z Fresh unicode_categories v0.1.1
101742026-02-26T21:45:49.461Z Fresh tabled v0.15.0
101752026-02-26T21:45:49.461Z Fresh chrono-tz v0.10.4
101762026-02-26T21:45:49.461Z Fresh peg v0.8.5
101772026-02-26T21:45:49.461Z Fresh sqlparser v0.61.0
101782026-02-26T21:45:49.461Z Fresh const_format v0.2.34
101792026-02-26T21:45:49.461Z Fresh rustyline v14.0.0
101802026-02-26T21:45:49.461Z Fresh sqlformat v0.3.5
101812026-02-26T21:45:49.461Z Fresh newtype_derive v0.1.6
101822026-02-26T21:45:49.461Z Fresh bcs v0.1.6
101832026-02-26T21:45:49.461Z Fresh utf-8 v0.7.6
101842026-02-26T21:45:49.461Z Fresh xattr v1.3.1
101852026-02-26T21:45:49.461Z Fresh filetime v0.2.26
101862026-02-26T21:45:49.461Z Fresh arc-swap v1.7.1
101872026-02-26T21:45:49.461Z Fresh steno v0.4.1
101882026-02-26T21:45:49.461Z Fresh tungstenite v0.21.0
101892026-02-26T21:45:49.461Z Fresh tar v0.4.44
101902026-02-26T21:45:49.461Z Fresh slog-scope v4.4.0
101912026-02-26T21:45:49.461Z Fresh typify-impl v0.2.0
101922026-02-26T21:45:49.461Z Fresh headers-core v0.3.0
101932026-02-26T21:45:49.461Z Fresh tokio-tungstenite v0.21.0
101942026-02-26T21:45:49.461Z Fresh slog-stdlog v4.1.1
101952026-02-26T21:45:49.461Z Fresh typify-macro v0.2.0
101962026-02-26T21:45:49.461Z Fresh headers v0.4.1
101972026-02-26T21:45:49.462Z Fresh progenitor-client v0.8.0
101982026-02-26T21:45:49.462Z Fresh dropshot-api-manager-types v0.3.0
101992026-02-26T21:45:49.462Z Fresh slog-envlogger v2.2.0
102002026-02-26T21:45:49.462Z Fresh typify v0.2.0
102012026-02-26T21:45:49.462Z Fresh heck v0.3.3
102022026-02-26T21:45:49.462Z Fresh subprocess v0.2.9
102032026-02-26T21:45:49.462Z Fresh cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
102042026-02-26T21:45:49.462Z Fresh base64 v0.13.1
102052026-02-26T21:45:49.462Z Fresh progenitor-impl v0.8.0
102062026-02-26T21:45:49.462Z Fresh zone_cfg_derive v0.1.2
102072026-02-26T21:45:49.462Z Fresh lzma-sys v0.1.20
102082026-02-26T21:45:49.462Z Fresh number_prefix v0.4.0
102092026-02-26T21:45:49.501Z Fresh propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
102102026-02-26T21:45:49.502Z Fresh ron v0.7.1
102112026-02-26T21:45:49.502Z Fresh yasna v0.5.2
102122026-02-26T21:45:49.502Z Fresh progenitor-macro v0.8.0
102132026-02-26T21:45:49.502Z Fresh zone v0.1.8
102142026-02-26T21:45:49.502Z Fresh indicatif v0.17.11
102152026-02-26T21:45:49.502Z Fresh xz2 v0.1.7
102162026-02-26T21:45:49.502Z Fresh rcgen v0.12.1
102172026-02-26T21:45:49.502Z Fresh progenitor-impl v0.10.0
102182026-02-26T21:45:49.502Z Fresh progenitor v0.8.0
102192026-02-26T21:45:49.502Z Fresh tagptr v0.2.0
102202026-02-26T21:45:49.502Z Fresh progenitor-macro v0.10.0
102212026-02-26T21:45:49.502Z Fresh bitfield-struct v0.6.2
102222026-02-26T21:45:49.502Z Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
102232026-02-26T21:45:49.502Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
102242026-02-26T21:45:49.502Z Fresh moka v0.12.10
102252026-02-26T21:45:49.502Z Fresh progenitor v0.10.0
102262026-02-26T21:45:49.502Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
102272026-02-26T21:45:49.502Z Fresh xshell-macros v0.2.7
102282026-02-26T21:45:49.502Z Fresh libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
102292026-02-26T21:45:49.502Z Fresh hickory-resolver v0.25.2
102302026-02-26T21:45:49.502Z Fresh libefi-sys v0.1.0
102312026-02-26T21:45:49.502Z Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
102322026-02-26T21:45:49.502Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
102332026-02-26T21:45:49.503Z Fresh xshell v0.2.7
102342026-02-26T21:45:49.503Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
102352026-02-26T21:45:49.503Z Fresh tap v1.0.1
102362026-02-26T21:45:49.503Z Fresh zerocopy-derive v0.6.6
102372026-02-26T21:45:49.503Z Fresh wyz v0.5.1
102382026-02-26T21:45:49.503Z Fresh radium v0.7.0
102392026-02-26T21:45:49.503Z Fresh funty v2.0.0
102402026-02-26T21:45:49.503Z Fresh crc-catalog v2.4.0
102412026-02-26T21:45:49.503Z Fresh maybe-uninit v2.0.0
102422026-02-26T21:45:49.503Z Fresh zerocopy v0.6.6
102432026-02-26T21:45:49.503Z Fresh crc v3.2.1
102442026-02-26T21:45:49.503Z Fresh bitvec v1.0.1
102452026-02-26T21:45:49.503Z Fresh packed_struct_codegen v0.10.1
102462026-02-26T21:45:49.503Z Fresh bitfield-macros v0.19.2
102472026-02-26T21:45:49.503Z Fresh nodrop v0.1.14
102482026-02-26T21:45:49.503Z Fresh array-init v0.0.4
102492026-02-26T21:45:49.503Z Fresh packed_struct v0.10.1
102502026-02-26T21:45:49.503Z Fresh bitfield v0.19.2
102512026-02-26T21:45:49.503Z Fresh smallvec v0.6.14
102522026-02-26T21:45:49.503Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
102532026-02-26T21:45:49.503Z Fresh hashbrown v0.12.3
102542026-02-26T21:45:49.503Z Fresh maplit v1.0.2
102552026-02-26T21:45:49.503Z Fresh indexmap v1.9.3
102562026-02-26T21:45:49.504Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
102572026-02-26T21:45:49.504Z Fresh serde-hex v0.1.0
102582026-02-26T21:45:49.504Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
102592026-02-26T21:45:49.504Z Fresh ron v0.8.1
102602026-02-26T21:45:49.504Z Fresh hashbrown v0.13.2
102612026-02-26T21:45:49.504Z Fresh crc-any v2.5.0
102622026-02-26T21:45:49.504Z Fresh object v0.30.4
102632026-02-26T21:45:49.504Z Fresh lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
102642026-02-26T21:45:49.504Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
102652026-02-26T21:45:49.504Z Fresh path-slash v0.1.5
102662026-02-26T21:45:49.504Z Fresh proc-macro-error-attr2 v2.0.0
102672026-02-26T21:45:49.504Z Fresh dsl_auto_type v0.1.2
102682026-02-26T21:45:49.504Z Fresh scheduled-thread-pool v0.2.7
102692026-02-26T21:45:49.504Z Fresh diesel_table_macro_syntax v0.2.0
102702026-02-26T21:45:49.504Z Fresh proc-macro-error2 v2.0.1
102712026-02-26T21:45:49.504Z Fresh r2d2 v0.8.10
102722026-02-26T21:45:49.504Z Fresh diesel_derives v2.2.3
102732026-02-26T21:45:49.504Z Fresh num-derive v0.3.3
102742026-02-26T21:45:49.504Z Fresh diff v0.1.13
102752026-02-26T21:45:49.504Z Fresh diesel v2.2.12
102762026-02-26T21:45:49.504Z Fresh libscf-sys v1.1.0
102772026-02-26T21:45:49.504Z Fresh dirs-sys-next v0.1.2
102782026-02-26T21:45:49.504Z Fresh unicase v2.8.1
102792026-02-26T21:45:49.504Z Fresh dirs-next v2.0.0
102802026-02-26T21:45:49.504Z Fresh smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
102812026-02-26T21:45:49.504Z Fresh vergen-gitcl v1.0.8
102822026-02-26T21:45:49.504Z Fresh tabled_derive v0.11.0
102832026-02-26T21:45:49.505Z Fresh crunchy v0.2.2
102842026-02-26T21:45:49.505Z Fresh term v0.7.0
102852026-02-26T21:45:49.505Z Fresh hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
102862026-02-26T21:45:49.505Z Fresh papergrid v0.17.0
102872026-02-26T21:45:49.505Z Fresh testing_table v0.3.0
102882026-02-26T21:45:49.505Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
102892026-02-26T21:45:49.505Z Fresh bit-vec v0.6.3
102902026-02-26T21:45:49.505Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
102912026-02-26T21:45:49.505Z Fresh tabled v0.20.0
102922026-02-26T21:45:49.505Z Fresh tiny-keccak v2.0.2
102932026-02-26T21:45:49.505Z Fresh ascii-canvas v3.0.0
102942026-02-26T21:45:49.505Z Fresh bit-set v0.5.3
102952026-02-26T21:45:49.505Z Fresh ena v0.14.3
102962026-02-26T21:45:49.505Z Fresh libloading v0.8.5
102972026-02-26T21:45:49.505Z Fresh regex-syntax v0.6.29
102982026-02-26T21:45:49.505Z Fresh clang-sys v1.8.1
102992026-02-26T21:45:49.505Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
103002026-02-26T21:45:49.505Z Fresh cexpr v0.6.0
103012026-02-26T21:45:49.505Z Fresh crc8 v0.1.1
103022026-02-26T21:45:49.505Z Fresh half v1.8.3
103032026-02-26T21:45:49.505Z Fresh lalrpop v0.19.12
103042026-02-26T21:45:49.505Z Fresh serde_cbor v0.11.2
103052026-02-26T21:45:49.506Z Fresh tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
103062026-02-26T21:45:49.506Z Fresh bindgen v0.71.1
103072026-02-26T21:45:49.506Z Fresh strum_macros v0.24.3
103082026-02-26T21:45:49.506Z Fresh indoc v1.0.9
103092026-02-26T21:45:49.541Z Fresh libxml v0.3.3
103102026-02-26T21:45:49.541Z Fresh oso-derive v0.27.3
103112026-02-26T21:45:49.541Z Fresh impl-trait-for-tuples v0.2.2
103122026-02-26T21:45:49.542Z Fresh quick-xml v0.37.2
103132026-02-26T21:45:49.542Z Fresh polar-core v0.27.3
103142026-02-26T21:45:49.542Z Fresh trait-variant v0.1.2
103152026-02-26T21:45:49.542Z Fresh oso v0.27.3
103162026-02-26T21:45:49.542Z Fresh samael v0.0.19
103172026-02-26T21:45:49.542Z Fresh scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
103182026-02-26T21:45:49.542Z Fresh primeorder v0.13.6
103192026-02-26T21:45:49.542Z Fresh fxhash v0.2.1
103202026-02-26T21:45:49.542Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
103212026-02-26T21:45:49.542Z Fresh bb8 v0.8.5
103222026-02-26T21:45:49.542Z Fresh diesel-dtrace v0.4.2
103232026-02-26T21:45:49.542Z Fresh async-bb8-diesel v0.2.1
103242026-02-26T21:45:49.542Z Fresh rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
103252026-02-26T21:45:49.542Z Fresh salty v0.3.0
103262026-02-26T21:45:49.542Z Fresh p384 v0.13.1
103272026-02-26T21:45:49.542Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
103282026-02-26T21:45:49.542Z Fresh oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
103292026-02-26T21:45:49.542Z Fresh kstat-rs v0.2.4
103302026-02-26T21:45:49.542Z Fresh nonempty v0.12.0
103312026-02-26T21:45:49.543Z Fresh oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
103322026-02-26T21:45:49.543Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
103332026-02-26T21:45:49.543Z Fresh oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
103342026-02-26T21:45:49.543Z Fresh oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
103352026-02-26T21:45:49.543Z Fresh oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
103362026-02-26T21:45:49.543Z Fresh predicates-tree v1.0.12
103372026-02-26T21:45:49.543Z Fresh ignore v0.4.23
103382026-02-26T21:45:49.543Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
103392026-02-26T21:45:49.543Z Fresh parking_lot_core v0.8.6
103402026-02-26T21:45:49.543Z Fresh globwalk v0.9.1
103412026-02-26T21:45:49.543Z Fresh hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
103422026-02-26T21:45:49.543Z Fresh fs-err v2.11.0
103432026-02-26T21:45:49.543Z Fresh parking_lot v0.11.2
103442026-02-26T21:45:49.543Z Fresh prefix-trie v0.7.0
103452026-02-26T21:45:49.543Z Fresh nanorand v0.7.0
103462026-02-26T21:45:49.543Z Fresh parse-size v1.1.0
103472026-02-26T21:45:49.543Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
103482026-02-26T21:45:49.543Z Fresh camino-tempfile-ext v0.3.2
103492026-02-26T21:45:49.543Z Fresh hickory-server v0.25.2
103502026-02-26T21:45:49.543Z Fresh sled v0.34.7
103512026-02-26T21:45:49.543Z Fresh flume v0.11.1
103522026-02-26T21:45:49.543Z Fresh tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
103532026-02-26T21:45:49.544Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
103542026-02-26T21:45:49.544Z Fresh hickory-client v0.25.2
103552026-02-26T21:45:49.544Z Fresh dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
103562026-02-26T21:45:49.544Z Fresh http-range v0.1.5
103572026-02-26T21:45:49.544Z Fresh void v1.0.2
103582026-02-26T21:45:49.544Z Fresh corncobs v0.1.4
103592026-02-26T21:45:49.544Z Fresh dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
103602026-02-26T21:45:49.544Z Fresh dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
103612026-02-26T21:45:49.544Z Fresh lzss v0.8.2
103622026-02-26T21:45:49.544Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
103632026-02-26T21:45:49.544Z Fresh tungstenite v0.23.0
103642026-02-26T21:45:49.544Z Fresh nix v0.27.1
103652026-02-26T21:45:49.544Z Fresh concurrent-queue v2.5.0
103662026-02-26T21:45:49.544Z Fresh secrecy v0.8.0
103672026-02-26T21:45:49.544Z Fresh atty v0.2.14
103682026-02-26T21:45:49.544Z Fresh serde_bytes v0.11.19
103692026-02-26T21:45:49.544Z Fresh parking v2.2.1
103702026-02-26T21:45:49.544Z Fresh sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
103712026-02-26T21:45:49.544Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
103722026-02-26T21:45:49.544Z Fresh tokio-tungstenite v0.23.1
103732026-02-26T21:45:49.544Z Fresh mime_guess v2.0.5
103742026-02-26T21:45:49.544Z Fresh signal-hook-tokio v0.3.1
103752026-02-26T21:45:49.545Z Fresh hyper-staticfile v0.10.1
103762026-02-26T21:45:49.545Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
103772026-02-26T21:45:49.545Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
103782026-02-26T21:45:49.545Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
103792026-02-26T21:45:49.545Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
103802026-02-26T21:45:49.545Z Fresh rand_seeder v0.4.0
103812026-02-26T21:45:49.545Z Fresh assert_matches v1.5.0
103822026-02-26T21:45:49.545Z Fresh is_ci v1.2.0
103832026-02-26T21:45:49.545Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
103842026-02-26T21:45:49.545Z Fresh dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
103852026-02-26T21:45:49.545Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
103862026-02-26T21:45:49.545Z Fresh event-listener v5.3.1
103872026-02-26T21:45:49.545Z Fresh tabled_derive v0.10.0
103882026-02-26T21:45:49.545Z Fresh papergrid v0.14.0
103892026-02-26T21:45:49.545Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
103902026-02-26T21:45:49.545Z Fresh tabled v0.18.0
103912026-02-26T21:45:49.545Z Fresh event-listener-strategy v0.5.2
103922026-02-26T21:45:49.545Z Fresh tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
103932026-02-26T21:45:49.545Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
103942026-02-26T21:45:49.545Z Fresh yansi v1.0.1
103952026-02-26T21:45:49.545Z Fresh futures-lite v2.3.0
103962026-02-26T21:45:49.545Z Fresh typeid v1.0.3
103972026-02-26T21:45:49.546Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
103982026-02-26T21:45:49.546Z Fresh pretty_assertions v1.4.1
103992026-02-26T21:45:49.546Z Fresh erased-serde v0.4.6
104002026-02-26T21:45:49.546Z Fresh ordered-float v2.10.1
104012026-02-26T21:45:49.546Z Fresh serde-value v0.7.0
104022026-02-26T21:45:49.546Z Fresh serde-untagged v0.1.7
104032026-02-26T21:45:49.546Z Fresh async-lock v3.4.0
104042026-02-26T21:45:49.546Z Fresh polling v3.7.3
104052026-02-26T21:45:49.546Z Fresh castaway v0.2.3
104062026-02-26T21:45:49.546Z Fresh indoc v2.0.6
104072026-02-26T21:45:49.546Z Fresh cargo-util-schemas v0.8.2
104082026-02-26T21:45:49.546Z Fresh async-io v2.3.4
104092026-02-26T21:45:49.584Z Fresh compact_str v0.8.0
104102026-02-26T21:45:49.584Z Fresh libz-sys v1.1.20
104112026-02-26T21:45:49.584Z Fresh console v0.16.0
104122026-02-26T21:45:49.584Z Fresh unicode-truncate v1.1.0
104132026-02-26T21:45:49.584Z Fresh lru v0.12.5
104142026-02-26T21:45:49.584Z Fresh cargo-platform v0.2.0
104152026-02-26T21:45:49.584Z Fresh instability v0.3.2
104162026-02-26T21:45:49.584Z Fresh cassowary v0.3.0
104172026-02-26T21:45:49.584Z Fresh async-task v4.7.1
104182026-02-26T21:45:49.585Z Fresh unit-prefix v0.5.1
104192026-02-26T21:45:49.585Z Fresh libgit2-sys v0.18.2+1.9.1
104202026-02-26T21:45:49.585Z Fresh indicatif v0.18.0
104212026-02-26T21:45:49.585Z Fresh ratatui v0.29.0
104222026-02-26T21:45:49.585Z Fresh cargo_metadata v0.21.0
104232026-02-26T21:45:49.585Z Fresh async-channel v2.3.1
104242026-02-26T21:45:49.585Z Fresh polyval v0.6.2
104252026-02-26T21:45:49.585Z Fresh piper v0.2.4
104262026-02-26T21:45:49.585Z Fresh plotters-backend v0.3.7
104272026-02-26T21:45:49.585Z Fresh blocking v1.6.1
104282026-02-26T21:45:49.585Z Fresh ghash v0.5.1
104292026-02-26T21:45:49.585Z Fresh async-executor v1.13.1
104302026-02-26T21:45:49.585Z Fresh git2 v0.20.2
104312026-02-26T21:45:49.585Z Fresh async-signal v0.2.10
104322026-02-26T21:45:49.585Z Fresh plotters-svg v0.3.7
104332026-02-26T21:45:49.585Z Fresh supports-color v2.1.0
104342026-02-26T21:45:49.585Z Fresh textwrap v0.15.2
104352026-02-26T21:45:49.585Z Fresh supports-unicode v2.1.0
104362026-02-26T21:45:49.585Z Fresh supports-hyperlinks v2.1.0
104372026-02-26T21:45:49.585Z Fresh hashbrown v0.14.5
104382026-02-26T21:45:49.585Z Fresh openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
104392026-02-26T21:45:49.585Z Fresh ctr v0.9.2
104402026-02-26T21:45:49.585Z Fresh backtrace-ext v0.2.1
104412026-02-26T21:45:49.585Z Fresh miette-derive v5.10.0
104422026-02-26T21:45:49.585Z Fresh terminal_size v0.1.17
104432026-02-26T21:45:49.585Z Fresh arrayref v0.3.9
104442026-02-26T21:45:49.585Z Fresh event-listener v2.5.3
104452026-02-26T21:45:49.585Z Fresh constant_time_eq v0.3.1
104462026-02-26T21:45:49.585Z Fresh arrayvec v0.7.6
104472026-02-26T21:45:49.585Z Fresh cast v0.3.0
104482026-02-26T21:45:49.585Z Fresh shell-words v1.1.0
104492026-02-26T21:45:49.585Z Fresh owo-colors v3.5.0
104502026-02-26T21:45:49.585Z Fresh async-channel v1.9.0
104512026-02-26T21:45:49.585Z Fresh miette v5.10.0
104522026-02-26T21:45:49.585Z Fresh criterion-plot v0.6.0
104532026-02-26T21:45:49.585Z Fresh aes-gcm v0.10.3
104542026-02-26T21:45:49.586Z Fresh chumsky v0.9.3
104552026-02-26T21:45:49.586Z Fresh plotters v0.3.7
104562026-02-26T21:45:49.586Z Fresh async-global-executor v2.4.1
104572026-02-26T21:45:49.586Z Fresh vergen-git2 v1.0.7
104582026-02-26T21:45:49.586Z Fresh async-process v2.3.0
104592026-02-26T21:45:49.586Z Fresh supports-color v3.0.2
104602026-02-26T21:45:49.586Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
104612026-02-26T21:45:49.586Z Fresh knuffel-derive v3.2.0
104622026-02-26T21:45:49.586Z Fresh ssh-encoding v0.2.0
104632026-02-26T21:45:49.586Z Fresh blowfish v0.9.1
104642026-02-26T21:45:49.586Z Fresh rustls-webpki v0.101.7
104652026-02-26T21:45:49.586Z Fresh sct v0.7.1
104662026-02-26T21:45:49.586Z Fresh async-attributes v1.1.2
104672026-02-26T21:45:49.586Z Fresh tinytemplate v1.2.1
104682026-02-26T21:45:49.586Z Fresh kv-log-macro v1.0.7
104692026-02-26T21:45:49.586Z Fresh rtoolbox v0.0.2
104702026-02-26T21:45:49.586Z Fresh oorandom v11.1.4
104712026-02-26T21:45:49.586Z Fresh futures-timer v3.0.3
104722026-02-26T21:45:49.586Z Fresh anes v0.1.6
104732026-02-26T21:45:49.586Z Fresh hex-literal v0.4.1
104742026-02-26T21:45:49.586Z Fresh async-std v1.13.0
104752026-02-26T21:45:49.586Z Fresh rustls v0.21.12
104762026-02-26T21:45:49.586Z Fresh criterion v0.7.0
104772026-02-26T21:45:49.586Z Fresh rpassword v7.4.0
104782026-02-26T21:45:49.586Z Fresh knuffel v3.2.0
104792026-02-26T21:45:49.586Z Fresh bcrypt-pbkdf v0.10.0
104802026-02-26T21:45:49.586Z Fresh ssh-cipher v0.2.0
104812026-02-26T21:45:49.586Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
104822026-02-26T21:45:49.586Z Fresh petname v2.0.2
104832026-02-26T21:45:49.586Z Fresh tui-tree-widget v0.23.1
104842026-02-26T21:45:49.586Z Fresh password-hash v0.4.2
104852026-02-26T21:45:49.586Z Fresh sapling-renderdag v0.1.0
104862026-02-26T21:45:49.586Z Fresh sync-ptr v0.1.4
104872026-02-26T21:45:49.586Z Fresh pbkdf2 v0.11.0
104882026-02-26T21:45:49.587Z Fresh ssh-key v0.6.6
104892026-02-26T21:45:49.587Z Fresh lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
104902026-02-26T21:45:49.587Z Fresh target-lexicon v0.13.2
104912026-02-26T21:45:49.587Z Fresh async-object-pool v0.1.5
104922026-02-26T21:45:49.587Z Fresh tokio-rustls v0.24.1
104932026-02-26T21:45:49.587Z Fresh p521 v0.13.3
104942026-02-26T21:45:49.587Z Fresh p256 v0.13.2
104952026-02-26T21:45:49.587Z Fresh rustls-pemfile v1.0.4
104962026-02-26T21:45:49.587Z Fresh twox-hash v2.1.0
104972026-02-26T21:45:49.587Z Fresh serde_regex v1.1.0
104982026-02-26T21:45:49.587Z Fresh assert-json-diff v2.0.2
104992026-02-26T21:45:49.587Z Fresh russh-cryptovec v0.7.3
105002026-02-26T21:45:49.587Z Fresh path-tree v0.8.1
105012026-02-26T21:45:49.587Z Fresh stringmetrics v2.2.2
105022026-02-26T21:45:49.587Z Fresh md5 v0.7.0
105032026-02-26T21:45:49.587Z Fresh httpmock v0.8.0-alpha.1
105042026-02-26T21:45:49.587Z Fresh russh-keys v0.45.0
105052026-02-26T21:45:49.587Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
105062026-02-26T21:45:49.587Z Fresh lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
105072026-02-26T21:45:49.587Z Fresh cfg-expr v0.20.1
105082026-02-26T21:45:49.587Z Fresh guppy-workspace-hack v0.1.0
105092026-02-26T21:45:49.614Z Fresh blake3 v1.5.4
105102026-02-26T21:45:49.614Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
105112026-02-26T21:45:49.614Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
105122026-02-26T21:45:49.614Z Fresh progenitor-extras v0.1.0
105132026-02-26T21:45:49.614Z Fresh httptest v0.16.3
105142026-02-26T21:45:49.614Z Fresh fatfs v0.3.6
105152026-02-26T21:45:49.614Z Fresh proc-macro-crate v3.2.0
105162026-02-26T21:45:49.614Z Fresh num-bigint v0.4.6
105172026-02-26T21:45:49.614Z Fresh des v0.8.1
105182026-02-26T21:45:49.614Z Fresh raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
105192026-02-26T21:45:49.614Z Fresh dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
105202026-02-26T21:45:49.614Z Fresh escape8259 v0.5.3
105212026-02-26T21:45:49.615Z Fresh relative-path v1.9.3
105222026-02-26T21:45:49.615Z Fresh seq-macro v0.3.6
105232026-02-26T21:45:49.615Z Fresh topological-sort v0.2.2
105242026-02-26T21:45:49.615Z Fresh dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
105252026-02-26T21:45:49.615Z Fresh russh v0.45.0
105262026-02-26T21:45:49.615Z Fresh libtest-mimic v0.8.1
105272026-02-26T21:45:49.615Z Fresh omicron-zone-package v0.12.2
105282026-02-26T21:45:49.615Z Fresh rstest_macros v0.25.0
105292026-02-26T21:45:49.615Z Fresh attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
105302026-02-26T21:45:49.615Z Fresh target-spec v3.5.0
105312026-02-26T21:45:49.615Z Fresh doc-comment v0.3.3
105322026-02-26T21:45:49.615Z Fresh target-triple v0.1.3
105332026-02-26T21:45:49.615Z Fresh pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
105342026-02-26T21:45:49.615Z Fresh blake2b_simd v1.0.2
105352026-02-26T21:45:49.615Z Fresh fancy-regex v0.14.0
105362026-02-26T21:45:49.615Z Fresh pathdiff v0.2.3
105372026-02-26T21:45:49.615Z Fresh ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
105382026-02-26T21:45:49.616Z Fresh uzers v0.12.1
105392026-02-26T21:45:49.616Z Fresh internet-checksum v0.2.1
105402026-02-26T21:45:49.616Z Fresh termcolor v1.4.1
105412026-02-26T21:45:49.616Z Fresh nested v0.1.1
105422026-02-26T21:45:49.616Z Fresh rust-argon2 v2.1.0
105432026-02-26T21:45:49.616Z Fresh assert_cmd v2.0.17
105442026-02-26T21:45:49.616Z Fresh trybuild v1.0.106
105452026-02-26T21:45:49.616Z Fresh guppy v0.17.20
105462026-02-26T21:45:49.616Z Fresh datatest-stable v0.3.2
105472026-02-26T21:45:49.616Z Fresh sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
105482026-02-26T21:45:49.616Z Fresh rstest v0.25.0
105492026-02-26T21:45:49.616Z Fresh scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
105502026-02-26T21:45:49.616Z Fresh partial-io v0.5.4
105512026-02-26T21:45:49.616Z Fresh similar-asserts v1.7.0
105522026-02-26T21:45:49.616Z Fresh rand_distr v0.5.1
105532026-02-26T21:45:49.616Z Fresh approx v0.5.1
105542026-02-26T21:45:49.617Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
105552026-02-26T21:45:49.617Z Fresh oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
105562026-02-26T21:45:49.617Z Fresh live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
105572026-02-26T21:45:49.617Z Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
105582026-02-26T21:45:49.617Z Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
105592026-02-26T21:45:49.617Z Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
105602026-02-26T21:45:49.617Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
105612026-02-26T21:45:49.617Z Fresh omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
105622026-02-26T21:45:49.617Z Fresh omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
105632026-02-26T21:45:49.617Z Fresh clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
105642026-02-26T21:45:49.617Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
105652026-02-26T21:45:49.617Z Fresh omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
105662026-02-26T21:45:49.617Z Fresh reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
105672026-02-26T21:45:49.617Z Fresh end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
105682026-02-26T21:45:49.618Z Fresh omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
105692026-02-26T21:45:49.618Z Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
105702026-02-26T21:45:49.618Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
105712026-02-26T21:45:49.618Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
105722026-02-26T21:45:49.618Z Fresh trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
105732026-02-26T21:45:49.618Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
105742026-02-26T21:45:49.618Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
105752026-02-26T21:45:49.618Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
105762026-02-26T21:45:49.618Z Fresh clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
105772026-02-26T21:45:49.618Z Fresh trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
105782026-02-26T21:45:49.618Z Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
105792026-02-26T21:45:49.618Z Fresh dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
105802026-02-26T21:45:49.618Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
105812026-02-26T21:45:49.618Z Fresh ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
105822026-02-26T21:45:49.618Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
105832026-02-26T21:45:49.618Z Fresh oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
105842026-02-26T21:45:49.618Z Fresh trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
105852026-02-26T21:45:49.618Z Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
105862026-02-26T21:45:49.618Z Fresh clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
105872026-02-26T21:45:49.619Z Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
105882026-02-26T21:45:49.619Z Fresh ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
105892026-02-26T21:45:49.619Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
105902026-02-26T21:45:49.619Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
105912026-02-26T21:45:49.619Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
105922026-02-26T21:45:49.619Z Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
105932026-02-26T21:45:49.619Z Fresh nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
105942026-02-26T21:45:49.619Z Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
105952026-02-26T21:45:49.619Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
105962026-02-26T21:45:49.619Z Fresh nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
105972026-02-26T21:45:49.619Z Fresh nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
105982026-02-26T21:45:49.619Z Fresh omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
105992026-02-26T21:45:49.619Z Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
106002026-02-26T21:45:49.619Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
106012026-02-26T21:45:49.619Z Fresh nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
106022026-02-26T21:45:49.619Z Fresh nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
106032026-02-26T21:45:49.619Z Fresh bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
106042026-02-26T21:45:49.619Z Fresh clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
106052026-02-26T21:45:49.620Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
106062026-02-26T21:45:49.620Z Fresh nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
106072026-02-26T21:45:49.620Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
106082026-02-26T21:45:49.620Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
106092026-02-26T21:45:49.669Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
106102026-02-26T21:45:49.670Z Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
106112026-02-26T21:45:49.670Z Fresh ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
106122026-02-26T21:45:49.670Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
106132026-02-26T21:45:49.670Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
106142026-02-26T21:45:49.670Z Fresh nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
106152026-02-26T21:45:49.670Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
106162026-02-26T21:45:49.670Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
106172026-02-26T21:45:49.670Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
106182026-02-26T21:45:49.670Z Fresh sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
106192026-02-26T21:45:49.670Z Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
106202026-02-26T21:45:49.670Z Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
106212026-02-26T21:45:49.670Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
106222026-02-26T21:45:49.670Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
106232026-02-26T21:45:49.670Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
106242026-02-26T21:45:49.670Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
106252026-02-26T21:45:49.670Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
106262026-02-26T21:45:49.670Z Fresh bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
106272026-02-26T21:45:49.670Z Fresh clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
106282026-02-26T21:45:49.670Z Fresh sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
106292026-02-26T21:45:49.670Z Fresh internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
106302026-02-26T21:45:49.671Z Fresh nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
106312026-02-26T21:45:49.671Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
106322026-02-26T21:45:49.671Z Fresh bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
106332026-02-26T21:45:49.671Z Fresh sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
106342026-02-26T21:45:49.671Z Fresh repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
106352026-02-26T21:45:49.671Z Fresh range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
106362026-02-26T21:45:49.671Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
106372026-02-26T21:45:49.671Z Fresh sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
106382026-02-26T21:45:49.671Z Fresh sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
106392026-02-26T21:45:49.671Z Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
106402026-02-26T21:45:49.671Z Fresh clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
106412026-02-26T21:45:49.671Z Fresh repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
106422026-02-26T21:45:49.671Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
106432026-02-26T21:45:49.671Z Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
106442026-02-26T21:45:49.671Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
106452026-02-26T21:45:49.671Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
106462026-02-26T21:45:49.671Z Fresh nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
106472026-02-26T21:45:49.671Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
106482026-02-26T21:45:49.671Z Fresh nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
106492026-02-26T21:45:49.671Z Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
106502026-02-26T21:45:49.672Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
106512026-02-26T21:45:49.672Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
106522026-02-26T21:45:49.672Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
106532026-02-26T21:45:49.672Z Fresh sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
106542026-02-26T21:45:49.672Z Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
106552026-02-26T21:45:49.672Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
106562026-02-26T21:45:49.672Z Fresh sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
106572026-02-26T21:45:49.672Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
106582026-02-26T21:45:49.672Z Fresh zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
106592026-02-26T21:45:49.672Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
106602026-02-26T21:45:49.672Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
106612026-02-26T21:45:49.672Z Fresh ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
106622026-02-26T21:45:49.672Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
106632026-02-26T21:45:49.672Z Fresh nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
106642026-02-26T21:45:49.672Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
106652026-02-26T21:45:49.672Z Fresh installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
106662026-02-26T21:45:49.672Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
106672026-02-26T21:45:49.672Z Fresh omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
106682026-02-26T21:45:49.672Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
106692026-02-26T21:45:49.672Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
106702026-02-26T21:45:49.673Z Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
106712026-02-26T21:45:49.673Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
106722026-02-26T21:45:49.673Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
106732026-02-26T21:45:49.673Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
106742026-02-26T21:45:49.673Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
106752026-02-26T21:45:49.673Z Fresh sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
106762026-02-26T21:45:49.673Z Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
106772026-02-26T21:45:49.673Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
106782026-02-26T21:45:49.673Z Fresh parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
106792026-02-26T21:45:49.673Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
106802026-02-26T21:45:49.673Z Fresh nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
106812026-02-26T21:45:49.673Z Fresh internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
106822026-02-26T21:45:49.673Z Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
106832026-02-26T21:45:49.673Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
106842026-02-26T21:45:49.673Z Fresh oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
106852026-02-26T21:45:49.673Z Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
106862026-02-26T21:45:49.673Z Fresh oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
106872026-02-26T21:45:49.673Z Fresh cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
106882026-02-26T21:45:49.673Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
106892026-02-26T21:45:49.673Z Fresh internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
106902026-02-26T21:45:49.674Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
106912026-02-26T21:45:49.674Z Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
106922026-02-26T21:45:49.674Z Fresh clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
106932026-02-26T21:45:49.674Z Fresh trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
106942026-02-26T21:45:49.674Z Fresh ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
106952026-02-26T21:45:49.674Z Fresh clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
106962026-02-26T21:45:49.674Z Fresh oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
106972026-02-26T21:45:49.674Z Fresh gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
106982026-02-26T21:45:49.674Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
106992026-02-26T21:45:49.674Z Fresh trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
107002026-02-26T21:45:49.674Z Fresh gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
107012026-02-26T21:45:49.674Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
107022026-02-26T21:45:49.674Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
107032026-02-26T21:45:49.674Z Fresh key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
107042026-02-26T21:45:49.674Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
107052026-02-26T21:45:49.674Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
107062026-02-26T21:45:49.674Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
107072026-02-26T21:45:49.674Z Finished `test` profile [unoptimized + debuginfo] target(s) in 4.89s
107082026-02-26T21:45:49.674Z Doc-tests api_identity
107092026-02-26T21:45:49.701Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type proc-macro --color always --crate-name api_identity --test api_identity/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/api_identity -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-0dee767718e47050.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107102026-02-26T21:45:49.820Z
107112026-02-26T21:45:49.820Zrunning 0 tests
107122026-02-26T21:45:49.820Z
107132026-02-26T21:45:49.845Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107142026-02-26T21:45:49.845Z
107152026-02-26T21:45:49.871Z Doc-tests authz_macros
107162026-02-26T21:45:49.871Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type proc-macro --color always --crate-name authz_macros --test nexus/authz-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/authz-macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-fc3fbef374ba9abe.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-ba674bfac37d8467.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-b07a6cd46bb49e96.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-a4af9fe2764b22df.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107172026-02-26T21:45:50.927Z
107182026-02-26T21:45:50.927Zrunning 7 tests
107192026-02-26T21:45:50.927Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 113) ... ignored
107202026-02-26T21:45:50.927Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 126) ... ignored
107212026-02-26T21:45:50.927Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 31) ... ignored
107222026-02-26T21:45:50.927Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 50) ... ignored
107232026-02-26T21:45:50.927Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 63) ... ignored
107242026-02-26T21:45:50.927Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 80) ... ignored
107252026-02-26T21:45:50.927Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 98) ... ignored
107262026-02-26T21:45:50.928Z
107272026-02-26T21:45:50.928Ztest result: ok. 0 passed; 0 failed; 7 ignored; 0 measured; 0 filtered out; finished in 0.00s
107282026-02-26T21:45:50.928Z
107292026-02-26T21:45:50.957Z Doc-tests bootstore
107302026-02-26T21:45:50.957Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name bootstore --test bootstore/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/bootstore -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-f5a2a231840931bf.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-7b01974447a3784f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-61be4a7cb2ba8b18.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-800a14e1a8c4d7b8.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-3b83da55670e8f0a.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0e6b2fb9a7835ef5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-d5f4616655430b33.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-467979743718e3e8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a9fe9f1222e6c9b4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-6b4ce3e9a64e5618.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107312026-02-26T21:45:51.951Z
107322026-02-26T21:45:51.952Zrunning 0 tests
107332026-02-26T21:45:51.952Z
107342026-02-26T21:45:51.952Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107352026-02-26T21:45:51.952Z
107362026-02-26T21:45:52.021Z Doc-tests bootstrap_agent_api
107372026-02-26T21:45:52.021Z Running `/home/build/.rustup/toolchains/1.91.1-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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-bb45ba09e845defe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-567df5da3eaa495f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-3850d59e699c0790.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107382026-02-26T21:45:53.262Z
107392026-02-26T21:45:53.263Zrunning 2 tests
107402026-02-26T21:45:53.263Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::api_description (line 41) ... ignored
107412026-02-26T21:45:53.263Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::stub_api_description (line 47) ... ignored
107422026-02-26T21:45:53.263Z
107432026-02-26T21:45:53.263Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
107442026-02-26T21:45:53.263Z
107452026-02-26T21:45:53.324Z Doc-tests bootstrap_agent_client
107462026-02-26T21:45:53.325Z Running `/home/build/.rustup/toolchains/1.91.1-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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-69f4788be87256db.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dc582855d2bae75a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107472026-02-26T21:45:53.948Z
107482026-02-26T21:45:53.948Zrunning 0 tests
107492026-02-26T21:45:53.948Z
107502026-02-26T21:45:53.948Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107512026-02-26T21:45:53.948Z
107522026-02-26T21:45:54.006Z Doc-tests bootstrap_agent_lockstep_api
107532026-02-26T21:45:54.006Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name bootstrap_agent_lockstep_api --test sled-agent/bootstrap-agent-lockstep-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-8bcbd12d7836389a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4ca9285fc2ae54be.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107542026-02-26T21:45:55.162Z
107552026-02-26T21:45:55.162Zrunning 2 tests
107562026-02-26T21:45:55.162Ztest sled-agent/bootstrap-agent-lockstep-api/src/lib.rs - bootstrap_agent_lockstep_api_mod::api_description (line 26) ... ignored
107572026-02-26T21:45:55.162Ztest sled-agent/bootstrap-agent-lockstep-api/src/lib.rs - bootstrap_agent_lockstep_api_mod::stub_api_description (line 32) ... ignored
107582026-02-26T21:45:55.162Z
107592026-02-26T21:45:55.162Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
107602026-02-26T21:45:55.163Z
107612026-02-26T21:45:55.227Z Doc-tests bootstrap_agent_lockstep_client
107622026-02-26T21:45:55.227Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name bootstrap_agent_lockstep_client --test clients/bootstrap-agent-lockstep-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-9837ba49c07a3beb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dc582855d2bae75a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107632026-02-26T21:45:56.253Z
107642026-02-26T21:45:56.253Zrunning 0 tests
107652026-02-26T21:45:56.253Z
107662026-02-26T21:45:56.253Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107672026-02-26T21:45:56.253Z
107682026-02-26T21:45:56.319Z Doc-tests clickana
107692026-02-26T21:45:56.319Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name clickana --test dev-tools/clickana/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/clickana -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-a0242ebaa7a2e277.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-a1600eecf88bb0fc.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-19024cc6c44806ed.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-7affd22fd6893a37.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3548ee163e1966e2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107702026-02-26T21:45:56.875Z
107712026-02-26T21:45:56.875Zrunning 0 tests
107722026-02-26T21:45:56.875Z
107732026-02-26T21:45:56.875Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107742026-02-26T21:45:56.875Z
107752026-02-26T21:45:56.926Z Doc-tests clickhouse_admin_api
107762026-02-26T21:45:56.926Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name clickhouse_admin_api --test clickhouse-admin/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin/api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-8fc3ab1f9a0e6b83.rlib --extern clickhouse_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types_versions-2ca069f662c8ad1c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-567df5da3eaa495f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107772026-02-26T21:45:58.108Z
107782026-02-26T21:45:58.108Zrunning 6 tests
107792026-02-26T21:45:58.108Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::api_description (line 65) ... ignored
107802026-02-26T21:45:58.108Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::stub_api_description (line 71) ... ignored
107812026-02-26T21:45:58.108Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::api_description (line 149) ... ignored
107822026-02-26T21:45:58.108Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::stub_api_description (line 155) ... ignored
107832026-02-26T21:45:58.108Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::api_description (line 220) ... ignored
107842026-02-26T21:45:58.108Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::stub_api_description (line 226) ... ignored
107852026-02-26T21:45:58.108Z
107862026-02-26T21:45:58.108Ztest result: ok. 0 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out; finished in 0.00s
107872026-02-26T21:45:58.108Z
107882026-02-26T21:45:58.162Z Doc-tests clickhouse_admin_keeper_client
107892026-02-26T21:45:58.162Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name clickhouse_admin_keeper_client --test clients/clickhouse-admin-keeper-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b476cbab3ebc9700.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-d5c91505739106d4.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-19024cc6c44806ed.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107902026-02-26T21:45:59.026Z
107912026-02-26T21:45:59.026Zrunning 0 tests
107922026-02-26T21:45:59.027Z
107932026-02-26T21:45:59.027Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107942026-02-26T21:45:59.027Z
107952026-02-26T21:45:59.087Z Doc-tests clickhouse_admin_server_client
107962026-02-26T21:45:59.087Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name clickhouse_admin_server_client --test clients/clickhouse-admin-server-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/clickhouse-admin-server-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b476cbab3ebc9700.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-a1600eecf88bb0fc.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-19024cc6c44806ed.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107972026-02-26T21:45:59.810Z
107982026-02-26T21:45:59.810Zrunning 0 tests
107992026-02-26T21:45:59.810Z
108002026-02-26T21:45:59.810Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108012026-02-26T21:45:59.810Z
108022026-02-26T21:45:59.878Z Doc-tests clickhouse_admin_single_client
108032026-02-26T21:45:59.878Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name clickhouse_admin_single_client --test clients/clickhouse-admin-single-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/clickhouse-admin-single-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b476cbab3ebc9700.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-a31dee75727fec34.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-19024cc6c44806ed.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108042026-02-26T21:46:00.201Z
108052026-02-26T21:46:00.201Zrunning 0 tests
108062026-02-26T21:46:00.202Z
108072026-02-26T21:46:00.202Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108082026-02-26T21:46:00.202Z
108092026-02-26T21:46:00.234Z Doc-tests clickhouse_admin_test_utils
108102026-02-26T21:46:00.235Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name clickhouse_admin_test_utils --test clickhouse-admin/test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin/test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-3066b3ace58dda21.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-c802473aad3a46e6.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-19024cc6c44806ed.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-3c3c262e50c2db18.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108112026-02-26T21:46:00.612Z
108122026-02-26T21:46:00.613Zrunning 0 tests
108132026-02-26T21:46:00.613Z
108142026-02-26T21:46:00.613Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108152026-02-26T21:46:00.613Z
108162026-02-26T21:46:00.659Z Doc-tests clickhouse_admin_types
108172026-02-26T21:46:00.659Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name clickhouse_admin_types --test clickhouse-admin/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-19024cc6c44806ed.rlib --extern clickhouse_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types_versions-2ca069f662c8ad1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108182026-02-26T21:46:01.002Z
108192026-02-26T21:46:01.002Zrunning 0 tests
108202026-02-26T21:46:01.002Z
108212026-02-26T21:46:01.002Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108222026-02-26T21:46:01.002Z
108232026-02-26T21:46:01.047Z Doc-tests clickhouse_admin_types_versions
108242026-02-26T21:46:01.047Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name clickhouse_admin_types_versions --test clickhouse-admin/types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin/types/versions -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-62ab5388c2ead6be.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clickhouse_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types_versions-2ca069f662c8ad1c.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-3b83da55670e8f0a.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108252026-02-26T21:46:02.549Z
108262026-02-26T21:46:02.549Zrunning 1 test
108272026-02-26T21:46:02.549Ztest clickhouse-admin/types/versions/src/lib.rs - (line 17) ... ignored
108282026-02-26T21:46:02.549Z
108292026-02-26T21:46:02.574Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
108302026-02-26T21:46:02.574Z
108312026-02-26T21:46:02.608Z Doc-tests cockroach_admin_api
108322026-02-26T21:46:02.608Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name cockroach_admin_api --test cockroach-admin/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-admin/api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-e476912f94e810f8.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-d502cd6d9a6e9ed9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-567df5da3eaa495f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108332026-02-26T21:46:03.606Z
108342026-02-26T21:46:03.606Zrunning 2 tests
108352026-02-26T21:46:03.606Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::api_description (line 49) ... ignored
108362026-02-26T21:46:03.606Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::stub_api_description (line 55) ... ignored
108372026-02-26T21:46:03.606Z
108382026-02-26T21:46:03.606Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
108392026-02-26T21:46:03.606Z
108402026-02-26T21:46:03.648Z Doc-tests cockroach_admin_client
108412026-02-26T21:46:03.649Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name cockroach_admin_client --test clients/cockroach-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/cockroach-admin-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b476cbab3ebc9700.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-f8c59d40a9b99637.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108422026-02-26T21:46:04.093Z
108432026-02-26T21:46:04.093Zrunning 0 tests
108442026-02-26T21:46:04.093Z
108452026-02-26T21:46:04.093Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108462026-02-26T21:46:04.093Z
108472026-02-26T21:46:04.131Z Doc-tests cockroach_admin_types
108482026-02-26T21:46:04.156Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name cockroach_admin_types --test cockroach-admin/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-admin/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-4e206dbacf682159.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-d502cd6d9a6e9ed9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108492026-02-26T21:46:04.318Z
108502026-02-26T21:46:04.318Zrunning 0 tests
108512026-02-26T21:46:04.319Z
108522026-02-26T21:46:04.319Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108532026-02-26T21:46:04.319Z
108542026-02-26T21:46:04.347Z Doc-tests cockroach_admin_types_versions
108552026-02-26T21:46:04.347Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name cockroach_admin_types_versions --test cockroach-admin/types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-admin/types/versions -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b476cbab3ebc9700.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-d502cd6d9a6e9ed9.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-0a4b298c80db40a6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-dadc4ffa302addcf.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108562026-02-26T21:46:05.349Z
108572026-02-26T21:46:05.349Zrunning 1 test
108582026-02-26T21:46:05.349Ztest cockroach-admin/types/versions/src/lib.rs - (line 17) ... ignored
108592026-02-26T21:46:05.350Z
108602026-02-26T21:46:05.350Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
108612026-02-26T21:46:05.350Z
108622026-02-26T21:46:05.383Z Doc-tests db_macros
108632026-02-26T21:46:05.383Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type proc-macro --color always --crate-name db_macros --test nexus/db-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d2bbd885974463d2.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-ba674bfac37d8467.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-b07a6cd46bb49e96.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-a4af9fe2764b22df.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108642026-02-26T21:46:06.498Z
108652026-02-26T21:46:06.498Zrunning 3 tests
108662026-02-26T21:46:06.498Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 31) ... ignored
108672026-02-26T21:46:06.498Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 50) ... ignored
108682026-02-26T21:46:06.498Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 73) ... ignored
108692026-02-26T21:46:06.498Z
108702026-02-26T21:46:06.498Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
108712026-02-26T21:46:06.498Z
108722026-02-26T21:46:06.531Z Doc-tests dev_tools_common
108732026-02-26T21:46:06.557Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name dev_tools_common --test dev-tools/common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-4113bbe7e3c7b380.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108742026-02-26T21:46:06.628Z
108752026-02-26T21:46:06.628Zrunning 0 tests
108762026-02-26T21:46:06.628Z
108772026-02-26T21:46:06.628Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108782026-02-26T21:46:06.628Z
108792026-02-26T21:46:06.656Z Doc-tests dns_server
108802026-02-26T21:46:06.656Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name dns_server --test dns-server/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dns-server -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-71ab8320e4a0b2cf.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-3746f9ad2021ca07.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e3dbb216017a828c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-99e5a07ed75c4017.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-99474a9bb4cf5197.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6a3f0c2bc74a8dc7.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-f52baaa1db0f05e8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d84f93995e261401.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-7277d4bd91511876.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-26ce93b26fa1d45f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4cc5ba24a6003517.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-7e71ff6c28ce4de2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-ffd058a0359ad538.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108812026-02-26T21:46:07.206Z
108822026-02-26T21:46:07.206Zrunning 0 tests
108832026-02-26T21:46:07.206Z
108842026-02-26T21:46:07.206Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108852026-02-26T21:46:07.206Z
108862026-02-26T21:46:07.254Z Doc-tests dns_server_api
108872026-02-26T21:46:07.255Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name dns_server_api --test dns-server-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dns-server-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b476cbab3ebc9700.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-3746f9ad2021ca07.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-567df5da3eaa495f.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-7277d4bd91511876.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108882026-02-26T21:46:08.331Z
108892026-02-26T21:46:08.331Zrunning 2 tests
108902026-02-26T21:46:08.331Ztest dns-server-api/src/lib.rs - dns_server_api_mod::api_description (line 136) ... ignored
108912026-02-26T21:46:08.331Ztest dns-server-api/src/lib.rs - dns_server_api_mod::stub_api_description (line 142) ... ignored
108922026-02-26T21:46:08.331Z
108932026-02-26T21:46:08.331Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
108942026-02-26T21:46:08.331Z
108952026-02-26T21:46:08.381Z Doc-tests dns_service_client
108962026-02-26T21:46:08.382Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name dns_service_client --test clients/dns-service-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/dns-service-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b476cbab3ebc9700.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e3dbb216017a828c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-7277d4bd91511876.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108972026-02-26T21:46:08.881Z
108982026-02-26T21:46:08.881Zrunning 0 tests
108992026-02-26T21:46:08.881Z
109002026-02-26T21:46:08.881Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109012026-02-26T21:46:08.881Z
109022026-02-26T21:46:08.935Z Doc-tests end_to_end_tests
109032026-02-26T21:46:08.935Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name end_to_end_tests --test end-to-end-tests/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/end-to-end-tests -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-5be4cc3a9597241e.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e19bce47ba6e7c57.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-a2cae352ac27581d.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-c79586f96df0b228.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6a3f0c2bc74a8dc7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-594f352716bbccce.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d84f93995e261401.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-ac17f8168544be18.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-a0c57401d3910358.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-de9868dc0340c409.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-7b3e53195ed302cc.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4ec33db313d2c4b3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-98afdb6c2ef9cdc5.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-5f8a3a9446f21a79.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-ad71defff6033b2b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-003ec141f350818d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109042026-02-26T21:46:09.723Z
109052026-02-26T21:46:09.723Zrunning 0 tests
109062026-02-26T21:46:09.723Z
109072026-02-26T21:46:09.723Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109082026-02-26T21:46:09.724Z
109092026-02-26T21:46:09.787Z Doc-tests ereport_types
109102026-02-26T21:46:09.787Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name ereport_types --test ereport/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ereport/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d703376dd51db557.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-e59c0e0cd35ac67e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109112026-02-26T21:46:10.122Z
109122026-02-26T21:46:10.122Zrunning 0 tests
109132026-02-26T21:46:10.122Z
109142026-02-26T21:46:10.122Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109152026-02-26T21:46:10.122Z
109162026-02-26T21:46:10.157Z Doc-tests gateway_api
109172026-02-26T21:46:10.157Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name gateway_api --test gateway-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d703376dd51db557.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-567df5da3eaa495f.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-e59c0e0cd35ac67e.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-891b573e0dea389a.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-92245c2a2bcbfc0c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109182026-02-26T21:46:11.253Z
109192026-02-26T21:46:11.253Zrunning 2 tests
109202026-02-26T21:46:11.253Ztest gateway-api/src/lib.rs - gateway_api_mod::api_description (line 59) ... ignored
109212026-02-26T21:46:11.253Ztest gateway-api/src/lib.rs - gateway_api_mod::stub_api_description (line 65) ... ignored
109222026-02-26T21:46:11.253Z
109232026-02-26T21:46:11.253Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
109242026-02-26T21:46:11.253Z
109252026-02-26T21:46:11.296Z Doc-tests gateway_client
109262026-02-26T21:46:11.296Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name gateway_client --test clients/gateway-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/gateway-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-142d12a8ca42df76.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-e59c0e0cd35ac67e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-004187269ac2e51e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e9068d0167c53e94.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-494ca4e31fddf7d3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109272026-02-26T21:46:12.738Z
109282026-02-26T21:46:12.738Zrunning 0 tests
109292026-02-26T21:46:12.738Z
109302026-02-26T21:46:12.739Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109312026-02-26T21:46:12.739Z
109322026-02-26T21:46:12.800Z Doc-tests gateway_test_utils
109332026-02-26T21:46:12.800Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name gateway_test_utils --test gateway-test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-3066b3ace58dda21.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-004187269ac2e51e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e9068d0167c53e94.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9449da761caf8295.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-494ca4e31fddf7d3.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-bdc63c31969aa7c9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b789c7149d610113.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-413932a27105c9a7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109342026-02-26T21:46:13.623Z
109352026-02-26T21:46:13.623Zrunning 0 tests
109362026-02-26T21:46:13.623Z
109372026-02-26T21:46:13.623Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109382026-02-26T21:46:13.623Z
109392026-02-26T21:46:13.686Z Doc-tests gateway_types
109402026-02-26T21:46:13.686Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name gateway_types --test gateway-types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-494ca4e31fddf7d3.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-92245c2a2bcbfc0c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib -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`
109412026-02-26T21:46:13.941Z
109422026-02-26T21:46:13.941Zrunning 0 tests
109432026-02-26T21:46:13.941Z
109442026-02-26T21:46:13.941Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109452026-02-26T21:46:13.941Z
109462026-02-26T21:46:13.978Z Doc-tests gateway_types_versions
109472026-02-26T21:46:13.978Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name gateway_types_versions --test gateway-types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-types/versions -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-7b8cc660aaeba8f0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e9068d0167c53e94.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-92245c2a2bcbfc0c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-dadc4ffa302addcf.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -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`
109482026-02-26T21:46:15.648Z
109492026-02-26T21:46:15.648Zrunning 1 test
109502026-02-26T21:46:15.648Ztest gateway-types/versions/src/lib.rs - (line 17) ... ignored
109512026-02-26T21:46:15.648Z
109522026-02-26T21:46:15.648Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
109532026-02-26T21:46:15.648Z
109542026-02-26T21:46:15.706Z Doc-tests gfss
109552026-02-26T21:46:15.706Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name gfss --test trust-quorum/gfss/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/trust-quorum/gfss -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-268aa15817046b32.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-c71a35b657b61a51.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-467979743718e3e8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-dadc4ffa302addcf.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rlib -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`
109562026-02-26T21:46:15.926Z
109572026-02-26T21:46:15.926Zrunning 0 tests
109582026-02-26T21:46:15.926Z
109592026-02-26T21:46:15.927Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109602026-02-26T21:46:15.927Z
109612026-02-26T21:46:15.955Z Doc-tests illumos_utils
109622026-02-26T21:46:15.955Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name illumos_utils --test illumos-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/illumos-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-1d27336a7e82c8b6.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-398f0e1b8dee0191.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-8fbaa579bfa4caeb.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-de9868dc0340c409.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-3a9626380e27db34.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-90c842a6e7ff78d6.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-14bbe716dbd37ff3.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-f362e13d93071c42.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dc582855d2bae75a.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-906117e627c53165.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6779b0f0dfa9df3c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-e26637e5617f4c7d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-c03f2093532bc994.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-490b70ab666d52ad.rlib -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`
109632026-02-26T21:46:16.878Z
109642026-02-26T21:46:16.878Zrunning 0 tests
109652026-02-26T21:46:16.878Z
109662026-02-26T21:46:16.878Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109672026-02-26T21:46:16.878Z
109682026-02-26T21:46:16.940Z Doc-tests installinator
109692026-02-26T21:46:16.940Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name installinator --test installinator/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-708bbbfcfaea8aae.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-e6e8339882e0864d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-def746e7eb804baf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-74af327c97b38882.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-2528595203990f55.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-6c21e707dd49ed8b.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-e227e4706d083501.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-9bc3f555743c9dec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-c0a7b5d785367821.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4d06200f0543bfd9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d9fd52ff033ba0b4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-ffd058a0359ad538.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6779b0f0dfa9df3c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-dadc4ffa302addcf.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-40d259803c85ce4f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1c44f558291a3c28.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-57c190f10e85dc2f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-standard"))' --document-private-items -D warnings --error-format human`
109702026-02-26T21:46:17.798Z
109712026-02-26T21:46:17.798Zrunning 0 tests
109722026-02-26T21:46:17.798Z
109732026-02-26T21:46:17.798Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109742026-02-26T21:46:17.798Z
109752026-02-26T21:46:17.865Z Doc-tests installinator_api
109762026-02-26T21:46:17.865Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name installinator_api --test installinator-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-567df5da3eaa495f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-6e17e1e988ca7efb.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-307a3092049c82b6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-57c190f10e85dc2f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109772026-02-26T21:46:18.879Z
109782026-02-26T21:46:18.879Zrunning 2 tests
109792026-02-26T21:46:18.879Ztest installinator-api/src/lib.rs - installinator_api_mod::api_description (line 41) ... ignored
109802026-02-26T21:46:18.879Ztest installinator-api/src/lib.rs - installinator_api_mod::stub_api_description (line 47) ... ignored
109812026-02-26T21:46:18.879Z
109822026-02-26T21:46:18.879Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
109832026-02-26T21:46:18.879Z
109842026-02-26T21:46:18.922Z Doc-tests installinator_client
109852026-02-26T21:46:18.922Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name installinator_client --test clients/installinator-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/installinator-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-2528595203990f55.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dc582855d2bae75a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-57c190f10e85dc2f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109862026-02-26T21:46:19.530Z
109872026-02-26T21:46:19.530Zrunning 0 tests
109882026-02-26T21:46:19.530Z
109892026-02-26T21:46:19.530Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109902026-02-26T21:46:19.530Z
109912026-02-26T21:46:19.574Z Doc-tests installinator_common
109922026-02-26T21:46:19.574Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name installinator_common --test installinator-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-6c21e707dd49ed8b.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-307a3092049c82b6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-dadc4ffa302addcf.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-57c190f10e85dc2f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109932026-02-26T21:46:20.112Z
109942026-02-26T21:46:20.112Zrunning 0 tests
109952026-02-26T21:46:20.112Z
109962026-02-26T21:46:20.112Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109972026-02-26T21:46:20.112Z
109982026-02-26T21:46:20.172Z Doc-tests installinator_common_versions
109992026-02-26T21:46:20.172Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name installinator_common_versions --test installinator-common/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-common/versions -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-307a3092049c82b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110002026-02-26T21:46:21.074Z
110012026-02-26T21:46:21.074Zrunning 1 test
110022026-02-26T21:46:21.074Ztest installinator-common/versions/src/lib.rs - (line 17) ... ignored
110032026-02-26T21:46:21.074Z
110042026-02-26T21:46:21.074Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
110052026-02-26T21:46:21.074Z
110062026-02-26T21:46:21.110Z Doc-tests internal_dns_resolver
110072026-02-26T21:46:21.110Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name internal_dns_resolver --test internal-dns/resolver/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/internal-dns/resolver -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-71ab8320e4a0b2cf.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-3746f9ad2021ca07.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e3dbb216017a828c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-99474a9bb4cf5197.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6a3f0c2bc74a8dc7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-594f352716bbccce.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d84f93995e261401.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b789c7149d610113.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-7e71ff6c28ce4de2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110082026-02-26T21:46:21.582Z
110092026-02-26T21:46:21.582Zrunning 0 tests
110102026-02-26T21:46:21.583Z
110112026-02-26T21:46:21.583Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110122026-02-26T21:46:21.583Z
110132026-02-26T21:46:21.628Z Doc-tests internal_dns_types
110142026-02-26T21:46:21.628Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name internal_dns_types --test internal-dns/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/internal-dns/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d84f93995e261401.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-7277d4bd91511876.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110152026-02-26T21:46:22.041Z
110162026-02-26T21:46:22.041Zrunning 0 tests
110172026-02-26T21:46:22.041Z
110182026-02-26T21:46:22.041Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110192026-02-26T21:46:22.041Z
110202026-02-26T21:46:22.084Z Doc-tests internal_dns_types_versions
110212026-02-26T21:46:22.084Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name internal_dns_types_versions --test internal-dns/types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/internal-dns/types/versions -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-7277d4bd91511876.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110222026-02-26T21:46:23.224Z
110232026-02-26T21:46:23.224Zrunning 1 test
110242026-02-26T21:46:23.224Ztest internal-dns/types/versions/src/lib.rs - (line 17) ... ignored
110252026-02-26T21:46:23.224Z
110262026-02-26T21:46:23.224Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
110272026-02-26T21:46:23.224Z
110282026-02-26T21:46:23.282Z Doc-tests ipcc
110292026-02-26T21:46:23.282Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name ipcc --test ipcc/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ipcc -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-800a14e1a8c4d7b8.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-e227e4706d083501.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-a947a27c8e2b2cb2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-dadc4ffa302addcf.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110302026-02-26T21:46:23.508Z
110312026-02-26T21:46:23.508Zrunning 0 tests
110322026-02-26T21:46:23.508Z
110332026-02-26T21:46:23.508Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110342026-02-26T21:46:23.508Z
110352026-02-26T21:46:23.541Z Doc-tests key_manager
110362026-02-26T21:46:23.541Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name key_manager --test key-manager/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/key-manager -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-032078021c49cc9d.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0e6b2fb9a7835ef5.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-d099d2df1461daa2.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-8fbaa579bfa4caeb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-467979743718e3e8.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a9fe9f1222e6c9b4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110372026-02-26T21:46:23.927Z
110382026-02-26T21:46:23.927Zrunning 0 tests
110392026-02-26T21:46:23.927Z
110402026-02-26T21:46:23.927Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110412026-02-26T21:46:23.927Z
110422026-02-26T21:46:23.968Z Doc-tests key_manager_types
110432026-02-26T21:46:23.968Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name key_manager_types --test key-manager/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/key-manager/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-8fbaa579bfa4caeb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-467979743718e3e8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110442026-02-26T21:46:24.067Z
110452026-02-26T21:46:24.067Zrunning 0 tests
110462026-02-26T21:46:24.067Z
110472026-02-26T21:46:24.067Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110482026-02-26T21:46:24.067Z
110492026-02-26T21:46:24.092Z Doc-tests live_tests_macros
110502026-02-26T21:46:24.092Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type proc-macro --color always --crate-name live_tests_macros --test live-tests/macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/live-tests/macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-6bca7fd27db03ff7.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110512026-02-26T21:46:24.908Z
110522026-02-26T21:46:24.908Zrunning 1 test
110532026-02-26T21:46:24.908Ztest live-tests/macros/src/lib.rs - live_test (line 24) ... ignored
110542026-02-26T21:46:24.908Z
110552026-02-26T21:46:24.908Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
110562026-02-26T21:46:24.908Z
110572026-02-26T21:46:24.935Z Doc-tests nexus_auth
110582026-02-26T21:46:24.935Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_auth --test nexus/auth/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/auth -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-fc3fbef374ba9abe.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-8092346747846701.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-44a72f62f5c98b08.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-01eb04f9a54b8339.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-527c28894c92f92a.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-4b1f3c84eb898b8f.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a26f456b2caf537f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-c27281ebe7fbcab4.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-006080970c76a089.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-8fb33aed29d3b1fd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f40c7541594c3dec.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -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`
110592026-02-26T21:46:26.569Z
110602026-02-26T21:46:26.569Zrunning 0 tests
110612026-02-26T21:46:26.569Z
110622026-02-26T21:46:26.569Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110632026-02-26T21:46:26.569Z
110642026-02-26T21:46:26.650Z Doc-tests nexus_background_task_interface
110652026-02-26T21:46:26.650Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_background_task_interface --test nexus/background-task-interface/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/background-task-interface -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-363b918dd04529f2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110662026-02-26T21:46:26.796Z
110672026-02-26T21:46:26.796Zrunning 0 tests
110682026-02-26T21:46:26.796Z
110692026-02-26T21:46:26.796Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110702026-02-26T21:46:26.797Z
110712026-02-26T21:46:26.821Z Doc-tests nexus_client
110722026-02-26T21:46:26.821Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_client --test clients/nexus-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/nexus-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b476cbab3ebc9700.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-621e0d376e43b2e6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dc582855d2bae75a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110732026-02-26T21:46:28.053Z
110742026-02-26T21:46:28.053Zrunning 0 tests
110752026-02-26T21:46:28.053Z
110762026-02-26T21:46:28.053Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110772026-02-26T21:46:28.053Z
110782026-02-26T21:46:28.379Z Doc-tests nexus_config
110792026-02-26T21:46:28.379Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_config --test nexus-config/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus-config -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-d587cb581310d033.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7a8e6e1ad661e181.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3548ee163e1966e2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110802026-02-26T21:46:29.159Z
110812026-02-26T21:46:29.159Zrunning 0 tests
110822026-02-26T21:46:29.159Z
110832026-02-26T21:46:29.159Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110842026-02-26T21:46:29.159Z
110852026-02-26T21:46:29.235Z Doc-tests nexus_db_errors
110862026-02-26T21:46:29.236Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_db_errors --test nexus/db-errors/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-errors -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-085db868a71bc273.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-527c28894c92f92a.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-c0f0efec269fbcc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110872026-02-26T21:46:29.869Z
110882026-02-26T21:46:29.869Zrunning 0 tests
110892026-02-26T21:46:29.869Z
110902026-02-26T21:46:29.869Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110912026-02-26T21:46:29.869Z
110922026-02-26T21:46:29.926Z Doc-tests nexus_db_fixed_data
110932026-02-26T21:46:29.926Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_db_fixed_data --test nexus/db-fixed-data/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-fixed-data -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-4b1f3c84eb898b8f.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a26f456b2caf537f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -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`
110942026-02-26T21:46:30.518Z
110952026-02-26T21:46:30.518Zrunning 0 tests
110962026-02-26T21:46:30.518Z
110972026-02-26T21:46:30.518Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110982026-02-26T21:46:30.518Z
110992026-02-26T21:46:30.578Z Doc-tests nexus_db_lookup
111002026-02-26T21:46:30.578Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_db_lookup --test nexus/db-lookup/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-lookup -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-f7c163f840a5b74c.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-d2bbd885974463d2.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-085db868a71bc273.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-ca394a332366b42f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-527c28894c92f92a.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-c0f0efec269fbcc4.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-c195cb5da379d5cc.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a26f456b2caf537f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a9e24867bb14f774.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-99f30737c2513990.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b789c7149d610113.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -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`
111012026-02-26T21:46:31.715Z
111022026-02-26T21:46:31.715Zrunning 0 tests
111032026-02-26T21:46:31.715Z
111042026-02-26T21:46:31.715Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111052026-02-26T21:46:31.715Z
111062026-02-26T21:46:31.787Z Doc-tests nexus_db_model
111072026-02-26T21:46:31.787Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_db_model --test nexus/db-model/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-model -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-19024cc6c44806ed.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-4e206dbacf682159.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-d2bbd885974463d2.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-ef8b72dc7cd889fa.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-085db868a71bc273.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-e59c0e0cd35ac67e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-de9868dc0340c409.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-01eb04f9a54b8339.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7a8e6e1ad661e181.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a26f456b2caf537f.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-99f30737c2513990.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-952c166aab72ea3f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-f8e9578a5c306496.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-6a73fe3264197003.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4ca9285fc2ae54be.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-801ca1e0af96fa5e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-ab436a188cf9000a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-fb6d727948b05a83.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-cad9d362c62214a4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-dadc4ffa302addcf.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-ba3e5a5fc2a12ec8.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -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`
111082026-02-26T21:46:57.463Z
111092026-02-26T21:46:57.463Zrunning 2 tests
111102026-02-26T21:46:57.489Ztest nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok
111112026-02-26T21:46:57.489Ztest nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok
111122026-02-26T21:46:57.489Z
111132026-02-26T21:46:57.489Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
111142026-02-26T21:46:57.489Z
111152026-02-26T21:46:57.698Z Doc-tests nexus_db_queries
111162026-02-26T21:46:57.726Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_db_queries --test nexus/db-queries/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-queries -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-f7c163f840a5b74c.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-19024cc6c44806ed.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-4e206dbacf682159.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-5f3df2a394fb1aa2.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-0815b5df15044370.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-d2bbd885974463d2.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-085db868a71bc273.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-ca394a332366b42f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-e59c0e0cd35ac67e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-004187269ac2e51e.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-494ca4e31fddf7d3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-2ef935948be155e9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-594f352716bbccce.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d84f93995e261401.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-de9868dc0340c409.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-527c28894c92f92a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7a8e6e1ad661e181.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-c0f0efec269fbcc4.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-4b1f3c84eb898b8f.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-c195cb5da379d5cc.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a26f456b2caf537f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a9e24867bb14f774.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-99f30737c2513990.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c76fd3b797d6acd5.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-a39cc0226fc54e4f.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-061ae7069d461a57.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rlib --extern nonempty=/work/oxidecomputer/omicron/target/debug/deps/libnonempty-46b553f94abe0387.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-6a73fe3264197003.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4ca9285fc2ae54be.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4ec33db313d2c4b3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-006080970c76a089.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4e1cebaf054645ba.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1007dc04ff25c671.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cbf5620019c4d681.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-5118ac6f015b2311.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b789c7149d610113.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-01bfdca2cc9762af.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-ab436a188cf9000a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-250953c6daa31814.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-d7152758803484e3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-fb6d727948b05a83.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-cad9d362c62214a4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-6e3db23352d37a3b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-ba3e5a5fc2a12ec8.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-d21b4224a1903afc.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ab9cad66fca2caf1.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -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`
111172026-02-26T21:47:08.682Z
111182026-02-26T21:47:08.683Zrunning 2 tests
111192026-02-26T21:47:08.709Ztest nexus/db-queries/src/db/datastore/multicast/members.rs - db::datastore::multicast::members::DataStore::multicast_group_member_reconcile_joining (line 433) ... ignored
111202026-02-26T21:47:08.709Ztest nexus/db-queries/src/db/pagination.rs - db::pagination::Paginator (line 394) ... ok
111212026-02-26T21:47:08.709Z
111222026-02-26T21:47:08.709Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.01s
111232026-02-26T21:47:08.709Z
111242026-02-26T21:47:08.854Z Doc-tests nexus_db_schema
111252026-02-26T21:47:08.854Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_db_schema --test nexus/db-schema/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-schema -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-085db868a71bc273.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-99f30737c2513990.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib -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`
111262026-02-26T21:47:18.827Z
111272026-02-26T21:47:18.827Zrunning 0 tests
111282026-02-26T21:47:18.827Z
111292026-02-26T21:47:18.827Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111302026-02-26T21:47:18.827Z
111312026-02-26T21:47:19.165Z Doc-tests nexus_defaults
111322026-02-26T21:47:19.165Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_defaults --test nexus/defaults/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/defaults -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-bf57061796bb2ede.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-952c166aab72ea3f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111332026-02-26T21:47:19.483Z
111342026-02-26T21:47:19.483Zrunning 0 tests
111352026-02-26T21:47:19.483Z
111362026-02-26T21:47:19.483Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111372026-02-26T21:47:19.483Z
111382026-02-26T21:47:19.527Z Doc-tests nexus_external_api
111392026-02-26T21:47:19.527Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_external_api --test nexus/external-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/external-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-0dee767718e47050.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-567df5da3eaa495f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-624a5cd36aed709c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-772366dc183f6b73.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-3bf64ca65482c55e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-b61fe0721fa75d38.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-d7152758803484e3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-d21b4224a1903afc.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111402026-02-26T21:47:21.389Z
111412026-02-26T21:47:21.389Zrunning 2 tests
111422026-02-26T21:47:21.389Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::api_description (line 177) ... ignored
111432026-02-26T21:47:21.389Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::stub_api_description (line 183) ... ignored
111442026-02-26T21:47:21.389Z
111452026-02-26T21:47:21.389Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
111462026-02-26T21:47:21.389Z
111472026-02-26T21:47:21.465Z Doc-tests nexus_internal_api
111482026-02-26T21:47:21.465Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_internal_api --test nexus/internal-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/internal-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d703376dd51db557.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-567df5da3eaa495f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-b6344d5cf0d684f5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111492026-02-26T21:47:22.693Z
111502026-02-26T21:47:22.693Zrunning 2 tests
111512026-02-26T21:47:22.693Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::api_description (line 54) ... ignored
111522026-02-26T21:47:22.693Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::stub_api_description (line 60) ... ignored
111532026-02-26T21:47:22.693Z
111542026-02-26T21:47:22.693Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
111552026-02-26T21:47:22.693Z
111562026-02-26T21:47:22.755Z Doc-tests nexus_inventory
111572026-02-26T21:47:22.755Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_inventory --test nexus/inventory/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/inventory -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-d5c91505739106d4.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-a1600eecf88bb0fc.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-19024cc6c44806ed.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-4e206dbacf682159.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e3dbb216017a828c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-004187269ac2e51e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e9068d0167c53e94.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9449da761caf8295.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-494ca4e31fddf7d3.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-12362f11ae5ad8a9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-621e0d376e43b2e6.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c76fd3b797d6acd5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-15afdd8839265a72.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-6a73fe3264197003.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4ec33db313d2c4b3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-fb6d727948b05a83.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-83cbcef5124d61ab.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-3850d59e699c0790.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-8f9d7b3b4ae88bea.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111582026-02-26T21:47:23.387Z
111592026-02-26T21:47:23.387Zrunning 0 tests
111602026-02-26T21:47:23.387Z
111612026-02-26T21:47:23.387Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111622026-02-26T21:47:23.387Z
111632026-02-26T21:47:23.444Z Doc-tests nexus_lockstep_api
111642026-02-26T21:47:23.444Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_lockstep_api --test nexus/lockstep-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/lockstep-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d703376dd51db557.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-e44335ab0ec246d9.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-772366dc183f6b73.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-d21b4224a1903afc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111652026-02-26T21:47:24.665Z
111662026-02-26T21:47:24.665Zrunning 2 tests
111672026-02-26T21:47:24.665Ztest nexus/lockstep-api/src/lib.rs - nexus_lockstep_api_mod::api_description (line 65) ... ignored
111682026-02-26T21:47:24.665Ztest nexus/lockstep-api/src/lib.rs - nexus_lockstep_api_mod::stub_api_description (line 71) ... ignored
111692026-02-26T21:47:24.665Z
111702026-02-26T21:47:24.665Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
111712026-02-26T21:47:24.665Z
111722026-02-26T21:47:24.730Z Doc-tests nexus_lockstep_client
111732026-02-26T21:47:24.730Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_lockstep_client --test clients/nexus-lockstep-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/nexus-lockstep-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b476cbab3ebc9700.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-7b3e53195ed302cc.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4ca9285fc2ae54be.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dc582855d2bae75a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-3850d59e699c0790.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111742026-02-26T21:47:28.187Z
111752026-02-26T21:47:28.187Zrunning 0 tests
111762026-02-26T21:47:28.187Z
111772026-02-26T21:47:28.187Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111782026-02-26T21:47:28.187Z
111792026-02-26T21:47:28.300Z Doc-tests nexus_macros_common
111802026-02-26T21:47:28.300Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_macros_common --test nexus/macros-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/macros-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-ba674bfac37d8467.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111812026-02-26T21:47:28.400Z
111822026-02-26T21:47:28.400Zrunning 0 tests
111832026-02-26T21:47:28.400Z
111842026-02-26T21:47:28.400Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111852026-02-26T21:47:28.400Z
111862026-02-26T21:47:28.425Z Doc-tests nexus_metrics_producer_gc
111872026-02-26T21:47:28.425Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_metrics_producer_gc --test nexus/metrics-producer-gc/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/metrics-producer-gc -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-f7c163f840a5b74c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-085db868a71bc273.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-bd874581c32d71c8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a26f456b2caf537f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a9e24867bb14f774.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-99f30737c2513990.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-b7410e3150e87b51.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-061ae7069d461a57.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-fa2d970f30749628.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -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-02-26T21:47:29.092Z
111892026-02-26T21:47:29.092Zrunning 0 tests
111902026-02-26T21:47:29.092Z
111912026-02-26T21:47:29.092Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111922026-02-26T21:47:29.092Z
111932026-02-26T21:47:29.162Z Doc-tests nexus_mgs_updates
111942026-02-26T21:47:29.162Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_mgs_updates --test nexus/mgs-updates/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/mgs-updates -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-004187269ac2e51e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e9068d0167c53e94.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9449da761caf8295.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-494ca4e31fddf7d3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-8e6118deea88b7a8.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-594f352716bbccce.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d84f93995e261401.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-0c5b3ae903b8aefc.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b789c7149d610113.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c97d11b0c3b81948.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-2122a778426d8761.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-c481e56e1fb98fad.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-fb6d727948b05a83.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-dd50e44f425b3452.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-413932a27105c9a7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-40d259803c85ce4f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-d21b4224a1903afc.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111952026-02-26T21:47:29.820Z
111962026-02-26T21:47:29.820Zrunning 0 tests
111972026-02-26T21:47:29.820Z
111982026-02-26T21:47:29.820Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111992026-02-26T21:47:29.820Z
112002026-02-26T21:47:29.890Z Doc-tests nexus_networking
112012026-02-26T21:47:29.890Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_networking --test nexus/networking/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/networking -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-cc2e81a48217c1f6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-c195cb5da379d5cc.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a9e24867bb14f774.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-8371d3375902b993.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-fb6d727948b05a83.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -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-02-26T21:47:30.564Z
112032026-02-26T21:47:30.564Zrunning 0 tests
112042026-02-26T21:47:30.564Z
112052026-02-26T21:47:30.564Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112062026-02-26T21:47:30.564Z
112072026-02-26T21:47:30.626Z Doc-tests nexus_reconfigurator_blippy
112082026-02-26T21:47:30.626Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_reconfigurator_blippy --test nexus/reconfigurator/blippy/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/blippy -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d587cb581310d033.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-a76ddcb16f9014d1.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-a39cc0226fc54e4f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112092026-02-26T21:47:31.181Z
112102026-02-26T21:47:31.181Zrunning 0 tests
112112026-02-26T21:47:31.181Z
112122026-02-26T21:47:31.181Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112132026-02-26T21:47:31.181Z
112142026-02-26T21:47:31.255Z Doc-tests nexus_reconfigurator_execution
112152026-02-26T21:47:31.255Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_reconfigurator_execution --test nexus/reconfigurator/execution/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/execution -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-f7c163f840a5b74c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-d5c91505739106d4.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-a1600eecf88bb0fc.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-a31dee75727fec34.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-19024cc6c44806ed.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-f8c59d40a9b99637.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-085db868a71bc273.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-bd874581c32d71c8.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-594f352716bbccce.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d84f93995e261401.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-d587cb581310d033.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-de5d2bbf64ba9eb6.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7a8e6e1ad661e181.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-c195cb5da379d5cc.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a26f456b2caf537f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a9e24867bb14f774.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-99f30737c2513990.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c76fd3b797d6acd5.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-0c5b3ae903b8aefc.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-8371d3375902b993.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-15053d7bf3eb1d9c.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-a39cc0226fc54e4f.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-76ed48314ad67437.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-061ae7069d461a57.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-9fd20cc138988edf.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-d0ee421243e2f02e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-fb6d727948b05a83.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-57c190f10e85dc2f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -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`
112162026-02-26T21:47:31.985Z
112172026-02-26T21:47:31.985Zrunning 0 tests
112182026-02-26T21:47:31.986Z
112192026-02-26T21:47:31.986Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112202026-02-26T21:47:31.986Z
112212026-02-26T21:47:32.062Z Doc-tests nexus_reconfigurator_planning
112222026-02-26T21:47:32.062Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_reconfigurator_planning --test nexus/reconfigurator/planning/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/planning -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-19024cc6c44806ed.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-4e206dbacf682159.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-71ab8320e4a0b2cf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-004187269ac2e51e.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-494ca4e31fddf7d3.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-def746e7eb804baf.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6a3f0c2bc74a8dc7.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-496362133443fc3e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-594f352716bbccce.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d84f93995e261401.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-d587cb581310d033.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7a8e6e1ad661e181.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c76fd3b797d6acd5.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-a76ddcb16f9014d1.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-a39cc0226fc54e4f.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-9f9eb83f9bc04711.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-f8b620cf79b52565.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-fb6d727948b05a83.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-413932a27105c9a7.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-dadc4ffa302addcf.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7655243c9319e73a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1c44f558291a3c28.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-8f9d7b3b4ae88bea.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-759720df9f748024.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112232026-02-26T21:47:32.965Z
112242026-02-26T21:47:32.965Zrunning 0 tests
112252026-02-26T21:47:32.966Z
112262026-02-26T21:47:32.966Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112272026-02-26T21:47:32.966Z
112282026-02-26T21:47:33.009Z Doc-tests nexus_reconfigurator_preparation
112292026-02-26T21:47:33.010Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_reconfigurator_preparation --test nexus/reconfigurator/preparation/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/preparation -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a26f456b2caf537f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a9e24867bb14f774.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-76ed48314ad67437.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib -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`
112302026-02-26T21:47:33.704Z
112312026-02-26T21:47:33.704Zrunning 0 tests
112322026-02-26T21:47:33.704Z
112332026-02-26T21:47:33.705Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112342026-02-26T21:47:33.705Z
112352026-02-26T21:47:33.769Z Doc-tests nexus_reconfigurator_rendezvous
112362026-02-26T21:47:33.769Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_reconfigurator_rendezvous --test nexus/reconfigurator/rendezvous/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-f7c163f840a5b74c.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-085db868a71bc273.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a26f456b2caf537f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a9e24867bb14f774.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-99f30737c2513990.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-10d02fb2df5f4f5e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-dadc4ffa302addcf.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -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`
112372026-02-26T21:47:34.470Z
112382026-02-26T21:47:34.471Zrunning 0 tests
112392026-02-26T21:47:34.471Z
112402026-02-26T21:47:34.471Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112412026-02-26T21:47:34.471Z
112422026-02-26T21:47:34.564Z Doc-tests nexus_reconfigurator_simulation
112432026-02-26T21:47:34.564Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_reconfigurator_simulation --test nexus/reconfigurator/simulation/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/simulation -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-496362133443fc3e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c76fd3b797d6acd5.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-a39cc0226fc54e4f.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-9f9eb83f9bc04711.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-d00a5a3077feb624.rlib --extern renderdag=/work/oxidecomputer/omicron/target/debug/deps/librenderdag-552ad8c151cff9f1.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-15843b8d737d66fd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-8f9d7b3b4ae88bea.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112442026-02-26T21:47:35.255Z
112452026-02-26T21:47:35.256Zrunning 0 tests
112462026-02-26T21:47:35.256Z
112472026-02-26T21:47:35.256Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112482026-02-26T21:47:35.256Z
112492026-02-26T21:47:35.345Z Doc-tests nexus_saga_recovery
112502026-02-26T21:47:35.345Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_saga_recovery --test nexus/saga-recovery/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/saga-recovery -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b476cbab3ebc9700.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-527c28894c92f92a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a26f456b2caf537f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a9e24867bb14f774.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-63c3a149039e6970.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-061ae7069d461a57.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-9fd20cc138988edf.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-cad9d362c62214a4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -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`
112512026-02-26T21:47:35.922Z
112522026-02-26T21:47:35.922Zrunning 0 tests
112532026-02-26T21:47:35.922Z
112542026-02-26T21:47:35.922Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112552026-02-26T21:47:35.922Z
112562026-02-26T21:47:35.969Z Doc-tests nexus_test_interface
112572026-02-26T21:47:35.969Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_test_interface --test nexus/test-interface/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/test-interface -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-032078021c49cc9d.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7a8e6e1ad661e181.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a9e24867bb14f774.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-08b4049e69547f72.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -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`
112582026-02-26T21:47:36.692Z
112592026-02-26T21:47:36.692Zrunning 0 tests
112602026-02-26T21:47:36.692Z
112612026-02-26T21:47:36.692Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112622026-02-26T21:47:36.692Z
112632026-02-26T21:47:36.735Z Doc-tests nexus_test_utils
112642026-02-26T21:47:36.735Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_test_utils --test nexus/test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-3905703afc1839ca.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-71ab8320e4a0b2cf.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e3dbb216017a828c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d587728779ad7edc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e9068d0167c53e94.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9449da761caf8295.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-44a72f62f5c98b08.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6a3f0c2bc74a8dc7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-913767e3a45f3687.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-594f352716bbccce.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d84f93995e261401.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-621e0d376e43b2e6.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7a8e6e1ad661e181.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a9e24867bb14f774.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-7b3e53195ed302cc.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-08b4049e69547f72.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-061ae7069d461a57.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-65997502fd78d435.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4ca9285fc2ae54be.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4ec33db313d2c4b3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4e1cebaf054645ba.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-c6c47b1288298b15.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e07e583db8d995e5.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f40c7541594c3dec.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-fb6d727948b05a83.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3548ee163e1966e2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -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`
112652026-02-26T21:47:37.819Z
112662026-02-26T21:47:37.819Zrunning 0 tests
112672026-02-26T21:47:37.819Z
112682026-02-26T21:47:37.819Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112692026-02-26T21:47:37.819Z
112702026-02-26T21:47:37.890Z Doc-tests nexus_test_utils_macros
112712026-02-26T21:47:37.890Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type proc-macro --color always --crate-name nexus_test_utils_macros --test nexus/test-utils-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/test-utils-macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-9fd20cc138988edf.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112722026-02-26T21:47:37.989Z
112732026-02-26T21:47:37.989Zrunning 1 test
112742026-02-26T21:47:38.015Ztest nexus/test-utils-macros/src/lib.rs - nexus_test (line 52) ... ignored
112752026-02-26T21:47:38.015Z
112762026-02-26T21:47:38.015Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
112772026-02-26T21:47:38.015Z
112782026-02-26T21:47:38.015Z Doc-tests nexus_types
112792026-02-26T21:47:38.015Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_types --test nexus/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-0dee767718e47050.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-19024cc6c44806ed.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-4e206dbacf682159.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-8092346747846701.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-ef8b72dc7cd889fa.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-3b83da55670e8f0a.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-e59c0e0cd35ac67e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-004187269ac2e51e.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-494ca4e31fddf7d3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d84f93995e261401.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-d587cb581310d033.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-de5d2bbf64ba9eb6.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-01eb04f9a54b8339.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-772366dc183f6b73.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4ca9285fc2ae54be.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-c27281ebe7fbcab4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-79f9f6e29e855245.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-b61fe0721fa75d38.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-801ca1e0af96fa5e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-3850d59e699c0790.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-cad9d362c62214a4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-9fbdfea03a05da8f.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-dadc4ffa302addcf.so --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-c1e3b6744498ff01.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4fab09a38958d149.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-ba3e5a5fc2a12ec8.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-d21b4224a1903afc.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-80212553b0ad03df.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-57c190f10e85dc2f.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ab9cad66fca2caf1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112802026-02-26T21:47:41.729Z
112812026-02-26T21:47:41.729Zrunning 3 tests
112822026-02-26T21:47:41.729Ztest nexus/types/src/deployment.rs - deployment::BlueprintDatasetDisposition::any (line 2666) ... ignored
112832026-02-26T21:47:41.729Ztest nexus/types/src/deployment.rs - deployment::BlueprintPhysicalDiskDisposition::any (line 2538) ... ignored
112842026-02-26T21:47:41.730Ztest nexus/types/src/deployment.rs - deployment::BlueprintZoneDisposition::any (line 1647) ... ignored
112852026-02-26T21:47:41.730Z
112862026-02-26T21:47:41.730Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
112872026-02-26T21:47:41.730Z
112882026-02-26T21:47:41.850Z Doc-tests nexus_types_versions
112892026-02-26T21:47:41.851Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_types_versions --test nexus/types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/types/versions -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-0dee767718e47050.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-772366dc183f6b73.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4ca9285fc2ae54be.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-c27281ebe7fbcab4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-b61fe0721fa75d38.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-801ca1e0af96fa5e.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4fab09a38958d149.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ab9cad66fca2caf1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112902026-02-26T21:47:46.706Z
112912026-02-26T21:47:46.706Zrunning 1 test
112922026-02-26T21:47:46.706Ztest nexus/types/versions/src/lib.rs - (line 17) ... ignored
112932026-02-26T21:47:46.706Z
112942026-02-26T21:47:46.706Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
112952026-02-26T21:47:46.706Z
112962026-02-26T21:47:46.857Z Doc-tests ntp_admin_api
112972026-02-26T21:47:46.857Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name ntp_admin_api --test ntp-admin/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ntp-admin/api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d703376dd51db557.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-567df5da3eaa495f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-2a696e53a64e407e.rlib --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-3d3b4b2d28e2cff5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112982026-02-26T21:47:47.739Z
112992026-02-26T21:47:47.739Zrunning 2 tests
113002026-02-26T21:47:47.739Ztest ntp-admin/api/src/lib.rs - ntp_admin_api_mod::api_description (line 45) ... ignored
113012026-02-26T21:47:47.739Ztest ntp-admin/api/src/lib.rs - ntp_admin_api_mod::stub_api_description (line 51) ... ignored
113022026-02-26T21:47:47.739Z
113032026-02-26T21:47:47.739Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
113042026-02-26T21:47:47.739Z
113052026-02-26T21:47:47.775Z Doc-tests ntp_admin_client
113062026-02-26T21:47:47.775Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name ntp_admin_client --test clients/ntp-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/ntp-admin-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b476cbab3ebc9700.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-15afdd8839265a72.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113072026-02-26T21:47:48.038Z
113082026-02-26T21:47:48.038Zrunning 0 tests
113092026-02-26T21:47:48.038Z
113102026-02-26T21:47:48.038Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113112026-02-26T21:47:48.038Z
113122026-02-26T21:47:48.070Z Doc-tests ntp_admin_types
113132026-02-26T21:47:48.095Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name ntp_admin_types --test ntp-admin/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ntp-admin/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-755f5bbb4d9fd105.rlib --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-3d3b4b2d28e2cff5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113142026-02-26T21:47:48.188Z
113152026-02-26T21:47:48.189Zrunning 0 tests
113162026-02-26T21:47:48.189Z
113172026-02-26T21:47:48.189Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113182026-02-26T21:47:48.189Z
113192026-02-26T21:47:48.214Z Doc-tests ntp_admin_types_versions
113202026-02-26T21:47:48.214Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name ntp_admin_types_versions --test ntp-admin/types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ntp-admin/types/versions -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-3d3b4b2d28e2cff5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113212026-02-26T21:47:48.990Z
113222026-02-26T21:47:48.990Zrunning 1 test
113232026-02-26T21:47:48.990Ztest ntp-admin/types/versions/src/lib.rs - (line 17) ... ignored
113242026-02-26T21:47:48.990Z
113252026-02-26T21:47:48.990Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
113262026-02-26T21:47:48.990Z
113272026-02-26T21:47:49.020Z Doc-tests omicron_certificates
113282026-02-26T21:47:49.020Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_certificates --test certificates/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/certificates -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-800f9bab2506898c.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-ce23beb6eb3676f9.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-f8e9578a5c306496.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-c27281ebe7fbcab4.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-3002f96437acd722.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-01bfdca2cc9762af.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113292026-02-26T21:47:49.350Z
113302026-02-26T21:47:49.350Zrunning 0 tests
113312026-02-26T21:47:49.350Z
113322026-02-26T21:47:49.350Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113332026-02-26T21:47:49.350Z
113342026-02-26T21:47:49.390Z Doc-tests omicron_clickhouse_admin
113352026-02-26T21:47:49.390Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_clickhouse_admin --test clickhouse-admin/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-8fc3ab1f9a0e6b83.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-c802473aad3a46e6.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-19024cc6c44806ed.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-3c3c262e50c2db18.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-c9f7370c3bfe5e1d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-b7e7719c484b75a2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-26ce93b26fa1d45f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-79f9f6e29e855245.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-3d0484ccffafb59a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3548ee163e1966e2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ab9cad66fca2caf1.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113362026-02-26T21:47:49.967Z
113372026-02-26T21:47:49.968Zrunning 0 tests
113382026-02-26T21:47:49.968Z
113392026-02-26T21:47:49.968Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113402026-02-26T21:47:49.968Z
113412026-02-26T21:47:50.025Z Doc-tests omicron_cockroach_admin
113422026-02-26T21:47:50.025Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_cockroach_admin --test cockroach-admin/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-admin -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-e476912f94e810f8.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-4e206dbacf682159.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-d502cd6d9a6e9ed9.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-0a4b298c80db40a6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-061ae7069d461a57.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-65997502fd78d435.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-26ce93b26fa1d45f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-dadc4ffa302addcf.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3548ee163e1966e2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ab9cad66fca2caf1.rlib -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`
113432026-02-26T21:47:50.454Z
113442026-02-26T21:47:50.455Zrunning 0 tests
113452026-02-26T21:47:50.455Z
113462026-02-26T21:47:50.455Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113472026-02-26T21:47:50.455Z
113482026-02-26T21:47:50.501Z Doc-tests omicron_cockroach_metrics
113492026-02-26T21:47:50.501Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_cockroach_metrics --test cockroach-metrics/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-metrics -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-f8c59d40a9b99637.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-4e206dbacf682159.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-6a73fe3264197003.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-364fc30b59fd0d7b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113502026-02-26T21:47:53.878Z
113512026-02-26T21:47:53.878Zrunning 1 test
113522026-02-26T21:47:53.903Ztest cockroach-metrics/src/lib.rs - CockroachClusterAdminClient (line 123) - compile ... ok
113532026-02-26T21:47:53.903Z
113542026-02-26T21:47:53.903Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113552026-02-26T21:47:53.903Z
113562026-02-26T21:47:53.952Z Doc-tests omicron_common
113572026-02-26T21:47:53.952Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_common --test common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-0dee767718e47050.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-dc1a729313376c55.rlib --extern backon=/work/oxidecomputer/omicron/target/debug/deps/libbackon-f0d02969b110bfff.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-de9868dc0340c409.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4d865b9ac8b05a27.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-801ca1e0af96fa5e.rlib --extern progenitor_client010=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-53016268b2702be6.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0769587943d5c544.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-d665ddf1fd1eb449.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dc582855d2bae75a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-c37268312e9028ff.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f40c7541594c3dec.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-dadc4ffa302addcf.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -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`
113582026-02-26T21:48:04.744Z
113592026-02-26T21:48:04.744Zrunning 3 tests
113602026-02-26T21:48:04.769Ztest common/src/lib.rs - FileKv (line 38) ... ignored
113612026-02-26T21:48:04.769Ztest common/src/lib.rs - BytesToHexDebug (line 115) ... ok
113622026-02-26T21:48:04.769Ztest common/src/api/external/error.rs - api::external::error::InternalContext (line 651) ... ok
113632026-02-26T21:48:04.769Z
113642026-02-26T21:48:04.769Ztest result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.02s
113652026-02-26T21:48:04.769Z
113662026-02-26T21:48:04.887Z Doc-tests omicron_ddm_admin_client
113672026-02-26T21:48:04.887Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_ddm_admin_client --test clients/ddm-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/ddm-admin-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-e7285c9a2475bf10.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-9bc3f555743c9dec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0769587943d5c544.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-58235fe6368598cf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113682026-02-26T21:48:05.269Z
113692026-02-26T21:48:05.269Zrunning 0 tests
113702026-02-26T21:48:05.269Z
113712026-02-26T21:48:05.269Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113722026-02-26T21:48:05.269Z
113732026-02-26T21:48:05.311Z Doc-tests omicron_dev_lib
113742026-02-26T21:48:05.311Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_dev_lib --test dev-tools/omicron-dev-lib/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/omicron-dev-lib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b9bf1208c93b2e2e.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-2ee4ec18af7f643f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113752026-02-26T21:48:05.776Z
113762026-02-26T21:48:05.776Zrunning 0 tests
113772026-02-26T21:48:05.776Z
113782026-02-26T21:48:05.776Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113792026-02-26T21:48:05.776Z
113802026-02-26T21:48:05.823Z Doc-tests omicron_gateway
113812026-02-26T21:48:05.849Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_gateway --test gateway/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-e59c0e0cd35ac67e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-891b573e0dea389a.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-004187269ac2e51e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e9068d0167c53e94.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-beeeab8b7ab46b51.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9449da761caf8295.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-494ca4e31fddf7d3.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-92245c2a2bcbfc0c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-e227e4706d083501.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-bdc63c31969aa7c9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4e1cebaf054645ba.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c3798f9ded3407a8.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e07e583db8d995e5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-aebcb169fd932054.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-413932a27105c9a7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-40d259803c85ce4f.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-8ae856682eb1cbce.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-ca5ca176de1e9c1f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113822026-02-26T21:48:06.771Z
113832026-02-26T21:48:06.771Zrunning 0 tests
113842026-02-26T21:48:06.771Z
113852026-02-26T21:48:06.771Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113862026-02-26T21:48:06.771Z
113872026-02-26T21:48:06.843Z Doc-tests omicron_ls_apis
113882026-02-26T21:48:06.843Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_ls_apis --test dev-tools/ls-apis/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/ls-apis -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-24eb4f060d9e8888.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-01eb04f9a54b8339.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-3a289d164284dc2e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-801ca1e0af96fa5e.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cbf5620019c4d681.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113892026-02-26T21:48:07.165Z
113902026-02-26T21:48:07.165Zrunning 1 test
113912026-02-26T21:48:07.190Ztest dev-tools/ls-apis/src/cargo.rs - cargo::Workspace::walk_required_deps_recursively (line 240) ... ignored
113922026-02-26T21:48:07.190Z
113932026-02-26T21:48:07.190Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
113942026-02-26T21:48:07.190Z
113952026-02-26T21:48:07.216Z Doc-tests omicron_nexus
113962026-02-26T21:48:07.216Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_nexus --test nexus/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-f7c163f840a5b74c.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-708bbbfcfaea8aae.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-e6e8339882e0864d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-d5c91505739106d4.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-a1600eecf88bb0fc.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-a31dee75727fec34.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-f8c59d40a9b99637.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-0815b5df15044370.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-3905703afc1839ca.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-40334ae811d97fd5.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-fc5571852f317beb.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-085db868a71bc273.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-71ab8320e4a0b2cf.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e3dbb216017a828c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d587728779ad7edc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-e59c0e0cd35ac67e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-1014431a745deeb0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-004187269ac2e51e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e9068d0167c53e94.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9449da761caf8295.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-494ca4e31fddf7d3.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-44a72f62f5c98b08.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6a3f0c2bc74a8dc7.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d6df248ec06b9ac8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-913767e3a45f3687.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-12362f11ae5ad8a9.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-bd874581c32d71c8.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-8e6118deea88b7a8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-2ef935948be155e9.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-0eb1172f7f683fb1.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-594f352716bbccce.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d84f93995e261401.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-d587cb581310d033.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-fe0456d722bba6e7.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-6d9868458ac624b2.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-de9868dc0340c409.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4d865b9ac8b05a27.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-527c28894c92f92a.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-363b918dd04529f2.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-621e0d376e43b2e6.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7a8e6e1ad661e181.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-c195cb5da379d5cc.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a26f456b2caf537f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a9e24867bb14f774.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-99f30737c2513990.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-952c166aab72ea3f.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-624a5cd36aed709c.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-b6344d5cf0d684f5.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c76fd3b797d6acd5.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-e44335ab0ec246d9.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-7b3e53195ed302cc.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-b7410e3150e87b51.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-0c5b3ae903b8aefc.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-8371d3375902b993.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-15053d7bf3eb1d9c.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-a39cc0226fc54e4f.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-76ed48314ad67437.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-10d02fb2df5f4f5e.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-63c3a149039e6970.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-08b4049e69547f72.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-061ae7069d461a57.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-9fd20cc138988edf.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-772366dc183f6b73.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-15afdd8839265a72.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6dcbfb1e8babd6ea.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-6a73fe3264197003.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-d0ee421243e2f02e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4ca9285fc2ae54be.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4ec33db313d2c4b3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-26ce93b26fa1d45f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-c27281ebe7fbcab4.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-98afdb6c2ef9cdc5.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4e1cebaf054645ba.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-fa2d970f30749628.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-c6c47b1288298b15.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-79f9f6e29e855245.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c3798f9ded3407a8.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e07e583db8d995e5.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-b61fe0721fa75d38.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-364fc30b59fd0d7b.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-801ca1e0af96fa5e.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1007dc04ff25c671.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cbf5620019c4d681.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0769587943d5c544.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-7300718b1cfca620.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-fb48151e145b8122.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b789c7149d610113.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-46f1675eefa55bb7.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-745844d85b1f8543.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-01bfdca2cc9762af.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-33d0d58cbfd77f9a.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-ab436a188cf9000a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-58235fe6368598cf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2124dfe23d5b97bf.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-250953c6daa31814.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-c32f8d9b0fab7f01.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-8fb33aed29d3b1fd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-d7152758803484e3.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-85b15b89c1641370.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-61845530d575cda1.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f40c7541594c3dec.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-006bb4f65ca4c4a5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-fb6d727948b05a83.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-413932a27105c9a7.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-cad9d362c62214a4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-6e3db23352d37a3b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3548ee163e1966e2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4fab09a38958d149.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-d21b4224a1903afc.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7655243c9319e73a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1c44f558291a3c28.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-759720df9f748024.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-57c190f10e85dc2f.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-ca5ca176de1e9c1f.rlib -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`
113972026-02-26T21:48:20.531Z
113982026-02-26T21:48:20.531Zrunning 6 tests
113992026-02-26T21:48:20.556Ztest nexus/src/app/background/tasks/multicast/members.rs - app::background::tasks::multicast::members::MulticastGroupReconciler::refresh_sled_mapping_cache (line 2507) ... ignored
114002026-02-26T21:48:20.556Ztest nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 254) ... ignored
114012026-02-26T21:48:20.556Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 955) ... ok
114022026-02-26T21:48:20.556Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 1049) ... ok
114032026-02-26T21:48:20.556Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 977) ... ok
114042026-02-26T21:48:20.556Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 1019) ... ok
114052026-02-26T21:48:20.556Z
114062026-02-26T21:48:20.556Ztest result: ok. 4 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.01s
114072026-02-26T21:48:20.556Z
114082026-02-26T21:48:20.717Z Doc-tests omicron_ntp_admin
114092026-02-26T21:48:20.717Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_ntp_admin --test ntp-admin/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ntp-admin -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-061ae7069d461a57.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-2a696e53a64e407e.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-755f5bbb4d9fd105.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_ntp_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ntp_admin-4fb35c2a17ed21bf.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-26ce93b26fa1d45f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-dadc4ffa302addcf.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3548ee163e1966e2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ab9cad66fca2caf1.rlib -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`
114102026-02-26T21:48:21.118Z
114112026-02-26T21:48:21.118Zrunning 0 tests
114122026-02-26T21:48:21.118Z
114132026-02-26T21:48:21.118Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114142026-02-26T21:48:21.118Z
114152026-02-26T21:48:21.162Z Doc-tests omicron_package
114162026-02-26T21:48:21.162Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_package --test package/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/package -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-24eb4f060d9e8888.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-4113bbe7e3c7b380.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ed787519e83456dc.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-3497b4fd50a8c97c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-40a9416e269b5973.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cbf5620019c4d681.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-36b1178678ed49cf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2124dfe23d5b97bf.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-376719857cb8fb32.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4d06200f0543bfd9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-30ae21b684c14b46.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6779b0f0dfa9df3c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f012a4405e1725b1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114172026-02-26T21:48:21.520Z
114182026-02-26T21:48:21.520Zrunning 0 tests
114192026-02-26T21:48:21.520Z
114202026-02-26T21:48:21.520Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114212026-02-26T21:48:21.520Z
114222026-02-26T21:48:21.552Z Doc-tests omicron_passwords
114232026-02-26T21:48:21.552Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_passwords --test passwords/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/passwords -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-4bd811cdca7308a1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-0815b5df15044370.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4ca9285fc2ae54be.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-be6e958c7a2fb8aa.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-467979743718e3e8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114242026-02-26T21:48:21.731Z
114252026-02-26T21:48:21.731Zrunning 0 tests
114262026-02-26T21:48:21.731Z
114272026-02-26T21:48:21.731Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114282026-02-26T21:48:21.731Z
114292026-02-26T21:48:21.758Z Doc-tests omicron_pins
114302026-02-26T21:48:21.758Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_pins --test dev-tools/pins/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/pins -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-24eb4f060d9e8888.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-566dfdbece98fde0.rlib --extern omicron_pins=/work/oxidecomputer/omicron/target/debug/deps/libomicron_pins-0a39ace8b2625493.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2fcfcb35f0bca903.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114312026-02-26T21:48:21.919Z
114322026-02-26T21:48:21.919Zrunning 0 tests
114332026-02-26T21:48:21.919Z
114342026-02-26T21:48:21.919Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114352026-02-26T21:48:21.919Z
114362026-02-26T21:48:21.943Z Doc-tests omicron_repl_utils
114372026-02-26T21:48:21.944Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_repl_utils --test dev-tools/repl-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/repl-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-ea7432e63fe35117.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-032a398a788f45ad.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114382026-02-26T21:48:22.071Z
114392026-02-26T21:48:22.071Zrunning 0 tests
114402026-02-26T21:48:22.071Z
114412026-02-26T21:48:22.071Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114422026-02-26T21:48:22.071Z
114432026-02-26T21:48:22.096Z Doc-tests omicron_rpaths
114442026-02-26T21:48:22.096Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_rpaths --test rpaths/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/rpaths -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-f5c9e570270b8840.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114452026-02-26T21:48:22.183Z
114462026-02-26T21:48:22.183Zrunning 0 tests
114472026-02-26T21:48:22.184Z
114482026-02-26T21:48:22.184Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114492026-02-26T21:48:22.184Z
114502026-02-26T21:48:22.211Z Doc-tests omicron_sled_agent
114512026-02-26T21:48:22.211Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_sled_agent --test sled-agent/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-62ab5388c2ead6be.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-7b01974447a3784f.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-bb45ba09e845defe.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-69f4788be87256db.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-8bcbd12d7836389a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-e6e8339882e0864d.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-19024cc6c44806ed.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-f8c59d40a9b99637.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-3905703afc1839ca.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-3b83da55670e8f0a.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-f823d5e8448f0051.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-71ab8320e4a0b2cf.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e3dbb216017a828c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-57bacd71389f7d6e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-c9f7370c3bfe5e1d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-004187269ac2e51e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-d50d59e3f4d53f3f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-def746e7eb804baf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-913767e3a45f3687.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-0eb1172f7f683fb1.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-6c21e707dd49ed8b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-594f352716bbccce.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d84f93995e261401.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-d099d2df1461daa2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-de9868dc0340c409.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4d865b9ac8b05a27.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-621e0d376e43b2e6.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7a8e6e1ad661e181.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-7b3e53195ed302cc.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-a76ddcb16f9014d1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-15afdd8839265a72.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-9bc3f555743c9dec.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4ec33db313d2c4b3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-90c842a6e7ff78d6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4e1cebaf054645ba.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c3798f9ded3407a8.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e07e583db8d995e5.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-fb48151e145b8122.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-53d6dfabf4dfa2ae.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-a181853c3b7be174.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-46f1675eefa55bb7.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-01bfdca2cc9762af.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-33d0d58cbfd77f9a.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dc582855d2bae75a.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c97d11b0c3b81948.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-2122a778426d8761.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-58235fe6368598cf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-467979743718e3e8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-c37268312e9028ff.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a9fe9f1222e6c9b4.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-c481e56e1fb98fad.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-fb6d727948b05a83.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-85bc802af7085b6c.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-97e3b66ad2e7cca6.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-767b458f60dab1d5.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2b28f4f19b04f292.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-3850d59e699c0790.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-dd50e44f425b3452.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4d06200f0543bfd9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d9fd52ff033ba0b4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6779b0f0dfa9df3c.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-413932a27105c9a7.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-a01a2f5ce20bcf68.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f012a4405e1725b1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-e26637e5617f4c7d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-40d259803c85ce4f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-7676ea6e73b6d9b5.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-ba3e5a5fc2a12ec8.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-d21b4224a1903afc.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b10c956631964193.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-5e6be64fec04b26e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-1b06916c2a04d0d8.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-ca5ca176de1e9c1f.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-490b70ab666d52ad.rlib -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`
114522026-02-26T21:48:24.453Z
114532026-02-26T21:48:24.453Zrunning 0 tests
114542026-02-26T21:48:24.453Z
114552026-02-26T21:48:24.453Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114562026-02-26T21:48:24.453Z
114572026-02-26T21:48:24.561Z Doc-tests omicron_test_utils
114582026-02-26T21:48:24.561Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_test_utils --test test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-62ab5388c2ead6be.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-4d1c13631f59c0a4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-a1a64b052b31f6d4.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-44a72f62f5c98b08.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-6cd7c06605e6956f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7a8e6e1ad661e181.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1007dc04ff25c671.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-01bfdca2cc9762af.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2124dfe23d5b97bf.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-250953c6daa31814.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f012a4405e1725b1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3548ee163e1966e2.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rlib -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`
114592026-02-26T21:48:41.635Z
114602026-02-26T21:48:41.635Zrunning 2 tests
114612026-02-26T21:48:41.660Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::section (line 267) ... ok
114622026-02-26T21:48:41.661Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::field (line 223) ... ok
114632026-02-26T21:48:41.661Z
114642026-02-26T21:48:41.661Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
114652026-02-26T21:48:41.661Z
114662026-02-26T21:48:41.695Z
114672026-02-26T21:48:41.695Zrunning 1 test
114682026-02-26T21:48:41.719Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::section (line 255) ... ignored
114692026-02-26T21:48:41.719Z
114702026-02-26T21:48:41.719Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
114712026-02-26T21:48:41.719Z
114722026-02-26T21:48:41.719Zall doctests ran in 16.51s; merged doctests compilation took 16.43s
114732026-02-26T21:48:41.776Z Doc-tests omicron_uuid_kinds
114742026-02-26T21:48:41.776Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_uuid_kinds --test uuid-kinds/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/uuid-kinds -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-7b8cc660aaeba8f0.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-de5d2bbf64ba9eb6.rlib --extern newtype_uuid_macros=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid_macros-7bf0a588af8cc67d.so --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proptest", "schemars", "schemars08", "serde", "std", "testing", "uuid-v4"))' --document-private-items -D warnings --error-format human`
114752026-02-26T21:48:42.037Z
114762026-02-26T21:48:42.037Zrunning 0 tests
114772026-02-26T21:48:42.037Z
114782026-02-26T21:48:42.037Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114792026-02-26T21:48:42.037Z
114802026-02-26T21:48:42.063Z Doc-tests omicron_workspace_hack
114812026-02-26T21:48:42.096Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_workspace_hack --test workspace-hack/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/workspace-hack -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-4535aca8ab318c48.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-4e8f28f0989e36db.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-9e4f406f25730262.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-3498298cb3287a8d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-0a4b7964ee767b1f.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-2b8f5067655268d2.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-cfaa2511914227eb.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-a6e1ab1532f8efa3.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-708bbbfcfaea8aae.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-9c904fcf61dafeed.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-ed4a167fa0195d62.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-7fcf3363fa4d8b33.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-8092346747846701.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-baf0c92fd85ce9a3.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-16e875d6462de814.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-bd8ba8cf7e2e74e8.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-3721e944948a813f.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-a1da87ac9f71d3b4.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-5d4dd4f25a3a940c.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-8cc7363774f95bde.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-268aa15817046b32.rlib --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-e928439ca5bf1281.rlib --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-3339533b116e0c4f.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-8dd14f65ad0dd7aa.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-7b01dd16734868d8.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-0d6795d8b7b26bdb.rlib --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-fbaeb29d3673a0a9.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-43bf1ca6a514b6aa.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-597297e42a37300a.rlib --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-27609812460f1d12.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-566dfdbece98fde0.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-4081dd690b8536d0.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cbbe00eeba3a9834.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aa566f17b2a089a4.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4ea66d469f289a56.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-4cbfb02a23417368.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-e5808e939444e7e7.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-e1d4835446809bca.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e9068d0167c53e94.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-cbef46c34d9df723.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-d175a24152610cf1.rlib --extern getrandom_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-f05a29efbbe49ca1.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-27f9c755a800f8bd.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-c9c06d5808196e2d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-99474a9bb4cf5197.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d6df248ec06b9ac8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-2ef935948be155e9.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-1e52aa438e5755d8.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-a5ca919223679cc4.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-496362133443fc3e.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-f8c9a1def293a3d8.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-d587cb581310d033.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-d47b523d2b6a239a.rlib --extern itertools_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f0f9e563abed1aaf.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-6f139e9a3dd2f1df.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-bdecca09356102e1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-3251fccde2bb069b.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-afea2278d9bc496e.rlib --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-ebd2cfde094068a5.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-0abfbd36dab6dab3.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-de5d2bbf64ba9eb6.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-9ab2d762c9a0e654.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-b84d66a6dbfce3e1.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6dcbfb1e8babd6ea.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-6e6262e2ec4ec296.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2c1fb2295e429a9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-c3c45eadcf471616.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-76ae0420101700af.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-4e27467e3006387d.rlib --extern petgraph_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-83e1061ec9d5a25a.rlib --extern petgraph_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cbf5620019c4d681.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-065b615e0557dad8.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-e32a1299c5d7cde7.rlib --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-847f833c2dcf0067.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-575d9f292fe3bb22.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-1a41148c5f9922e7.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-5118ac6f015b2311.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-d5f4616655430b33.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-a4b1a70913cda1fd.rlib --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-c71cdd1e0c183556.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-4387b5d2d51d9453.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-01dd8b748c5ec2c7.rlib --extern reqwest_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-58235fe6368598cf.rlib --extern reqwest_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-a6d3c572a8e45507.rlib --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-8224c8d8cdd657a3.rlib --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-0a203928d01f336e.rlib --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-906117e627c53165.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d9e25338bdb217d7.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-c0762f60797c2111.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-a654ba7dfca26712.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-621676faf194ecf2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-ab1e1b323fcc7f2e.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a9fe9f1222e6c9b4.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-391aecada57f6d0c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ec04b22c3ab89ecb.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-284d20035accdfe5.rlib --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-8742b2988ac3906d.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-4f5d449a98ccef6e.rlib --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-403fa0d437dd0a79.rlib --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c46c21893a0bbc80.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3548ee163e1966e2.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-eba9b70a608bf3c3.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-40d259803c85ce4f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d6d338625430a2a7.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-cd03c54f4155e59a.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-839d4a146506079b.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2fcfcb35f0bca903.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2456617dc5bbf6d2.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ab9cad66fca2caf1.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-50fca1beacd8e56b.rlib --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-bdd799246e663234.rlib --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-846206e86915589a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern winnow_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-f92dae31b801dd6d.rlib --extern winnow_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-1a96771fab1efe2c.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-5e6be64fec04b26e.rlib --extern zerocopy_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c5ec39ac863fdc65.rlib --extern zerocopy_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-05e4a9202fcda5f1.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-5fc24b5c46adbd72.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-ca5ca176de1e9c1f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114822026-02-26T21:48:42.153Z
114832026-02-26T21:48:42.153Zrunning 0 tests
114842026-02-26T21:48:42.153Z
114852026-02-26T21:48:42.153Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114862026-02-26T21:48:42.153Z
114872026-02-26T21:48:42.178Z Doc-tests oxide_client
114882026-02-26T21:48:42.178Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oxide_client --test clients/oxide-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/oxide-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6a3f0c2bc74a8dc7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-98afdb6c2ef9cdc5.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0769587943d5c544.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dc582855d2bae75a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114892026-02-26T21:48:51.537Z
114902026-02-26T21:48:51.537Zrunning 310 tests
114912026-02-26T21:48:51.538Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_create (line 26) ... ignored
114922026-02-26T21:48:51.538Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_delete (line 26) ... ignored
114932026-02-26T21:48:51.538Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_list (line 28) ... ignored
114942026-02-26T21:48:51.538Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_add (line 27) ... ignored
114952026-02-26T21:48:51.538Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_delete (line 27) ... ignored
114962026-02-26T21:48:51.538Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_view (line 27) ... ignored
114972026-02-26T21:48:51.538Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_list (line 29) ... ignored
114982026-02-26T21:48:51.538Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_update (line 27) ... ignored
114992026-02-26T21:48:51.538Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_view (line 26) ... ignored
115002026-02-26T21:48:51.538Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_access_token (line 25) ... ignored
115012026-02-26T21:48:51.538Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_auth_confirm (line 27) ... ignored
115022026-02-26T21:48:51.538Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_auth_request (line 25) ... ignored
115032026-02-26T21:48:51.564Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::logout (line 23) ... ignored
115042026-02-26T21:48:51.564Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_groups (line 27) ... ignored
115052026-02-26T21:48:51.564Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_create (line 25) ... ignored
115062026-02-26T21:48:51.564Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_delete (line 27) ... ignored
115072026-02-26T21:48:51.564Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_list (line 29) ... ignored
115082026-02-26T21:48:51.564Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_view (line 27) ... ignored
115092026-02-26T21:48:51.564Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_view (line 23) ... ignored
115102026-02-26T21:48:51.564Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 27) ... ignored
115112026-02-26T21:48:51.564Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 28) ... ignored
115122026-02-26T21:48:51.564Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 28) ... ignored
115132026-02-26T21:48:51.564Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 26) ... ignored
115142026-02-26T21:48:51.564Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 26) ... ignored
115152026-02-26T21:48:51.564Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 27) ... ignored
115162026-02-26T21:48:51.564Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 28) ... ignored
115172026-02-26T21:48:51.564Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 26) ... ignored
115182026-02-26T21:48:51.564Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_create (line 26) ... ignored
115192026-02-26T21:48:51.564Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_delete (line 26) ... ignored
115202026-02-26T21:48:51.564Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_list (line 28) ... ignored
115212026-02-26T21:48:51.564Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_add (line 27) ... ignored
115222026-02-26T21:48:51.564Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_delete (line 27) ... ignored
115232026-02-26T21:48:51.564Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_view (line 27) ... ignored
115242026-02-26T21:48:51.564Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_list (line 29) ... ignored
115252026-02-26T21:48:51.564Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_update (line 27) ... ignored
115262026-02-26T21:48:51.564Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_view (line 26) ... ignored
115272026-02-26T21:48:51.564Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_affinity_group_list (line 29) ... ignored
115282026-02-26T21:48:51.564Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_multicast_group_join (line 32) ... ignored
115292026-02-26T21:48:51.564Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_multicast_group_leave (line 27) ... ignored
115302026-02-26T21:48:51.565Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_multicast_group_list (line 29) ... ignored
115312026-02-26T21:48:51.565Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::multicast_group_list (line 27) ... ignored
115322026-02-26T21:48:51.565Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::multicast_group_member_list (line 30) ... ignored
115332026-02-26T21:48:51.565Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::multicast_group_view (line 27) ... ignored
115342026-02-26T21:48:51.565Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_create (line 26) ... ignored
115352026-02-26T21:48:51.565Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_delete (line 26) ... ignored
115362026-02-26T21:48:51.565Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_list (line 28) ... ignored
115372026-02-26T21:48:51.565Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_view (line 26) ... ignored
115382026-02-26T21:48:51.565Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::rack_membership_abort (line 27) ... ignored
115392026-02-26T21:48:51.565Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::rack_membership_add_sleds (line 26) ... ignored
115402026-02-26T21:48:51.565Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::rack_membership_status (line 25) ... ignored
115412026-02-26T21:48:51.565Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_create (line 23) ... ignored
115422026-02-26T21:48:51.565Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_delete (line 27) ... ignored
115432026-02-26T21:48:51.565Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_download (line 28) ... ignored
115442026-02-26T21:48:51.565Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_download_file (line 29) ... ignored
115452026-02-26T21:48:51.565Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_head (line 28) ... ignored
115462026-02-26T21:48:51.565Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_head_file (line 29) ... ignored
115472026-02-26T21:48:51.565Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_index (line 28) ... ignored
115482026-02-26T21:48:51.565Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_list (line 27) ... ignored
115492026-02-26T21:48:51.565Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_update (line 26) ... ignored
115502026-02-26T21:48:51.565Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_view (line 25) ... ignored
115512026-02-26T21:48:51.565Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::timeseries_query (line 28) ... ignored
115522026-02-26T21:48:51.565Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_attach (line 27) ... ignored
115532026-02-26T21:48:51.565Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_create (line 26) ... ignored
115542026-02-26T21:48:51.565Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_delete (line 26) ... ignored
115552026-02-26T21:48:51.565Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_detach (line 26) ... ignored
115562026-02-26T21:48:51.565Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_list (line 28) ... ignored
115572026-02-26T21:48:51.565Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_update (line 27) ... ignored
115582026-02-26T21:48:51.565Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_view (line 26) ... ignored
115592026-02-26T21:48:51.565Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_attach (line 29) ... ignored
115602026-02-26T21:48:51.565Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_create (line 28) ... ignored
115612026-02-26T21:48:51.565Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_delete (line 26) ... ignored
115622026-02-26T21:48:51.565Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_detach (line 26) ... ignored
115632026-02-26T21:48:51.565Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_list (line 28) ... ignored
115642026-02-26T21:48:51.565Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_update (line 27) ... ignored
115652026-02-26T21:48:51.565Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_view (line 26) ... ignored
115662026-02-26T21:48:51.565Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_create (line 28) ... ignored
115672026-02-26T21:48:51.565Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 28) ... ignored
115682026-02-26T21:48:51.565Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 28) ... ignored
115692026-02-26T21:48:51.566Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_list (line 30) ... ignored
115702026-02-26T21:48:51.566Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 28) ... ignored
115712026-02-26T21:48:51.566Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_view (line 28) ... ignored
115722026-02-26T21:48:51.566Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_anti_affinity_group_list (line 29) ... ignored
115732026-02-26T21:48:51.566Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 26) ... ignored
115742026-02-26T21:48:51.566Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 26) ... ignored
115752026-02-26T21:48:51.566Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 27) ... ignored
115762026-02-26T21:48:51.566Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 27) ... ignored
115772026-02-26T21:48:51.566Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 29) ... ignored
115782026-02-26T21:48:51.566Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_attach (line 27) ... ignored
115792026-02-26T21:48:51.566Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_detach (line 31) ... ignored
115802026-02-26T21:48:51.566Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 26) ... ignored
115812026-02-26T21:48:51.566Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_subnet_list (line 26) ... ignored
115822026-02-26T21:48:51.566Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 28) ... ignored
115832026-02-26T21:48:51.566Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 27) ... ignored
115842026-02-26T21:48:51.566Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 29) ... ignored
115852026-02-26T21:48:51.566Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 29) ... ignored
115862026-02-26T21:48:51.566Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 28) ... ignored
115872026-02-26T21:48:51.566Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 27) ... ignored
115882026-02-26T21:48:51.566Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 26) ... ignored
115892026-02-26T21:48:51.566Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 29) ... ignored
115902026-02-26T21:48:51.566Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 27) ... ignored
115912026-02-26T21:48:51.566Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ssh_public_key_list (line 31) ... ignored
115922026-02-26T21:48:51.566Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 26) ... ignored
115932026-02-26T21:48:51.566Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 26) ... ignored
115942026-02-26T21:48:51.566Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_update (line 27) ... ignored
115952026-02-26T21:48:51.566Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 26) ... ignored
115962026-02-26T21:48:51.566Ztest clients/oxide-client/src/lib.rs - ClientIpPoolsExt::ip_pool_list (line 27) ... ignored
115972026-02-26T21:48:51.566Ztest clients/oxide-client/src/lib.rs - ClientIpPoolsExt::ip_pool_view (line 25) ... ignored
115982026-02-26T21:48:51.566Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_local (line 23) ... ignored
115992026-02-26T21:48:51.566Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 23) ... ignored
116002026-02-26T21:48:51.566Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 33) ... ignored
116012026-02-26T21:48:51.566Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 23) ... ignored
116022026-02-26T21:48:51.566Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 23) ... ignored
116032026-02-26T21:48:51.593Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 23) ... ignored
116042026-02-26T21:48:51.593Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 25) ... ignored
116052026-02-26T21:48:51.593Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 27) ... ignored
116062026-02-26T21:48:51.593Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 26) ... ignored
116072026-02-26T21:48:51.593Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 25) ... ignored
116082026-02-26T21:48:51.593Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 26) ... ignored
116092026-02-26T21:48:51.593Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 25) ... ignored
116102026-02-26T21:48:51.593Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::auth_settings_update (line 23) ... ignored
116112026-02-26T21:48:51.593Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::auth_settings_view (line 23) ... ignored
116122026-02-26T21:48:51.593Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 25) ... ignored
116132026-02-26T21:48:51.593Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 27) ... ignored
116142026-02-26T21:48:51.593Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 29) ... ignored
116152026-02-26T21:48:51.593Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 27) ... ignored
116162026-02-26T21:48:51.593Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_list (line 27) ... ignored
116172026-02-26T21:48:51.593Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_view (line 25) ... ignored
116182026-02-26T21:48:51.593Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 23) ... ignored
116192026-02-26T21:48:51.593Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 23) ... ignored
116202026-02-26T21:48:51.593Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_list (line 28) ... ignored
116212026-02-26T21:48:51.593Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_logout (line 27) ... ignored
116222026-02-26T21:48:51.593Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_session_list (line 28) ... ignored
116232026-02-26T21:48:51.593Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_token_list (line 28) ... ignored
116242026-02-26T21:48:51.593Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_view (line 25) ... ignored
116252026-02-26T21:48:51.593Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::utilization_view (line 23) ... ignored
116262026-02-26T21:48:51.593Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 28) ... ignored
116272026-02-26T21:48:51.593Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 26) ... ignored
116282026-02-26T21:48:51.593Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 28) ... ignored
116292026-02-26T21:48:51.593Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 26) ... ignored
116302026-02-26T21:48:51.593Ztest clients/oxide-client/src/lib.rs - ClientSubnetPoolsExt::subnet_pool_list (line 27) ... ignored
116312026-02-26T21:48:51.593Ztest clients/oxide-client/src/lib.rs - ClientSubnetPoolsExt::subnet_pool_view (line 25) ... ignored
116322026-02-26T21:48:51.593Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_class_list (line 29) ... ignored
116332026-02-26T21:48:51.593Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_delivery_list (line 43) ... ignored
116342026-02-26T21:48:51.594Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_delivery_resend (line 26) ... ignored
116352026-02-26T21:48:51.594Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_delete (line 25) ... ignored
116362026-02-26T21:48:51.594Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_list (line 27) ... ignored
116372026-02-26T21:48:51.594Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_probe (line 34) ... ignored
116382026-02-26T21:48:51.594Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_subscription_add (line 26) ... ignored
116392026-02-26T21:48:51.594Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_subscription_remove (line 26) ... ignored
116402026-02-26T21:48:51.594Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_view (line 25) ... ignored
116412026-02-26T21:48:51.594Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_receiver_create (line 23) ... ignored
116422026-02-26T21:48:51.594Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_receiver_update (line 28) ... ignored
116432026-02-26T21:48:51.594Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_add (line 26) ... ignored
116442026-02-26T21:48:51.594Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_delete (line 25) ... ignored
116452026-02-26T21:48:51.594Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_list (line 25) ... ignored
116462026-02-26T21:48:51.594Ztest clients/oxide-client/src/lib.rs - ClientSystemAuditLogExt::audit_log_list (line 33) ... ignored
116472026-02-26T21:48:51.594Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 28) ... ignored
116482026-02-26T21:48:51.594Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 27) ... ignored
116492026-02-26T21:48:51.594Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 28) ... ignored
116502026-02-26T21:48:51.594Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_status (line 27) ... ignored
116512026-02-26T21:48:51.594Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 27) ... ignored
116522026-02-26T21:48:51.594Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_view (line 25) ... ignored
116532026-02-26T21:48:51.594Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 27) ... ignored
116542026-02-26T21:48:51.594Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 25) ... ignored
116552026-02-26T21:48:51.594Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 28) ... ignored
116562026-02-26T21:48:51.594Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 27) ... ignored
116572026-02-26T21:48:51.594Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list_uninitialized (line 26) ... ignored
116582026-02-26T21:48:51.594Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 28) ... ignored
116592026-02-26T21:48:51.594Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_set_provision_policy (line 26) ... ignored
116602026-02-26T21:48:51.594Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 25) ... ignored
116612026-02-26T21:48:51.594Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 27) ... ignored
116622026-02-26T21:48:51.594Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 25) ... ignored
116632026-02-26T21:48:51.594Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_create (line 23) ... ignored
116642026-02-26T21:48:51.594Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_delete (line 25) ... ignored
116652026-02-26T21:48:51.594Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_list (line 27) ... ignored
116662026-02-26T21:48:51.594Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_range_add (line 30) ... ignored
116672026-02-26T21:48:51.594Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_range_list (line 29) ... ignored
116682026-02-26T21:48:51.594Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_range_remove (line 26) ... ignored
116692026-02-26T21:48:51.594Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_service_range_add (line 25) ... ignored
116702026-02-26T21:48:51.594Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_service_range_list (line 28) ... ignored
116712026-02-26T21:48:51.594Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_service_range_remove (line 23) ... ignored
116722026-02-26T21:48:51.594Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_service_view (line 23) ... ignored
116732026-02-26T21:48:51.594Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_silo_link (line 28) ... ignored
116742026-02-26T21:48:51.594Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_silo_list (line 28) ... ignored
116752026-02-26T21:48:51.595Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_silo_unlink (line 25) ... ignored
116762026-02-26T21:48:51.595Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_silo_update (line 25) ... ignored
116772026-02-26T21:48:51.595Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_update (line 26) ... ignored
116782026-02-26T21:48:51.595Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_utilization_view (line 25) ... ignored
116792026-02-26T21:48:51.595Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_view (line 25) ... ignored
116802026-02-26T21:48:51.595Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 33) ... ignored
116812026-02-26T21:48:51.595Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_query (line 25) ... ignored
116822026-02-26T21:48:51.595Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_schema_list (line 26) ... ignored
116832026-02-26T21:48:51.595Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 28) ... ignored
116842026-02-26T21:48:51.595Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 23) ... ignored
116852026-02-26T21:48:51.595Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 25) ... ignored
116862026-02-26T21:48:51.595Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 27) ... ignored
116872026-02-26T21:48:51.595Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_view (line 25) ... ignored
116882026-02-26T21:48:51.595Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_update (line 23) ... ignored
116892026-02-26T21:48:51.595Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_view (line 23) ... ignored
116902026-02-26T21:48:51.595Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_disable (line 23) ... ignored
116912026-02-26T21:48:51.595Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_enable (line 23) ... ignored
116922026-02-26T21:48:51.595Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_status (line 23) ... ignored
116932026-02-26T21:48:51.595Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 25) ... ignored
116942026-02-26T21:48:51.595Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 27) ... ignored
116952026-02-26T21:48:51.595Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_update (line 25) ... ignored
116962026-02-26T21:48:51.595Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announcement_list (line 25) ... ignored
116972026-02-26T21:48:51.595Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_create (line 23) ... ignored
116982026-02-26T21:48:51.595Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_delete (line 25) ... ignored
116992026-02-26T21:48:51.595Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_list (line 27) ... ignored
117002026-02-26T21:48:51.595Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_exported (line 23) ... ignored
117012026-02-26T21:48:51.595Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_imported (line 25) ... ignored
117022026-02-26T21:48:51.595Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_message_history (line 25) ... ignored
117032026-02-26T21:48:51.621Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_status (line 23) ... ignored
117042026-02-26T21:48:51.621Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_inbound_icmp_update (line 23) ... ignored
117052026-02-26T21:48:51.621Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_inbound_icmp_view (line 23) ... ignored
117062026-02-26T21:48:51.621Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 23) ... ignored
117072026-02-26T21:48:51.621Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 28) ... ignored
117082026-02-26T21:48:51.622Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 27) ... ignored
117092026-02-26T21:48:51.622Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_config_update (line 28) ... ignored
117102026-02-26T21:48:51.622Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_config_view (line 27) ... ignored
117112026-02-26T21:48:51.622Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_neighbors (line 30) ... ignored
117122026-02-26T21:48:51.622Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 23) ... ignored
117132026-02-26T21:48:51.622Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 25) ... ignored
117142026-02-26T21:48:51.622Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 28) ... ignored
117152026-02-26T21:48:51.622Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 25) ... ignored
117162026-02-26T21:48:51.622Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 28) ... ignored
117172026-02-26T21:48:51.622Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 26) ... ignored
117182026-02-26T21:48:51.622Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 29) ... ignored
117192026-02-26T21:48:51.622Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 26) ... ignored
117202026-02-26T21:48:51.622Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 26) ... ignored
117212026-02-26T21:48:51.622Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_create (line 27) ... ignored
117222026-02-26T21:48:51.622Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_delete (line 28) ... ignored
117232026-02-26T21:48:51.622Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_list (line 27) ... ignored
117242026-02-26T21:48:51.622Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_view (line 28) ... ignored
117252026-02-26T21:48:51.622Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 23) ... ignored
117262026-02-26T21:48:51.622Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 27) ... ignored
117272026-02-26T21:48:51.622Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 30) ... ignored
117282026-02-26T21:48:51.622Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_ip_pool_list (line 30) ... ignored
117292026-02-26T21:48:51.622Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 29) ... ignored
117302026-02-26T21:48:51.622Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 26) ... ignored
117312026-02-26T21:48:51.622Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 25) ... ignored
117322026-02-26T21:48:51.622Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_update (line 28) ... ignored
117332026-02-26T21:48:51.622Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_view (line 25) ... ignored
117342026-02-26T21:48:51.622Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_subnet_pool_list (line 28) ... ignored
117352026-02-26T21:48:51.622Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 28) ... ignored
117362026-02-26T21:48:51.622Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 26) ... ignored
117372026-02-26T21:48:51.622Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_list (line 27) ... ignored
117382026-02-26T21:48:51.622Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_view (line 25) ... ignored
117392026-02-26T21:48:51.622Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 27) ... ignored
117402026-02-26T21:48:51.622Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::system_quotas_list (line 27) ... ignored
117412026-02-26T21:48:51.622Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 27) ... ignored
117422026-02-26T21:48:51.622Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 23) ... ignored
117432026-02-26T21:48:51.622Ztest clients/oxide-client/src/lib.rs - ClientSystemStatusExt::ping (line 25) ... ignored
117442026-02-26T21:48:51.622Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_create (line 23) ... ignored
117452026-02-26T21:48:51.622Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_delete (line 25) ... ignored
117462026-02-26T21:48:51.622Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_list (line 27) ... ignored
117472026-02-26T21:48:51.623Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_member_add (line 26) ... ignored
117482026-02-26T21:48:51.623Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_member_list (line 27) ... ignored
117492026-02-26T21:48:51.623Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_member_remove (line 26) ... ignored
117502026-02-26T21:48:51.623Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_silo_link (line 26) ... ignored
117512026-02-26T21:48:51.623Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_silo_list (line 28) ... ignored
117522026-02-26T21:48:51.623Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_silo_unlink (line 26) ... ignored
117532026-02-26T21:48:51.623Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_silo_update (line 27) ... ignored
117542026-02-26T21:48:51.623Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_update (line 26) ... ignored
117552026-02-26T21:48:51.623Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_utilization_view (line 25) ... ignored
117562026-02-26T21:48:51.623Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_view (line 25) ... ignored
117572026-02-26T21:48:51.623Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_repository_list (line 29) ... ignored
117582026-02-26T21:48:51.623Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_repository_upload (line 28) ... ignored
117592026-02-26T21:48:51.623Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_repository_view (line 25) ... ignored
117602026-02-26T21:48:51.623Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_status (line 25) ... ignored
117612026-02-26T21:48:51.623Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_create (line 23) ... ignored
117622026-02-26T21:48:51.623Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_delete (line 27) ... ignored
117632026-02-26T21:48:51.623Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_list (line 29) ... ignored
117642026-02-26T21:48:51.623Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_view (line 25) ... ignored
117652026-02-26T21:48:51.623Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::target_release_update (line 25) ... ignored
117662026-02-26T21:48:51.623Ztest clients/oxide-client/src/lib.rs - ClientTokensExt::current_user_access_token_delete (line 27) ... ignored
117672026-02-26T21:48:51.623Ztest clients/oxide-client/src/lib.rs - ClientTokensExt::current_user_access_token_list (line 29) ... ignored
117682026-02-26T21:48:51.623Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_create (line 27) ... ignored
117692026-02-26T21:48:51.623Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_delete (line 28) ... ignored
117702026-02-26T21:48:51.623Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_create (line 28) ... ignored
117712026-02-26T21:48:51.623Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_delete (line 29) ... ignored
117722026-02-26T21:48:51.623Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_list (line 30) ... ignored
117732026-02-26T21:48:51.623Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_create (line 28) ... ignored
117742026-02-26T21:48:51.623Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_delete (line 29) ... ignored
117752026-02-26T21:48:51.623Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_list (line 30) ... ignored
117762026-02-26T21:48:51.623Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_list (line 29) ... ignored
117772026-02-26T21:48:51.623Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_view (line 27) ... ignored
117782026-02-26T21:48:51.623Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 26) ... ignored
117792026-02-26T21:48:51.623Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 26) ... ignored
117802026-02-26T21:48:51.623Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 33) ... ignored
117812026-02-26T21:48:51.623Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 26) ... ignored
117822026-02-26T21:48:51.623Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 28) ... ignored
117832026-02-26T21:48:51.623Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_create (line 27) ... ignored
117842026-02-26T21:48:51.623Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_delete (line 27) ... ignored
117852026-02-26T21:48:51.623Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_list (line 29) ... ignored
117862026-02-26T21:48:51.624Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_create (line 28) ... ignored
117872026-02-26T21:48:51.624Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_delete (line 28) ... ignored
117882026-02-26T21:48:51.624Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_list (line 32) ... ignored
117892026-02-26T21:48:51.624Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_update (line 29) ... ignored
117902026-02-26T21:48:51.624Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_view (line 28) ... ignored
117912026-02-26T21:48:51.624Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_update (line 28) ... ignored
117922026-02-26T21:48:51.624Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_view (line 27) ... ignored
117932026-02-26T21:48:51.624Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 27) ... ignored
117942026-02-26T21:48:51.624Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 27) ... ignored
117952026-02-26T21:48:51.624Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 29) ... ignored
117962026-02-26T21:48:51.624Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 30) ... ignored
117972026-02-26T21:48:51.624Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 28) ... ignored
117982026-02-26T21:48:51.624Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 27) ... ignored
117992026-02-26T21:48:51.624Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 27) ... ignored
118002026-02-26T21:48:51.624Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 26) ... ignored
118012026-02-26T21:48:51.624Z
118022026-02-26T21:48:51.624Ztest result: ok. 0 passed; 0 failed; 310 ignored; 0 measured; 0 filtered out; finished in 0.00s
118032026-02-26T21:48:51.649Z
118042026-02-26T21:48:51.744Z Doc-tests oximeter
118052026-02-26T21:48:51.744Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter --test oximeter/oximeter/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oximeter -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4e1cebaf054645ba.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-c112d53073a1dce4.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-e4ee8f91924a50ae.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-d0bf5eb7d157f7c9.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-3bf64ca65482c55e.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-b07a6cd46bb49e96.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118062026-02-26T21:49:01.712Z
118072026-02-26T21:49:01.712Zrunning 2 tests
118082026-02-26T21:49:01.738Ztest oximeter/oximeter/src/lib.rs - (line 111) ... ignored
118092026-02-26T21:49:01.738Ztest oximeter/oximeter/src/lib.rs - (line 118) ... ok
118102026-02-26T21:49:01.738Z
118112026-02-26T21:49:01.738Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.02s
118122026-02-26T21:49:01.738Z
118132026-02-26T21:49:01.800Z Doc-tests oximeter_api
118142026-02-26T21:49:01.800Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_api --test oximeter/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d703376dd51db557.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-567df5da3eaa495f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-9ccf93a538450fe4.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-3c977b5def4a6ed9.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118152026-02-26T21:49:02.834Z
118162026-02-26T21:49:02.834Zrunning 2 tests
118172026-02-26T21:49:02.834Ztest oximeter/api/src/lib.rs - oximeter_api_mod::api_description (line 49) ... ignored
118182026-02-26T21:49:02.834Ztest oximeter/api/src/lib.rs - oximeter_api_mod::stub_api_description (line 55) ... ignored
118192026-02-26T21:49:02.834Z
118202026-02-26T21:49:02.834Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
118212026-02-26T21:49:02.834Z
118222026-02-26T21:49:02.880Z Doc-tests oximeter_client
118232026-02-26T21:49:02.880Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_client --test clients/oximeter-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/oximeter-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b476cbab3ebc9700.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-fa2d970f30749628.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118242026-02-26T21:49:03.421Z
118252026-02-26T21:49:03.421Zrunning 0 tests
118262026-02-26T21:49:03.421Z
118272026-02-26T21:49:03.421Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118282026-02-26T21:49:03.421Z
118292026-02-26T21:49:03.492Z Doc-tests oximeter_collector
118302026-02-26T21:49:03.492Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_collector --test oximeter/collector/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/collector -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-12362f11ae5ad8a9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-594f352716bbccce.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d84f93995e261401.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-621e0d376e43b2e6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-26ce93b26fa1d45f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4e1cebaf054645ba.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-9ccf93a538450fe4.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-fa2d970f30749628.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-c6c47b1288298b15.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-79f9f6e29e855245.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-3bf64ca65482c55e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b789c7149d610113.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118312026-02-26T21:49:04.298Z
118322026-02-26T21:49:04.298Zrunning 0 tests
118332026-02-26T21:49:04.298Z
118342026-02-26T21:49:04.298Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118352026-02-26T21:49:04.298Z
118362026-02-26T21:49:04.365Z Doc-tests oximeter_db
118372026-02-26T21:49:04.365Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_db --test oximeter/db/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/db -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ebe42c3b8d1b6feb.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-924a2d3382a982f2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-d761d6af0de48799.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-3c3c262e50c2db18.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-5f3df2a394fb1aa2.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-0815b5df15044370.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-e9a817205d62f855.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-a1a64b052b31f6d4.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-b552a5abd74e3046.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-5a02bdd32cb005b1.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-496362133443fc3e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-5ab434a4034fc222.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-f8d2a4477cf2b4fe.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4e1cebaf054645ba.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-79f9f6e29e855245.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-3d0484ccffafb59a.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-b61fe0721fa75d38.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-801ca1e0af96fa5e.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-b98e5f5ca94fa582.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b789c7149d610113.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-032a398a788f45ad.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-4de252fa1fde8321.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-580ab898584e9fdb.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-b6211ea91537da45.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-9fbdfea03a05da8f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-229621499bbc22b0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -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`
118382026-02-26T21:49:06.434Z
118392026-02-26T21:49:06.434Zrunning 3 tests
118402026-02-26T21:49:06.434Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 71) ... ignored
118412026-02-26T21:49:06.434Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 78) ... ignored
118422026-02-26T21:49:06.434Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 84) ... ignored
118432026-02-26T21:49:06.434Z
118442026-02-26T21:49:06.434Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
118452026-02-26T21:49:06.434Z
118462026-02-26T21:49:06.459Z
118472026-02-26T21:49:06.459Zrunning 2 tests
118482026-02-26T21:49:06.459Ztest oximeter/db/src/oxql/ast/table_ops/filter/mod.rs - oxql::ast::table_ops::filter::Filter::simplify_to_dnf (line 218) ... ignored
118492026-02-26T21:49:06.459Ztest oximeter/db/src/oxql/ast/table_ops/filter/visit.rs - oxql::ast::table_ops::filter::visit::ShiftTimestamps (line 53) ... ignored
118502026-02-26T21:49:06.459Z
118512026-02-26T21:49:06.459Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
118522026-02-26T21:49:06.459Z
118532026-02-26T21:49:06.459Zall doctests ran in 0.72s; merged doctests compilation took 0.71s
118542026-02-26T21:49:06.525Z Doc-tests oximeter_instruments
118552026-02-26T21:49:06.525Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_instruments --test oximeter/instruments/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/instruments -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-d37b9205f8990adb.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4e1cebaf054645ba.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c3798f9ded3407a8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("datalink", "default", "http-instruments", "kstat"))' --document-private-items -D warnings --error-format human`
118562026-02-26T21:49:07.126Z
118572026-02-26T21:49:07.126Zrunning 0 tests
118582026-02-26T21:49:07.126Z
118592026-02-26T21:49:07.126Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118602026-02-26T21:49:07.126Z
118612026-02-26T21:49:07.179Z Doc-tests oximeter_macro_impl
118622026-02-26T21:49:07.179Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type proc-macro --color always --crate-name oximeter_macro_impl --test oximeter/oximeter-macro-impl/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oximeter-macro-impl -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-83a93939939f6042.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-c112d53073a1dce4.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118632026-02-26T21:49:07.302Z
118642026-02-26T21:49:07.302Zrunning 0 tests
118652026-02-26T21:49:07.302Z
118662026-02-26T21:49:07.302Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118672026-02-26T21:49:07.302Z
118682026-02-26T21:49:07.327Z Doc-tests oximeter_producer
118692026-02-26T21:49:07.327Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_producer --test oximeter/producer/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/producer -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-594f352716bbccce.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d84f93995e261401.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-621e0d376e43b2e6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4e1cebaf054645ba.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e07e583db8d995e5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118702026-02-26T21:49:08.024Z
118712026-02-26T21:49:08.024Zrunning 0 tests
118722026-02-26T21:49:08.024Z
118732026-02-26T21:49:08.024Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118742026-02-26T21:49:08.024Z
118752026-02-26T21:49:08.087Z Doc-tests oximeter_schema
118762026-02-26T21:49:08.088Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_schema --test oximeter/schema/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/schema -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-e4ee8f91924a50ae.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-3bf64ca65482c55e.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-b07a6cd46bb49e96.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118772026-02-26T21:49:08.568Z
118782026-02-26T21:49:08.568Zrunning 0 tests
118792026-02-26T21:49:08.568Z
118802026-02-26T21:49:08.568Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118812026-02-26T21:49:08.569Z
118822026-02-26T21:49:08.612Z Doc-tests oximeter_test_utils
118832026-02-26T21:49:08.637Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_test_utils --test oximeter/test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-3c3c262e50c2db18.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-79f9f6e29e855245.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-c112d53073a1dce4.so --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-3d0484ccffafb59a.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-3bf64ca65482c55e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118842026-02-26T21:49:09.251Z
118852026-02-26T21:49:09.251Zrunning 0 tests
118862026-02-26T21:49:09.251Z
118872026-02-26T21:49:09.251Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118882026-02-26T21:49:09.251Z
118892026-02-26T21:49:09.323Z Doc-tests oximeter_timeseries_macro
118902026-02-26T21:49:09.323Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type proc-macro --color always --crate-name oximeter_timeseries_macro --test oximeter/timeseries-macro/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/timeseries-macro -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-83a93939939f6042.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-17d1aac0eff2a8ef.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-d0bf5eb7d157f7c9.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-c6efe3d443386c56.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118912026-02-26T21:49:09.668Z
118922026-02-26T21:49:09.668Zrunning 0 tests
118932026-02-26T21:49:09.668Z
118942026-02-26T21:49:09.668Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118952026-02-26T21:49:09.668Z
118962026-02-26T21:49:09.707Z Doc-tests oximeter_types
118972026-02-26T21:49:09.707Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_types --test oximeter/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-ffed923fbd0f186b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-0815b5df15044370.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-852f92ed2604cabf.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-f8d2a4477cf2b4fe.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-c112d53073a1dce4.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-3bf64ca65482c55e.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-3c977b5def4a6ed9.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-801ca1e0af96fa5e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-d1784829bdbec9f1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-df2d15648f246e38.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-ac7704af1c7a2f99.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118982026-02-26T21:49:11.762Z
118992026-02-26T21:49:11.762Zrunning 11 tests
119002026-02-26T21:49:12.484Ztest oximeter/types/src/traits.rs - traits::Metric (line 190) - compile fail ... ok
119012026-02-26T21:49:22.125Ztest oximeter/types/src/quantile.rs - quantile::Quantile::append (line 245) ... ok
119022026-02-26T21:49:22.208Ztest oximeter/types/src/quantile.rs - quantile::Quantile::estimate (line 202) ... ok
119032026-02-26T21:49:22.734Ztest oximeter/types/src/quantile.rs - quantile::Quantile::from_parts (line 118) ... ok
119042026-02-26T21:49:22.830Ztest oximeter/types/src/histogram.rs - histogram::Histogram<T>::with_bins (line 525) ... ok
119052026-02-26T21:49:22.888Ztest oximeter/types/src/histogram.rs - histogram::Histogram<T>::span_decades (line 928) ... ok
119062026-02-26T21:49:23.019Ztest oximeter/types/src/traits.rs - traits::Target (line 79) - compile fail ... ok
119072026-02-26T21:49:23.165Ztest oximeter/types/src/quantile.rs - quantile::Quantile::new (line 80) ... ok
119082026-02-26T21:49:23.381Ztest oximeter/types/src/traits.rs - traits::Metric (line 165) ... ok
119092026-02-26T21:49:23.509Ztest oximeter/types/src/traits.rs - traits::Producer (line 369) ... ok
119102026-02-26T21:49:30.950Ztest oximeter/types/src/traits.rs - traits::Target (line 49) ... ok
119112026-02-26T21:49:30.950Z
119122026-02-26T21:49:30.950Ztest result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 19.19s
119132026-02-26T21:49:30.950Z
119142026-02-26T21:49:30.975Zall doctests ran in 20.41s; merged doctests compilation took 1.22s
119152026-02-26T21:49:31.019Z Doc-tests oximeter_types_versions
119162026-02-26T21:49:31.019Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_types_versions --test oximeter/types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/types/versions -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b476cbab3ebc9700.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-3c977b5def4a6ed9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119172026-02-26T21:49:32.205Z
119182026-02-26T21:49:32.205Zrunning 1 test
119192026-02-26T21:49:32.205Ztest oximeter/types/versions/src/lib.rs - (line 17) ... ignored
119202026-02-26T21:49:32.205Z
119212026-02-26T21:49:32.205Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
119222026-02-26T21:49:32.205Z
119232026-02-26T21:49:32.253Z Doc-tests oxlog
119242026-02-26T21:49:32.253Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oxlog --test dev-tools/oxlog/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/oxlog -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-fe0456d722bba6e7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-f362e13d93071c42.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-36b1178678ed49cf.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-def14352b8506b75.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119252026-02-26T21:49:32.375Z
119262026-02-26T21:49:32.376Zrunning 0 tests
119272026-02-26T21:49:32.376Z
119282026-02-26T21:49:32.376Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119292026-02-26T21:49:32.376Z
119302026-02-26T21:49:32.401Z Doc-tests oxql_types
119312026-02-26T21:49:32.401Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oxql_types --test oximeter/oxql-types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oxql-types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-b552a5abd74e3046.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-f8d2a4477cf2b4fe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-3bf64ca65482c55e.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-b61fe0721fa75d38.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119322026-02-26T21:49:32.944Z
119332026-02-26T21:49:32.944Zrunning 0 tests
119342026-02-26T21:49:32.944Z
119352026-02-26T21:49:32.944Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119362026-02-26T21:49:32.944Z
119372026-02-26T21:49:32.971Z Doc-tests parallel_task_set
119382026-02-26T21:49:32.971Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name parallel_task_set --test parallel-task-set/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/parallel-task-set -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-83a93939939f6042.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-364fc30b59fd0d7b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119392026-02-26T21:49:33.078Z
119402026-02-26T21:49:33.078Zrunning 0 tests
119412026-02-26T21:49:33.078Z
119422026-02-26T21:49:33.078Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119432026-02-26T21:49:33.078Z
119442026-02-26T21:49:33.107Z Doc-tests range_requests
119452026-02-26T21:49:33.107Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name range_requests --test range-requests/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/range-requests -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-697abc391bbe218c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-8d2f726f910c8602.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-913767e3a45f3687.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-46f1675eefa55bb7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119462026-02-26T21:49:33.374Z
119472026-02-26T21:49:33.374Zrunning 0 tests
119482026-02-26T21:49:33.374Z
119492026-02-26T21:49:33.374Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119502026-02-26T21:49:33.375Z
119512026-02-26T21:49:33.409Z Doc-tests reconfigurator_cli
119522026-02-26T21:49:33.409Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name reconfigurator_cli --test dev-tools/reconfigurator-cli/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/reconfigurator-cli -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e19bce47ba6e7c57.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-4d5835e21ae71884.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-494ca4e31fddf7d3.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d84f93995e261401.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-de5d2bbf64ba9eb6.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c76fd3b797d6acd5.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-a76ddcb16f9014d1.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-a39cc0226fc54e4f.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-9f9eb83f9bc04711.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-ea7432e63fe35117.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-f8b620cf79b52565.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-9fbdfea03a05da8f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7655243c9319e73a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1c44f558291a3c28.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-759720df9f748024.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -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`
119532026-02-26T21:49:34.534Z
119542026-02-26T21:49:34.534Zrunning 0 tests
119552026-02-26T21:49:34.534Z
119562026-02-26T21:49:34.534Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119572026-02-26T21:49:34.534Z
119582026-02-26T21:49:34.618Z Doc-tests repo_depot_api
119592026-02-26T21:49:34.618Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name repo_depot_api --test sled-agent/repo-depot-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/repo-depot-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d703376dd51db557.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-567df5da3eaa495f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c97d11b0c3b81948.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119602026-02-26T21:49:35.611Z
119612026-02-26T21:49:35.611Zrunning 2 tests
119622026-02-26T21:49:35.611Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::api_description (line 26) ... ignored
119632026-02-26T21:49:35.611Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::stub_api_description (line 32) ... ignored
119642026-02-26T21:49:35.611Z
119652026-02-26T21:49:35.611Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
119662026-02-26T21:49:35.611Z
119672026-02-26T21:49:35.660Z Doc-tests repo_depot_client
119682026-02-26T21:49:35.660Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name repo_depot_client --test clients/repo-depot-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/repo-depot-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-83a93939939f6042.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-2122a778426d8761.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119692026-02-26T21:49:35.923Z
119702026-02-26T21:49:35.923Zrunning 0 tests
119712026-02-26T21:49:35.923Z
119722026-02-26T21:49:35.923Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119732026-02-26T21:49:35.923Z
119742026-02-26T21:49:35.954Z Doc-tests sled_agent_api
119752026-02-26T21:49:35.954Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_api --test sled-agent/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-567df5da3eaa495f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-c481e56e1fb98fad.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-3850d59e699c0790.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-dd50e44f425b3452.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-d21b4224a1903afc.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-5e6be64fec04b26e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119762026-02-26T21:49:37.341Z
119772026-02-26T21:49:37.341Zrunning 2 tests
119782026-02-26T21:49:37.341Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::api_description (line 95) ... ignored
119792026-02-26T21:49:37.341Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::stub_api_description (line 101) ... ignored
119802026-02-26T21:49:37.341Z
119812026-02-26T21:49:37.341Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
119822026-02-26T21:49:37.341Z
119832026-02-26T21:49:37.396Z Doc-tests sled_agent_client
119842026-02-26T21:49:37.396Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_client --test clients/sled-agent-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/sled-agent-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-fb48151e145b8122.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dc582855d2bae75a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-fb6d727948b05a83.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-3850d59e699c0790.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-d21b4224a1903afc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119852026-02-26T21:49:41.053Z
119862026-02-26T21:49:41.053Zrunning 0 tests
119872026-02-26T21:49:41.053Z
119882026-02-26T21:49:41.053Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119892026-02-26T21:49:41.053Z
119902026-02-26T21:49:41.173Z Doc-tests sled_agent_config_reconciler
119912026-02-26T21:49:41.173Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_config_reconciler --test sled-agent/config-reconciler/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/config-reconciler -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ebe42c3b8d1b6feb.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-bec41af8736e717b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-3b83da55670e8f0a.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-6c21e707dd49ed8b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-d099d2df1461daa2.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-8fbaa579bfa4caeb.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-15afdd8839265a72.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-a654ba7dfca26712.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-467979743718e3e8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-c481e56e1fb98fad.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-85bc802af7085b6c.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-83cbcef5124d61ab.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-3850d59e699c0790.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4d06200f0543bfd9.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d9fd52ff033ba0b4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-dadc4ffa302addcf.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-d21b4224a1903afc.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-59b484ead9726af3.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-490b70ab666d52ad.rlib -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`
119922026-02-26T21:49:42.291Z
119932026-02-26T21:49:42.291Zrunning 0 tests
119942026-02-26T21:49:42.291Z
119952026-02-26T21:49:42.291Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119962026-02-26T21:49:42.291Z
119972026-02-26T21:49:42.357Z Doc-tests sled_agent_health_monitor
119982026-02-26T21:49:42.357Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_health_monitor --test sled-agent/health-monitor/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/health-monitor -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-3b83da55670e8f0a.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-c481e56e1fb98fad.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-97e3b66ad2e7cca6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119992026-02-26T21:49:42.793Z
120002026-02-26T21:49:42.794Zrunning 0 tests
120012026-02-26T21:49:42.794Z
120022026-02-26T21:49:42.794Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120032026-02-26T21:49:42.794Z
120042026-02-26T21:49:42.839Z Doc-tests sled_agent_measurements
120052026-02-26T21:49:42.839Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_measurements --test sled-agent/measurements/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/measurements -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-d099d2df1461daa2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-85bc802af7085b6c.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-767b458f60dab1d5.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2b28f4f19b04f292.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-3850d59e699c0790.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
120062026-02-26T21:49:43.343Z
120072026-02-26T21:49:43.343Zrunning 0 tests
120082026-02-26T21:49:43.343Z
120092026-02-26T21:49:43.343Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120102026-02-26T21:49:43.343Z
120112026-02-26T21:49:43.392Z Doc-tests sled_agent_resolvable_files
120122026-02-26T21:49:43.392Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_resolvable_files --test sled-agent/resolvable-files/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/resolvable-files -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-3066b3ace58dda21.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-bec41af8736e717b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-36b1178678ed49cf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-85bc802af7085b6c.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2b28f4f19b04f292.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-83cbcef5124d61ab.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d9fd52ff033ba0b4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120132026-02-26T21:49:43.925Z
120142026-02-26T21:49:43.925Zrunning 0 tests
120152026-02-26T21:49:43.925Z
120162026-02-26T21:49:43.925Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120172026-02-26T21:49:43.925Z
120182026-02-26T21:49:43.978Z Doc-tests sled_agent_resolvable_files_examples
120192026-02-26T21:49:43.978Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_resolvable_files_examples --test sled-agent/resolvable-files-examples/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/resolvable-files-examples -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-3066b3ace58dda21.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-bec41af8736e717b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-83cbcef5124d61ab.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d9fd52ff033ba0b4.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120202026-02-26T21:49:44.399Z
120212026-02-26T21:49:44.399Zrunning 0 tests
120222026-02-26T21:49:44.399Z
120232026-02-26T21:49:44.399Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120242026-02-26T21:49:44.399Z
120252026-02-26T21:49:44.445Z Doc-tests sled_agent_types
120262026-02-26T21:49:44.445Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_types --test sled-agent/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-7b01974447a3784f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-01bfdca2cc9762af.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-c37268312e9028ff.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-3850d59e699c0790.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-dadc4ffa302addcf.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -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`
120272026-02-26T21:49:45.050Z
120282026-02-26T21:49:45.050Zrunning 0 tests
120292026-02-26T21:49:45.050Z
120302026-02-26T21:49:45.050Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120312026-02-26T21:49:45.050Z
120322026-02-26T21:49:45.112Z Doc-tests sled_agent_types_versions
120332026-02-26T21:49:45.112Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_types_versions --test sled-agent/types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/types/versions -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-7b01974447a3784f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4ca9285fc2ae54be.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-a181853c3b7be174.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-c37268312e9028ff.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a9fe9f1222e6c9b4.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-3850d59e699c0790.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-dadc4ffa302addcf.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-2ae7dd60cc71381d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -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`
120342026-02-26T21:49:48.666Z
120352026-02-26T21:49:48.666Zrunning 1 test
120362026-02-26T21:49:48.666Ztest sled-agent/types/versions/src/lib.rs - (line 17) ... ignored
120372026-02-26T21:49:48.666Z
120382026-02-26T21:49:48.666Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
120392026-02-26T21:49:48.666Z
120402026-02-26T21:49:48.776Z Doc-tests sled_diagnostics
120412026-02-26T21:49:48.776Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_diagnostics --test sled-diagnostics/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-diagnostics -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-566dfdbece98fde0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-fe0456d722bba6e7.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-f362e13d93071c42.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-364fc30b59fd0d7b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-dd50e44f425b3452.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d9fd52ff033ba0b4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-1b06916c2a04d0d8.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-ca5ca176de1e9c1f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120422026-02-26T21:49:49.288Z
120432026-02-26T21:49:49.288Zrunning 0 tests
120442026-02-26T21:49:49.288Z
120452026-02-26T21:49:49.288Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120462026-02-26T21:49:49.288Z
120472026-02-26T21:49:49.333Z Doc-tests sled_hardware
120482026-02-26T21:49:49.333Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_hardware --test sled-hardware/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-hardware -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-a1a64b052b31f6d4.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-5f24cf374e08de4e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-95834bdb0f420850.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-fb7cf2d8f77d0fda.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-de9868dc0340c409.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4d06200f0543bfd9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-e26637e5617f4c7d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-490b70ab666d52ad.rlib -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`
120492026-02-26T21:49:49.879Z
120502026-02-26T21:49:49.879Zrunning 0 tests
120512026-02-26T21:49:49.879Z
120522026-02-26T21:49:49.879Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120532026-02-26T21:49:49.879Z
120542026-02-26T21:49:49.930Z Doc-tests sled_hardware_types
120552026-02-26T21:49:49.930Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_hardware_types --test sled-hardware/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-hardware/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-7b8cc660aaeba8f0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-de9868dc0340c409.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-dadc4ffa302addcf.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib -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`
120562026-02-26T21:49:50.377Z
120572026-02-26T21:49:50.377Zrunning 0 tests
120582026-02-26T21:49:50.377Z
120592026-02-26T21:49:50.377Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120602026-02-26T21:49:50.377Z
120612026-02-26T21:49:50.423Z Doc-tests sled_storage
120622026-02-26T21:49:50.423Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_storage --test sled-storage/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-storage -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-3b83da55670e8f0a.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-d099d2df1461daa2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4d06200f0543bfd9.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d9fd52ff033ba0b4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-40d259803c85ce4f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-59b484ead9726af3.rlib -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`
120632026-02-26T21:49:50.913Z
120642026-02-26T21:49:50.913Zrunning 0 tests
120652026-02-26T21:49:50.913Z
120662026-02-26T21:49:50.913Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120672026-02-26T21:49:50.913Z
120682026-02-26T21:49:50.966Z Doc-tests sp_sim
120692026-02-26T21:49:50.966Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sp_sim --test sp-sim/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sp-sim -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-e1d4835446809bca.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e9068d0167c53e94.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-494ca4e31fddf7d3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-8e6118deea88b7a8.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c122ae00a38d41a5.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-3a9626380e27db34.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-600a7ecfeea261be.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a9fe9f1222e6c9b4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-413932a27105c9a7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-05e4a9202fcda5f1.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120702026-02-26T21:49:51.965Z
120712026-02-26T21:49:51.965Zrunning 0 tests
120722026-02-26T21:49:51.965Z
120732026-02-26T21:49:51.965Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120742026-02-26T21:49:51.965Z
120752026-02-26T21:49:52.031Z Doc-tests trust_quorum
120762026-02-26T21:49:52.031Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name trust_quorum --test trust-quorum/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/trust-quorum -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-32b6961ee9991afd.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-7b01974447a3784f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-61be4a7cb2ba8b18.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-800a14e1a8c4d7b8.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-3b83da55670e8f0a.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-c71a35b657b61a51.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0e6b2fb9a7835ef5.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-467979743718e3e8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a9fe9f1222e6c9b4.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-767b458f60dab1d5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-a01a2f5ce20bcf68.rlib --extern sprockets_tls_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls_test_utils-281cc853bf2ef030.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-dadc4ffa302addcf.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-7676ea6e73b6d9b5.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-ba3e5a5fc2a12ec8.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-e07807595cfccee5.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-d21b4224a1903afc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120772026-02-26T21:49:52.750Z
120782026-02-26T21:49:52.750Zrunning 0 tests
120792026-02-26T21:49:52.750Z
120802026-02-26T21:49:52.750Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120812026-02-26T21:49:52.750Z
120822026-02-26T21:49:52.813Z Doc-tests trust_quorum_protocol
120832026-02-26T21:49:52.813Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name trust_quorum_protocol --test trust-quorum/protocol/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/trust-quorum/protocol -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-f5a2a231840931bf.rlib --extern attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-32b6961ee9991afd.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-7b01974447a3784f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-61be4a7cb2ba8b18.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-800a14e1a8c4d7b8.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-3b83da55670e8f0a.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-c71a35b657b61a51.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0e6b2fb9a7835ef5.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-467979743718e3e8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a9fe9f1222e6c9b4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-dadc4ffa302addcf.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-ba3e5a5fc2a12ec8.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-e07807595cfccee5.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-d21b4224a1903afc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rlib -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`
120842026-02-26T21:49:53.532Z
120852026-02-26T21:49:53.532Zrunning 0 tests
120862026-02-26T21:49:53.532Z
120872026-02-26T21:49:53.532Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120882026-02-26T21:49:53.532Z
120892026-02-26T21:49:53.591Z Doc-tests trust_quorum_test_utils
120902026-02-26T21:49:53.591Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name trust_quorum_test_utils --test trust-quorum/test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/trust-quorum/test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-7b01974447a3784f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-c71a35b657b61a51.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-467979743718e3e8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-ba3e5a5fc2a12ec8.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-e07807595cfccee5.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-d21b4224a1903afc.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120912026-02-26T21:49:54.088Z
120922026-02-26T21:49:54.088Zrunning 0 tests
120932026-02-26T21:49:54.088Z
120942026-02-26T21:49:54.088Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120952026-02-26T21:49:54.088Z
120962026-02-26T21:49:54.150Z Doc-tests trust_quorum_types
120972026-02-26T21:49:54.150Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name trust_quorum_types --test trust-quorum/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/trust-quorum/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-83a93939939f6042.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-d21b4224a1903afc.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-2ae7dd60cc71381d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120982026-02-26T21:49:54.538Z
120992026-02-26T21:49:54.538Zrunning 0 tests
121002026-02-26T21:49:54.538Z
121012026-02-26T21:49:54.538Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121022026-02-26T21:49:54.538Z
121032026-02-26T21:49:54.581Z Doc-tests trust_quorum_types_versions
121042026-02-26T21:49:54.581Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name trust_quorum_types_versions --test trust-quorum/types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/trust-quorum/types/versions -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-7b8cc660aaeba8f0.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-3b83da55670e8f0a.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-c71a35b657b61a51.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-c37268312e9028ff.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-2ae7dd60cc71381d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
121052026-02-26T21:49:55.936Z
121062026-02-26T21:49:55.936Zrunning 1 test
121072026-02-26T21:49:55.936Ztest trust-quorum/types/versions/src/lib.rs - (line 16) ... ignored
121082026-02-26T21:49:55.936Z
121092026-02-26T21:49:55.937Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
121102026-02-26T21:49:55.937Z
121112026-02-26T21:49:55.989Z Doc-tests typed_rng
121122026-02-26T21:49:55.989Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name typed_rng --test typed-rng/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/typed-rng -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-de5d2bbf64ba9eb6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-e1e612e7dbac87d8.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-796cebb566595b6a.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-8f9d7b3b4ae88bea.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
121132026-02-26T21:49:56.139Z
121142026-02-26T21:49:56.139Zrunning 0 tests
121152026-02-26T21:49:56.139Z
121162026-02-26T21:49:56.139Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121172026-02-26T21:49:56.139Z
121182026-02-26T21:49:56.164Z Doc-tests update_common
121192026-02-26T21:49:56.164Z Running `/home/build/.rustup/toolchains/1.91.1-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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-566dfdbece98fde0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-8e6118deea88b7a8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f012a4405e1725b1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4fab09a38958d149.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7655243c9319e73a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b10c956631964193.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1c44f558291a3c28.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-759720df9f748024.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
121202026-02-26T21:49:56.686Z
121212026-02-26T21:49:56.686Zrunning 0 tests
121222026-02-26T21:49:56.686Z
121232026-02-26T21:49:56.686Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121242026-02-26T21:49:56.686Z
121252026-02-26T21:49:56.734Z Doc-tests update_engine
121262026-02-26T21:49:56.734Z Running `/home/build/.rustup/toolchains/1.91.1-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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-708bbbfcfaea8aae.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-e6e8339882e0864d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-ef8b72dc7cd889fa.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-496362133443fc3e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ed787519e83456dc.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-06990e652ebe396a.so --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-f71089930f39c4f9.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-222b2c5c60bec36d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-32f3b4bd9ec60dad.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cbf5620019c4d681.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-1142157a3ff864fb.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-40d259803c85ce4f.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-80212553b0ad03df.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-57c190f10e85dc2f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
121272026-02-26T21:49:59.360Z
121282026-02-26T21:49:59.360Zrunning 4 tests
121292026-02-26T21:49:59.385Ztest update-engine/src/events.rs - events::StepEvent::spec (line 78) ... ignored
121302026-02-26T21:49:59.385Ztest update-engine/src/macros.rs - macros::define_update_engine (line 11) ... ignored
121312026-02-26T21:49:59.385Ztest update-engine/src/macros.rs - macros::define_update_engine (line 17) ... ignored
121322026-02-26T21:49:59.385Ztest update-engine/src/display/utils.rs - display::utils::ProgressRatioDisplay (line 20) ... ok
121332026-02-26T21:49:59.385Z
121342026-02-26T21:49:59.385Ztest result: ok. 1 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.01s
121352026-02-26T21:49:59.385Z
121362026-02-26T21:49:59.423Z Doc-tests wicket
121372026-02-26T21:49:59.423Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name wicket --test wicket/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-f0ad0f3f88b360a1.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-708bbbfcfaea8aae.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-800a14e1a8c4d7b8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-e9a817205d62f855.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-496362133443fc3e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ed787519e83456dc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4ca9285fc2ae54be.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-32f3b4bd9ec60dad.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-7affd22fd6893a37.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-dbd0deda2e253d6a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-376719857cb8fb32.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-ffd058a0359ad538.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-1142157a3ff864fb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-c1e3b6744498ff01.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2fcfcb35f0bca903.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-7879e34ee94475fb.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-8f03329111091d1c.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-80212553b0ad03df.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-57c190f10e85dc2f.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-81febf24debb1c8b.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-38983602dc54089b.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-5eb2746790f53e39.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
121382026-02-26T21:50:00.685Z
121392026-02-26T21:50:00.685Zrunning 0 tests
121402026-02-26T21:50:00.685Z
121412026-02-26T21:50:00.685Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121422026-02-26T21:50:00.685Z
121432026-02-26T21:50:00.756Z Doc-tests wicket_common
121442026-02-26T21:50:00.756Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name wicket_common --test wicket-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d587728779ad7edc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-004187269ac2e51e.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-494ca4e31fddf7d3.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-32f3b4bd9ec60dad.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-7879e34ee94475fb.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-57c190f10e85dc2f.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-38983602dc54089b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
121452026-02-26T21:50:01.744Z
121462026-02-26T21:50:01.744Zrunning 0 tests
121472026-02-26T21:50:01.744Z
121482026-02-26T21:50:01.744Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121492026-02-26T21:50:01.744Z
121502026-02-26T21:50:01.811Z Doc-tests wicket_dbg
121512026-02-26T21:50:01.811Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name wicket_dbg --test wicket-dbg/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket-dbg -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-800a14e1a8c4d7b8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-e9a817205d62f855.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-032a398a788f45ad.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-ffd058a0359ad538.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-81febf24debb1c8b.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-48c955fc80ec9da6.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
121522026-02-26T21:50:02.483Z
121532026-02-26T21:50:02.483Zrunning 0 tests
121542026-02-26T21:50:02.483Z
121552026-02-26T21:50:02.483Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121562026-02-26T21:50:02.483Z
121572026-02-26T21:50:02.536Z Doc-tests wicketd
121582026-02-26T21:50:02.586Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name wicketd --test wicketd/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicketd -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-69f4788be87256db.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-9837ba49c07a3beb.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-708bbbfcfaea8aae.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d587728779ad7edc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-c9f7370c3bfe5e1d.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-566dfdbece98fde0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-004187269ac2e51e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e9068d0167c53e94.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9449da761caf8295.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6a3f0c2bc74a8dc7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-913767e3a45f3687.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-8e6118deea88b7a8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-74af327c97b38882.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-6e17e1e988ca7efb.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-2528595203990f55.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-6c21e707dd49ed8b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-594f352716bbccce.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d84f93995e261401.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-f8e9578a5c306496.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-9bc3f555743c9dec.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4ca9285fc2ae54be.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d6f0adbe06405ef1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-26ce93b26fa1d45f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-85bc802af7085b6c.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2b28f4f19b04f292.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-83cbcef5124d61ab.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d9fd52ff033ba0b4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f012a4405e1725b1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-40d259803c85ce4f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4fab09a38958d149.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-7879e34ee94475fb.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7655243c9319e73a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1c44f558291a3c28.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-759720df9f748024.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-57c190f10e85dc2f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-81febf24debb1c8b.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-38983602dc54089b.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-d232f61e179f8d63.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-12bb03731f02be70.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-5eb2746790f53e39.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
121592026-02-26T21:50:03.559Z
121602026-02-26T21:50:03.559Zrunning 0 tests
121612026-02-26T21:50:03.559Z
121622026-02-26T21:50:03.559Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121632026-02-26T21:50:03.559Z
121642026-02-26T21:50:03.628Z Doc-tests wicketd_api
121652026-02-26T21:50:03.628Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name wicketd_api --test wicketd-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicketd-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-9837ba49c07a3beb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-004187269ac2e51e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4ca9285fc2ae54be.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-38983602dc54089b.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-12bb03731f02be70.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
121662026-02-26T21:50:04.993Z
121672026-02-26T21:50:04.993Zrunning 2 tests
121682026-02-26T21:50:04.993Ztest wicketd-api/src/lib.rs - wicketd_api_mod::api_description (line 54) ... ignored
121692026-02-26T21:50:04.993Ztest wicketd-api/src/lib.rs - wicketd_api_mod::stub_api_description (line 60) ... ignored
121702026-02-26T21:50:04.993Z
121712026-02-26T21:50:04.993Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
121722026-02-26T21:50:04.993Z
121732026-02-26T21:50:05.061Z Doc-tests wicketd_client
121742026-02-26T21:50:05.061Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name wicketd_client --test clients/wicketd-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/wicketd-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b476cbab3ebc9700.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-6c21e707dd49ed8b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dc582855d2bae75a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-57c190f10e85dc2f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-38983602dc54089b.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-5eb2746790f53e39.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
121752026-02-26T21:50:07.755Z
121762026-02-26T21:50:07.755Zrunning 0 tests
121772026-02-26T21:50:07.755Z
121782026-02-26T21:50:07.755Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121792026-02-26T21:50:07.755Z
121802026-02-26T21:50:07.849Z Doc-tests xtask_downloader
121812026-02-26T21:50:07.849Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name xtask_downloader --test dev-tools/downloader/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/downloader -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f012a4405e1725b1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-a6c12cc96e93f7be.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
121822026-02-26T21:50:08.101Z
121832026-02-26T21:50:08.101Zrunning 1 test
121842026-02-26T21:50:08.126Ztest dev-tools/downloader/src/lib.rs - get_values_from_file (line 331) ... ignored
121852026-02-26T21:50:08.126Z
121862026-02-26T21:50:08.126Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
121872026-02-26T21:50:08.126Z
121882026-02-26T21:50:08.151Z Doc-tests zfs_test_harness
121892026-02-26T21:50:08.151Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name zfs_test_harness --test sled-storage/zfs-test-harness/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-storage/zfs-test-harness -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-d099d2df1461daa2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d9fd52ff033ba0b4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-1b06916c2a04d0d8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
121902026-02-26T21:50:08.568Z
121912026-02-26T21:50:08.568Zrunning 0 tests
121922026-02-26T21:50:08.569Z
121932026-02-26T21:50:08.569Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121942026-02-26T21:50:08.569Z
121952026-02-26T21:50:08.617Z Doc-tests zone_setup
121962026-02-26T21:50:08.617Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name zone_setup --test zone-setup/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/zone-setup -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-563c6c6fc43e88fe.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-89623bbb95ea0474.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-83a93939939f6042.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8d8a8b6ef5d13720.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-13ad31f8e197be7c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-933ab27ca108577d.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-490b70ab666d52ad.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-f669f7b2a258b1c8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
121972026-02-26T21:50:09.017Z
121982026-02-26T21:50:09.017Zrunning 0 tests
121992026-02-26T21:50:09.017Z
122002026-02-26T21:50:09.017Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122012026-02-26T21:50:09.017Z
122022026-02-26T21:50:09.167Z
122032026-02-26T21:50:09.194Zreal 4:24.797913703
122042026-02-26T21:50:09.194Zuser 3:40.987727866
122052026-02-26T21:50:09.194Zsys 1:29.046750488
122062026-02-26T21:50:09.194Ztrap 0.078957578
122072026-02-26T21:50:09.194Ztflt 0.921516974
122082026-02-26T21:50:09.194Zdflt 1.609923440
122092026-02-26T21:50:09.194Zkflt 0.003701831
122102026-02-26T21:50:09.194Zlock 9:48.653360376
122112026-02-26T21:50:09.194Zslp 28:05.371539255
122122026-02-26T21:50:09.194Zlat 14.890314133
122132026-02-26T21:50:09.194Zstop 2.323962796
122142026-02-26T21:50:09.194Z+ [[ illumos == \i\l\l\u\m\o\s ]]
122152026-02-26T21:50:09.194Z+ banner live-test
122162026-02-26T21:50:09.194Z
122172026-02-26T21:50:09.195Z # # # # ###### ##### ###### #### #####
122182026-02-26T21:50:09.195Z # # # # # # # # #
122192026-02-26T21:50:09.195Z # # # # ##### ##### # ##### #### #
122202026-02-26T21:50:09.195Z # # # # # # # # #
122212026-02-26T21:50:09.195Z # # # # # # # # # #
122222026-02-26T21:50:09.195Z ###### # ## ###### # ###### #### #
122232026-02-26T21:50:09.195Z
122242026-02-26T21:50:09.195Z+ ptime -m cargo xtask live-tests
122252026-02-26T21:50:10.690Z Compiling serde_core v1.0.228
122262026-02-26T21:50:10.715Z Compiling syn v2.0.117
122272026-02-26T21:50:10.715Z Compiling bitflags v2.9.4
122282026-02-26T21:50:10.715Z Compiling serde v1.0.228
122292026-02-26T21:50:10.715Z Compiling serde_json v1.0.149
122302026-02-26T21:50:10.715Z Compiling libc v0.2.180
122312026-02-26T21:50:10.742Z Compiling num-traits v0.2.19
122322026-02-26T21:50:11.302Z Compiling hashbrown v0.16.1
122332026-02-26T21:50:11.330Z Compiling smallvec v1.15.1
122342026-02-26T21:50:11.355Z Compiling rustix v0.38.37
122352026-02-26T21:50:11.777Z Compiling usdt-impl v0.5.0
122362026-02-26T21:50:11.843Z Compiling syn v1.0.109
122372026-02-26T21:50:12.729Z Compiling indexmap v2.13.0
122382026-02-26T21:50:12.834Z Compiling rustix v1.1.3
122392026-02-26T21:50:13.087Z Compiling thread-id v4.2.2
122402026-02-26T21:50:13.306Z Compiling getrandom v0.3.4
122412026-02-26T21:50:13.721Z Compiling percent-encoding v2.3.2
122422026-02-26T21:50:13.845Z Compiling log v0.4.29
122432026-02-26T21:50:14.180Z Compiling form_urlencoded v1.2.2
122442026-02-26T21:50:14.339Z Compiling terminal_size v0.4.0
122452026-02-26T21:50:14.596Z Compiling ordered-float v2.10.1
122462026-02-26T21:50:14.695Z Compiling fs-err v3.1.1
122472026-02-26T21:50:15.307Z Compiling anyhow v1.0.99
122482026-02-26T21:50:15.307Z Compiling once_cell v1.21.3
122492026-02-26T21:50:15.617Z Compiling heck v0.4.1
122502026-02-26T21:50:15.769Z Compiling clap_builder v4.5.48
122512026-02-26T21:50:16.641Z Compiling textwrap v0.16.2
122522026-02-26T21:50:17.621Z Compiling proc-macro-error v1.0.4
122532026-02-26T21:50:17.909Z Compiling tempfile v3.24.0
122542026-02-26T21:50:17.967Z Compiling synstructure v0.13.1
122552026-02-26T21:50:18.892Z Compiling camino-tempfile v1.4.1
122562026-02-26T21:50:19.815Z Compiling tabled_derive v0.7.0
122572026-02-26T21:50:20.441Z Compiling serde_derive v1.0.228
122582026-02-26T21:50:20.467Z Compiling zerofrom-derive v0.1.4
122592026-02-26T21:50:20.467Z Compiling yoke-derive v0.7.4
122602026-02-26T21:50:20.467Z Compiling thiserror-impl v2.0.18
122612026-02-26T21:50:20.730Z Compiling zerovec-derive v0.10.3
122622026-02-26T21:50:22.186Z Compiling displaydoc v0.2.5
122632026-02-26T21:50:23.426Z Compiling icu_provider_macros v1.5.0
122642026-02-26T21:50:23.724Z Compiling thiserror-impl v1.0.69
122652026-02-26T21:50:24.022Z Compiling thiserror v2.0.18
122662026-02-26T21:50:24.076Z Compiling zerocopy-derive v0.7.35
122672026-02-26T21:50:24.298Z Compiling scroll_derive v0.12.0
122682026-02-26T21:50:24.343Z Compiling zerofrom v0.1.4
122692026-02-26T21:50:24.370Z Compiling pest v2.8.2
122702026-02-26T21:50:24.673Z Compiling yoke v0.7.4
122712026-02-26T21:50:24.751Z Compiling clap_derive v4.5.47
122722026-02-26T21:50:25.200Z Compiling zerovec v0.10.4
122732026-02-26T21:50:25.738Z Compiling tabled v0.15.0
122742026-02-26T21:50:25.813Z Compiling scroll v0.12.0
122752026-02-26T21:50:26.208Z Compiling zerocopy v0.7.35
122762026-02-26T21:50:26.488Z Compiling goblin v0.8.2
122772026-02-26T21:50:26.935Z Compiling thiserror v1.0.69
122782026-02-26T21:50:27.204Z Compiling pest_meta v2.8.2
122792026-02-26T21:50:27.672Z Compiling tinystr v0.7.6
122802026-02-26T21:50:27.708Z Compiling icu_collections v1.5.0
122812026-02-26T21:50:28.214Z Compiling icu_locid v1.5.0
122822026-02-26T21:50:29.191Z Compiling pest_generator v2.8.2
122832026-02-26T21:50:29.417Z Compiling toml_datetime v0.6.11
122842026-02-26T21:50:29.611Z Compiling icu_provider v1.5.0
122852026-02-26T21:50:29.642Z Compiling serde_spanned v0.6.9
122862026-02-26T21:50:29.957Z Compiling toml_edit v0.22.27
122872026-02-26T21:50:30.077Z Compiling dof v0.3.0
122882026-02-26T21:50:30.485Z Compiling serde_tokenstream v0.2.3
122892026-02-26T21:50:30.794Z Compiling icu_locid_transform v1.5.0
122902026-02-26T21:50:30.916Z Compiling erased-serde v0.4.6
122912026-02-26T21:50:31.207Z Compiling serde-value v0.7.0
122922026-02-26T21:50:31.282Z Compiling cargo-platform v0.2.0
122932026-02-26T21:50:31.461Z Compiling pest_derive v2.8.2
122942026-02-26T21:50:31.997Z Compiling macaddr v1.0.1
122952026-02-26T21:50:32.143Z Compiling serde-untagged v0.1.7
122962026-02-26T21:50:32.255Z Compiling clap v4.5.48
122972026-02-26T21:50:32.303Z Compiling icu_properties v1.5.1
122982026-02-26T21:50:32.671Z Compiling dtrace-parser v0.2.0
122992026-02-26T21:50:33.715Z Compiling toml v0.8.23
123002026-02-26T21:50:34.690Z Compiling usdt-attr-macro v0.5.0
123012026-02-26T21:50:34.715Z Compiling usdt-macro v0.5.0
123022026-02-26T21:50:34.983Z Compiling cargo_toml v0.21.0
123032026-02-26T21:50:36.120Z Compiling icu_normalizer v1.5.0
123042026-02-26T21:50:36.169Z Compiling usdt v0.5.0
123052026-02-26T21:50:37.057Z Compiling idna_adapter v1.2.0
123062026-02-26T21:50:37.274Z Compiling idna v1.0.3
123072026-02-26T21:50:37.868Z Compiling url v2.5.4
123082026-02-26T21:50:38.817Z Compiling cargo-util-schemas v0.8.2
123092026-02-26T21:50:40.938Z Compiling cargo_metadata v0.21.0
123102026-02-26T21:50:43.304Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
123112026-02-26T21:50:48.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.97s
123122026-02-26T21:50:48.385Z Running `target/debug/xtask live-tests`
123132026-02-26T21:50:48.452Zusing temporary directory: /var/tmp/omicron_tmp/.tmpDmWRz5
123142026-02-26T21:50:48.452Zwill create archive file: /var/tmp/omicron_tmp/.tmpDmWRz5/live-tests-archive/omicron-live-tests.tar.zst
123152026-02-26T21:50:48.452Zoutput tarball: /work/oxidecomputer/omicron/target/live-tests-archive.tgz
123162026-02-26T21:50:48.452Z
123172026-02-26T21:50:48.452Zrunning: /home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo "nextest" "archive" "--package" "omicron-live-tests" "--archive-file" "/var/tmp/omicron_tmp/.tmpDmWRz5/live-tests-archive/omicron-live-tests.tar.zst"
123182026-02-26T21:50:52.675Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
123192026-02-26T21:50:52.723Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
123202026-02-26T21:50:52.748Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
123212026-02-26T21:50:52.784Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
123222026-02-26T21:50:52.812Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
123232026-02-26T21:50:52.837Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
123242026-02-26T21:50:52.883Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
123252026-02-26T21:50:52.909Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
123262026-02-26T21:50:53.520Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
123272026-02-26T21:50:53.667Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
123282026-02-26T21:50:53.724Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
123292026-02-26T21:50:53.844Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
123302026-02-26T21:50:54.966Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
123312026-02-26T21:50:55.726Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
123322026-02-26T21:50:56.563Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
123332026-02-26T21:50:57.351Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
123342026-02-26T21:51:06.926Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
123352026-02-26T21:51:06.926Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
123362026-02-26T21:51:09.242Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
123372026-02-26T21:52:05.031Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
123382026-02-26T21:52:06.214Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
123392026-02-26T21:52:12.168Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
123402026-02-26T21:52:13.424Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
123412026-02-26T21:53:24.437Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
123422026-02-26T21:53:41.593Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
123432026-02-26T21:54:24.356Z Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 33s
123442026-02-26T21:54:24.636Zinfo: experimental features enabled: setup-scripts, benchmarks
123452026-02-26T21:54:24.661Z Archiving 2 binaries, 1 build script output directory, 5 linked paths, and 1 standard library to /var/tmp/omicron_tmp/.tmpDmWRz5/live-tests-archive/omicron-live-tests.tar.zst
123462026-02-26T21:54:26.433Z Archived 422 files to /var/tmp/omicron_tmp/.tmpDmWRz5/live-tests-archive/omicron-live-tests.tar.zst in 1.79s
123472026-02-26T21:54:26.514Zrunning: bash "-c" "tar cf - Cargo.toml .config/nextest.toml live-tests | tar xf - -C \"/var/tmp/omicron_tmp/.tmpDmWRz5/live-tests-archive\""
123482026-02-26T21:54:26.539Zrunning: tar "cf" "/work/oxidecomputer/omicron/target/live-tests-archive.tgz" "-C" "/var/tmp/omicron_tmp/.tmpDmWRz5" "live-tests-archive"
123492026-02-26T21:54:26.817Z/work/oxidecomputer/omicron/target/live-tests-archive.tgz
123502026-02-26T21:54:26.817Zcreated:
123512026-02-26T21:54:26.817ZTo use this:
123522026-02-26T21:54:26.817Z
123532026-02-26T21:54:26.817Z1. Copy the tarball to the switch zone in a deployed Omicron system.
123542026-02-26T21:54:26.817Z
123552026-02-26T21:54:26.842Z e.g., scp \
123562026-02-26T21:54:26.842Z /work/oxidecomputer/omicron/target/live-tests-archive.tgz \
123572026-02-26T21:54:26.842Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
123582026-02-26T21:54:26.842Z
123592026-02-26T21:54:26.842Z2. Copy the `cargo-nextest` binary to the same place.
123602026-02-26T21:54:26.842Z
123612026-02-26T21:54:26.842Z e.g., scp \
123622026-02-26T21:54:26.842Z $(which cargo-nextest) \
123632026-02-26T21:54:26.842Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
123642026-02-26T21:54:26.842Z
123652026-02-26T21:54:26.842Z3. From the switch zone on that system, unpack the tarball with:
123662026-02-26T21:54:26.842Z
123672026-02-26T21:54:26.842Z tar xzf live-tests-archive.tgz
123682026-02-26T21:54:26.842Z
123692026-02-26T21:54:26.842Z4. From the switch zone on that system, run tests with:
123702026-02-26T21:54:26.842Z
123712026-02-26T21:54:26.842Z TMPDIR=/var/tmp ./cargo-nextest nextest run --profile=live-tests \
123722026-02-26T21:54:26.842Z --archive-file live-tests-archive/omicron-live-tests.tar.zst \
123732026-02-26T21:54:26.842Z --workspace-remap live-tests-archive
123742026-02-26T21:54:26.842Z
123752026-02-26T21:54:26.842Z
123762026-02-26T21:54:26.842Zreal 4:17.682277318
123772026-02-26T21:54:26.842Zuser 9:00.711740965
123782026-02-26T21:54:26.842Zsys 1:15.532415691
123792026-02-26T21:54:26.842Ztrap 0.277027736
123802026-02-26T21:54:26.842Ztflt 0.366655470
123812026-02-26T21:54:26.842Zdflt 2.233352823
123822026-02-26T21:54:26.842Zkflt 0.001576687
123832026-02-26T21:54:26.842Zlock 30:25.120093758
123842026-02-26T21:54:26.842Zslp 38:17.379579873
123852026-02-26T21:54:26.842Zlat 47.387258905
123862026-02-26T21:54:26.843Zstop 44.804083028
123872026-02-26T21:54:26.843Z+ rm -rf /var/tmp/omicron_tmp/crdb-base-build
123882026-02-26T21:54:26.843Z+ unset TMPDIR
123892026-02-26T21:54:26.843Z+ echo 'files in /var/tmp/omicron_tmp (none expected on success):'
123902026-02-26T21:54:26.843Zfiles in /var/tmp/omicron_tmp (none expected on success):
123912026-02-26T21:54:26.843Z+ find /var/tmp/omicron_tmp -ls
123922026-02-26T21:54:26.843Z164891 25 drwxr-xr-x 2 build build 2 Feb 26 21:54 /var/tmp/omicron_tmp
123932026-02-26T21:54:26.843Z+ rmdir /var/tmp/omicron_tmp
123942026-02-26T21:54:27.285Zprocess exited: duration 9636540 ms, exit code 0
 
123952026-02-26T21:54:27.384Zfound 5 output files
123962026-02-26T21:54:27.384Zuploading: /work/crate-build-timings.json (721380 bytes)
123972026-02-26T21:54:28.778Zuploaded: /work/crate-build-timings.json
123982026-02-26T21:54:28.778Zuploading: /work/environment.json (130 bytes)
123992026-02-26T21:54:29.876Zuploaded: /work/environment.json
124002026-02-26T21:54:29.876Zuploading: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml (527207 bytes)
124012026-02-26T21:54:31.221Zuploaded: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml
124022026-02-26T21:54:31.221Zuploading: /work/oxidecomputer/omicron/target/live-tests-archive.tgz (260196352 bytes)
124032026-02-26T21:54:53.076Zuploaded: /work/oxidecomputer/omicron/target/live-tests-archive.tgz
124042026-02-26T21:54:53.076Zuploading: /tmp/nextest-run-archive.zip (2479773 bytes)
124052026-02-26T21:54:54.399Zuploaded: /tmp/nextest-run-archive.zip