01KJB6R28GZSXXHCNWKV16YN84: 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: 01KJB6RCZFNT2RR24GJ6FRY29M

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-02-25T20:10:29.080Zjob assigned to worker 01KJB6RDQE1F65E0V4P6VF1V09 [factory gimlet-EVT22200007-propolis, EVT22200007/59372] (queued for 29 s)
 
22026-02-25T20:10:38.793Zstarting task 0: "setup"
32026-02-25T20:10:38.821Z++ uname -s
42026-02-25T20:10:38.823Z+ kern=SunOS
52026-02-25T20:10:38.823Z+ build_user=build
62026-02-25T20:10:38.824Z+ build_uid=12345
72026-02-25T20:10:38.824Z+ work_dir=/work
82026-02-25T20:10:38.824Z+ input_dir=/input
92026-02-25T20:10:38.824Z+ [[ 0 == 12345 ]]
102026-02-25T20:10:38.824Z+ case "$kern" in
112026-02-25T20:10:38.825Z+ groupadd -g 12345 build
122026-02-25T20:10:38.825Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-02-25T20:10:40.819Z+ zfs create -o mountpoint=/work rpool/work
142026-02-25T20:10:40.860Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-02-25T20:10:40.892Z+ home_fs=zfs
162026-02-25T20:10:40.892Z+ [[ zfs == autofs ]]
172026-02-25T20:10:40.892Z+ mkdir -p /home/build
182026-02-25T20:10:40.893Z+ chown build:build /home/build /work
192026-02-25T20:10:42.868Z+ chmod 0700 /home/build /work
202026-02-25T20:10:42.900Zprocess exited: duration 4079 ms, exit code 0
 
212026-02-25T20:10:42.960Zstarting task 1: "rust-toolchain"
222026-02-25T20:10:42.993Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
232026-02-25T20:10:42.993Z * rust toolchain channel = "1.91.1"
242026-02-25T20:10:42.993Z * rust toolchain profile = "default"
252026-02-25T20:10:42.994Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-02-25T20:10:42.994Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-02-25T20:10:42.994Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-02-25T20:10:42.994Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-02-25T20:10:42.994Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-02-25T20:10:43.108Zinfo: downloading installer
312026-02-25T20:10:44.214Zwarn: It looks like you have an existing installation of Rust at:
322026-02-25T20:10:44.215Zwarn: /opt/ooce/bin
332026-02-25T20:10:44.215Zwarn: It is recommended that rustup be the primary Rust installation.
342026-02-25T20:10:44.215Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-02-25T20:10:44.215Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-02-25T20:10:44.215Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-02-25T20:10:44.215Zwarn: or pass `-y' to ignore all ignorable checks.
382026-02-25T20:10:44.215Zerror: cannot install while Rust is installed
392026-02-25T20:10:44.215Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-02-25T20:10:44.240Zinfo: profile set to 'default'
412026-02-25T20:10:44.241Zinfo: default host triple is x86_64-unknown-illumos
422026-02-25T20:10:44.241Zinfo: syncing channel updates for '1.91.1-x86_64-unknown-illumos'
432026-02-25T20:10:44.382Zinfo: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07)
442026-02-25T20:10:44.382Zinfo: downloading component 'cargo'
452026-02-25T20:10:44.625Zinfo: downloading component 'clippy'
462026-02-25T20:10:44.919Zinfo: downloading component 'rust-docs'
472026-02-25T20:10:45.916Zinfo: downloading component 'rust-std'
482026-02-25T20:10:47.410Zinfo: downloading component 'rustc'
492026-02-25T20:10:52.233Zinfo: downloading component 'rustfmt'
502026-02-25T20:10:52.329Zinfo: installing component 'cargo'
512026-02-25T20:10:53.606Zinfo: installing component 'clippy'
522026-02-25T20:10:54.063Zinfo: installing component 'rust-docs'
532026-02-25T20:10:57.664Zinfo: installing component 'rust-std'
542026-02-25T20:10:59.853Zinfo: installing component 'rustc'
552026-02-25T20:11:08.545Zinfo: installing component 'rustfmt'
562026-02-25T20:11:08.984Zinfo: default toolchain set to '1.91.1-x86_64-unknown-illumos'
572026-02-25T20:11:08.985Z
582026-02-25T20:11:09.202Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
592026-02-25T20:11:09.202Z
602026-02-25T20:11:09.202Z
612026-02-25T20:11:09.202ZRust is installed now. Great!
622026-02-25T20:11:09.202Z
632026-02-25T20:11:09.202ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-02-25T20:11:09.202Zenvironment variable. This has not been done automatically.
652026-02-25T20:11:09.202Z
662026-02-25T20:11:09.202ZTo configure your current shell, you need to source
672026-02-25T20:11:09.202Zthe corresponding env file under $HOME/.cargo.
682026-02-25T20:11:09.202Z
692026-02-25T20:11:09.203ZThis is usually done by running one of the following (note the leading DOT):
702026-02-25T20:11:09.203Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-02-25T20:11:09.203Zsource "$HOME/.cargo/env.fish" # For fish
722026-02-25T20:11:09.203Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-02-25T20:11:09.328Z+ rustup --version
742026-02-25T20:11:09.353Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-02-25T20:11:09.353Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-02-25T20:11:09.466Zinfo: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
772026-02-25T20:11:09.491Z+ cargo --version
782026-02-25T20:11:09.579Zcargo 1.91.1 (ea2d97820 2025-10-10)
792026-02-25T20:11:09.604Z+ rustc --version
802026-02-25T20:11:09.694Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
812026-02-25T20:11:09.718Zprocess exited: duration 26749 ms, exit code 0
 
822026-02-25T20:11:09.771Zstarting task 2: "authentication"
832026-02-25T20:11:09.827Zprocess exited: duration 59 ms, exit code 0
 
842026-02-25T20:11:09.879Zstarting task 3: "clone repository"
852026-02-25T20:11:09.904Z+ mkdir -p /work/oxidecomputer/omicron
862026-02-25T20:11:09.904Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872026-02-25T20:11:09.928ZCloning into '/work/oxidecomputer/omicron'...
882026-02-25T20:11:42.283Z+ cd /work/oxidecomputer/omicron
892026-02-25T20:11:42.283Z+ git fetch origin bfa3d73ebef6f1e3c34dc56cf30cbb58ee7ac701
902026-02-25T20:11:43.054ZFrom https://github.com/oxidecomputer/omicron
912026-02-25T20:11:43.055Z * branch bfa3d73ebef6f1e3c34dc56cf30cbb58ee7ac701 -> FETCH_HEAD
922026-02-25T20:11:43.079Z+ [[ -n labbott/measurement_blueprints ]]
932026-02-25T20:11:43.079Z++ git branch --show-current
942026-02-25T20:11:43.104Z+ current=main
952026-02-25T20:11:43.104Z+ [[ main != labbott/measurement_blueprints ]]
962026-02-25T20:11:43.104Z+ git branch -f labbott/measurement_blueprints bfa3d73ebef6f1e3c34dc56cf30cbb58ee7ac701
972026-02-25T20:11:43.104Z+ git checkout -f labbott/measurement_blueprints
982026-02-25T20:11:43.282ZSwitched to branch 'labbott/measurement_blueprints'
992026-02-25T20:11:43.311Z+ git reset --hard bfa3d73ebef6f1e3c34dc56cf30cbb58ee7ac701
1002026-02-25T20:11:43.377ZHEAD is now at bfa3d73eb TYPOS
1012026-02-25T20:11:43.406Zprocess exited: duration 33508 ms, exit code 0
 
1022026-02-25T20:11:43.473Zstarting task 4: "build"
1032026-02-25T20:11:43.504Z+ source ./env.sh
1042026-02-25T20:11:43.504Z++ OLD_SHELL_OPTS=ehxB
1052026-02-25T20:11:43.504Z++ set -o xtrace
1062026-02-25T20:11:43.504Z++++ dirname ./env.sh
1072026-02-25T20:11:43.504Z+++ readlink -f .
1082026-02-25T20:11:43.504Z++ OMICRON_WS=/work/oxidecomputer/omicron
1092026-02-25T20:11:43.504Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-02-25T20:11:43.504Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-02-25T20:11:43.504Z++ 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
1122026-02-25T20:11:43.504Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132026-02-25T20:11:43.504Z++ 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
1142026-02-25T20:11:43.504Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-02-25T20:11:43.504Z++ 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
1162026-02-25T20:11:43.504Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1172026-02-25T20:11:43.504Z++ case $OLD_SHELL_OPTS in
1182026-02-25T20:11:43.504Z++ unset OLD_SHELL_OPTS OMICRON_WS
1192026-02-25T20:11:43.504Z+ source .github/buildomat/ci-env.sh
1202026-02-25T20:11:43.504Z++ export CARGO_TERM_COLOR=always
1212026-02-25T20:11:43.504Z++ CARGO_TERM_COLOR=always
1222026-02-25T20:11:43.504Z+ target_os=illumos
1232026-02-25T20:11:43.504Z+ NEXTEST_VERSION=0.9.125
1242026-02-25T20:11:43.504Z+ cargo --version
1252026-02-25T20:11:43.598Zcargo 1.91.1 (ea2d97820 2025-10-10)
1262026-02-25T20:11:43.624Z+ rustc --version
1272026-02-25T20:11:43.704Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1282026-02-25T20:11:43.730Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.125/illumos
1292026-02-25T20:11:43.730Z+ gunzip
1302026-02-25T20:11:43.730Z+ tar -xvf - -C /home/build/.cargo/bin
1312026-02-25T20:11:45.162Zx cargo-nextest, 22650392 bytes, 44240 tape blocks
1322026-02-25T20:11:45.192Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
1332026-02-25T20:11:45.192Z+ echo 'tests will store ephemeral output in /var/tmp/omicron_tmp'
1342026-02-25T20:11:45.192Ztests will store ephemeral output in /var/tmp/omicron_tmp
1352026-02-25T20:11:45.192Z+ mkdir /var/tmp/omicron_tmp
1362026-02-25T20:11:45.192Z+ OUTPUT_DIR=/work
1372026-02-25T20:11:45.192Z+ echo 'tests will store non-ephemeral output in /work'
1382026-02-25T20:11:45.192Ztests will store non-ephemeral output in /work
1392026-02-25T20:11:45.192Z+ mkdir -p /work
1402026-02-25T20:11:45.193Z+ banner prerequisites
1412026-02-25T20:11:45.193Z
1422026-02-25T20:11:45.193Z ##### ##### ###### ##### ###### #### # # # #### #
1432026-02-25T20:11:45.193Z # # # # # # # # # # # # # # #
1442026-02-25T20:11:45.193Z # # # # ##### # # ##### # # # # # #### #
1452026-02-25T20:11:45.193Z ##### ##### # ##### # # # # # # # # #
1462026-02-25T20:11:45.193Z # # # # # # # # # # # # # # #
1472026-02-25T20:11:45.193Z # # # ###### # # ###### ### # #### # #### #
1482026-02-25T20:11:45.193Z
1492026-02-25T20:11:45.193Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1502026-02-25T20:12:03.345Z Startup: Refreshing catalog 'helios-dev' ... Done
1512026-02-25T20:12:16.974Z Startup: Caching catalogs ... Done
1522026-02-25T20:12:47.052ZPlanning: Solver setup ... Done (27.832s)
1532026-02-25T20:12:47.253ZPlanning: Running solver ... Done (0.202s)
1542026-02-25T20:12:47.429ZPlanning: Finding local manifests ... Done (0.002s)
1552026-02-25T20:12:47.517ZPlanning: Fetching manifests: 0/4 0% complete
1562026-02-25T20:12:47.979ZPlanning: Fetching manifests: 4/4 100% complete
1572026-02-25T20:12:48.049ZPlanning: Package planning ... Done (0.065s)
1582026-02-25T20:12:48.111ZPlanning: Merging actions ... Done (0.067s)
1592026-02-25T20:12:48.497ZPlanning: Checking for conflicting actions ... Done (0.381s)
1602026-02-25T20:12:48.532ZPlanning: Consolidating action changes ... Done (0.015s)
1612026-02-25T20:12:49.259ZPlanning: Evaluating mediators ... Done (0.752s)
1622026-02-25T20:12:49.284ZPlanning: Planning completed in 32.18 seconds
1632026-02-25T20:12:49.309Z Packages to install: 4
1642026-02-25T20:12:49.309Z Mediators to change: 2
1652026-02-25T20:12:49.309Z Services to change: 1
1662026-02-25T20:12:49.309Z Estimated space available: 154.92 GB
1672026-02-25T20:12:49.309ZEstimated space to be consumed: 1.81 GB
1682026-02-25T20:12:49.309Z Create boot environment: No
1692026-02-25T20:12:49.309ZCreate backup boot environment: No
1702026-02-25T20:12:49.309Z Rebuild boot archive: No
1712026-02-25T20:12:49.309Z
1722026-02-25T20:12:49.309ZChanged mediators:
1732026-02-25T20:12:49.309Z mediator clang:
1742026-02-25T20:12:49.309Z version: None -> 15 (system default)
1752026-02-25T20:12:49.309Z
1762026-02-25T20:12:49.309Z mediator llvm:
1772026-02-25T20:12:49.309Z version: 14 (system default) -> 15 (system default)
1782026-02-25T20:12:49.310Z
1792026-02-25T20:12:49.310ZChanged packages:
1802026-02-25T20:12:49.310Zhelios-dev
1812026-02-25T20:12:49.310Z developer/build-essential
1822026-02-25T20:12:49.310Z None -> 11-2.0
1832026-02-25T20:12:49.310Z library/libxmlsec1
1842026-02-25T20:12:49.310Z None -> 1.2.35-2.0
1852026-02-25T20:12:49.310Z ooce/developer/clang-15
1862026-02-25T20:12:49.310Z None -> 15.0.7-2.0
1872026-02-25T20:12:49.310Z ooce/developer/llvm-15
1882026-02-25T20:12:49.310Z None -> 15.0.7-2.0
1892026-02-25T20:12:49.310Z
1902026-02-25T20:12:49.310ZServices:
1912026-02-25T20:12:49.310Z restart_fmri:
1922026-02-25T20:12:49.310Z svc:/system/update-man-index:default
1932026-02-25T20:12:49.373Z
1942026-02-25T20:12:49.373ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1952026-02-25T20:12:54.394ZDownload: 829/3290 items 18.8/212.6MB 8% complete (4.0M/s)
1962026-02-25T20:12:59.395ZDownload: 1197/3290 items 79.4/212.6MB 37% complete (8.0M/s)
1972026-02-25T20:13:04.394ZDownload: 1852/3290 items 118.5/212.6MB 55% complete (10.0M/s)
1982026-02-25T20:13:09.394ZDownload: 3105/3290 items 123.6/212.6MB 58% complete (4.4M/s)
1992026-02-25T20:13:14.394ZDownload: 3289/3290 items 212.2/212.6MB 99% complete (9.6M/s)
2002026-02-25T20:13:14.780ZDownload: Completed 212.60 MB in 25.41 seconds (8.4M/s)
2012026-02-25T20:13:14.964Z Actions: 1/3689 actions (Installing new actions)
2022026-02-25T20:13:19.963Z Actions: 2858/3689 actions (Installing new actions)
2032026-02-25T20:13:21.169Z Actions: Completed 3689 actions in 6.21 seconds.
2042026-02-25T20:13:21.871Z Done (0.695s)
2052026-02-25T20:13:21.871Z Done (0.000s)
2062026-02-25T20:13:23.203Z Done (1.332s)
2072026-02-25T20:13:28.480Z Done (4.986s)
2082026-02-25T20:13:28.581Z Done (0.019s)
2092026-02-25T20:13:28.582Z Done (0.000s)
2102026-02-25T20:13:28.745Z Done (0.000s)
2112026-02-25T20:13:29.874ZPlanning: Evaluating mediator changes ... Done
2122026-02-25T20:13:30.093ZPlanning: Checking for conflicting actions ... Done
2132026-02-25T20:13:30.583ZPlanning: Consolidating action changes ... Done
2142026-02-25T20:13:30.583ZPlanning: Evaluating mediators ... Done
2152026-02-25T20:13:30.583ZPlanning: Planning completed in 0.61 seconds
2162026-02-25T20:13:30.583Z Mediators to change: 2
2172026-02-25T20:13:30.583Z Create boot environment: No
2182026-02-25T20:13:30.583ZCreate backup boot environment: No
2192026-02-25T20:13:30.608Z Done
2202026-02-25T20:13:30.608Z Done
2212026-02-25T20:13:31.622Z Done
2222026-02-25T20:13:36.516Z Done
2232026-02-25T20:13:36.608Z Done
2242026-02-25T20:13:36.608Z Done
2252026-02-25T20:13:36.672Z Done
2262026-02-25T20:13:37.516ZPlanning: Evaluating mediator changes ... Done
2272026-02-25T20:13:37.541ZPlanning: Merging actions ... Done
2282026-02-25T20:13:37.776ZPlanning: Checking for conflicting actions ... Done
2292026-02-25T20:13:37.801ZPlanning: Consolidating action changes ... Done
2302026-02-25T20:13:38.140ZPlanning: Evaluating mediators ... Done
2312026-02-25T20:13:38.213ZPlanning: Planning completed in 1.03 seconds
2322026-02-25T20:13:38.257Z Packages to change: 1
2332026-02-25T20:13:38.257Z Mediators to change: 1
2342026-02-25T20:13:38.257Z Services to change: 1
2352026-02-25T20:13:38.257Z Create boot environment: No
2362026-02-25T20:13:38.257ZCreate backup boot environment: Yes
2372026-02-25T20:13:40.367Z Actions: 1/6 actions (Updating modified actions)
2382026-02-25T20:13:40.392Z Actions: Completed 6 actions in 0.00 seconds.
2392026-02-25T20:13:40.392Z Done
2402026-02-25T20:13:40.392Z Done
2412026-02-25T20:13:40.642Z Done
2422026-02-25T20:13:45.578Z Done
2432026-02-25T20:13:45.676Z Done
2442026-02-25T20:13:45.676Z Done
2452026-02-25T20:13:45.731Z Done
2462026-02-25T20:13:46.337ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2472026-02-25T20:13:46.337Zclang system 15 system
2482026-02-25T20:13:46.337Zcsh system system illumos
2492026-02-25T20:13:46.337Zctags system system illumos
2502026-02-25T20:13:46.337Zfile system system illumos
2512026-02-25T20:13:46.337Zgcc vendor 12 vendor
2522026-02-25T20:13:46.337Zgcc system 10 system
2532026-02-25T20:13:46.337Zgcc system 7 system
2542026-02-25T20:13:46.337Zgo system 1.20 system
2552026-02-25T20:13:46.338Zgo system 1.19 system
2562026-02-25T20:13:46.338Zllvm system 15 system
2572026-02-25T20:13:46.338Zllvm system 14 system
2582026-02-25T20:13:46.338Zmariadb system 10.6 system
2592026-02-25T20:13:46.338Zmta vendor vendor dma
2602026-02-25T20:13:46.338Zopenjdk system 17 system
2612026-02-25T20:13:46.338Zopenjdk system 11 system
2622026-02-25T20:13:46.338Zopenjdk system 1.8 system
2632026-02-25T20:13:46.338Zopenssl vendor 3 vendor
2642026-02-25T20:13:46.338Zperl system 5.36 system
2652026-02-25T20:13:46.338Zpostgresql system 15 system
2662026-02-25T20:13:46.338Zpostgresql system 13 system
2672026-02-25T20:13:46.338Zpython vendor 3 vendor
2682026-02-25T20:13:46.338Zpython system 2 system
2692026-02-25T20:13:46.339Zpython3 system 3.11 system
2702026-02-25T20:13:46.339Zruby system 3.0 system
2712026-02-25T20:13:46.339Zwords vendor vendor american-english
2722026-02-25T20:13:46.339Zwords system system australian-english
2732026-02-25T20:13:46.339Zwords system system british-english
2742026-02-25T20:13:46.339Zwords system system canadian-english
2752026-02-25T20:13:46.339Zwords system system french
2762026-02-25T20:13:46.339Zwords system system italian
2772026-02-25T20:13:46.339Zwords system system ngerman
2782026-02-25T20:13:46.339Zwords system system ogerman
2792026-02-25T20:13:46.339Zwords system system spanish
2802026-02-25T20:13:46.783ZPUBLISHER TYPE STATUS P LOCATION
2812026-02-25T20:13:46.783Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2822026-02-25T20:13:55.724ZFMRI IFO
2832026-02-25T20:13:55.724Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2842026-02-25T20:13:55.724Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2852026-02-25T20:13:55.724Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2862026-02-25T20:13:55.724Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2872026-02-25T20:13:55.725Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2882026-02-25T20:13:55.725Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2892026-02-25T20:13:55.725Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2902026-02-25T20:13:55.725Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2912026-02-25T20:13:55.725Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2922026-02-25T20:13:55.725Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2932026-02-25T20:13:55.725Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2942026-02-25T20:13:55.725Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2952026-02-25T20:13:55.725Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2962026-02-25T20:13:55.725Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2972026-02-25T20:13:55.725Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2982026-02-25T20:13:55.725Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2992026-02-25T20:13:57.050Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
3002026-02-25T20:13:57.773Z Updating crates.io index
3012026-02-25T20:13:57.798Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3022026-02-25T20:13:58.337Z Updating git repository `https://github.com/oxidecomputer/lldp`
3032026-02-25T20:13:59.177Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3042026-02-25T20:14:00.931Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3052026-02-25T20:14:01.518Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
3062026-02-25T20:14:02.239Z Updating git repository `https://github.com/oxidecomputer/propolis`
3072026-02-25T20:14:04.774Z Updating git repository `https://github.com/oxidecomputer/crucible`
3082026-02-25T20:14:08.338Z Updating git repository `https://github.com/oxidecomputer/opte`
3092026-02-25T20:14:09.915Z Updating git repository `https://github.com/oxidecomputer/tofino`
3102026-02-25T20:14:10.645Z Updating git repository `https://github.com/oxidecomputer/falcon`
3112026-02-25T20:14:12.321Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3122026-02-25T20:14:13.388Z Updating git repository `https://github.com/oxidecomputer/clickward`
3132026-02-25T20:14:14.040Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3142026-02-25T20:14:15.061Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3152026-02-25T20:14:15.688Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3162026-02-25T20:14:17.217Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3172026-02-25T20:14:18.300Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3182026-02-25T20:14:18.884Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3192026-02-25T20:14:19.579Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3202026-02-25T20:14:20.465Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3212026-02-25T20:14:21.158Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3222026-02-25T20:14:21.728Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3232026-02-25T20:14:22.393Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3242026-02-25T20:14:23.238Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3252026-02-25T20:14:24.068Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3262026-02-25T20:14:25.124Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3272026-02-25T20:14:25.801Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3282026-02-25T20:14:26.755Z Updating git repository `https://github.com/oxidecomputer/ispf`
3292026-02-25T20:14:27.414Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3302026-02-25T20:14:28.590Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3312026-02-25T20:14:29.469Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3322026-02-25T20:14:30.075Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3332026-02-25T20:14:30.875Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3342026-02-25T20:14:31.527Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3352026-02-25T20:14:32.318Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3362026-02-25T20:14:32.940Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3372026-02-25T20:14:33.640Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3382026-02-25T20:14:34.186Z Updating git repository `https://github.com/illumos/smf-rs`
3392026-02-25T20:14:34.863Z Updating git repository `https://github.com/oxidecomputer/omicron`
3402026-02-25T20:14:55.552Z Downloading crates ...
3412026-02-25T20:14:55.624Z Downloaded block-buffer v0.10.4
3422026-02-25T20:14:55.649Z Downloaded anstyle v1.0.11
3432026-02-25T20:14:55.649Z Downloaded cargo-util-schemas v0.8.2
3442026-02-25T20:14:55.649Z Downloaded autocfg v1.4.0
3452026-02-25T20:14:55.649Z Downloaded anyhow v1.0.99
3462026-02-25T20:14:55.649Z Downloaded usdt v0.5.0
3472026-02-25T20:14:55.649Z Downloaded zerofrom-derive v0.1.4
3482026-02-25T20:14:55.649Z Downloaded thiserror v2.0.18
3492026-02-25T20:14:55.674Z Downloaded zerovec-derive v0.10.3
3502026-02-25T20:14:55.674Z Downloaded utf8parse v0.2.2
3512026-02-25T20:14:55.674Z Downloaded usdt-macro v0.5.0
3522026-02-25T20:14:55.674Z Downloaded zmij v1.0.15
3532026-02-25T20:14:55.674Z Downloaded ucd-trie v0.1.7
3542026-02-25T20:14:55.674Z Downloaded zerovec v0.10.4
3552026-02-25T20:14:55.699Z Downloaded url v2.5.4
3562026-02-25T20:14:55.699Z Downloaded synstructure v0.13.1
3572026-02-25T20:14:55.699Z Downloaded serde_tokenstream v0.2.2
3582026-02-25T20:14:55.699Z Downloaded winnow v0.7.14
3592026-02-25T20:14:55.724Z Downloaded zerocopy v0.7.35
3602026-02-25T20:14:55.750Z Downloaded pest_meta v2.8.2
3612026-02-25T20:14:55.750Z Downloaded smallvec v1.15.1
3622026-02-25T20:14:55.774Z Downloaded serde_core v1.0.228
3632026-02-25T20:14:55.774Z Downloaded unicode-width v0.2.0
3642026-02-25T20:14:55.800Z Downloaded indexmap v2.13.0
3652026-02-25T20:14:55.800Z Downloaded pest v2.8.2
3662026-02-25T20:14:55.800Z Downloaded serde_json v1.0.149
3672026-02-25T20:14:55.800Z Downloaded icu_properties_data v1.5.0
3682026-02-25T20:14:55.825Z Downloaded idna v1.0.3
3692026-02-25T20:14:55.825Z Downloaded tabled v0.15.0
3702026-02-25T20:14:55.850Z Downloaded unicode-width v0.1.14
3712026-02-25T20:14:55.850Z Downloaded serde v1.0.228
3722026-02-25T20:14:55.850Z Downloaded memchr v2.7.4
3732026-02-25T20:14:55.850Z Downloaded syn v1.0.109
3742026-02-25T20:14:55.874Z Downloaded goblin v0.8.2
3752026-02-25T20:14:55.874Z Downloaded syn v2.0.114
3762026-02-25T20:14:55.899Z Downloaded serde_derive v1.0.228
3772026-02-25T20:14:55.899Z Downloaded proc-macro2 v1.0.101
3782026-02-25T20:14:55.899Z Downloaded rustix v0.38.37
3792026-02-25T20:14:55.924Z Downloaded pest_derive v2.8.2
3802026-02-25T20:14:55.924Z Downloaded num-traits v0.2.19
3812026-02-25T20:14:55.924Z Downloaded rustix v1.1.3
3822026-02-25T20:14:55.950Z Downloaded log v0.4.29
3832026-02-25T20:14:55.950Z Downloaded icu_properties v1.5.1
3842026-02-25T20:14:55.950Z Downloaded clap_builder v4.5.48
3852026-02-25T20:14:55.975Z Downloaded papergrid v0.11.0
3862026-02-25T20:14:55.975Z Downloaded hashbrown v0.16.1
3872026-02-25T20:14:55.975Z Downloaded clap_derive v4.5.47
3882026-02-25T20:14:55.975Z Downloaded camino v1.2.2
3892026-02-25T20:14:55.975Z Downloaded smawk v0.3.2
3902026-02-25T20:14:55.975Z Downloaded serde-untagged v0.1.7
3912026-02-25T20:14:55.975Z Downloaded semver v1.0.27
3922026-02-25T20:14:55.975Z Downloaded digest v0.10.7
3932026-02-25T20:14:55.976Z Downloaded camino-tempfile v1.4.1
3942026-02-25T20:14:56.001Z Downloaded stable_deref_trait v1.2.0
3952026-02-25T20:14:56.001Z Downloaded sha2 v0.10.9
3962026-02-25T20:14:56.001Z Downloaded quote v1.0.40
3972026-02-25T20:14:56.001Z Downloaded proc-macro-error v1.0.4
3982026-02-25T20:14:56.001Z Downloaded ordered-float v2.10.1
3992026-02-25T20:14:56.001Z Downloaded macaddr v1.0.1
4002026-02-25T20:14:56.001Z Downloaded byteorder v1.5.0
4012026-02-25T20:14:56.001Z Downloaded serde_spanned v0.6.9
4022026-02-25T20:14:56.001Z Downloaded percent-encoding v2.3.2
4032026-02-25T20:14:56.001Z Downloaded litemap v0.7.3
4042026-02-25T20:14:56.001Z Downloaded libc v0.2.180
4052026-02-25T20:14:56.032Z Downloaded cargo-platform v0.2.0
4062026-02-25T20:14:56.057Z Downloaded swrite v0.1.0
4072026-02-25T20:14:56.057Z Downloaded scroll v0.12.0
4082026-02-25T20:14:56.057Z Downloaded pretty-hex v0.4.1
4092026-02-25T20:14:56.057Z Downloaded plain v0.2.3
4102026-02-25T20:14:56.057Z Downloaded dof v0.3.0
4112026-02-25T20:14:56.057Z Downloaded crypto-common v0.1.6
4122026-02-25T20:14:56.057Z Downloaded strsim v0.11.1
4132026-02-25T20:14:56.057Z Downloaded proc-macro-error-attr v1.0.4
4142026-02-25T20:14:56.057Z Downloaded pest_generator v2.8.2
4152026-02-25T20:14:56.057Z Downloaded once_cell v1.21.3
4162026-02-25T20:14:56.057Z Downloaded itoa v1.0.11
4172026-02-25T20:14:56.057Z Downloaded is_terminal_polyfill v1.70.1
4182026-02-25T20:14:56.057Z Downloaded idna_adapter v1.2.0
4192026-02-25T20:14:56.057Z Downloaded serde-value v0.7.0
4202026-02-25T20:14:56.057Z Downloaded memmap v0.7.0
4212026-02-25T20:14:56.057Z Downloaded icu_provider_macros v1.5.0
4222026-02-25T20:14:56.057Z Downloaded scroll_derive v0.12.0
4232026-02-25T20:14:56.057Z Downloaded icu_provider v1.5.0
4242026-02-25T20:14:56.058Z Downloaded icu_normalizer_data v1.5.0
4252026-02-25T20:14:56.083Z Downloaded icu_collections v1.5.0
4262026-02-25T20:14:56.083Z Downloaded usdt-impl v0.5.0
4272026-02-25T20:14:56.083Z Downloaded unicode-ident v1.0.19
4282026-02-25T20:14:56.083Z Downloaded icu_normalizer v1.5.0
4292026-02-25T20:14:56.083Z Downloaded typenum v1.17.0
4302026-02-25T20:14:56.083Z Downloaded toml_write v0.1.2
4312026-02-25T20:14:56.083Z Downloaded textwrap v0.16.2
4322026-02-25T20:14:56.083Z Downloaded usdt-attr-macro v0.5.0
4332026-02-25T20:14:56.083Z Downloaded unicode-xid v0.2.6
4342026-02-25T20:14:56.083Z Downloaded typeid v1.0.3
4352026-02-25T20:14:56.083Z Downloaded icu_locid_transform_data v1.5.0
4362026-02-25T20:14:56.108Z Downloaded icu_locid_transform v1.5.0
4372026-02-25T20:14:56.108Z Downloaded icu_locid v1.5.0
4382026-02-25T20:14:56.108Z Downloaded form_urlencoded v1.2.2
4392026-02-25T20:14:56.108Z Downloaded fastrand v2.1.1
4402026-02-25T20:14:56.108Z Downloaded displaydoc v0.2.5
4412026-02-25T20:14:56.108Z Downloaded cpufeatures v0.2.14
4422026-02-25T20:14:56.108Z Downloaded colorchoice v1.0.2
4432026-02-25T20:14:56.108Z Downloaded cfg-if v1.0.4
4442026-02-25T20:14:56.108Z Downloaded bytecount v0.6.8
4452026-02-25T20:14:56.108Z Downloaded zerofrom v0.1.4
4462026-02-25T20:14:56.108Z Downloaded zerocopy-derive v0.7.35
4472026-02-25T20:14:56.108Z Downloaded yoke-derive v0.7.4
4482026-02-25T20:14:56.108Z Downloaded yoke v0.7.4
4492026-02-25T20:14:56.134Z Downloaded writeable v0.5.5
4502026-02-25T20:14:56.134Z Downloaded write16 v1.0.0
4512026-02-25T20:14:56.134Z Downloaded version_check v0.9.5
4522026-02-25T20:14:56.134Z Downloaded utf8_iter v1.0.4
4532026-02-25T20:14:56.134Z Downloaded utf16_iter v1.0.5
4542026-02-25T20:14:56.134Z Downloaded toml_edit v0.22.27
4552026-02-25T20:14:56.134Z Downloaded tinystr v0.7.6
4562026-02-25T20:14:56.134Z Downloaded heck v0.5.0
4572026-02-25T20:14:56.134Z Downloaded generic-array v0.14.7
4582026-02-25T20:14:56.134Z Downloaded fs-err v3.1.1
4592026-02-25T20:14:56.134Z Downloaded errno v0.3.12
4602026-02-25T20:14:56.134Z Downloaded erased-serde v0.4.6
4612026-02-25T20:14:56.134Z Downloaded dtrace-parser v0.2.0
4622026-02-25T20:14:56.134Z Downloaded tabled_derive v0.7.0
4632026-02-25T20:14:56.134Z Downloaded thiserror-impl v2.0.18
4642026-02-25T20:14:56.134Z Downloaded thiserror-impl v1.0.69
4652026-02-25T20:14:56.159Z Downloaded tempfile v3.24.0
4662026-02-25T20:14:56.159Z Downloaded clap v4.5.48
4672026-02-25T20:14:56.159Z Downloaded cargo_toml v0.21.0
4682026-02-25T20:14:56.159Z Downloaded unicode-linebreak v0.1.5
4692026-02-25T20:14:56.159Z Downloaded toml_datetime v0.6.11
4702026-02-25T20:14:56.160Z Downloaded toml v0.8.23
4712026-02-25T20:14:56.160Z Downloaded thread-id v4.2.2
4722026-02-25T20:14:56.160Z Downloaded thiserror v1.0.69
4732026-02-25T20:14:56.160Z Downloaded terminal_size v0.4.0
4742026-02-25T20:14:56.184Z Downloaded heck v0.4.1
4752026-02-25T20:14:56.184Z Downloaded getrandom v0.3.4
4762026-02-25T20:14:56.184Z Downloaded fnv v1.0.7
4772026-02-25T20:14:56.184Z Downloaded equivalent v1.0.2
4782026-02-25T20:14:56.184Z Downloaded clap_lex v0.7.4
4792026-02-25T20:14:56.184Z Downloaded cargo_metadata v0.21.0
4802026-02-25T20:14:56.184Z Downloaded anstyle-parse v0.2.5
4812026-02-25T20:14:56.184Z Downloaded bitflags v2.9.4
4822026-02-25T20:14:56.185Z Downloaded anstyle-query v1.1.1
4832026-02-25T20:14:56.185Z Downloaded anstream v0.6.18
4842026-02-25T20:14:56.285Z Compiling proc-macro2 v1.0.101
4852026-02-25T20:14:56.285Z Compiling unicode-ident v1.0.19
4862026-02-25T20:14:56.285Z Compiling serde_core v1.0.228
4872026-02-25T20:14:56.285Z Compiling version_check v0.9.5
4882026-02-25T20:14:56.311Z Compiling serde v1.0.228
4892026-02-25T20:14:56.311Z Compiling libc v0.2.180
4902026-02-25T20:14:56.311Z Compiling memchr v2.7.4
4912026-02-25T20:14:56.311Z Compiling thiserror v2.0.18
4922026-02-25T20:14:56.643Z Compiling stable_deref_trait v1.2.0
4932026-02-25T20:14:56.773Z Compiling zmij v1.0.15
4942026-02-25T20:14:57.121Z Compiling ucd-trie v0.1.7
4952026-02-25T20:14:57.302Z Compiling litemap v0.7.3
4962026-02-25T20:14:57.721Z Compiling writeable v0.5.5
4972026-02-25T20:14:57.748Z Compiling itoa v1.0.11
4982026-02-25T20:14:57.946Z Compiling thiserror v1.0.69
4992026-02-25T20:14:57.993Z Compiling autocfg v1.4.0
5002026-02-25T20:14:58.056Z Compiling icu_locid_transform_data v1.5.0
5012026-02-25T20:14:58.195Z Compiling byteorder v1.5.0
5022026-02-25T20:14:58.698Z Compiling quote v1.0.40
5032026-02-25T20:14:58.735Z Compiling errno v0.3.12
5042026-02-25T20:14:58.851Z Compiling bitflags v2.9.4
5052026-02-25T20:14:58.986Z Compiling icu_properties_data v1.5.0
5062026-02-25T20:14:59.018Z Compiling serde_json v1.0.149
5072026-02-25T20:14:59.243Z Compiling syn v2.0.114
5082026-02-25T20:14:59.293Z Compiling num-traits v0.2.19
5092026-02-25T20:14:59.329Z Compiling icu_normalizer_data v1.5.0
5102026-02-25T20:14:59.358Z Compiling write16 v1.0.0
5112026-02-25T20:14:59.450Z Compiling utf8_iter v1.0.4
5122026-02-25T20:14:59.559Z Compiling utf16_iter v1.0.5
5132026-02-25T20:14:59.664Z Compiling rustix v0.38.37
5142026-02-25T20:14:59.797Z Compiling hashbrown v0.16.1
5152026-02-25T20:14:59.830Z Compiling equivalent v1.0.2
5162026-02-25T20:14:59.862Z Compiling typeid v1.0.3
5172026-02-25T20:14:59.896Z Compiling smallvec v1.15.1
5182026-02-25T20:15:00.551Z Compiling proc-macro-error-attr v1.0.4
5192026-02-25T20:15:00.607Z Compiling usdt-impl v0.5.0
5202026-02-25T20:15:00.695Z Compiling winnow v0.7.14
5212026-02-25T20:15:01.040Z Compiling syn v1.0.109
5222026-02-25T20:15:01.072Z Compiling toml_write v0.1.2
5232026-02-25T20:15:01.115Z Compiling indexmap v2.13.0
5242026-02-25T20:15:01.462Z Compiling thread-id v4.2.2
5252026-02-25T20:15:02.140Z Compiling proc-macro-error v1.0.4
5262026-02-25T20:15:02.530Z Compiling plain v0.2.3
5272026-02-25T20:15:02.630Z Compiling percent-encoding v2.3.2
5282026-02-25T20:15:02.744Z Compiling log v0.4.29
5292026-02-25T20:15:02.923Z Compiling camino v1.2.2
5302026-02-25T20:15:03.010Z Compiling rustix v1.1.3
5312026-02-25T20:15:03.252Z Compiling utf8parse v0.2.2
5322026-02-25T20:15:03.421Z Compiling getrandom v0.3.4
5332026-02-25T20:15:03.521Z Compiling anstyle-parse v0.2.5
5342026-02-25T20:15:03.677Z Compiling ordered-float v2.10.1
5352026-02-25T20:15:03.909Z Compiling form_urlencoded v1.2.2
5362026-02-25T20:15:04.256Z Compiling terminal_size v0.4.0
5372026-02-25T20:15:04.550Z Compiling cfg-if v1.0.4
5382026-02-25T20:15:04.694Z Compiling anstyle-query v1.1.1
5392026-02-25T20:15:04.749Z Compiling pretty-hex v0.4.1
5402026-02-25T20:15:04.930Z Compiling is_terminal_polyfill v1.70.1
5412026-02-25T20:15:04.976Z Compiling colorchoice v1.0.2
5422026-02-25T20:15:05.010Z Compiling anstyle v1.0.11
5432026-02-25T20:15:05.421Z Compiling semver v1.0.27
5442026-02-25T20:15:05.552Z Compiling anstream v0.6.18
5452026-02-25T20:15:05.985Z Compiling fs-err v3.1.1
5462026-02-25T20:15:06.322Z Compiling unicode-xid v0.2.6
5472026-02-25T20:15:06.361Z Compiling strsim v0.11.1
5482026-02-25T20:15:06.437Z Compiling once_cell v1.21.3
5492026-02-25T20:15:06.465Z Compiling unicode-width v0.1.14
5502026-02-25T20:15:06.541Z Compiling heck v0.5.0
5512026-02-25T20:15:06.841Z Compiling synstructure v0.13.1
5522026-02-25T20:15:07.020Z Compiling fastrand v2.1.1
5532026-02-25T20:15:07.056Z Compiling anyhow v1.0.99
5542026-02-25T20:15:07.135Z Compiling clap_lex v0.7.4
5552026-02-25T20:15:07.520Z Compiling fnv v1.0.7
5562026-02-25T20:15:07.628Z Compiling heck v0.4.1
5572026-02-25T20:15:07.659Z Compiling bytecount v0.6.8
5582026-02-25T20:15:07.884Z Compiling papergrid v0.11.0
5592026-02-25T20:15:08.056Z Compiling clap_builder v4.5.48
5602026-02-25T20:15:08.094Z Compiling tempfile v3.24.0
5612026-02-25T20:15:08.176Z Compiling memmap v0.7.0
5622026-02-25T20:15:08.332Z Compiling unicode-linebreak v0.1.5
5632026-02-25T20:15:08.551Z Compiling unicode-width v0.2.0
5642026-02-25T20:15:08.867Z Compiling smawk v0.3.2
5652026-02-25T20:15:08.904Z Compiling camino-tempfile v1.4.1
5662026-02-25T20:15:09.140Z Compiling textwrap v0.16.2
5672026-02-25T20:15:09.715Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5682026-02-25T20:15:09.993Z Compiling tabled_derive v0.7.0
5692026-02-25T20:15:10.175Z Compiling swrite v0.1.0
5702026-02-25T20:15:10.762Z Compiling serde_derive v1.0.228
5712026-02-25T20:15:10.762Z Compiling zerofrom-derive v0.1.4
5722026-02-25T20:15:10.762Z Compiling yoke-derive v0.7.4
5732026-02-25T20:15:10.856Z Compiling zerovec-derive v0.10.3
5742026-02-25T20:15:10.980Z Compiling thiserror-impl v2.0.18
5752026-02-25T20:15:11.756Z Compiling displaydoc v0.2.5
5762026-02-25T20:15:13.227Z Compiling thiserror-impl v1.0.69
5772026-02-25T20:15:13.252Z Compiling icu_provider_macros v1.5.0
5782026-02-25T20:15:13.289Z Compiling zerocopy-derive v0.7.35
5792026-02-25T20:15:13.972Z Compiling zerofrom v0.1.4
5802026-02-25T20:15:14.027Z Compiling pest v2.8.2
5812026-02-25T20:15:14.184Z Compiling scroll_derive v0.12.0
5822026-02-25T20:15:14.249Z Compiling yoke v0.7.4
5832026-02-25T20:15:14.603Z Compiling zerovec v0.10.4
5842026-02-25T20:15:15.113Z Compiling zerocopy v0.7.35
5852026-02-25T20:15:15.402Z Compiling scroll v0.12.0
5862026-02-25T20:15:15.627Z Compiling clap_derive v4.5.47
5872026-02-25T20:15:16.025Z Compiling goblin v0.8.2
5882026-02-25T20:15:16.054Z Compiling tabled v0.15.0
5892026-02-25T20:15:16.347Z Compiling tinystr v0.7.6
5902026-02-25T20:15:16.503Z Compiling icu_collections v1.5.0
5912026-02-25T20:15:16.649Z Compiling pest_meta v2.8.2
5922026-02-25T20:15:16.765Z Compiling icu_locid v1.5.0
5932026-02-25T20:15:18.229Z Compiling icu_provider v1.5.0
5942026-02-25T20:15:18.257Z Compiling pest_generator v2.8.2
5952026-02-25T20:15:18.294Z Compiling toml_datetime v0.6.11
5962026-02-25T20:15:18.545Z Compiling serde_spanned v0.6.9
5972026-02-25T20:15:18.787Z Compiling toml_edit v0.22.27
5982026-02-25T20:15:18.821Z Compiling dof v0.3.0
5992026-02-25T20:15:18.846Z Compiling serde_tokenstream v0.2.2
6002026-02-25T20:15:19.135Z Compiling icu_locid_transform v1.5.0
6012026-02-25T20:15:19.380Z Compiling erased-serde v0.4.6
6022026-02-25T20:15:19.729Z Compiling serde-value v0.7.0
6032026-02-25T20:15:19.794Z Compiling cargo-platform v0.2.0
6042026-02-25T20:15:20.260Z Compiling icu_properties v1.5.1
6052026-02-25T20:15:20.385Z Compiling serde-untagged v0.1.7
6062026-02-25T20:15:20.425Z Compiling clap v4.5.48
6072026-02-25T20:15:20.546Z Compiling pest_derive v2.8.2
6082026-02-25T20:15:20.573Z Compiling macaddr v1.0.1
6092026-02-25T20:15:21.255Z Compiling dtrace-parser v0.2.0
6102026-02-25T20:15:21.773Z Compiling toml v0.8.23
6112026-02-25T20:15:22.540Z Compiling cargo_toml v0.21.0
6122026-02-25T20:15:23.067Z Compiling usdt-attr-macro v0.5.0
6132026-02-25T20:15:23.067Z Compiling usdt-macro v0.5.0
6142026-02-25T20:15:23.607Z Compiling icu_normalizer v1.5.0
6152026-02-25T20:15:24.177Z Compiling usdt v0.5.0
6162026-02-25T20:15:24.502Z Compiling idna_adapter v1.2.0
6172026-02-25T20:15:24.698Z Compiling idna v1.0.3
6182026-02-25T20:15:25.269Z Compiling url v2.5.4
6192026-02-25T20:15:26.190Z Compiling cargo-util-schemas v0.8.2
6202026-02-25T20:15:28.179Z Compiling cargo_metadata v0.21.0
6212026-02-25T20:15:30.545Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6222026-02-25T20:15:35.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 39s
6232026-02-25T20:15:36.386Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
6242026-02-25T20:15:37.780Z Downloading crates ...
6252026-02-25T20:15:37.993Z Downloaded bzip2 v0.5.2
6262026-02-25T20:15:38.028Z Downloaded convert_case v0.7.1
6272026-02-25T20:15:38.028Z Downloaded bitfield-macros v0.19.2
6282026-02-25T20:15:38.028Z Downloaded aes-gcm v0.10.3
6292026-02-25T20:15:38.053Z Downloaded darling_macro v0.20.10
6302026-02-25T20:15:38.053Z Downloaded crc8 v0.1.1
6312026-02-25T20:15:38.080Z Downloaded dyn-clone v1.0.20
6322026-02-25T20:15:38.080Z Downloaded heck v0.3.3
6332026-02-25T20:15:38.106Z Downloaded hyper-tls v0.6.0
6342026-02-25T20:15:38.132Z Downloaded impl-trait-for-tuples v0.2.2
6352026-02-25T20:15:38.159Z Downloaded new_debug_unreachable v1.0.6
6362026-02-25T20:15:38.185Z Downloaded openssl-macros v0.1.1
6372026-02-25T20:15:38.185Z Downloaded phf_shared v0.12.1
6382026-02-25T20:15:38.211Z Downloaded predicates-core v1.0.8
6392026-02-25T20:15:38.211Z Downloaded recursive v0.1.1
6402026-02-25T20:15:38.237Z Downloaded r2d2 v0.8.10
6412026-02-25T20:15:38.237Z Downloaded rand_xorshift v0.4.0
6422026-02-25T20:15:38.237Z Downloaded ref-cast-impl v1.0.25
6432026-02-25T20:15:38.237Z Downloaded salsa20 v0.10.2
6442026-02-25T20:15:38.264Z Downloaded rustversion v1.0.22
6452026-02-25T20:15:38.264Z Downloaded strum v0.27.2
6462026-02-25T20:15:38.291Z Downloaded slog-bunyan v2.5.0
6472026-02-25T20:15:38.291Z Downloaded strum v0.26.3
6482026-02-25T20:15:38.291Z Downloaded termtree v0.5.1
6492026-02-25T20:15:38.291Z Downloaded thread_local v1.1.8
6502026-02-25T20:15:38.322Z Downloaded tinyvec_macros v0.1.1
6512026-02-25T20:15:38.322Z Downloaded typify-macro v0.2.0
6522026-02-25T20:15:38.322Z Downloaded unarray v0.1.4
6532026-02-25T20:15:38.322Z Downloaded typify-macro v0.4.3
6542026-02-25T20:15:38.322Z Downloaded spin v0.9.8
6552026-02-25T20:15:38.322Z Downloaded signal-hook v0.3.18
6562026-02-25T20:15:38.322Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6572026-02-25T20:15:38.322Z Downloaded tokio-tungstenite v0.23.1
6582026-02-25T20:15:38.322Z Downloaded schemars v0.8.22
6592026-02-25T20:15:38.349Z Downloaded zeroize_derive v1.4.2
6602026-02-25T20:15:38.349Z Downloaded xattr v1.3.1
6612026-02-25T20:15:38.380Z Downloaded zone_cfg_derive v0.3.0
6622026-02-25T20:15:38.380Z Downloaded xshell v0.2.7
6632026-02-25T20:15:38.380Z Downloaded zstd-safe v7.2.3
6642026-02-25T20:15:38.380Z Downloaded vergen-git2 v1.0.7
6652026-02-25T20:15:38.380Z Downloaded whoami v1.5.2
6662026-02-25T20:15:38.381Z Downloaded typify v0.4.3
6672026-02-25T20:15:38.381Z Downloaded tungstenite v0.23.0
6682026-02-25T20:15:38.406Z Downloaded yasna v0.5.2
6692026-02-25T20:15:38.406Z Downloaded zerocopy v0.6.6
6702026-02-25T20:15:38.406Z Downloaded schemars v1.0.4
6712026-02-25T20:15:38.433Z Downloaded zopfli v0.8.1
6722026-02-25T20:15:38.433Z Downloaded yansi v1.0.1
6732026-02-25T20:15:38.433Z Downloaded zerocopy-derive v0.8.27
6742026-02-25T20:15:38.458Z Downloaded zip v0.6.6
6752026-02-25T20:15:38.487Z Downloaded zip v4.2.0
6762026-02-25T20:15:38.487Z Downloaded unicode-normalization v0.1.24
6772026-02-25T20:15:38.487Z Downloaded tough v0.20.0
6782026-02-25T20:15:38.513Z Downloaded winnow v0.6.26
6792026-02-25T20:15:38.513Z Downloaded regex-syntax v0.6.29
6802026-02-25T20:15:38.538Z Downloaded zlib-rs v0.5.1
6812026-02-25T20:15:38.538Z Downloaded smoltcp v0.9.1
6822026-02-25T20:15:38.563Z Downloaded zerocopy v0.8.27
6832026-02-25T20:15:38.588Z Downloaded webpki-roots v1.0.1
6842026-02-25T20:15:38.588Z Downloaded smoltcp v0.11.0
6852026-02-25T20:15:38.613Z Downloaded rustls v0.23.19
6862026-02-25T20:15:38.613Z Downloaded regex-syntax v0.8.5
6872026-02-25T20:15:38.638Z Downloaded regress v0.10.4
6882026-02-25T20:15:38.663Z Downloaded rustls v0.22.4
6892026-02-25T20:15:38.663Z Downloaded vcpkg v0.2.15
6902026-02-25T20:15:38.713Z Downloaded chrono-tz v0.10.4
6912026-02-25T20:15:38.763Z Downloaded bzip2-sys v0.1.13+1.0.8
6922026-02-25T20:15:38.788Z Downloaded sqlparser v0.61.0
6932026-02-25T20:15:38.788Z Downloaded sled v0.34.7
6942026-02-25T20:15:38.788Z Downloaded typify-impl v0.2.0
6952026-02-25T20:15:38.814Z Downloaded typify-impl v0.4.3
6962026-02-25T20:15:38.814Z Downloaded ratatui v0.29.0
6972026-02-25T20:15:38.845Z Downloaded jiff v0.2.15
6982026-02-25T20:15:38.878Z Downloaded zerocopy-derive v0.6.6
6992026-02-25T20:15:38.904Z Downloaded regex-automata v0.4.11
7002026-02-25T20:15:38.930Z Downloaded csv v1.3.1
7012026-02-25T20:15:38.958Z Downloaded petgraph v0.6.5
7022026-02-25T20:15:38.983Z Downloaded lzma-sys v0.1.20
7032026-02-25T20:15:39.028Z Downloaded petgraph v0.8.2
7042026-02-25T20:15:39.056Z Downloaded rustls v0.21.12
7052026-02-25T20:15:39.081Z Downloaded nix v0.30.1
7062026-02-25T20:15:39.106Z Downloaded libz-sys v1.1.20
7072026-02-25T20:15:39.131Z Downloaded tabled v0.20.0
7082026-02-25T20:15:39.156Z Downloaded tabled v0.18.0
7092026-02-25T20:15:39.182Z Downloaded winnow v0.5.40
7102026-02-25T20:15:39.182Z Downloaded nix v0.28.0
7112026-02-25T20:15:39.206Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
7122026-02-25T20:15:39.231Z Downloaded polar-core v0.27.3
7132026-02-25T20:15:39.231Z Downloaded nix v0.29.0
7142026-02-25T20:15:39.256Z Downloaded tower-http v0.6.6
7152026-02-25T20:15:39.257Z Downloaded time v0.3.43
7162026-02-25T20:15:39.282Z Downloaded sha3 v0.10.8
7172026-02-25T20:15:39.282Z Downloaded serde_with v3.16.1
7182026-02-25T20:15:39.282Z Downloaded openapiv3 v2.2.0
7192026-02-25T20:15:39.307Z Downloaded tokio v1.49.0
7202026-02-25T20:15:39.355Z Downloaded nix v0.27.1
7212026-02-25T20:15:39.380Z Downloaded x509-cert v0.2.5
7222026-02-25T20:15:39.380Z Downloaded unicode-segmentation v1.12.0
7232026-02-25T20:15:39.405Z Downloaded tower v0.5.2
7242026-02-25T20:15:39.405Z Downloaded radix_trie v0.2.1
7252026-02-25T20:15:39.405Z Downloaded object v0.37.3
7262026-02-25T20:15:39.430Z Downloaded unicode_categories v0.1.1
7272026-02-25T20:15:39.430Z Downloaded unicode-bidi v0.3.17
7282026-02-25T20:15:39.430Z Downloaded encoding_rs v0.8.34
7292026-02-25T20:15:39.455Z Downloaded rustls-webpki v0.102.8
7302026-02-25T20:15:39.484Z Downloaded rpassword v7.4.0
7312026-02-25T20:15:39.509Z Downloaded quinn-proto v0.11.8
7322026-02-25T20:15:39.509Z Downloaded object v0.36.5
7332026-02-25T20:15:39.509Z Downloaded tokio-util v0.7.15
7342026-02-25T20:15:39.535Z Downloaded tokio-postgres v0.7.13
7352026-02-25T20:15:39.535Z Downloaded rustls-webpki v0.101.7
7362026-02-25T20:15:39.560Z Downloaded quick-xml v0.37.2
7372026-02-25T20:15:39.560Z Downloaded typed-path v0.9.3
7382026-02-25T20:15:39.585Z Downloaded tracing v0.1.40
7392026-02-25T20:15:39.585Z Downloaded toml_edit v0.19.15
7402026-02-25T20:15:39.613Z Downloaded ssh-key v0.6.6
7412026-02-25T20:15:39.613Z Downloaded salty v0.3.0
7422026-02-25T20:15:39.638Z Downloaded reqwest v0.12.24
7432026-02-25T20:15:39.638Z Downloaded regex v1.11.3
7442026-02-25T20:15:39.638Z Downloaded rayon v1.10.0
7452026-02-25T20:15:39.663Z Downloaded proptest v1.7.0
7462026-02-25T20:15:39.663Z Downloaded petname v2.0.2
7472026-02-25T20:15:39.688Z Downloaded ring v0.17.14
7482026-02-25T20:15:39.718Z Downloaded lalrpop v0.19.12
7492026-02-25T20:15:39.743Z Downloaded hickory-proto v0.25.2
7502026-02-25T20:15:39.768Z Downloaded dropshot v0.16.7
7512026-02-25T20:15:39.793Z Downloaded wyz v0.5.1
7522026-02-25T20:15:39.793Z Downloaded vte v0.11.1
7532026-02-25T20:15:39.818Z Downloaded vergen v9.0.6
7542026-02-25T20:15:39.818Z Downloaded unsafe-libyaml v0.2.11
7552026-02-25T20:15:39.818Z Downloaded tungstenite v0.21.0
7562026-02-25T20:15:39.818Z Downloaded tracing-core v0.1.32
7572026-02-25T20:15:39.818Z Downloaded steno v0.4.1
7582026-02-25T20:15:39.818Z Downloaded p384 v0.13.1
7592026-02-25T20:15:39.843Z Downloaded portable-atomic v1.11.0
7602026-02-25T20:15:39.843Z Downloaded libgit2-sys v0.18.2+1.9.1
7612026-02-25T20:15:39.894Z Downloaded uuid v1.19.0
7622026-02-25T20:15:39.919Z Downloaded unicode-properties v0.1.3
7632026-02-25T20:15:39.919Z Downloaded samael v0.0.19
7642026-02-25T20:15:39.919Z Downloaded reedline v0.40.0
7652026-02-25T20:15:39.919Z Downloaded tokio-stream v0.1.17
7662026-02-25T20:15:39.945Z Downloaded tokio-rustls v0.24.1
7672026-02-25T20:15:39.945Z Downloaded russh v0.45.0
7682026-02-25T20:15:39.945Z Downloaded hickory-proto v0.24.4
7692026-02-25T20:15:39.970Z Downloaded zstd v0.13.3
7702026-02-25T20:15:39.970Z Downloaded zeroize v1.8.1
7712026-02-25T20:15:39.971Z Downloaded vergen-gitcl v1.0.8
7722026-02-25T20:15:39.971Z Downloaded value-bag v1.12.0
7732026-02-25T20:15:39.971Z Downloaded unicase v2.8.1
7742026-02-25T20:15:39.971Z Downloaded twox-hash v2.1.0
7752026-02-25T20:15:39.971Z Downloaded typify v0.2.0
7762026-02-25T20:15:39.971Z Downloaded toml v0.7.8
7772026-02-25T20:15:39.971Z Downloaded zone_cfg_derive v0.1.2
7782026-02-25T20:15:39.971Z Downloaded zone v0.3.1
7792026-02-25T20:15:39.971Z Downloaded zone v0.1.8
7802026-02-25T20:15:39.996Z Downloaded xz2 v0.1.7
7812026-02-25T20:15:39.996Z Downloaded which v4.4.2
7822026-02-25T20:15:39.996Z Downloaded want v0.3.1
7832026-02-25T20:15:39.996Z Downloaded walkdir v2.5.0
7842026-02-25T20:15:39.996Z Downloaded vsss-rs v3.3.4
7852026-02-25T20:15:39.996Z Downloaded vergen-lib v0.1.6
7862026-02-25T20:15:39.996Z Downloaded tracing-attributes v0.1.27
7872026-02-25T20:15:39.996Z Downloaded toml v0.9.11+spec-1.1.0
7882026-02-25T20:15:39.996Z Downloaded uzers v0.12.1
7892026-02-25T20:15:39.996Z Downloaded usdt-impl v0.6.0
7902026-02-25T20:15:39.996Z Downloaded tui-tree-widget v0.23.1
7912026-02-25T20:15:40.021Z Downloaded trait-variant v0.1.2
7922026-02-25T20:15:40.021Z Downloaded tinyvec v1.8.0
7932026-02-25T20:15:40.021Z Downloaded test-strategy v0.4.3
7942026-02-25T20:15:40.021Z Downloaded tar v0.4.44
7952026-02-25T20:15:40.021Z Downloaded subprocess v0.2.9
7962026-02-25T20:15:40.021Z Downloaded snafu v0.8.5
7972026-02-25T20:15:40.021Z Downloaded slog v2.8.2
7982026-02-25T20:15:40.048Z Downloaded serde_yaml v0.9.34+deprecated
7992026-02-25T20:15:40.048Z Downloaded rustyline v14.0.0
8002026-02-25T20:15:40.048Z Downloaded rsa v0.9.8
8012026-02-25T20:15:40.048Z Downloaded rand v0.9.2
8022026-02-25T20:15:40.048Z Downloaded openssl v0.10.73
8032026-02-25T20:15:40.075Z Downloaded object v0.30.4
8042026-02-25T20:15:40.075Z Downloaded diesel v2.2.12
8052026-02-25T20:15:40.100Z Downloaded xshell-macros v0.2.7
8062026-02-25T20:15:40.100Z Downloaded waitgroup v0.1.2
8072026-02-25T20:15:41.150Z Downloaded wait-timeout v0.2.0
8082026-02-25T20:15:41.150Z Downloaded vte_generate_state_changes v0.1.2
8092026-02-25T20:15:41.150Z Downloaded void v1.0.2
8102026-02-25T20:15:41.150Z Downloaded utf-8 v0.7.6
8112026-02-25T20:15:41.150Z Downloaded usdt-macro v0.6.0
8122026-02-25T20:15:41.150Z Downloaded usdt-attr-macro v0.6.0
8132026-02-25T20:15:41.150Z Downloaded usdt v0.6.0
8142026-02-25T20:15:41.150Z Downloaded untrusted v0.9.0
8152026-02-25T20:15:41.150Z Downloaded untrusted v0.7.1
8162026-02-25T20:15:41.150Z Downloaded universal-hash v0.5.1
8172026-02-25T20:15:41.150Z Downloaded unit-prefix v0.5.1
8182026-02-25T20:15:41.150Z Downloaded unicode-truncate v1.1.0
8192026-02-25T20:15:41.150Z Downloaded try-lock v0.2.5
8202026-02-25T20:15:41.150Z Downloaded tower-service v0.3.3
8212026-02-25T20:15:41.150Z Downloaded tower-layer v0.3.3
8222026-02-25T20:15:41.150Z Downloaded toml_writer v1.0.6+spec-1.1.0
8232026-02-25T20:15:41.150Z Downloaded toml_parser v1.0.6+spec-1.1.0
8242026-02-25T20:15:41.151Z Downloaded tokio-tungstenite v0.21.0
8252026-02-25T20:15:41.199Z Downloaded tokio-rustls v0.26.0
8262026-02-25T20:15:41.199Z Downloaded tokio-native-tls v0.3.1
8272026-02-25T20:15:41.199Z Downloaded tokio-macros v2.6.0
8282026-02-25T20:15:41.199Z Downloaded tokio-dtrace v0.1.0
8292026-02-25T20:15:41.199Z Downloaded tls_codec_derive v0.4.1
8302026-02-25T20:15:41.199Z Downloaded tls_codec v0.4.1
8312026-02-25T20:15:41.199Z Downloaded tiny-keccak v2.0.2
8322026-02-25T20:15:41.199Z Downloaded time-macros v0.2.24
8332026-02-25T20:15:41.199Z Downloaded thiserror-no-std v2.0.2
8342026-02-25T20:15:41.199Z Downloaded term v0.7.0
8352026-02-25T20:15:41.199Z Downloaded socket2 v0.6.1
8362026-02-25T20:15:41.199Z Downloaded socket2 v0.5.10
8372026-02-25T20:15:41.199Z Downloaded schemars v0.9.0
8382026-02-25T20:15:41.199Z Downloaded num-bigint-dig v0.8.6
8392026-02-25T20:15:41.199Z Downloaded ron v0.8.1
8402026-02-25T20:15:41.199Z Downloaded tokio-rustls v0.25.0
8412026-02-25T20:15:41.199Z Downloaded p521 v0.13.3
8422026-02-25T20:15:41.199Z Downloaded topological-sort v0.2.2
8432026-02-25T20:15:41.199Z Downloaded termios v0.3.3
8442026-02-25T20:15:41.199Z Downloaded term v1.1.0
8452026-02-25T20:15:41.199Z Downloaded publicsuffix v2.3.0
8462026-02-25T20:15:41.199Z Downloaded time-core v0.1.6
8472026-02-25T20:15:41.199Z Downloaded tabled_derive v0.10.0
8482026-02-25T20:15:41.199Z Downloaded strum_macros v0.27.2
8492026-02-25T20:15:41.199Z Downloaded strum_macros v0.26.4
8502026-02-25T20:15:41.199Z Downloaded strum_macros v0.24.3
8512026-02-25T20:15:41.199Z Downloaded stringprep v0.1.5
8522026-02-25T20:15:41.199Z Downloaded static_assertions v1.1.0
8532026-02-25T20:15:41.200Z Downloaded stacker v0.1.23
8542026-02-25T20:15:41.200Z Downloaded slog-scope v4.4.0
8552026-02-25T20:15:41.200Z Downloaded slog-json v2.6.1
8562026-02-25T20:15:41.200Z Downloaded serde_with_macros v3.16.1
8572026-02-25T20:15:41.200Z Downloaded sct v0.7.1
8582026-02-25T20:15:41.200Z Downloaded qorb v0.4.1
8592026-02-25T20:15:41.200Z Downloaded moka v0.12.10
8602026-02-25T20:15:41.200Z Downloaded thread-id v5.0.0
8612026-02-25T20:15:41.200Z Downloaded thiserror-impl-no-std v2.0.2
8622026-02-25T20:15:41.200Z Downloaded testing_table v0.3.0
8632026-02-25T20:15:41.200Z Downloaded tabwriter v1.4.0
8642026-02-25T20:15:41.200Z Downloaded tabled_derive v0.11.0
8652026-02-25T20:15:41.200Z Downloaded supports-color v3.0.2
8662026-02-25T20:15:41.200Z Downloaded support-bundle-viewer v0.1.2
8672026-02-25T20:15:41.200Z Downloaded string_cache v0.8.9
8682026-02-25T20:15:41.200Z Downloaded sqlformat v0.3.5
8692026-02-25T20:15:41.200Z Downloaded spki v0.7.3
8702026-02-25T20:15:41.200Z Downloaded smf v0.2.3
8712026-02-25T20:15:41.200Z Downloaded smallvec v0.6.14
8722026-02-25T20:15:41.200Z Downloaded slog-term v2.9.2
8732026-02-25T20:15:41.200Z Downloaded slog-stdlog v4.1.1
8742026-02-25T20:15:41.200Z Downloaded slog-dtrace v0.3.0
8752026-02-25T20:15:41.200Z Downloaded slab v0.4.9
8762026-02-25T20:15:41.200Z Downloaded ron v0.7.1
8772026-02-25T20:15:41.200Z Downloaded rand v0.8.5
8782026-02-25T20:15:41.200Z Downloaded curve25519-dalek v4.1.3
8792026-02-25T20:15:41.200Z Downloaded tap v1.0.1
8802026-02-25T20:15:41.200Z Downloaded take_mut v0.2.2
8812026-02-25T20:15:41.200Z Downloaded tagptr v0.2.0
8822026-02-25T20:15:41.200Z Downloaded sync_wrapper v1.0.1
8832026-02-25T20:15:41.200Z Downloaded sync-ptr v0.1.4
8842026-02-25T20:15:41.200Z Downloaded subtle v2.6.1
8852026-02-25T20:15:41.200Z Downloaded ssh-cipher v0.2.0
8862026-02-25T20:15:41.200Z Downloaded slog-async v2.8.0
8872026-02-25T20:15:41.200Z Downloaded signal-hook-registry v1.4.2
8882026-02-25T20:15:41.200Z Downloaded shlex v1.3.0
8892026-02-25T20:15:41.200Z Downloaded serde_cbor v0.11.2
8902026-02-25T20:15:41.200Z Downloaded structmeta-derive v0.3.0
8912026-02-25T20:15:41.200Z Downloaded structmeta v0.3.0
8922026-02-25T20:15:41.200Z Downloaded strip-ansi-escapes v0.2.0
8932026-02-25T20:15:41.201Z Downloaded ssh-encoding v0.2.0
8942026-02-25T20:15:41.201Z Downloaded sqlparser_derive v0.5.0
8952026-02-25T20:15:41.201Z Downloaded slog-envlogger v2.2.0
8962026-02-25T20:15:41.201Z Downloaded siphasher v0.3.11
8972026-02-25T20:15:41.201Z Downloaded similar v2.7.0
8982026-02-25T20:15:41.201Z Downloaded sha1 v0.10.6
8992026-02-25T20:15:41.201Z Downloaded serde_path_to_error v0.1.20
9002026-02-25T20:15:41.201Z Downloaded sec1 v0.7.3
9012026-02-25T20:15:41.201Z Downloaded scroll v0.13.0
9022026-02-25T20:15:41.201Z Downloaded schemars_derive v0.8.22
9032026-02-25T20:15:41.201Z Downloaded ryu v1.0.18
9042026-02-25T20:15:41.201Z Downloaded rustls-pki-types v1.10.0
9052026-02-25T20:15:41.201Z Downloaded russh-keys v0.45.0
9062026-02-25T20:15:41.201Z Downloaded rayon-core v1.12.1
9072026-02-25T20:15:41.201Z Downloaded quinn v0.11.5
9082026-02-25T20:15:41.201Z Downloaded bstr v1.10.0
9092026-02-25T20:15:41.201Z Downloaded siphasher v1.0.1
9102026-02-25T20:15:41.201Z Downloaded simd-adler32 v0.3.7
9112026-02-25T20:15:41.201Z Downloaded sigpipe v0.1.3
9122026-02-25T20:15:41.201Z Downloaded signature v2.2.0
9132026-02-25T20:15:41.201Z Downloaded signal-hook-mio v0.2.4
9142026-02-25T20:15:41.201Z Downloaded shell-words v1.1.0
9152026-02-25T20:15:41.201Z Downloaded serde_urlencoded v0.7.1
9162026-02-25T20:15:41.201Z Downloaded serde_derive_internals v0.29.1
9172026-02-25T20:15:41.201Z Downloaded serde-hex v0.1.0
9182026-02-25T20:15:41.201Z Downloaded scrypt v0.11.0
9192026-02-25T20:15:41.201Z Downloaded scroll_derive v0.13.1
9202026-02-25T20:15:41.201Z Downloaded scopeguard v1.2.0
9212026-02-25T20:15:41.201Z Downloaded scheduled-thread-pool v0.2.7
9222026-02-25T20:15:41.201Z Downloaded sapling-renderdag v0.1.0
9232026-02-25T20:15:41.201Z Downloaded same-file v1.0.6
9242026-02-25T20:15:41.201Z Downloaded rustls-pemfile v1.0.4
9252026-02-25T20:15:41.251Z Downloaded rustls-native-certs v0.8.1
9262026-02-25T20:15:41.251Z Downloaded rustc-demangle v0.1.24
9272026-02-25T20:15:41.251Z Downloaded rcgen v0.12.1
9282026-02-25T20:15:41.252Z Downloaded pretty_assertions v1.4.1
9292026-02-25T20:15:41.252Z Downloaded nom v7.1.3
9302026-02-25T20:15:41.252Z Downloaded snafu-derive v0.8.5
9312026-02-25T20:15:41.252Z Downloaded signal-hook-tokio v0.3.1
9322026-02-25T20:15:41.252Z Downloaded serde_spanned v1.0.4
9332026-02-25T20:15:41.252Z Downloaded serde_repr v0.1.19
9342026-02-25T20:15:41.252Z Downloaded serde_plain v1.0.2
9352026-02-25T20:15:41.252Z Downloaded serde_bytes v0.11.19
9362026-02-25T20:15:41.252Z Downloaded serde-big-array v0.5.1
9372026-02-25T20:15:41.252Z Downloaded seq-macro v0.3.6
9382026-02-25T20:15:41.252Z Downloaded semver v0.1.20
9392026-02-25T20:15:41.252Z Downloaded secrecy v0.10.3
9402026-02-25T20:15:41.252Z Downloaded secrecy v0.8.0
9412026-02-25T20:15:41.252Z Downloaded rusty-fork v0.3.0
9422026-02-25T20:15:41.252Z Downloaded rustls-pemfile v2.2.0
9432026-02-25T20:15:41.252Z Downloaded rustc_version v0.4.1
9442026-02-25T20:15:41.252Z Downloaded rustc_version v0.1.7
9452026-02-25T20:15:41.252Z Downloaded rustc-hash v2.1.1
9462026-02-25T20:15:41.252Z Downloaded rustc-hash v1.1.0
9472026-02-25T20:15:41.252Z Downloaded russh-cryptovec v0.7.3
9482026-02-25T20:15:41.252Z Downloaded rtoolbox v0.0.2
9492026-02-25T20:15:41.252Z Downloaded progenitor-impl v0.11.2
9502026-02-25T20:15:41.252Z Downloaded progenitor-impl v0.10.0
9512026-02-25T20:15:41.252Z Downloaded prettyplease v0.2.36
9522026-02-25T20:15:41.252Z Downloaded papergrid v0.17.0
9532026-02-25T20:15:41.252Z Downloaded openssl-sys v0.9.109
9542026-02-25T20:15:41.252Z Downloaded num-bigint v0.4.6
9552026-02-25T20:15:41.252Z Downloaded libxml v0.3.3
9562026-02-25T20:15:41.252Z Downloaded resolv-conf v0.7.0
9572026-02-25T20:15:41.252Z Downloaded rand_core v0.9.3
9582026-02-25T20:15:41.252Z Downloaded rand_core v0.6.4
9592026-02-25T20:15:41.252Z Downloaded quinn-udp v0.5.5
9602026-02-25T20:15:41.252Z Downloaded psm v0.1.30
9612026-02-25T20:15:41.252Z Downloaded progenitor v0.10.0
9622026-02-25T20:15:41.252Z Downloaded oso v0.27.3
9632026-02-25T20:15:41.252Z Downloaded rfc6979 v0.4.0
9642026-02-25T20:15:41.252Z Downloaded ref-cast v1.0.25
9652026-02-25T20:15:41.252Z Downloaded recursive-proc-macro-impl v0.1.1
9662026-02-25T20:15:41.252Z Downloaded rand_seeder v0.4.0
9672026-02-25T20:15:41.253Z Downloaded rand_chacha v0.9.0
9682026-02-25T20:15:41.253Z Downloaded radium v0.7.0
9692026-02-25T20:15:41.253Z Downloaded progenitor-impl v0.8.0
9702026-02-25T20:15:41.253Z Downloaded proc-macro-error2 v2.0.1
9712026-02-25T20:15:41.253Z Downloaded prefix-trie v0.7.0
9722026-02-25T20:15:41.253Z Downloaded postgres-protocol v0.6.8
9732026-02-25T20:15:41.253Z Downloaded pin-project v1.1.6
9742026-02-25T20:15:41.253Z Downloaded parking_lot v0.12.3
9752026-02-25T20:15:41.253Z Downloaded papergrid v0.14.0
9762026-02-25T20:15:41.253Z Downloaded libm v0.2.8
9772026-02-25T20:15:41.253Z Downloaded rand_chacha v0.3.1
9782026-02-25T20:15:41.253Z Downloaded primeorder v0.13.6
9792026-02-25T20:15:41.253Z Downloaded predicates v3.1.3
9802026-02-25T20:15:41.253Z Downloaded postgres-types v0.2.9
9812026-02-25T20:15:41.253Z Downloaded postcard v1.0.10
9822026-02-25T20:15:41.253Z Downloaded pkcs5 v0.7.1
9832026-02-25T20:15:41.253Z Downloaded p256 v0.13.2
9842026-02-25T20:15:41.253Z Downloaded psl-types v2.0.11
9852026-02-25T20:15:41.253Z Downloaded progenitor-macro v0.11.2
9862026-02-25T20:15:41.253Z Downloaded progenitor-client v0.11.2
9872026-02-25T20:15:41.253Z Downloaded progenitor-client v0.8.0
9882026-02-25T20:15:41.253Z Downloaded progenitor v0.11.2
9892026-02-25T20:15:41.253Z Downloaded progenitor v0.8.0
9902026-02-25T20:15:41.253Z Downloaded proc-macro-crate v1.3.1
9912026-02-25T20:15:41.253Z Downloaded poly1305 v0.8.0
9922026-02-25T20:15:41.253Z Downloaded pkcs8 v0.10.2
9932026-02-25T20:15:41.253Z Downloaded pin-project-lite v0.2.14
9942026-02-25T20:15:41.253Z Downloaded oxnet v0.1.4
9952026-02-25T20:15:41.253Z Downloaded oxide-tokio-rt v0.1.2
9962026-02-25T20:15:41.253Z Downloaded owo-colors v4.2.3
9972026-02-25T20:15:41.253Z Downloaded nu-ansi-term v0.50.1
9982026-02-25T20:15:41.253Z Downloaded gimli v0.31.1
9992026-02-25T20:15:41.253Z Downloaded progenitor-macro v0.10.0
10002026-02-25T20:15:41.253Z Downloaded progenitor-client v0.10.0
10012026-02-25T20:15:41.253Z Downloaded proc-macro-error-attr2 v2.0.0
10022026-02-25T20:15:41.253Z Downloaded ppv-lite86 v0.2.20
10032026-02-25T20:15:41.253Z Downloaded polyval v0.6.2
10042026-02-25T20:15:41.253Z Downloaded pkg-config v0.3.31
10052026-02-25T20:15:41.254Z Downloaded pin-project-internal v1.1.6
10062026-02-25T20:15:41.254Z Downloaded pem-rfc7468 v0.7.0
10072026-02-25T20:15:41.254Z Downloaded parking_lot_core v0.9.10
10082026-02-25T20:15:41.254Z Downloaded parking_lot_core v0.8.6
10092026-02-25T20:15:41.254Z Downloaded packed_struct v0.10.1
10102026-02-25T20:15:41.254Z Downloaded itertools v0.13.0
10112026-02-25T20:15:41.254Z Downloaded quick-error v1.2.3
10122026-02-25T20:15:41.254Z Downloaded progenitor-macro v0.8.0
10132026-02-25T20:15:41.254Z Downloaded pretty-hex v0.2.1
10142026-02-25T20:15:41.254Z Downloaded predicates-tree v1.0.12
10152026-02-25T20:15:41.254Z Downloaded precomputed-hash v0.1.1
10162026-02-25T20:15:41.254Z Downloaded powerfmt v0.2.0
10172026-02-25T20:15:41.254Z Downloaded pin-utils v0.1.0
10182026-02-25T20:15:41.254Z Downloaded phf_shared v0.11.2
10192026-02-25T20:15:41.254Z Downloaded phf v0.12.1
10202026-02-25T20:15:41.254Z Downloaded phf v0.11.2
10212026-02-25T20:15:41.254Z Downloaded pem v3.0.5
10222026-02-25T20:15:41.254Z Downloaded peg-runtime v0.8.5
10232026-02-25T20:15:41.254Z Downloaded peg v0.8.5
10242026-02-25T20:15:41.254Z Downloaded password-hash v0.5.0
10252026-02-25T20:15:41.281Z Downloaded parse-display-derive v0.10.0
10262026-02-25T20:15:41.281Z Downloaded parking_lot v0.11.2
10272026-02-25T20:15:41.281Z Downloaded packed_struct_codegen v0.10.1
10282026-02-25T20:15:41.281Z Downloaded oso-derive v0.27.3
10292026-02-25T20:15:41.281Z Downloaded newtype-uuid v1.3.2
10302026-02-25T20:15:41.281Z Downloaded itertools v0.14.0
10312026-02-25T20:15:41.281Z Downloaded iri-string v0.7.8
10322026-02-25T20:15:41.281Z Downloaded futures-util v0.3.31
10332026-02-25T20:15:41.281Z Downloaded pkcs1 v0.7.5
10342026-02-25T20:15:41.281Z Downloaded peg-macros v0.8.5
10352026-02-25T20:15:41.281Z Downloaded pbkdf2 v0.12.2
10362026-02-25T20:15:41.281Z Downloaded pbkdf2 v0.11.0
10372026-02-25T20:15:41.281Z Downloaded path-slash v0.1.5
10382026-02-25T20:15:41.281Z Downloaded password-hash v0.4.2
10392026-02-25T20:15:41.281Z Downloaded parse-size v1.1.0
10402026-02-25T20:15:41.281Z Downloaded parse-display v0.10.0
10412026-02-25T20:15:41.282Z Downloaded openssl-probe v0.1.5
10422026-02-25T20:15:41.282Z Downloaded num v0.4.3
10432026-02-25T20:15:41.282Z Downloaded normalize-line-endings v0.3.0
10442026-02-25T20:15:41.282Z Downloaded nonempty v0.12.0
10452026-02-25T20:15:41.282Z Downloaded nibble_vec v0.1.0
10462026-02-25T20:15:41.282Z Downloaded newtype_derive v0.1.6
10472026-02-25T20:15:41.282Z Downloaded newline-converter v0.3.0
10482026-02-25T20:15:41.282Z Downloaded mio v1.0.2
10492026-02-25T20:15:41.282Z Downloaded memmap2 v0.9.8
10502026-02-25T20:15:41.282Z Downloaded lock_api v0.4.12
10512026-02-25T20:15:41.282Z Downloaded litrs v0.4.1
10522026-02-25T20:15:41.282Z Downloaded linear-map v1.2.0
10532026-02-25T20:15:41.282Z Downloaded itertools v0.12.1
10542026-02-25T20:15:41.282Z Downloaded itertools v0.10.5
10552026-02-25T20:15:41.282Z Downloaded iddqd v0.3.16
10562026-02-25T20:15:41.282Z Downloaded goblin v0.10.2
10572026-02-25T20:15:41.282Z Downloaded git2 v0.20.2
10582026-02-25T20:15:41.282Z Downloaded chrono v0.4.43
10592026-02-25T20:15:41.282Z Downloaded paste v1.0.15
10602026-02-25T20:15:41.282Z Downloaded omicron-zone-package v0.12.2
10612026-02-25T20:15:41.282Z Downloaded num-rational v0.4.2
10622026-02-25T20:15:41.282Z Downloaded num-integer v0.1.46
10632026-02-25T20:15:41.282Z Downloaded num-complex v0.4.6
10642026-02-25T20:15:41.282Z Downloaded nodrop v0.1.14
10652026-02-25T20:15:41.282Z Downloaded newtype-uuid-macros v0.1.0
10662026-02-25T20:15:41.282Z Downloaded miniz_oxide v0.8.5
10672026-02-25T20:15:41.282Z Downloaded minimal-lexical v0.2.1
10682026-02-25T20:15:41.282Z Downloaded memoffset v0.9.1
10692026-02-25T20:15:41.282Z Downloaded md5 v0.7.0
10702026-02-25T20:15:41.282Z Downloaded md-5 v0.10.6
10712026-02-25T20:15:41.282Z Downloaded maybe-uninit v2.0.0
10722026-02-25T20:15:41.282Z Downloaded maplit v1.0.2
10732026-02-25T20:15:41.282Z Downloaded managed v0.8.0
10742026-02-25T20:15:41.282Z Downloaded lzss v0.8.2
10752026-02-25T20:15:41.282Z Downloaded lru-cache v0.1.2
10762026-02-25T20:15:41.282Z Downloaded lru v0.12.5
10772026-02-25T20:15:41.282Z Downloaded lockfree-object-pool v0.1.6
10782026-02-25T20:15:41.282Z Downloaded linked-hash-map v0.5.6
10792026-02-25T20:15:41.282Z Downloaded libz-rs-sys v0.5.1
10802026-02-25T20:15:41.283Z Downloaded libsw-core v0.3.1
10812026-02-25T20:15:41.283Z Downloaded libsw v3.5.0
10822026-02-25T20:15:41.283Z Downloaded libscf-sys v1.1.0
10832026-02-25T20:15:41.283Z Downloaded libloading v0.8.5
10842026-02-25T20:15:41.283Z Downloaded libefi-sys v0.1.0
10852026-02-25T20:15:41.283Z Downloaded lazycell v1.3.0
10862026-02-25T20:15:41.283Z Downloaded lazy_static v1.5.0
10872026-02-25T20:15:41.283Z Downloaded lalrpop-util v0.19.12
10882026-02-25T20:15:41.283Z Downloaded kstat-rs v0.2.4
10892026-02-25T20:15:41.283Z Downloaded jiff-static v0.2.15
10902026-02-25T20:15:41.283Z Downloaded indicatif v0.18.0
10912026-02-25T20:15:41.283Z Downloaded hyper v1.8.1
10922026-02-25T20:15:41.283Z Downloaded hkdf v0.12.4
10932026-02-25T20:15:41.283Z Downloaded bitvec v1.0.1
10942026-02-25T20:15:41.283Z Downloaded bindgen v0.69.5
10952026-02-25T20:15:41.283Z Downloaded opaque-debug v0.3.1
10962026-02-25T20:15:41.283Z Downloaded olpc-cjson v0.1.4
10972026-02-25T20:15:41.283Z Downloaded number_prefix v0.4.0
10982026-02-25T20:15:41.283Z Downloaded num_threads v0.1.7
10992026-02-25T20:15:41.283Z Downloaded num_enum_derive v0.5.11
11002026-02-25T20:15:41.283Z Downloaded num_enum v0.5.11
11012026-02-25T20:15:41.283Z Downloaded num-iter v0.1.45
11022026-02-25T20:15:41.283Z Downloaded num-derive v0.4.2
11032026-02-25T20:15:41.283Z Downloaded num-derive v0.3.3
11042026-02-25T20:15:41.283Z Downloaded num-conv v0.1.0
11052026-02-25T20:15:41.283Z Downloaded native-tls v0.2.12
11062026-02-25T20:15:41.283Z Downloaded nanorand v0.7.0
11072026-02-25T20:15:41.283Z Downloaded multer v3.1.0
11082026-02-25T20:15:41.283Z Downloaded mime_guess v2.0.5
11092026-02-25T20:15:41.283Z Downloaded mime v0.3.17
11102026-02-25T20:15:41.283Z Downloaded match_cfg v0.1.0
11112026-02-25T20:15:41.283Z Downloaded ipnet v2.11.0
11122026-02-25T20:15:41.283Z Downloaded ingot-types v0.1.2
11132026-02-25T20:15:41.283Z Downloaded ingot-macros v0.1.1
11142026-02-25T20:15:41.283Z Downloaded ingot v0.1.1
11152026-02-25T20:15:41.283Z Downloaded indoc v2.0.6
11162026-02-25T20:15:41.283Z Downloaded indicatif v0.17.11
11172026-02-25T20:15:41.283Z Downloaded indexmap v1.9.3
11182026-02-25T20:15:41.283Z Downloaded ignore v0.4.23
11192026-02-25T20:15:41.284Z Downloaded hyper-util v0.1.19
11202026-02-25T20:15:41.284Z Downloaded http v1.4.0
11212026-02-25T20:15:41.284Z Downloaded hashbrown v0.15.4
11222026-02-25T20:15:41.284Z Downloaded h2 v0.4.6
11232026-02-25T20:15:41.284Z Downloaded getrandom v0.2.15
11242026-02-25T20:15:41.284Z Downloaded futures v0.3.31
11252026-02-25T20:15:41.310Z Downloaded flume v0.11.1
11262026-02-25T20:15:41.310Z Downloaded aws-lc-sys v0.26.0
11272026-02-25T20:15:41.541Z Downloaded fatfs v0.3.6
11282026-02-25T20:15:41.566Z Downloaded expectorate v1.2.0
11292026-02-25T20:15:41.566Z Downloaded elliptic-curve v0.13.8
11302026-02-25T20:15:41.566Z Downloaded ed25519-dalek v2.1.1
11312026-02-25T20:15:41.566Z Downloaded dropshot_endpoint v0.16.7
11322026-02-25T20:15:41.566Z Downloaded dropshot-api-manager v0.3.0
11332026-02-25T20:15:41.566Z Downloaded diff v0.1.13
11342026-02-25T20:15:41.591Z Downloaded diesel_derives v2.2.3
11352026-02-25T20:15:41.591Z Downloaded des v0.8.1
11362026-02-25T20:15:41.591Z Downloaded derive_more-impl v2.0.1
11372026-02-25T20:15:41.591Z Downloaded derive_more v2.0.1
11382026-02-25T20:15:41.616Z Downloaded der v0.7.10
11392026-02-25T20:15:41.616Z Downloaded crossterm v0.29.0
11402026-02-25T20:15:41.616Z Downloaded blake3 v1.5.4
11412026-02-25T20:15:41.641Z Downloaded bindgen v0.71.1
11422026-02-25T20:15:41.641Z Downloaded aws-lc-rs v1.12.4
11432026-02-25T20:15:41.641Z Downloaded multimap v0.10.1
11442026-02-25T20:15:41.641Z Downloaded keccak v0.1.5
11452026-02-25T20:15:41.666Z Downloaded jobserver v0.1.32
11462026-02-25T20:15:41.666Z Downloaded is_ci v1.2.0
11472026-02-25T20:15:41.666Z Downloaded is-terminal v0.4.13
11482026-02-25T20:15:41.666Z Downloaded ipnetwork v0.21.1
11492026-02-25T20:15:41.666Z Downloaded internet-checksum v0.2.1
11502026-02-25T20:15:41.666Z Downloaded instant v0.1.13
11512026-02-25T20:15:41.666Z Downloaded instability v0.3.2
11522026-02-25T20:15:41.666Z Downloaded inout v0.1.3
11532026-02-25T20:15:41.666Z Downloaded indoc v1.0.9
11542026-02-25T20:15:41.666Z Downloaded indent_write v2.2.0
11552026-02-25T20:15:41.666Z Downloaded ident_case v1.0.1
11562026-02-25T20:15:41.666Z Downloaded iana-time-zone v0.1.63
11572026-02-25T20:15:41.691Z Downloaded hyper-rustls v0.27.7
11582026-02-25T20:15:41.692Z Downloaded hickory-server v0.25.2
11592026-02-25T20:15:41.692Z Downloaded hickory-resolver v0.25.2
11602026-02-25T20:15:41.692Z Downloaded hickory-resolver v0.24.4
11612026-02-25T20:15:41.692Z Downloaded hex v0.4.3
11622026-02-25T20:15:41.692Z Downloaded heapless v0.7.17
11632026-02-25T20:15:41.692Z Downloaded headers v0.4.1
11642026-02-25T20:15:41.717Z Downloaded hashbrown v0.13.2
11652026-02-25T20:15:41.717Z Downloaded hashbrown v0.12.3
11662026-02-25T20:15:41.717Z Downloaded gethostname v0.5.0
11672026-02-25T20:15:41.717Z Downloaded futures-sink v0.3.31
11682026-02-25T20:15:41.717Z Downloaded futures-io v0.3.31
11692026-02-25T20:15:41.717Z Downloaded futures-executor v0.3.31
11702026-02-25T20:15:41.717Z Downloaded futures-core v0.3.31
11712026-02-25T20:15:41.717Z Downloaded fs_extra v1.3.0
11722026-02-25T20:15:41.717Z Downloaded fs-err v2.11.0
11732026-02-25T20:15:41.717Z Downloaded foreign-types-shared v0.3.1
11742026-02-25T20:15:41.742Z Downloaded foreign-types-macros v0.2.3
11752026-02-25T20:15:41.742Z Downloaded foldhash v0.1.5
11762026-02-25T20:15:41.742Z Downloaded float-cmp v0.10.0
11772026-02-25T20:15:41.742Z Downloaded flate2 v1.1.2
11782026-02-25T20:15:41.742Z Downloaded flagset v0.4.6
11792026-02-25T20:15:41.742Z Downloaded fixedbitset v0.5.7
11802026-02-25T20:15:41.742Z Downloaded fixedbitset v0.4.2
11812026-02-25T20:15:41.742Z Downloaded find-msvc-tools v0.1.9
11822026-02-25T20:15:41.742Z Downloaded ff v0.13.0
11832026-02-25T20:15:41.742Z Downloaded fallible-iterator v0.2.0
11842026-02-25T20:15:41.742Z Downloaded erased-serde v0.3.31
11852026-02-25T20:15:41.742Z Downloaded env_logger v0.11.8
11862026-02-25T20:15:41.742Z Downloaded env_filter v0.1.2
11872026-02-25T20:15:41.769Z Downloaded enum-as-inner v0.6.1
11882026-02-25T20:15:41.769Z Downloaded ena v0.14.3
11892026-02-25T20:15:41.769Z Downloaded embedded-io v0.4.0
11902026-02-25T20:15:41.769Z Downloaded either v1.15.0
11912026-02-25T20:15:41.769Z Downloaded ed25519 v2.2.3
11922026-02-25T20:15:41.769Z Downloaded ecdsa v0.16.9
11932026-02-25T20:15:41.769Z Downloaded dunce v1.0.5
11942026-02-25T20:15:41.769Z Downloaded drift v0.1.3
11952026-02-25T20:15:41.769Z Downloaded dirs-sys-next v0.1.2
11962026-02-25T20:15:41.769Z Downloaded derive_builder v0.20.2
11972026-02-25T20:15:41.796Z Downloaded derive-where v1.5.0
11982026-02-25T20:15:41.796Z Downloaded der_derive v0.7.3
11992026-02-25T20:15:41.796Z Downloaded darling_core v0.21.0
12002026-02-25T20:15:41.796Z Downloaded darling_core v0.20.10
12012026-02-25T20:15:41.796Z Downloaded crypto-bigint v0.5.5
12022026-02-25T20:15:41.821Z Downloaded crossterm v0.28.1
12032026-02-25T20:15:41.821Z Downloaded aho-corasick v1.1.3
12042026-02-25T20:15:41.821Z Downloaded hyper-staticfile v0.10.1
12052026-02-25T20:15:41.821Z Downloaded humantime v2.2.0
12062026-02-25T20:15:41.821Z Downloaded hubpack v0.1.2
12072026-02-25T20:15:41.821Z Downloaded httparse v1.9.5
12082026-02-25T20:15:41.821Z Downloaded http-body-util v0.1.3
12092026-02-25T20:15:41.821Z Downloaded http-body v1.0.1
12102026-02-25T20:15:41.847Z Downloaded hmac v0.12.1
12112026-02-25T20:15:41.847Z Downloaded highway v1.3.0
12122026-02-25T20:15:41.847Z Downloaded hickory-client v0.25.2
12132026-02-25T20:15:41.847Z Downloaded heapless v0.8.0
12142026-02-25T20:15:41.847Z Downloaded half v2.4.1
12152026-02-25T20:15:41.847Z Downloaded fxhash v0.2.1
12162026-02-25T20:15:41.847Z Downloaded futures-macro v0.3.31
12172026-02-25T20:15:41.847Z Downloaded funty v2.0.0
12182026-02-25T20:15:41.847Z Downloaded foreign-types-shared v0.1.1
12192026-02-25T20:15:41.847Z Downloaded foreign-types v0.5.0
12202026-02-25T20:15:41.847Z Downloaded foreign-types v0.3.2
12212026-02-25T20:15:41.847Z Downloaded float-ord v0.3.2
12222026-02-25T20:15:41.847Z Downloaded fd-lock v4.0.2
12232026-02-25T20:15:41.847Z Downloaded embedded-io v0.6.1
12242026-02-25T20:15:41.872Z Downloaded dtrace-parser v0.3.0
12252026-02-25T20:15:41.872Z Downloaded dsl_auto_type v0.1.2
12262026-02-25T20:15:41.872Z Downloaded dof v0.4.0
12272026-02-25T20:15:41.872Z Downloaded display-error-chain v0.2.2
12282026-02-25T20:15:41.872Z Downloaded dirs-next v2.0.0
12292026-02-25T20:15:41.872Z Downloaded deranged v0.5.3
12302026-02-25T20:15:41.872Z Downloaded defmt v0.3.8
12312026-02-25T20:15:41.872Z Downloaded darling v0.20.10
12322026-02-25T20:15:41.872Z Downloaded daft v0.1.4
12332026-02-25T20:15:41.872Z Downloaded curve25519-dalek-derive v0.1.1
12342026-02-25T20:15:41.872Z Downloaded const_format v0.2.34
12352026-02-25T20:15:41.898Z Downloaded compact_str v0.8.0
12362026-02-25T20:15:41.898Z Downloaded cc v1.2.56
12372026-02-25T20:15:41.898Z Downloaded bumpalo v3.16.0
12382026-02-25T20:15:41.898Z Downloaded backtrace v0.3.74
12392026-02-25T20:15:41.898Z Downloaded aes v0.8.4
12402026-02-25T20:15:41.898Z Downloaded hubpack_derive v0.1.1
12412026-02-25T20:15:41.898Z Downloaded httpdate v1.0.3
12422026-02-25T20:15:41.898Z Downloaded http-range v0.1.5
12432026-02-25T20:15:41.898Z Downloaded hostname v0.4.2
12442026-02-25T20:15:41.923Z Downloaded hostname v0.3.1
12452026-02-25T20:15:41.923Z Downloaded home v0.5.9
12462026-02-25T20:15:41.923Z Downloaded hex-literal v0.4.1
12472026-02-25T20:15:41.923Z Downloaded half v1.8.3
12482026-02-25T20:15:41.923Z Downloaded group v0.13.0
12492026-02-25T20:15:41.923Z Downloaded globset v0.4.15
12502026-02-25T20:15:41.923Z Downloaded glob v0.3.2
12512026-02-25T20:15:41.923Z Downloaded futures-channel v0.3.31
12522026-02-25T20:15:41.923Z Downloaded foldhash v0.2.0
12532026-02-25T20:15:41.923Z Downloaded diesel-dtrace v0.4.2
12542026-02-25T20:15:41.923Z Downloaded derive_more v0.99.20
12552026-02-25T20:15:41.949Z Downloaded derive_builder_core v0.20.2
12562026-02-25T20:15:41.949Z Downloaded derive-ex v0.1.8
12572026-02-25T20:15:41.949Z Downloaded data-encoding v2.9.0
12582026-02-25T20:15:41.949Z Downloaded darling v0.21.0
12592026-02-25T20:15:41.949Z Downloaded daft-derive v0.1.4
12602026-02-25T20:15:41.949Z Downloaded crossbeam-utils v0.8.21
12612026-02-25T20:15:41.949Z Downloaded crossbeam-epoch v0.9.18
12622026-02-25T20:15:41.949Z Downloaded crossbeam-deque v0.8.5
12632026-02-25T20:15:41.974Z Downloaded crossbeam-channel v0.5.15
12642026-02-25T20:15:41.974Z Downloaded crc32fast v1.4.2
12652026-02-25T20:15:41.975Z Downloaded crc-any v2.5.0
12662026-02-25T20:15:41.975Z Downloaded cookie_store v0.21.1
12672026-02-25T20:15:41.975Z Downloaded cookie v0.18.1
12682026-02-25T20:15:41.975Z Downloaded const_format_proc_macros v0.2.34
12692026-02-25T20:15:41.975Z Downloaded const-oid v0.9.6
12702026-02-25T20:15:41.975Z Downloaded console v0.16.0
12712026-02-25T20:15:41.975Z Downloaded console v0.15.10
12722026-02-25T20:15:42.000Z Downloaded colored v3.0.0
12732026-02-25T20:15:42.000Z Downloaded colored v2.2.0
12742026-02-25T20:15:42.000Z Downloaded cmake v0.1.51
12752026-02-25T20:15:42.000Z Downloaded clang-sys v1.8.1
12762026-02-25T20:15:42.000Z Downloaded ciborium v0.2.2
12772026-02-25T20:15:42.000Z Downloaded chacha20poly1305 v0.10.1
12782026-02-25T20:15:42.000Z Downloaded cassowary v0.3.0
12792026-02-25T20:15:42.000Z Downloaded cargo_metadata v0.19.2
12802026-02-25T20:15:42.001Z Downloaded cancel-safe-futures v0.1.5
12812026-02-25T20:15:42.026Z Downloaded arc-swap v1.7.1
12822026-02-25T20:15:42.026Z Downloaded headers-core v0.3.0
12832026-02-25T20:15:42.026Z Downloaded hash32 v0.3.1
12842026-02-25T20:15:42.026Z Downloaded hash32 v0.2.1
12852026-02-25T20:15:42.026Z Downloaded globwalk v0.9.1
12862026-02-25T20:15:42.026Z Downloaded ghash v0.5.1
12872026-02-25T20:15:42.026Z Downloaded futures-task v0.3.31
12882026-02-25T20:15:42.026Z Downloaded filetime v0.2.26
12892026-02-25T20:15:42.026Z Downloaded endian-type v0.1.2
12902026-02-25T20:15:42.026Z Downloaded derive_builder_macro v0.20.2
12912026-02-25T20:15:42.026Z Downloaded defmt-parser v0.3.4
12922026-02-25T20:15:42.026Z Downloaded defmt-macros v0.3.9
12932026-02-25T20:15:42.026Z Downloaded debug-ignore v1.0.5
12942026-02-25T20:15:42.026Z Downloaded ctr v0.9.2
12952026-02-25T20:15:42.053Z Downloaded csv-core v0.1.11
12962026-02-25T20:15:42.053Z Downloaded critical-section v1.1.3
12972026-02-25T20:15:42.053Z Downloaded corncobs v0.1.4
12982026-02-25T20:15:42.053Z Downloaded cipher v0.4.4
12992026-02-25T20:15:42.053Z Downloaded chacha20 v0.9.1
13002026-02-25T20:15:42.053Z Downloaded camino-tempfile-ext v0.3.2
13012026-02-25T20:15:42.053Z Downloaded buf-list v1.0.3
13022026-02-25T20:15:42.053Z Downloaded base64 v0.13.1
13032026-02-25T20:15:42.053Z Downloaded backoff v0.4.0
13042026-02-25T20:15:42.053Z Downloaded async-trait v0.1.89
13052026-02-25T20:15:42.053Z Downloaded arrayvec v0.7.6
13062026-02-25T20:15:42.079Z Downloaded dropshot-api-manager-types v0.3.0
13072026-02-25T20:15:42.079Z Downloaded document-features v0.2.11
13082026-02-25T20:15:42.079Z Downloaded difflib v0.4.0
13092026-02-25T20:15:42.079Z Downloaded diesel_table_macro_syntax v0.2.0
13102026-02-25T20:15:42.079Z Downloaded darling_macro v0.21.0
13112026-02-25T20:15:42.079Z Downloaded cstr-argument v0.1.2
13122026-02-25T20:15:42.079Z Downloaded crunchy v0.2.2
13132026-02-25T20:15:42.079Z Downloaded crucible-workspace-hack v0.1.0
13142026-02-25T20:15:42.079Z Downloaded crc v3.2.1
13152026-02-25T20:15:42.079Z Downloaded convert_case v0.4.0
13162026-02-25T20:15:42.079Z Downloaded constant_time_eq v0.3.1
13172026-02-25T20:15:42.079Z Downloaded cobs v0.2.3
13182026-02-25T20:15:42.079Z Downloaded cexpr v0.6.0
13192026-02-25T20:15:42.079Z Downloaded cbc v0.1.2
13202026-02-25T20:15:42.079Z Downloaded castaway v0.2.3
13212026-02-25T20:15:42.079Z Downloaded blake2 v0.10.6
13222026-02-25T20:15:42.079Z Downloaded bit-vec v0.8.0
13232026-02-25T20:15:42.104Z Downloaded atty v0.2.14
13242026-02-25T20:15:42.104Z Downloaded ar_archive_writer v0.5.1
13252026-02-25T20:15:42.104Z Downloaded ahash v0.8.12
13262026-02-25T20:15:42.104Z Downloaded crc-catalog v2.4.0
13272026-02-25T20:15:42.104Z Downloaded ciborium-ll v0.2.2
13282026-02-25T20:15:42.104Z Downloaded ciborium-io v0.2.2
13292026-02-25T20:15:42.105Z Downloaded cfg_aliases v0.2.1
13302026-02-25T20:15:42.105Z Downloaded cfg_aliases v0.1.1
13312026-02-25T20:15:42.105Z Downloaded cargo-platform v0.1.8
13322026-02-25T20:15:42.105Z Downloaded bitflags v1.3.2
13332026-02-25T20:15:42.105Z Downloaded bcrypt-pbkdf v0.10.0
13342026-02-25T20:15:42.105Z Downloaded bb8 v0.8.5
13352026-02-25T20:15:42.105Z Downloaded base64 v0.22.1
13362026-02-25T20:15:42.130Z Downloaded base64 v0.21.7
13372026-02-25T20:15:42.130Z Downloaded bzip2 v0.4.4
13382026-02-25T20:15:42.130Z Downloaded bytes v1.11.1
13392026-02-25T20:15:42.130Z Downloaded array-init v0.0.4
13402026-02-25T20:15:42.130Z Downloaded bitfield v0.19.2
13412026-02-25T20:15:42.130Z Downloaded bit-vec v0.6.3
13422026-02-25T20:15:42.130Z Downloaded bit-set v0.8.0
13432026-02-25T20:15:42.130Z Downloaded bit-set v0.5.3
13442026-02-25T20:15:42.130Z Downloaded bcs v0.1.6
13452026-02-25T20:15:42.130Z Downloaded base16ct v0.2.0
13462026-02-25T20:15:42.130Z Downloaded atomic-waker v1.1.2
13472026-02-25T20:15:42.155Z Downloaded async-stream-impl v0.3.6
13482026-02-25T20:15:42.155Z Downloaded async-recursion v1.1.1
13492026-02-25T20:15:42.155Z Downloaded ascii-canvas v3.0.0
13502026-02-25T20:15:42.156Z Downloaded arrayref v0.3.9
13512026-02-25T20:15:42.156Z Downloaded argon2 v0.5.3
13522026-02-25T20:15:42.156Z Downloaded allocator-api2 v0.2.21
13532026-02-25T20:15:42.156Z Downloaded aead v0.5.2
13542026-02-25T20:15:42.156Z Downloaded addr2line v0.24.2
13552026-02-25T20:15:42.156Z Downloaded blowfish v0.9.1
13562026-02-25T20:15:42.156Z Downloaded block-padding v0.3.3
13572026-02-25T20:15:42.156Z Downloaded bitfield-struct v0.6.2
13582026-02-25T20:15:42.156Z Downloaded base64ct v1.6.0
13592026-02-25T20:15:42.181Z Downloaded atomicwrites v0.4.4
13602026-02-25T20:15:42.181Z Downloaded async-stream v0.3.6
13612026-02-25T20:15:42.181Z Downloaded async-bb8-diesel v0.2.1
13622026-02-25T20:15:42.181Z Downloaded assert_matches v1.5.0
13632026-02-25T20:15:42.181Z Downloaded adler2 v2.0.0
13642026-02-25T20:15:42.448Z Compiling value-bag v1.12.0
13652026-02-25T20:15:42.448Z Compiling lock_api v0.4.12
13662026-02-25T20:15:42.473Z Compiling scopeguard v1.2.0
13672026-02-25T20:15:42.497Z Compiling shlex v1.3.0
13682026-02-25T20:15:42.522Z Compiling find-msvc-tools v0.1.9
13692026-02-25T20:15:42.555Z Compiling syn v2.0.114
13702026-02-25T20:15:42.582Z Compiling getrandom v0.2.15
13712026-02-25T20:15:42.582Z Compiling jobserver v0.1.32
13722026-02-25T20:15:42.719Z Compiling typenum v1.17.0
13732026-02-25T20:15:42.956Z Compiling smallvec v1.15.1
13742026-02-25T20:15:43.008Z Compiling log v0.4.29
13752026-02-25T20:15:43.124Z Compiling cc v1.2.56
13762026-02-25T20:15:43.205Z Compiling rand_core v0.6.4
13772026-02-25T20:15:43.417Z Compiling generic-array v0.14.7
13782026-02-25T20:15:43.514Z Compiling subtle v2.6.1
13792026-02-25T20:15:43.599Z Compiling portable-atomic v1.11.0
13802026-02-25T20:15:43.769Z Compiling const-oid v0.9.6
13812026-02-25T20:15:43.802Z Compiling critical-section v1.1.3
13822026-02-25T20:15:43.867Z Compiling serde_json v1.0.149
13832026-02-25T20:15:43.917Z Compiling getrandom v0.3.4
13842026-02-25T20:15:43.999Z Compiling pkg-config v0.3.31
13852026-02-25T20:15:44.297Z Compiling spin v0.9.8
13862026-02-25T20:15:44.724Z Compiling parking_lot_core v0.9.10
13872026-02-25T20:15:45.113Z Compiling pin-project-lite v0.2.14
13882026-02-25T20:15:45.161Z Compiling regex-syntax v0.8.5
13892026-02-25T20:15:45.412Z Compiling libm v0.2.8
13902026-02-25T20:15:46.014Z Compiling once_cell v1.21.3
13912026-02-25T20:15:46.059Z Compiling rustix v0.38.37
13922026-02-25T20:15:46.161Z Compiling signal-hook-registry v1.4.2
13932026-02-25T20:15:46.481Z Compiling num-traits v0.2.19
13942026-02-25T20:15:46.727Z Compiling allocator-api2 v0.2.21
13952026-02-25T20:15:46.926Z Compiling parking_lot v0.12.3
13962026-02-25T20:15:47.112Z Compiling mio v1.0.2
13972026-02-25T20:15:47.270Z Compiling futures-core v0.3.31
13982026-02-25T20:15:47.520Z Compiling lazy_static v1.5.0
13992026-02-25T20:15:47.576Z Compiling aho-corasick v1.1.3
14002026-02-25T20:15:47.700Z Compiling percent-encoding v2.3.2
14012026-02-25T20:15:47.774Z Compiling socket2 v0.6.1
14022026-02-25T20:15:48.318Z Compiling slab v0.4.9
14032026-02-25T20:15:48.343Z Compiling cpufeatures v0.2.14
14042026-02-25T20:15:48.472Z Compiling glob v0.3.2
14052026-02-25T20:15:48.497Z Compiling futures-sink v0.3.31
14062026-02-25T20:15:48.703Z Compiling either v1.15.0
14072026-02-25T20:15:48.788Z Compiling futures-channel v0.3.31
14082026-02-25T20:15:49.168Z Compiling hashbrown v0.16.1
14092026-02-25T20:15:49.245Z Compiling pin-utils v0.1.0
14102026-02-25T20:15:49.271Z Compiling rustversion v1.0.22
14112026-02-25T20:15:49.378Z Compiling futures-io v0.3.31
14122026-02-25T20:15:49.423Z Compiling clang-sys v1.8.1
14132026-02-25T20:15:49.708Z Compiling regex-automata v0.4.11
14142026-02-25T20:15:50.012Z Compiling futures-task v0.3.31
14152026-02-25T20:15:50.071Z Compiling prettyplease v0.2.36
14162026-02-25T20:15:50.231Z Compiling minimal-lexical v0.2.1
14172026-02-25T20:15:50.365Z Compiling indexmap v2.13.0
14182026-02-25T20:15:50.480Z Compiling libloading v0.8.5
14192026-02-25T20:15:50.784Z Compiling nom v7.1.3
14202026-02-25T20:15:50.920Z Compiling synstructure v0.13.1
14212026-02-25T20:15:51.554Z Compiling bindgen v0.69.5
14222026-02-25T20:15:51.741Z Compiling ident_case v1.0.1
14232026-02-25T20:15:51.963Z Compiling base64ct v1.6.0
14242026-02-25T20:15:52.047Z Compiling home v0.5.9
14252026-02-25T20:15:52.513Z Compiling pem-rfc7468 v0.7.0
14262026-02-25T20:15:52.590Z Compiling itertools v0.12.1
14272026-02-25T20:15:52.656Z Compiling form_urlencoded v1.2.2
14282026-02-25T20:15:53.007Z Compiling lazycell v1.3.0
14292026-02-25T20:15:53.215Z Compiling flagset v0.4.6
14302026-02-25T20:15:53.250Z Compiling rustc-hash v1.1.0
14312026-02-25T20:15:53.456Z Compiling rand_core v0.9.3
14322026-02-25T20:15:53.481Z Compiling cmake v0.1.51
14332026-02-25T20:15:54.131Z Compiling fs_extra v1.3.0
14342026-02-25T20:15:54.323Z Compiling cexpr v0.6.0
14352026-02-25T20:15:54.595Z Compiling iana-time-zone v0.1.63
14362026-02-25T20:15:54.683Z Compiling foldhash v0.1.5
14372026-02-25T20:15:54.992Z Compiling paste v1.0.15
14382026-02-25T20:15:55.029Z Compiling dunce v1.0.5
14392026-02-25T20:15:55.160Z Compiling hashbrown v0.15.4
14402026-02-25T20:15:55.202Z Compiling rustc_version v0.4.1
14412026-02-25T20:15:55.568Z Compiling regex v1.11.3
14422026-02-25T20:15:55.611Z Compiling uuid v1.19.0
14432026-02-25T20:15:55.889Z Compiling serde_derive v1.0.228
14442026-02-25T20:15:55.914Z Compiling zeroize_derive v1.4.2
14452026-02-25T20:15:55.964Z Compiling zerofrom-derive v0.1.4
14462026-02-25T20:15:56.533Z Compiling yoke-derive v0.7.4
14472026-02-25T20:15:56.614Z Compiling zerovec-derive v0.10.3
14482026-02-25T20:15:57.243Z Compiling displaydoc v0.2.5
14492026-02-25T20:15:57.422Z Compiling zeroize v1.8.1
14502026-02-25T20:15:58.841Z Compiling zerocopy-derive v0.7.35
14512026-02-25T20:15:58.986Z Compiling icu_provider_macros v1.5.0
14522026-02-25T20:15:59.239Z Compiling crypto-common v0.1.6
14532026-02-25T20:15:59.272Z Compiling block-buffer v0.10.4
14542026-02-25T20:15:59.410Z Compiling zerofrom v0.1.4
14552026-02-25T20:15:59.509Z Compiling tokio-macros v2.6.0
14562026-02-25T20:15:59.587Z Compiling digest v0.10.7
14572026-02-25T20:15:59.680Z Compiling yoke v0.7.4
14582026-02-25T20:16:00.008Z Compiling zerovec v0.10.4
14592026-02-25T20:16:00.048Z Compiling hmac v0.12.1
14602026-02-25T20:16:00.115Z Compiling thiserror-impl v2.0.18
14612026-02-25T20:16:00.310Z Compiling block-padding v0.3.3
14622026-02-25T20:16:00.580Z Compiling futures-macro v0.3.31
14632026-02-25T20:16:00.683Z Compiling zerocopy v0.7.35
14642026-02-25T20:16:00.780Z Compiling inout v0.1.3
14652026-02-25T20:16:01.131Z Compiling cipher v0.4.4
14662026-02-25T20:16:01.235Z Compiling sha2 v0.10.9
14672026-02-25T20:16:01.674Z Compiling der_derive v0.7.3
14682026-02-25T20:16:02.245Z Compiling tinystr v0.7.6
14692026-02-25T20:16:02.353Z Compiling icu_collections v1.5.0
14702026-02-25T20:16:02.662Z Compiling icu_locid v1.5.0
14712026-02-25T20:16:02.688Z Compiling futures-util v0.3.31
14722026-02-25T20:16:02.791Z Compiling ppv-lite86 v0.2.20
14732026-02-25T20:16:03.102Z Compiling serde v1.0.228
14742026-02-25T20:16:03.255Z Compiling thiserror v2.0.18
14752026-02-25T20:16:03.429Z Compiling pest v2.8.2
14762026-02-25T20:16:03.576Z Compiling salsa20 v0.10.2
14772026-02-25T20:16:03.660Z Compiling pbkdf2 v0.12.2
14782026-02-25T20:16:03.826Z Compiling icu_provider v1.5.0
14792026-02-25T20:16:03.859Z Compiling vcpkg v0.2.15
14802026-02-25T20:16:03.892Z Compiling der v0.7.10
14812026-02-25T20:16:04.340Z Compiling bitflags v2.9.4
14822026-02-25T20:16:04.677Z Compiling bytes v1.11.1
14832026-02-25T20:16:04.830Z Compiling icu_locid_transform v1.5.0
14842026-02-25T20:16:04.854Z Compiling chrono v0.4.43
14852026-02-25T20:16:05.559Z Compiling zerocopy v0.8.27
14862026-02-25T20:16:06.188Z Compiling tokio v1.49.0
14872026-02-25T20:16:06.475Z Compiling icu_properties v1.5.1
14882026-02-25T20:16:06.954Z Compiling spki v0.7.3
14892026-02-25T20:16:07.058Z Compiling pest_meta v2.8.2
14902026-02-25T20:16:07.298Z Compiling http v1.4.0
14912026-02-25T20:16:07.369Z Compiling openssl-sys v0.9.109
14922026-02-25T20:16:08.265Z Compiling scrypt v0.11.0
14932026-02-25T20:16:08.326Z Compiling rand_chacha v0.9.0
14942026-02-25T20:16:08.380Z Compiling which v4.4.2
14952026-02-25T20:16:08.952Z Compiling cbc v0.1.2
14962026-02-25T20:16:09.264Z Compiling aes v0.8.4
14972026-02-25T20:16:09.381Z Compiling zerocopy-derive v0.8.27
14982026-02-25T20:16:09.927Z Compiling rand v0.9.2
14992026-02-25T20:16:10.471Z Compiling icu_normalizer v1.5.0
15002026-02-25T20:16:11.228Z Compiling pkcs5 v0.7.1
15012026-02-25T20:16:11.425Z Compiling pest_generator v2.8.2
15022026-02-25T20:16:11.841Z Compiling idna_adapter v1.2.0
15032026-02-25T20:16:12.112Z Compiling idna v1.0.3
15042026-02-25T20:16:12.137Z Compiling tracing-attributes v0.1.27
15052026-02-25T20:16:12.293Z Compiling serde_derive_internals v0.29.1
15062026-02-25T20:16:12.356Z Compiling ring v0.17.14
15072026-02-25T20:16:13.251Z Compiling url v2.5.4
15082026-02-25T20:16:13.409Z Compiling tracing-core v0.1.32
15092026-02-25T20:16:13.618Z Compiling schemars v0.8.22
15102026-02-25T20:16:13.965Z Compiling aws-lc-rs v1.12.4
15112026-02-25T20:16:14.400Z Compiling adler2 v2.0.0
15122026-02-25T20:16:14.515Z Compiling rustix v1.1.3
15132026-02-25T20:16:14.625Z Compiling miniz_oxide v0.8.5
15142026-02-25T20:16:14.650Z Compiling schemars_derive v0.8.22
15152026-02-25T20:16:15.066Z Compiling tracing v0.1.40
15162026-02-25T20:16:15.641Z Compiling tokio-util v0.7.15
15172026-02-25T20:16:15.814Z Compiling pest_derive v2.8.2
15182026-02-25T20:16:16.164Z Compiling pkcs8 v0.10.2
15192026-02-25T20:16:16.757Z Compiling http-body v1.0.1
15202026-02-25T20:16:16.782Z Compiling scroll_derive v0.13.1
15212026-02-25T20:16:16.956Z Compiling darling_core v0.20.10
15222026-02-25T20:16:17.092Z Compiling rustls-pki-types v1.10.0
15232026-02-25T20:16:18.003Z Compiling httparse v1.9.5
15242026-02-25T20:16:18.205Z Compiling tinyvec_macros v0.1.1
15252026-02-25T20:16:18.325Z Compiling base64 v0.22.1
15262026-02-25T20:16:18.361Z Compiling dyn-clone v1.0.20
15272026-02-25T20:16:18.868Z Compiling scroll v0.13.0
15282026-02-25T20:16:18.907Z Compiling tinyvec v1.8.0
15292026-02-25T20:16:19.470Z Compiling zstd-sys v2.0.14+zstd.1.5.7
15302026-02-25T20:16:20.274Z Compiling bzip2-sys v0.1.13+1.0.8
15312026-02-25T20:16:20.430Z Compiling num-conv v0.1.0
15322026-02-25T20:16:20.823Z Compiling untrusted v0.7.1
15332026-02-25T20:16:20.853Z Compiling powerfmt v0.2.0
15342026-02-25T20:16:21.092Z Compiling openssl-probe v0.1.5
15352026-02-25T20:16:21.121Z Compiling untrusted v0.9.0
15362026-02-25T20:16:21.245Z Compiling tower-layer v0.3.3
15372026-02-25T20:16:21.304Z Compiling openssl v0.10.73
15382026-02-25T20:16:21.387Z Compiling tower-service v0.3.3
15392026-02-25T20:16:21.454Z Compiling time-core v0.1.6
15402026-02-25T20:16:21.574Z Compiling try-lock v0.2.5
15412026-02-25T20:16:21.612Z Compiling atomic-waker v1.1.2
15422026-02-25T20:16:21.780Z Compiling foreign-types-shared v0.1.1
15432026-02-25T20:16:21.806Z Compiling tempfile v3.24.0
15442026-02-25T20:16:21.831Z Compiling time-macros v0.2.24
15452026-02-25T20:16:21.918Z Compiling foreign-types v0.3.2
15462026-02-25T20:16:21.942Z Compiling h2 v0.4.6
15472026-02-25T20:16:22.048Z Compiling want v0.3.1
15482026-02-25T20:16:22.362Z Compiling deranged v0.5.3
15492026-02-25T20:16:23.325Z Compiling darling_macro v0.20.10
15502026-02-25T20:16:24.029Z Compiling goblin v0.10.2
15512026-02-25T20:16:24.225Z Compiling darling v0.20.10
15522026-02-25T20:16:25.013Z Compiling ipnet v2.11.0
15532026-02-25T20:16:25.150Z Compiling openssl-macros v0.1.1
15542026-02-25T20:16:25.939Z Compiling wait-timeout v0.2.0
15552026-02-25T20:16:26.227Z Compiling rustls v0.23.19
15562026-02-25T20:16:26.252Z Compiling usdt-impl v0.6.0
15572026-02-25T20:16:26.535Z Compiling quick-error v1.2.3
15582026-02-25T20:16:26.574Z Compiling bit-vec v0.8.0
15592026-02-25T20:16:26.659Z Compiling num_threads v0.1.7
15602026-02-25T20:16:26.758Z Compiling httpdate v1.0.3
15612026-02-25T20:16:26.843Z Compiling gimli v0.31.1
15622026-02-25T20:16:26.917Z Compiling crossbeam-utils v0.8.21
15632026-02-25T20:16:27.097Z Compiling native-tls v0.2.12
15642026-02-25T20:16:27.255Z Compiling syn v1.0.109
15652026-02-25T20:16:27.554Z Compiling bit-set v0.8.0
15662026-02-25T20:16:27.579Z Compiling time v0.3.43
15672026-02-25T20:16:27.892Z Compiling rusty-fork v0.3.0
15682026-02-25T20:16:28.541Z Compiling derive_builder_core v0.20.2
15692026-02-25T20:16:30.653Z Compiling hyper v1.8.1
15702026-02-25T20:16:31.495Z Compiling addr2line v0.24.2
15712026-02-25T20:16:31.835Z Compiling unicode-normalization v0.1.24
15722026-02-25T20:16:32.248Z Compiling dof v0.4.0
15732026-02-25T20:16:32.585Z Compiling dtrace-parser v0.3.0
15742026-02-25T20:16:32.997Z Compiling signature v2.2.0
15752026-02-25T20:16:33.343Z Compiling heapless v0.7.17
15762026-02-25T20:16:33.794Z Compiling thiserror-impl v1.0.69
15772026-02-25T20:16:34.504Z Compiling scroll_derive v0.12.0
15782026-02-25T20:16:34.664Z Compiling rand_xorshift v0.4.0
15792026-02-25T20:16:34.852Z Compiling darling_core v0.21.0
15802026-02-25T20:16:35.025Z Compiling slog v2.8.2
15812026-02-25T20:16:35.374Z Compiling thread-id v5.0.0
15822026-02-25T20:16:35.525Z Compiling cookie v0.18.1
15832026-02-25T20:16:35.765Z Compiling crc32fast v1.4.2
15842026-02-25T20:16:35.937Z Compiling object v0.36.5
15852026-02-25T20:16:35.968Z Compiling rustc-demangle v0.1.24
15862026-02-25T20:16:36.175Z Compiling signal-hook v0.3.18
15872026-02-25T20:16:36.200Z Compiling unarray v0.1.4
15882026-02-25T20:16:36.421Z Compiling unicode-properties v0.1.3
15892026-02-25T20:16:36.483Z Compiling siphasher v0.3.11
15902026-02-25T20:16:36.644Z Compiling anyhow v1.0.99
15912026-02-25T20:16:36.922Z Compiling zstd-safe v7.2.3
15922026-02-25T20:16:36.951Z Compiling unicode-bidi v0.3.17
15932026-02-25T20:16:36.982Z Compiling zlib-rs v0.5.1
15942026-02-25T20:16:37.022Z Compiling thiserror v1.0.69
15952026-02-25T20:16:37.249Z Compiling phf_shared v0.11.2
15962026-02-25T20:16:37.746Z Compiling proptest v1.7.0
15972026-02-25T20:16:37.826Z Compiling stringprep v0.1.5
15982026-02-25T20:16:37.851Z Compiling scroll v0.12.0
15992026-02-25T20:16:38.901Z Compiling hyper-util v0.1.19
16002026-02-25T20:16:39.216Z Compiling derive_builder_macro v0.20.2
16012026-02-25T20:16:41.299Z Compiling ipnetwork v0.21.1
16022026-02-25T20:16:41.407Z Compiling darling_macro v0.21.0
16032026-02-25T20:16:42.118Z Compiling serde_spanned v0.6.9
16042026-02-25T20:16:42.401Z Compiling erased-serde v0.3.31
16052026-02-25T20:16:42.446Z Compiling toml_datetime v0.6.11
16062026-02-25T20:16:42.961Z Compiling serde_tokenstream v0.2.2
16072026-02-25T20:16:43.578Z Compiling backtrace v0.3.74
16082026-02-25T20:16:43.673Z Compiling rand_chacha v0.3.1
16092026-02-25T20:16:43.717Z Compiling md-5 v0.10.6
16102026-02-25T20:16:43.777Z Compiling curve25519-dalek v4.1.3
16112026-02-25T20:16:44.062Z Compiling vergen-lib v0.1.6
16122026-02-25T20:16:44.378Z Compiling libz-rs-sys v0.5.1
16132026-02-25T20:16:44.527Z Compiling num-integer v0.1.46
16142026-02-25T20:16:44.684Z Compiling sync_wrapper v1.0.1
16152026-02-25T20:16:44.873Z Compiling ff v0.13.0
16162026-02-25T20:16:45.145Z Compiling hash32 v0.2.1
16172026-02-25T20:16:45.229Z Compiling memoffset v0.9.1
16182026-02-25T20:16:45.258Z Compiling num-bigint-dig v0.8.6
16192026-02-25T20:16:45.566Z Compiling litrs v0.4.1
16202026-02-25T20:16:45.600Z Compiling ref-cast v1.0.25
16212026-02-25T20:16:45.633Z Compiling smoltcp v0.9.1
16222026-02-25T20:16:45.717Z Compiling psl-types v2.0.11
16232026-02-25T20:16:45.980Z Compiling fallible-iterator v0.2.0
16242026-02-25T20:16:46.305Z Compiling cfg_aliases v0.2.1
16252026-02-25T20:16:46.367Z Compiling base16ct v0.2.0
16262026-02-25T20:16:46.455Z Compiling nix v0.29.0
16272026-02-25T20:16:46.680Z Compiling sec1 v0.7.3
16282026-02-25T20:16:46.786Z Compiling postgres-protocol v0.6.8
16292026-02-25T20:16:46.830Z Compiling document-features v0.2.11
16302026-02-25T20:16:46.960Z Compiling publicsuffix v2.3.0
16312026-02-25T20:16:47.381Z Compiling group v0.13.0
16322026-02-25T20:16:47.538Z Compiling num-iter v0.1.45
16332026-02-25T20:16:47.745Z Compiling tower v0.5.2
16342026-02-25T20:16:47.796Z Compiling flate2 v1.1.2
16352026-02-25T20:16:48.330Z Compiling rand v0.8.5
16362026-02-25T20:16:48.601Z Compiling newtype-uuid v1.3.2
16372026-02-25T20:16:48.895Z Compiling darling v0.21.0
16382026-02-25T20:16:48.987Z Compiling oxnet v0.1.4
16392026-02-25T20:16:49.043Z Compiling derive_builder v0.20.2
16402026-02-25T20:16:49.265Z Compiling tokio-native-tls v0.3.1
16412026-02-25T20:16:49.354Z Compiling goblin v0.8.2
16422026-02-25T20:16:50.281Z Compiling rustls-native-certs v0.8.1
16432026-02-25T20:16:50.564Z Compiling webpki-roots v1.0.1
16442026-02-25T20:16:50.598Z Compiling http-body-util v0.1.3
16452026-02-25T20:16:50.842Z Compiling strum_macros v0.27.2
16462026-02-25T20:16:50.914Z Compiling terminal_size v0.4.0
16472026-02-25T20:16:50.943Z Compiling cargo-platform v0.1.8
16482026-02-25T20:16:51.202Z Compiling hkdf v0.12.4
16492026-02-25T20:16:51.227Z Compiling crypto-bigint v0.5.5
16502026-02-25T20:16:51.561Z Compiling daft-derive v0.1.4
16512026-02-25T20:16:51.592Z Compiling async-trait v0.1.89
16522026-02-25T20:16:52.029Z Compiling hubpack_derive v0.1.1
16532026-02-25T20:16:52.917Z Compiling ref-cast-impl v1.0.25
16542026-02-25T20:16:53.161Z Compiling curve25519-dalek-derive v0.1.1
16552026-02-25T20:16:54.150Z Compiling vergen v9.0.6
16562026-02-25T20:16:54.175Z Compiling ahash v0.8.12
16572026-02-25T20:16:54.570Z Compiling fs-err v3.1.1
16582026-02-25T20:16:54.668Z Compiling bitflags v1.3.2
16592026-02-25T20:16:54.744Z Compiling iri-string v0.7.8
16602026-02-25T20:16:54.826Z Compiling winnow v0.5.40
16612026-02-25T20:16:55.008Z Compiling lockfree-object-pool v0.1.6
16622026-02-25T20:16:55.354Z Compiling simd-adler32 v0.3.7
16632026-02-25T20:16:56.137Z Compiling bumpalo v3.16.0
16642026-02-25T20:16:56.196Z Compiling managed v0.8.0
16652026-02-25T20:16:56.746Z Compiling unicode-segmentation v1.12.0
16662026-02-25T20:16:56.772Z Compiling buf-list v1.0.3
16672026-02-25T20:16:57.430Z Compiling ryu v1.0.18
16682026-02-25T20:16:57.725Z Compiling serde_urlencoded v0.7.1
16692026-02-25T20:16:57.826Z Compiling zopfli v0.8.1
16702026-02-25T20:16:58.269Z Compiling tower-http v0.6.6
16712026-02-25T20:16:58.702Z Compiling toml_edit v0.19.15
16722026-02-25T20:16:58.930Z Compiling strum v0.27.2
16732026-02-25T20:16:59.097Z Compiling clap_builder v4.5.48
16742026-02-25T20:16:59.174Z Compiling dof v0.3.0
16752026-02-25T20:16:59.528Z Compiling elliptic-curve v0.13.8
16762026-02-25T20:17:00.086Z Compiling daft v0.1.4
16772026-02-25T20:17:00.446Z Compiling hubpack v0.1.2
16782026-02-25T20:17:00.666Z Compiling cargo_metadata v0.19.2
16792026-02-25T20:17:00.909Z Compiling hyper-tls v0.6.0
16802026-02-25T20:17:00.968Z Compiling cookie_store v0.21.1
16812026-02-25T20:17:01.383Z Compiling zstd v0.13.3
16822026-02-25T20:17:01.913Z Compiling signal-hook-mio v0.2.4
16832026-02-25T20:17:03.652Z Compiling serde_with_macros v3.16.1
16842026-02-25T20:17:04.222Z Compiling postgres-types v0.2.9
16852026-02-25T20:17:05.876Z Compiling usdt-attr-macro v0.6.0
16862026-02-25T20:17:05.910Z Compiling usdt-macro v0.6.0
16872026-02-25T20:17:06.418Z Compiling phf v0.11.2
16882026-02-25T20:17:06.655Z Compiling dtrace-parser v0.2.0
16892026-02-25T20:17:06.754Z Compiling ed25519 v2.2.3
16902026-02-25T20:17:07.497Z Compiling bzip2 v0.5.2
16912026-02-25T20:17:07.537Z Compiling bzip2 v0.4.4
16922026-02-25T20:17:07.625Z Compiling pkcs1 v0.7.5
16932026-02-25T20:17:07.906Z Compiling clap_derive v4.5.47
16942026-02-25T20:17:07.943Z Compiling enum-as-inner v0.6.1
16952026-02-25T20:17:07.967Z Compiling strum_macros v0.26.4
16962026-02-25T20:17:08.638Z Compiling serde-big-array v0.5.1
16972026-02-25T20:17:08.693Z Compiling hex v0.4.3
16982026-02-25T20:17:08.863Z Compiling rfc6979 v0.4.0
16992026-02-25T20:17:08.915Z Compiling serde_repr v0.1.19
17002026-02-25T20:17:08.958Z Compiling bstr v1.10.0
17012026-02-25T20:17:09.082Z Compiling float-cmp v0.10.0
17022026-02-25T20:17:09.342Z Compiling env_filter v0.1.2
17032026-02-25T20:17:09.407Z Compiling socket2 v0.5.10
17042026-02-25T20:17:09.963Z Compiling memmap2 v0.9.8
17052026-02-25T20:17:09.988Z Compiling encoding_rs v0.8.34
17062026-02-25T20:17:10.355Z Compiling keccak v0.1.5
17072026-02-25T20:17:10.404Z Compiling rustc-hash v2.1.1
17082026-02-25T20:17:10.486Z Compiling whoami v1.5.2
17092026-02-25T20:17:10.617Z Compiling fixedbitset v0.4.2
17102026-02-25T20:17:11.200Z Compiling new_debug_unreachable v1.0.6
17112026-02-25T20:17:11.258Z Compiling precomputed-hash v0.1.1
17122026-02-25T20:17:11.325Z Compiling fixedbitset v0.5.7
17132026-02-25T20:17:11.413Z Compiling predicates-core v1.0.8
17142026-02-25T20:17:11.766Z Compiling static_assertions v1.1.0
17152026-02-25T20:17:11.922Z Compiling difflib v0.4.0
17162026-02-25T20:17:12.115Z Compiling jiff v0.2.15
17172026-02-25T20:17:12.381Z Compiling data-encoding v2.9.0
17182026-02-25T20:17:12.456Z Compiling mime v0.3.17
17192026-02-25T20:17:12.566Z Compiling normalize-line-endings v0.3.0
17202026-02-25T20:17:12.735Z Compiling foldhash v0.2.0
17212026-02-25T20:17:13.019Z Compiling predicates v3.1.3
17222026-02-25T20:17:13.151Z Compiling hickory-proto v0.25.2
17232026-02-25T20:17:13.302Z Compiling iddqd v0.3.16
17242026-02-25T20:17:13.753Z Compiling strum v0.26.3
17252026-02-25T20:17:13.975Z Compiling clap v4.5.48
17262026-02-25T20:17:14.119Z Compiling toml_edit v0.22.27
17272026-02-25T20:17:14.148Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17282026-02-25T20:17:14.476Z Compiling petgraph v0.8.2
17292026-02-25T20:17:15.980Z Compiling string_cache v0.8.9
17302026-02-25T20:17:16.140Z Compiling petgraph v0.6.5
17312026-02-25T20:17:16.432Z Compiling tokio-postgres v0.7.13
17322026-02-25T20:17:19.125Z Compiling sha3 v0.10.8
17332026-02-25T20:17:19.870Z Compiling zip v4.2.0
17342026-02-25T20:17:20.132Z Compiling usdt v0.6.0
17352026-02-25T20:17:20.620Z Compiling similar v2.7.0
17362026-02-25T20:17:21.149Z Compiling usdt-impl v0.5.0
17372026-02-25T20:17:21.411Z Compiling env_logger v0.11.8
17382026-02-25T20:17:21.664Z Compiling serde_with v3.16.1
17392026-02-25T20:17:22.130Z Compiling ecdsa v0.16.9
17402026-02-25T20:17:22.156Z Compiling rsa v0.9.8
17412026-02-25T20:17:22.476Z Compiling zip v0.6.6
17422026-02-25T20:17:22.749Z Compiling ed25519-dalek v2.1.1
17432026-02-25T20:17:24.090Z Compiling toml v0.7.8
17442026-02-25T20:17:24.157Z Compiling crossterm v0.28.1
17452026-02-25T20:17:24.980Z Compiling heck v0.4.1
17462026-02-25T20:17:25.413Z Compiling crossbeam-epoch v0.9.18
17472026-02-25T20:17:25.438Z Compiling tokio-stream v0.1.17
17482026-02-25T20:17:25.511Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17492026-02-25T20:17:25.773Z Compiling x509-cert v0.2.5
17502026-02-25T20:17:25.842Z Compiling openapiv3 v2.2.0
17512026-02-25T20:17:26.025Z Compiling sha1 v0.10.6
17522026-02-25T20:17:26.231Z Compiling itertools v0.10.5
17532026-02-25T20:17:26.454Z Compiling itertools v0.13.0
17542026-02-25T20:17:26.527Z Compiling winnow v0.6.26
17552026-02-25T20:17:27.505Z Compiling lalrpop-util v0.19.12
17562026-02-25T20:17:27.867Z Compiling peg-runtime v0.8.5
17572026-02-25T20:17:28.413Z Compiling thread_local v1.1.8
17582026-02-25T20:17:28.743Z Compiling slog-async v2.8.0
17592026-02-25T20:17:28.932Z Compiling crossbeam-channel v0.5.15
17602026-02-25T20:17:29.316Z Compiling xattr v1.3.1
17612026-02-25T20:17:29.417Z Compiling futures-executor v0.3.31
17622026-02-25T20:17:29.442Z Compiling is-terminal v0.4.13
17632026-02-25T20:17:29.600Z Compiling filetime v0.2.26
17642026-02-25T20:17:29.633Z Compiling take_mut v0.2.2
17652026-02-25T20:17:29.664Z Compiling term v1.1.0
17662026-02-25T20:17:29.848Z Compiling tar v0.4.44
17672026-02-25T20:17:29.911Z Compiling futures v0.3.31
17682026-02-25T20:17:30.824Z Compiling slog-term v2.9.2
17692026-02-25T20:17:32.905Z Compiling aws-lc-sys v0.26.0
17702026-02-25T20:18:09.478Z Compiling rustls-webpki v0.102.8
17712026-02-25T20:18:16.005Z Compiling tokio-rustls v0.26.0
17722026-02-25T20:18:16.390Z Compiling hyper-rustls v0.27.7
17732026-02-25T20:18:16.811Z Compiling reqwest v0.12.24
17742026-02-25T20:18:22.112Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17752026-02-25T20:18:22.539Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17762026-02-25T20:18:29.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 52s
17772026-02-25T20:18:29.232Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17782026-02-25T20:18:29.311ZFeb 25 20:18:29.272 INFO Starting download, target: Clickhouse
17792026-02-25T20:18:29.311ZFeb 25 20:18:29.273 INFO Starting download, target: Cockroach
17802026-02-25T20:18:29.311ZFeb 25 20:18:29.273 INFO Starting download, target: Console
17812026-02-25T20:18:29.311ZFeb 25 20:18:29.273 INFO Starting download, target: DendriteStub
17822026-02-25T20:18:29.336ZFeb 25 20:18:29.273 INFO Starting download, target: MaghemiteMgd
17832026-02-25T20:18:29.336ZFeb 25 20:18:29.273 INFO Starting download, target: TransceiverControl
17842026-02-25T20:18:29.336ZFeb 25 20:18:29.274 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17852026-02-25T20:18:29.336ZFeb 25 20:18:29.274 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17862026-02-25T20:18:29.336ZFeb 25 20:18:29.274 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17872026-02-25T20:18:29.336ZFeb 25 20:18:29.274 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17882026-02-25T20:18:29.336ZFeb 25 20:18:29.274 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17892026-02-25T20:18:29.336ZFeb 25 20:18:29.275 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17902026-02-25T20:18:29.674ZFeb 25 20:18:29.636 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17912026-02-25T20:18:29.948ZFeb 25 20:18:29.904 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17922026-02-25T20:18:30.110ZFeb 25 20:18:30.071 INFO Download complete, target: Console
17932026-02-25T20:18:30.418ZFeb 25 20:18:30.378 INFO Download complete, target: TransceiverControl
17942026-02-25T20:18:32.077ZFeb 25 20:18:32.037 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17952026-02-25T20:18:34.954ZFeb 25 20:18:34.916 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17962026-02-25T20:18:34.955ZFeb 25 20:18:34.916 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17972026-02-25T20:18:37.084ZFeb 25 20:18:37.048 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17982026-02-25T20:18:37.168ZFeb 25 20:18:37.132 INFO Download complete, target: DendriteStub
17992026-02-25T20:18:42.283ZFeb 25 20:18:42.248 INFO Download complete, target: MaghemiteMgd
18002026-02-25T20:18:45.778ZFeb 25 20:18:45.743 INFO Checking that binary works, target: Cockroach
18012026-02-25T20:18:46.007ZFeb 25 20:18:45.956 INFO Download complete, target: Cockroach
18022026-02-25T20:18:49.133ZFeb 25 20:18:49.098 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
18032026-02-25T20:19:02.196ZFeb 25 20:19:02.164 INFO Checking that binary works, target: Clickhouse
18042026-02-25T20:19:02.431ZFeb 25 20:19:02.399 INFO Download complete, target: Clickhouse
18052026-02-25T20:19:02.461ZAll builder prerequisites installed successfully, and PATH looks valid
18062026-02-25T20:19:02.486Z
18072026-02-25T20:19:02.486Zreal 7:17.366580769
18082026-02-25T20:19:02.486Zuser 20:01.804431841
18092026-02-25T20:19:02.486Zsys 3:05.849026239
18102026-02-25T20:19:02.486Ztrap 0.809588702
18112026-02-25T20:19:02.486Ztflt 0.517225745
18122026-02-25T20:19:02.486Zdflt 1.183285430
18132026-02-25T20:19:02.486Zkflt 0.010744415
18142026-02-25T20:19:02.487Zlock 52:33.869582038
18152026-02-25T20:19:02.487Zslp 1:14:40.826454724
18162026-02-25T20:19:02.487Zlat 1:26.615571642
18172026-02-25T20:19:02.487Zstop 3:24.539026704
18182026-02-25T20:19:02.487Z++ bmat factory name
18192026-02-25T20:19:02.487Z++ bmat factory private
18202026-02-25T20:19:02.512Z+ jq --null-input --arg bmat_factory_name gimlet-EVT22200007-propolis --arg bmat_factory_private EVT22200007/59372 '{
18212026-02-25T20:19:02.512Z buildomat: {
18222026-02-25T20:19:02.512Z factory: {
18232026-02-25T20:19:02.512Z name: $bmat_factory_name,
18242026-02-25T20:19:02.512Z private: $bmat_factory_private,
18252026-02-25T20:19:02.512Z },
18262026-02-25T20:19:02.512Z },
18272026-02-25T20:19:02.512Z }'
18282026-02-25T20:19:02.551Z+ banner ls-apis
18292026-02-25T20:19:02.576Z
18302026-02-25T20:19:02.576Z # #### ## ##### # ####
18312026-02-25T20:19:02.576Z # # # # # # # #
18322026-02-25T20:19:02.576Z # #### ##### # # # # # ####
18332026-02-25T20:19:02.576Z # # ###### ##### # #
18342026-02-25T20:19:02.576Z # # # # # # # # #
18352026-02-25T20:19:02.576Z ###### #### # # # # ####
18362026-02-25T20:19:02.576Z
18372026-02-25T20:19:02.576Z+ source ./tools/include/force-git-over-https.sh
18382026-02-25T20:19:02.576Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18392026-02-25T20:19:02.576Z++ (( i = 0 ))
18402026-02-25T20:19:02.576Z++ (( i < 5 ))
18412026-02-25T20:19:02.576Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18422026-02-25T20:19:02.576Z++ (( i++ ))
18432026-02-25T20:19:02.576Z++ (( i < 5 ))
18442026-02-25T20:19:02.576Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18452026-02-25T20:19:02.576Z++ (( i++ ))
18462026-02-25T20:19:02.576Z++ (( i < 5 ))
18472026-02-25T20:19:02.576Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18482026-02-25T20:19:02.576Z++ (( i++ ))
18492026-02-25T20:19:02.576Z++ (( i < 5 ))
18502026-02-25T20:19:02.577Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18512026-02-25T20:19:02.602Z++ (( i++ ))
18522026-02-25T20:19:02.602Z++ (( i < 5 ))
18532026-02-25T20:19:02.602Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18542026-02-25T20:19:02.602Z++ (( i++ ))
18552026-02-25T20:19:02.602Z++ (( i < 5 ))
18562026-02-25T20:19:02.602Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18572026-02-25T20:19:02.602Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18582026-02-25T20:19:02.602Z+ ptime -m cargo xtask ls-apis apis
18592026-02-25T20:19:04.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
18602026-02-25T20:19:04.070Z Running `target/debug/xtask ls-apis apis`
18612026-02-25T20:19:05.958Z Compiling semver v0.1.20
18622026-02-25T20:19:05.983Z Compiling erased-serde v0.4.6
18632026-02-25T20:19:06.008Z Compiling ordered-float v2.10.1
18642026-02-25T20:19:06.008Z Compiling structmeta-derive v0.3.0
18652026-02-25T20:19:06.008Z Compiling toml v0.8.23
18662026-02-25T20:19:06.082Z Compiling cargo-platform v0.2.0
18672026-02-25T20:19:06.082Z Compiling indent_write v2.2.0
18682026-02-25T20:19:06.387Z Compiling rustc_version v0.1.7
18692026-02-25T20:19:06.594Z Compiling serde-value v0.7.0
18702026-02-25T20:19:06.806Z Compiling newtype_derive v0.1.6
18712026-02-25T20:19:07.000Z Compiling serde-untagged v0.1.7
18722026-02-25T20:19:07.459Z Compiling cargo-util-schemas v0.8.2
18732026-02-25T20:19:07.852Z Compiling structmeta v0.3.0
18742026-02-25T20:19:08.250Z Compiling parse-display-derive v0.10.0
18752026-02-25T20:19:09.464Z Compiling cargo_metadata v0.21.0
18762026-02-25T20:19:10.557Z Compiling parse-display v0.10.0
18772026-02-25T20:19:11.579Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
18782026-02-25T20:19:18.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.77s
18792026-02-25T20:19:19.069Z Running `target/debug/ls-apis apis`
18802026-02-25T20:19:19.130Zloading metadata for workspace omicron from current workspace
18812026-02-25T20:19:24.446Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/61479b6/Cargo.toml
18822026-02-25T20:19:24.471Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/606c0be/Cargo.toml
18832026-02-25T20:19:24.471Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/8f5527d/Cargo.toml
18842026-02-25T20:19:24.471Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/36f20be/Cargo.toml
18852026-02-25T20:19:24.496Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/Cargo.toml
18862026-02-25T20:20:02.841Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/3799229/Cargo.toml
18872026-02-25T20:20:05.753Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
18882026-02-25T20:20:05.796Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
18892026-02-25T20:20:06.391ZBootstrap Agent (client: bootstrap-agent-client)
18902026-02-25T20:20:06.391Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18912026-02-25T20:20:06.391Z consumed by: wicketd (omicron/wicketd) via 1 path
18922026-02-25T20:20:06.392Z
18932026-02-25T20:20:06.392ZBootstrap Agent Lockstep API (client: bootstrap-agent-lockstep-client)
18942026-02-25T20:20:06.392Z consumed by: wicketd (omicron/wicketd) via 2 paths
18952026-02-25T20:20:06.392Z
18962026-02-25T20:20:06.392ZClickhouse Cluster Admin for Keepers (client: clickhouse-admin-keeper-client)
18972026-02-25T20:20:06.392Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
18982026-02-25T20:20:06.392Z
18992026-02-25T20:20:06.392ZClickhouse Cluster Admin for Servers (client: clickhouse-admin-server-client)
19002026-02-25T20:20:06.393Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
19012026-02-25T20:20:06.393Z
19022026-02-25T20:20:06.393ZClickhouse Single-Node Cluster Admin (client: clickhouse-admin-single-client)
19032026-02-25T20:20:06.393Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19042026-02-25T20:20:06.393Z
19052026-02-25T20:20:06.393ZCockroachDB Cluster Admin (client: cockroach-admin-client)
19062026-02-25T20:20:06.393Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
19072026-02-25T20:20:06.393Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19082026-02-25T20:20:06.394Z
19092026-02-25T20:20:06.394ZCrucible Agent (client: crucible-agent-client)
19102026-02-25T20:20:06.431Z consumed by: omicron-nexus (omicron/nexus) via 1 path
19112026-02-25T20:20:06.432Z
19122026-02-25T20:20:06.432ZCrucible Control (for testing only) (client: crucible-control-client)
19132026-02-25T20:20:06.432Z
19142026-02-25T20:20:06.432ZCrucible Pantry (client: crucible-pantry-client)
19152026-02-25T20:20:06.432Z consumed by: omicron-nexus (omicron/nexus) via 1 path
19162026-02-25T20:20:06.432Z
19172026-02-25T20:20:06.432ZMaghemite DDM Admin (client: ddm-admin-client)
19182026-02-25T20:20:06.432Z consumed by: installinator (omicron/installinator) via 1 path
19192026-02-25T20:20:06.432Z consumed by: mgd (maghemite/mgd) via 1 path
19202026-02-25T20:20:06.433Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19212026-02-25T20:20:06.433Z consumed by: wicketd (omicron/wicketd) via 1 path
19222026-02-25T20:20:06.433Z
19232026-02-25T20:20:06.433ZDNS Server (client: dns-service-client)
19242026-02-25T20:20:06.433Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19252026-02-25T20:20:06.433Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19262026-02-25T20:20:06.433Z
19272026-02-25T20:20:06.433ZDendrite DPD (client: dpd-client)
19282026-02-25T20:20:06.433Z consumed by: ddmd (maghemite/ddmd) via 2 paths
19292026-02-25T20:20:06.433Z consumed by: lldpd (lldp/lldpd) via 2 paths
19302026-02-25T20:20:06.433Z consumed by: mgd (maghemite/mgd) via 1 path
19312026-02-25T20:20:06.434Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19322026-02-25T20:20:06.434Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19332026-02-25T20:20:06.434Z consumed by: tfportd (dendrite/tfportd) via 2 paths
19342026-02-25T20:20:06.434Z consumed by: wicketd (omicron/wicketd) via 2 paths
19352026-02-25T20:20:06.434Z
19362026-02-25T20:20:06.434ZDownstairs Controller (debugging only) (client: dsc-client)
19372026-02-25T20:20:06.434Z
19382026-02-25T20:20:06.434ZManagement Gateway Service (client: gateway-client)
19392026-02-25T20:20:06.434Z consumed by: dpd (dendrite/dpd) via 1 path
19402026-02-25T20:20:06.434Z consumed by: mgd (maghemite/mgd) via 1 path
19412026-02-25T20:20:06.435Z consumed by: omicron-nexus (omicron/nexus) via 4 paths
19422026-02-25T20:20:06.435Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19432026-02-25T20:20:06.435Z consumed by: wicketd (omicron/wicketd) via 3 paths
19442026-02-25T20:20:06.435Z
19452026-02-25T20:20:06.435ZWicketd Installinator (client: installinator-client)
19462026-02-25T20:20:06.435Z consumed by: installinator (omicron/installinator) via 1 path
19472026-02-25T20:20:06.435Z
19482026-02-25T20:20:06.435ZLLDP daemon (client: lldpd-client)
19492026-02-25T20:20:06.435Z consumed by: omicron-nexus (omicron/nexus) via 1 path
19502026-02-25T20:20:06.435Z consumed by: tfportd (dendrite/tfportd) via 1 path
19512026-02-25T20:20:06.436Z
19522026-02-25T20:20:06.436ZMaghemite MG Admin (client: mg-admin-client)
19532026-02-25T20:20:06.464Z consumed by: omicron-nexus (omicron/nexus) via 1 path
19542026-02-25T20:20:06.464Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19552026-02-25T20:20:06.464Z
19562026-02-25T20:20:06.464ZNexus Internal API (client: nexus-client)
19572026-02-25T20:20:06.464Z consumed by: crucible-pantry (crucible/pantry) via 1 path
19582026-02-25T20:20:06.464Z consumed by: dpd (dendrite/dpd) via 1 path
19592026-02-25T20:20:06.464Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19602026-02-25T20:20:06.464Z consumed by: oximeter-collector (omicron/oximeter/collector) via 1 path
19612026-02-25T20:20:06.464Z consumed by: propolis-server (propolis/bin/propolis-server) via 3 paths
19622026-02-25T20:20:06.465Z
19632026-02-25T20:20:06.465ZNexus Internal Lockstep API (client: nexus-lockstep-client)
19642026-02-25T20:20:06.465Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19652026-02-25T20:20:06.465Z status: expected, reason: Only RSS uses this API and it is not part of upgrade
19662026-02-25T20:20:06.465Z
19672026-02-25T20:20:06.465ZNTP Admin (client: ntp-admin-client)
19682026-02-25T20:20:06.465Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19692026-02-25T20:20:06.465Z consumed by: omicron-sled-agent (omicron/sled-agent) via 2 paths
19702026-02-25T20:20:06.465Z
19712026-02-25T20:20:06.465ZExternal API (client: oxide-client)
19722026-02-25T20:20:06.465Z
19732026-02-25T20:20:06.465ZOximeter (client: oximeter-client)
19742026-02-25T20:20:06.465Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19752026-02-25T20:20:06.465Z
19762026-02-25T20:20:06.465ZPropolis (client: propolis-client)
19772026-02-25T20:20:06.465Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
19782026-02-25T20:20:06.465Z consumed by: omicron-sled-agent (omicron/sled-agent) via 2 paths
19792026-02-25T20:20:06.466Z
19802026-02-25T20:20:06.466ZCrucible Repair (client: repair-client)
19812026-02-25T20:20:06.466Z consumed by: crucible-downstairs (crucible/downstairs) via 1 path
19822026-02-25T20:20:06.466Z
19832026-02-25T20:20:06.466ZRepo Depot API (client: repo-depot-client)
19842026-02-25T20:20:06.466Z consumed by: omicron-nexus (omicron/nexus) via 1 path
19852026-02-25T20:20:06.466Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19862026-02-25T20:20:06.466Z
19872026-02-25T20:20:06.466ZSled Agent (client: sled-agent-client)
19882026-02-25T20:20:06.466Z consumed by: omicron-nexus (omicron/nexus) via 8 paths
19892026-02-25T20:20:06.466Z
19902026-02-25T20:20:06.466ZWicketd (client: wicketd-client)
19912026-02-25T20:20:06.466Z
19922026-02-25T20:20:06.629Z
19932026-02-25T20:20:06.630Zreal 1:03.991820159
19942026-02-25T20:20:06.630Zuser 53.063362619
19952026-02-25T20:20:06.630Zsys 22.743885104
19962026-02-25T20:20:06.630Ztrap 0.032680037
19972026-02-25T20:20:06.630Ztflt 0.066917700
19982026-02-25T20:20:06.630Zdflt 0.250898099
19992026-02-25T20:20:06.631Zkflt 0.000017497
20002026-02-25T20:20:06.631Zlock 1:23.131546494
20012026-02-25T20:20:06.631Zslp 7:52.913166365
20022026-02-25T20:20:06.631Zlat 1.532043037
20032026-02-25T20:20:06.631Zstop 1.957499808
20042026-02-25T20:20:06.673Z+ ptime -m cargo xtask ls-apis deployment-units
20052026-02-25T20:20:08.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
20062026-02-25T20:20:08.211Z Running `target/debug/xtask ls-apis deployment-units`
20072026-02-25T20:20:10.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s
20082026-02-25T20:20:10.224Z Running `target/debug/ls-apis deployment-units`
20092026-02-25T20:20:10.295Zloading metadata for workspace omicron from current workspace
20102026-02-25T20:20:12.790Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/8f5527d/Cargo.toml
20112026-02-25T20:20:12.815Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/606c0be/Cargo.toml
20122026-02-25T20:20:12.815Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/61479b6/Cargo.toml
20132026-02-25T20:20:12.815Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/36f20be/Cargo.toml
20142026-02-25T20:20:12.815Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/Cargo.toml
20152026-02-25T20:20:19.322Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/3799229/Cargo.toml
20162026-02-25T20:20:20.985Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
20172026-02-25T20:20:21.039Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
20182026-02-25T20:20:21.550ZClickhouse (single-node) / Clickhouse Server (multi-node) / Clickhouse Keeper (multi-node)
20192026-02-25T20:20:21.550Z omicron-clickhouse-admin (omicron/clickhouse-admin)
20202026-02-25T20:20:21.550Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
20212026-02-25T20:20:21.550Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
20222026-02-25T20:20:21.550Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
20232026-02-25T20:20:21.598Z
20242026-02-25T20:20:21.598Z
20252026-02-25T20:20:21.598ZCockroach
20262026-02-25T20:20:21.598Z omicron-cockroach-admin (omicron/cockroach-admin)
20272026-02-25T20:20:21.598Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
20282026-02-25T20:20:21.598Z
20292026-02-25T20:20:21.598Z
20302026-02-25T20:20:21.598ZCrucible
20312026-02-25T20:20:21.598Z crucible-agent (crucible/agent)
20322026-02-25T20:20:21.598Z exposes: Crucible Agent (client = crucible-agent-client)
20332026-02-25T20:20:21.598Z
20342026-02-25T20:20:21.598Z crucible-downstairs (crucible/downstairs)
20352026-02-25T20:20:21.599Z exposes: Crucible Repair (client = repair-client)
20362026-02-25T20:20:21.599Z consumes: repair-client
20372026-02-25T20:20:21.599Z
20382026-02-25T20:20:21.599Z
20392026-02-25T20:20:21.599ZCrucible Pantry
20402026-02-25T20:20:21.599Z crucible-pantry (crucible/pantry)
20412026-02-25T20:20:21.599Z exposes: Crucible Pantry (client = crucible-pantry-client)
20422026-02-25T20:20:21.599Z consumes: nexus-client
20432026-02-25T20:20:21.599Z
20442026-02-25T20:20:21.599Z
20452026-02-25T20:20:21.599ZDNS Server
20462026-02-25T20:20:21.599Z dns-server (omicron/dns-server)
20472026-02-25T20:20:21.599Z exposes: DNS Server (client = dns-service-client)
20482026-02-25T20:20:21.599Z
20492026-02-25T20:20:21.599Z
20502026-02-25T20:20:21.599ZHost OS
20512026-02-25T20:20:21.599Z ddmd (maghemite/ddmd)
20522026-02-25T20:20:21.599Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
20532026-02-25T20:20:21.599Z consumes: dpd-client
20542026-02-25T20:20:21.599Z
20552026-02-25T20:20:21.599Z dpd (dendrite/dpd)
20562026-02-25T20:20:21.599Z exposes: Dendrite DPD (client = dpd-client)
20572026-02-25T20:20:21.599Z consumes: gateway-client
20582026-02-25T20:20:21.599Z consumes: nexus-client
20592026-02-25T20:20:21.599Z
20602026-02-25T20:20:21.599Z lldpd (lldp/lldpd)
20612026-02-25T20:20:21.599Z exposes: LLDP daemon (client = lldpd-client)
20622026-02-25T20:20:21.599Z consumes: dpd-client
20632026-02-25T20:20:21.599Z
20642026-02-25T20:20:21.599Z mgd (maghemite/mgd)
20652026-02-25T20:20:21.599Z exposes: Maghemite MG Admin (client = mg-admin-client)
20662026-02-25T20:20:21.599Z consumes: ddm-admin-client
20672026-02-25T20:20:21.599Z consumes: dpd-client
20682026-02-25T20:20:21.599Z consumes: gateway-client
20692026-02-25T20:20:21.599Z
20702026-02-25T20:20:21.599Z omicron-gateway (omicron/gateway)
20712026-02-25T20:20:21.599Z exposes: Management Gateway Service (client = gateway-client)
20722026-02-25T20:20:21.599Z
20732026-02-25T20:20:21.599Z omicron-sled-agent (omicron/sled-agent)
20742026-02-25T20:20:21.600Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
20752026-02-25T20:20:21.600Z exposes: Bootstrap Agent Lockstep API (client = bootstrap-agent-lockstep-client)
20762026-02-25T20:20:21.600Z exposes: Repo Depot API (client = repo-depot-client)
20772026-02-25T20:20:21.600Z exposes: Sled Agent (client = sled-agent-client)
20782026-02-25T20:20:21.625Z consumes: bootstrap-agent-client
20792026-02-25T20:20:21.625Z consumes: cockroach-admin-client
20802026-02-25T20:20:21.625Z consumes: ddm-admin-client
20812026-02-25T20:20:21.625Z consumes: dns-service-client
20822026-02-25T20:20:21.625Z consumes: dpd-client
20832026-02-25T20:20:21.625Z consumes: gateway-client
20842026-02-25T20:20:21.625Z consumes: mg-admin-client
20852026-02-25T20:20:21.625Z consumes: nexus-client
20862026-02-25T20:20:21.625Z consumes: nexus-lockstep-client
20872026-02-25T20:20:21.625Z consumes: ntp-admin-client
20882026-02-25T20:20:21.625Z consumes: propolis-client
20892026-02-25T20:20:21.625Z consumes: repo-depot-client
20902026-02-25T20:20:21.625Z
20912026-02-25T20:20:21.625Z propolis-server (propolis/bin/propolis-server)
20922026-02-25T20:20:21.625Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
20932026-02-25T20:20:21.625Z exposes: Propolis (client = propolis-client)
20942026-02-25T20:20:21.626Z consumes: nexus-client
20952026-02-25T20:20:21.626Z
20962026-02-25T20:20:21.626Z tfportd (dendrite/tfportd)
20972026-02-25T20:20:21.626Z consumes: dpd-client
20982026-02-25T20:20:21.626Z consumes: lldpd-client
20992026-02-25T20:20:21.626Z
21002026-02-25T20:20:21.626Z wicketd (omicron/wicketd)
21012026-02-25T20:20:21.626Z exposes: Wicketd Installinator (client = installinator-client)
21022026-02-25T20:20:21.626Z exposes: Wicketd (client = wicketd-client)
21032026-02-25T20:20:21.626Z consumes: bootstrap-agent-client
21042026-02-25T20:20:21.626Z consumes: bootstrap-agent-lockstep-client
21052026-02-25T20:20:21.626Z consumes: ddm-admin-client
21062026-02-25T20:20:21.626Z consumes: dpd-client
21072026-02-25T20:20:21.626Z consumes: gateway-client
21082026-02-25T20:20:21.626Z
21092026-02-25T20:20:21.626Z
21102026-02-25T20:20:21.626ZInstallinator
21112026-02-25T20:20:21.626Z installinator (omicron/installinator)
21122026-02-25T20:20:21.626Z consumes: ddm-admin-client
21132026-02-25T20:20:21.626Z consumes: installinator-client
21142026-02-25T20:20:21.626Z
21152026-02-25T20:20:21.626Z
21162026-02-25T20:20:21.626ZNTP
21172026-02-25T20:20:21.626Z omicron-ntp-admin (omicron/ntp-admin)
21182026-02-25T20:20:21.626Z exposes: NTP Admin (client = ntp-admin-client)
21192026-02-25T20:20:21.626Z
21202026-02-25T20:20:21.626Z
21212026-02-25T20:20:21.626ZNexus
21222026-02-25T20:20:21.626Z omicron-nexus (omicron/nexus)
21232026-02-25T20:20:21.626Z exposes: Nexus Internal API (client = nexus-client)
21242026-02-25T20:20:21.626Z exposes: Nexus Internal Lockstep API (client = nexus-lockstep-client)
21252026-02-25T20:20:21.626Z exposes: External API (client = oxide-client)
21262026-02-25T20:20:21.626Z consumes: clickhouse-admin-keeper-client
21272026-02-25T20:20:21.626Z consumes: clickhouse-admin-server-client
21282026-02-25T20:20:21.626Z consumes: clickhouse-admin-single-client
21292026-02-25T20:20:21.626Z consumes: cockroach-admin-client
21302026-02-25T20:20:21.626Z consumes: crucible-agent-client
21312026-02-25T20:20:21.627Z consumes: crucible-pantry-client
21322026-02-25T20:20:21.627Z consumes: dns-service-client
21332026-02-25T20:20:21.627Z consumes: dpd-client
21342026-02-25T20:20:21.627Z consumes: gateway-client
21352026-02-25T20:20:21.627Z consumes: lldpd-client
21362026-02-25T20:20:21.627Z consumes: mg-admin-client
21372026-02-25T20:20:21.627Z consumes: ntp-admin-client
21382026-02-25T20:20:21.627Z consumes: oximeter-client
21392026-02-25T20:20:21.627Z consumes: propolis-client
21402026-02-25T20:20:21.627Z consumes: repo-depot-client
21412026-02-25T20:20:21.627Z consumes: sled-agent-client
21422026-02-25T20:20:21.627Z
21432026-02-25T20:20:21.627Z
21442026-02-25T20:20:21.627ZOximeter
21452026-02-25T20:20:21.627Z oximeter-collector (omicron/oximeter/collector)
21462026-02-25T20:20:21.627Z exposes: Oximeter (client = oximeter-client)
21472026-02-25T20:20:21.627Z consumes: nexus-client
21482026-02-25T20:20:21.627Z
21492026-02-25T20:20:21.627Z
21502026-02-25T20:20:21.759Z
21512026-02-25T20:20:21.759Zreal 15.119584017
21522026-02-25T20:20:21.759Zuser 11.834415249
21532026-02-25T20:20:21.759Zsys 5.421092167
21542026-02-25T20:20:21.785Ztrap 0.004527101
21552026-02-25T20:20:21.785Ztflt 0.000087392
21562026-02-25T20:20:21.785Zdflt 0.000535314
21572026-02-25T20:20:21.785Zkflt 0.000056301
21582026-02-25T20:20:21.785Zlock 0.811488109
21592026-02-25T20:20:21.785Zslp 58.523724132
21602026-02-25T20:20:21.785Zlat 0.066159374
21612026-02-25T20:20:21.785Zstop 0.013716758
21622026-02-25T20:20:21.785Z+ ptime -m cargo xtask ls-apis servers
21632026-02-25T20:20:23.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s
21642026-02-25T20:20:23.201Z Running `target/debug/xtask ls-apis servers`
21652026-02-25T20:20:25.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.97s
21662026-02-25T20:20:25.332Z Running `target/debug/ls-apis servers`
21672026-02-25T20:20:25.406Zloading metadata for workspace omicron from current workspace
21682026-02-25T20:20:28.160Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/61479b6/Cargo.toml
21692026-02-25T20:20:28.189Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/8f5527d/Cargo.toml
21702026-02-25T20:20:28.189Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/36f20be/Cargo.toml
21712026-02-25T20:20:28.189Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/Cargo.toml
21722026-02-25T20:20:28.189Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/606c0be/Cargo.toml
21732026-02-25T20:20:34.984Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/3799229/Cargo.toml
21742026-02-25T20:20:36.748Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
21752026-02-25T20:20:36.795Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
21762026-02-25T20:20:37.270Zomicron-clickhouse-admin (omicron/clickhouse-admin)
21772026-02-25T20:20:37.270Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
21782026-02-25T20:20:37.270Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
21792026-02-25T20:20:37.270Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
21802026-02-25T20:20:37.317Z
21812026-02-25T20:20:37.317Zomicron-cockroach-admin (omicron/cockroach-admin)
21822026-02-25T20:20:37.317Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
21832026-02-25T20:20:37.317Z
21842026-02-25T20:20:37.317Zcrucible-agent (crucible/agent)
21852026-02-25T20:20:37.317Z exposes: Crucible Agent (client = crucible-agent-client)
21862026-02-25T20:20:37.317Z
21872026-02-25T20:20:37.318Zcrucible-downstairs (crucible/downstairs)
21882026-02-25T20:20:37.318Z exposes: Crucible Repair (client = repair-client)
21892026-02-25T20:20:37.318Z consumes: repair-client
21902026-02-25T20:20:37.318Z
21912026-02-25T20:20:37.318Zcrucible-pantry (crucible/pantry)
21922026-02-25T20:20:37.318Z exposes: Crucible Pantry (client = crucible-pantry-client)
21932026-02-25T20:20:37.318Z consumes: nexus-client
21942026-02-25T20:20:37.318Z
21952026-02-25T20:20:37.318Zdns-server (omicron/dns-server)
21962026-02-25T20:20:37.318Z exposes: DNS Server (client = dns-service-client)
21972026-02-25T20:20:37.318Z
21982026-02-25T20:20:37.318Zomicron-sled-agent (omicron/sled-agent)
21992026-02-25T20:20:37.318Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
22002026-02-25T20:20:37.318Z exposes: Bootstrap Agent Lockstep API (client = bootstrap-agent-lockstep-client)
22012026-02-25T20:20:37.318Z exposes: Repo Depot API (client = repo-depot-client)
22022026-02-25T20:20:37.318Z exposes: Sled Agent (client = sled-agent-client)
22032026-02-25T20:20:37.318Z consumes: bootstrap-agent-client
22042026-02-25T20:20:37.318Z consumes: cockroach-admin-client
22052026-02-25T20:20:37.318Z consumes: ddm-admin-client
22062026-02-25T20:20:37.318Z consumes: dns-service-client
22072026-02-25T20:20:37.318Z consumes: dpd-client
22082026-02-25T20:20:37.318Z consumes: gateway-client
22092026-02-25T20:20:37.318Z consumes: mg-admin-client
22102026-02-25T20:20:37.318Z consumes: nexus-client
22112026-02-25T20:20:37.318Z consumes: nexus-lockstep-client
22122026-02-25T20:20:37.318Z consumes: ntp-admin-client
22132026-02-25T20:20:37.318Z consumes: propolis-client
22142026-02-25T20:20:37.318Z consumes: repo-depot-client
22152026-02-25T20:20:37.318Z
22162026-02-25T20:20:37.318Zpropolis-server (propolis/bin/propolis-server)
22172026-02-25T20:20:37.318Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
22182026-02-25T20:20:37.318Z exposes: Propolis (client = propolis-client)
22192026-02-25T20:20:37.318Z consumes: nexus-client
22202026-02-25T20:20:37.318Z
22212026-02-25T20:20:37.318Zddmd (maghemite/ddmd)
22222026-02-25T20:20:37.318Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
22232026-02-25T20:20:37.318Z consumes: dpd-client
22242026-02-25T20:20:37.318Z
22252026-02-25T20:20:37.318Zdpd (dendrite/dpd)
22262026-02-25T20:20:37.319Z exposes: Dendrite DPD (client = dpd-client)
22272026-02-25T20:20:37.344Z consumes: gateway-client
22282026-02-25T20:20:37.344Z consumes: nexus-client
22292026-02-25T20:20:37.344Z
22302026-02-25T20:20:37.344Zlldpd (lldp/lldpd)
22312026-02-25T20:20:37.344Z exposes: LLDP daemon (client = lldpd-client)
22322026-02-25T20:20:37.344Z consumes: dpd-client
22332026-02-25T20:20:37.344Z
22342026-02-25T20:20:37.344Zmgd (maghemite/mgd)
22352026-02-25T20:20:37.344Z exposes: Maghemite MG Admin (client = mg-admin-client)
22362026-02-25T20:20:37.344Z consumes: ddm-admin-client
22372026-02-25T20:20:37.344Z consumes: dpd-client
22382026-02-25T20:20:37.344Z consumes: gateway-client
22392026-02-25T20:20:37.344Z
22402026-02-25T20:20:37.345Zomicron-gateway (omicron/gateway)
22412026-02-25T20:20:37.345Z exposes: Management Gateway Service (client = gateway-client)
22422026-02-25T20:20:37.345Z
22432026-02-25T20:20:37.345Ztfportd (dendrite/tfportd)
22442026-02-25T20:20:37.345Z consumes: dpd-client
22452026-02-25T20:20:37.345Z consumes: lldpd-client
22462026-02-25T20:20:37.345Z
22472026-02-25T20:20:37.345Zwicketd (omicron/wicketd)
22482026-02-25T20:20:37.345Z exposes: Wicketd Installinator (client = installinator-client)
22492026-02-25T20:20:37.345Z exposes: Wicketd (client = wicketd-client)
22502026-02-25T20:20:37.345Z consumes: bootstrap-agent-client
22512026-02-25T20:20:37.345Z consumes: bootstrap-agent-lockstep-client
22522026-02-25T20:20:37.345Z consumes: ddm-admin-client
22532026-02-25T20:20:37.345Z consumes: dpd-client
22542026-02-25T20:20:37.345Z consumes: gateway-client
22552026-02-25T20:20:37.345Z
22562026-02-25T20:20:37.345Zinstallinator (omicron/installinator)
22572026-02-25T20:20:37.345Z consumes: ddm-admin-client
22582026-02-25T20:20:37.345Z consumes: installinator-client
22592026-02-25T20:20:37.345Z
22602026-02-25T20:20:37.345Zomicron-ntp-admin (omicron/ntp-admin)
22612026-02-25T20:20:37.345Z exposes: NTP Admin (client = ntp-admin-client)
22622026-02-25T20:20:37.345Z
22632026-02-25T20:20:37.345Zomicron-nexus (omicron/nexus)
22642026-02-25T20:20:37.345Z exposes: Nexus Internal API (client = nexus-client)
22652026-02-25T20:20:37.345Z exposes: Nexus Internal Lockstep API (client = nexus-lockstep-client)
22662026-02-25T20:20:37.345Z exposes: External API (client = oxide-client)
22672026-02-25T20:20:37.345Z consumes: clickhouse-admin-keeper-client
22682026-02-25T20:20:37.345Z consumes: clickhouse-admin-server-client
22692026-02-25T20:20:37.345Z consumes: clickhouse-admin-single-client
22702026-02-25T20:20:37.345Z consumes: cockroach-admin-client
22712026-02-25T20:20:37.345Z consumes: crucible-agent-client
22722026-02-25T20:20:37.345Z consumes: crucible-pantry-client
22732026-02-25T20:20:37.345Z consumes: dns-service-client
22742026-02-25T20:20:37.345Z consumes: dpd-client
22752026-02-25T20:20:37.345Z consumes: gateway-client
22762026-02-25T20:20:37.345Z consumes: lldpd-client
22772026-02-25T20:20:37.345Z consumes: mg-admin-client
22782026-02-25T20:20:37.346Z consumes: ntp-admin-client
22792026-02-25T20:20:37.346Z consumes: oximeter-client
22802026-02-25T20:20:37.346Z consumes: propolis-client
22812026-02-25T20:20:37.346Z consumes: repo-depot-client
22822026-02-25T20:20:37.346Z consumes: sled-agent-client
22832026-02-25T20:20:37.346Z
22842026-02-25T20:20:37.346Zoximeter-collector (omicron/oximeter/collector)
22852026-02-25T20:20:37.346Z exposes: Oximeter (client = oximeter-client)
22862026-02-25T20:20:37.346Z consumes: nexus-client
22872026-02-25T20:20:37.346Z
22882026-02-25T20:20:37.461Z
22892026-02-25T20:20:37.461Zreal 15.667264554
22902026-02-25T20:20:37.462Zuser 12.846978349
22912026-02-25T20:20:37.462Zsys 5.133848076
22922026-02-25T20:20:37.487Ztrap 0.004178409
22932026-02-25T20:20:37.487Ztflt 0.000102977
22942026-02-25T20:20:37.487Zdflt 0.000149076
22952026-02-25T20:20:37.487Zkflt 0.000000000
22962026-02-25T20:20:37.487Zlock 0.862975429
22972026-02-25T20:20:37.487Zslp 1:01.448344726
22982026-02-25T20:20:37.487Zlat 0.046553300
22992026-02-25T20:20:37.487Zstop 0.016742520
23002026-02-25T20:20:37.487Z+ ptime -m cargo xtask ls-apis check
23012026-02-25T20:20:38.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s
23022026-02-25T20:20:38.880Z Running `target/debug/xtask ls-apis check`
23032026-02-25T20:20:40.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s
23042026-02-25T20:20:41.083Z Running `target/debug/ls-apis check`
23052026-02-25T20:20:41.164Zloading metadata for workspace omicron from current workspace
23062026-02-25T20:20:43.745Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/61479b6/Cargo.toml
23072026-02-25T20:20:43.770Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/8f5527d/Cargo.toml
23082026-02-25T20:20:43.770Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/606c0be/Cargo.toml
23092026-02-25T20:20:43.770Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/36f20be/Cargo.toml
23102026-02-25T20:20:43.770Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/Cargo.toml
23112026-02-25T20:20:50.330Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/3799229/Cargo.toml
23122026-02-25T20:20:51.914Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
23132026-02-25T20:20:51.961Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
23142026-02-25T20:20:52.738Z
23152026-02-25T20:20:52.738Z
23162026-02-25T20:20:52.738ZServer-managed APIs:
23172026-02-25T20:20:52.738Z
23182026-02-25T20:20:52.738Z Bootstrap Agent Lockstep API (bootstrap-agent-lockstep-client, exposed by omicron-sled-agent)
23192026-02-25T20:20:52.738Z Clickhouse Cluster Admin for Keepers (clickhouse-admin-keeper-client, exposed by omicron-clickhouse-admin)
23202026-02-25T20:20:52.738Z Clickhouse Cluster Admin for Servers (clickhouse-admin-server-client, exposed by omicron-clickhouse-admin)
23212026-02-25T20:20:52.738Z Clickhouse Single-Node Cluster Admin (clickhouse-admin-single-client, exposed by omicron-clickhouse-admin)
23222026-02-25T20:20:52.738Z CockroachDB Cluster Admin (cockroach-admin-client, exposed by omicron-cockroach-admin)
23232026-02-25T20:20:52.738Z Crucible Agent (crucible-agent-client, exposed by crucible-agent)
23242026-02-25T20:20:52.738Z Crucible Control (for testing only) (crucible-control-client, exposed by propolis-server)
23252026-02-25T20:20:52.738Z Crucible Pantry (crucible-pantry-client, exposed by crucible-pantry)
23262026-02-25T20:20:52.738Z Maghemite DDM Admin (ddm-admin-client, exposed by ddmd)
23272026-02-25T20:20:52.738Z DNS Server (dns-service-client, exposed by dns-server)
23282026-02-25T20:20:52.738Z Dendrite DPD (dpd-client, exposed by dpd)
23292026-02-25T20:20:52.738Z Management Gateway Service (gateway-client, exposed by omicron-gateway)
23302026-02-25T20:20:52.738Z LLDP daemon (lldpd-client, exposed by lldpd)
23312026-02-25T20:20:52.738Z Maghemite MG Admin (mg-admin-client, exposed by mgd)
23322026-02-25T20:20:52.738Z NTP Admin (ntp-admin-client, exposed by omicron-ntp-admin)
23332026-02-25T20:20:52.738Z External API (oxide-client, exposed by omicron-nexus)
23342026-02-25T20:20:52.739Z Oximeter (oximeter-client, exposed by oximeter-collector)
23352026-02-25T20:20:52.739Z Propolis (propolis-client, exposed by propolis-server)
23362026-02-25T20:20:52.739Z Sled Agent (sled-agent-client, exposed by omicron-sled-agent)
23372026-02-25T20:20:52.739Z Wicketd (wicketd-client, exposed by wicketd)
23382026-02-25T20:20:52.739Z
23392026-02-25T20:20:52.739Z
23402026-02-25T20:20:52.739ZClient-managed API:
23412026-02-25T20:20:52.739Z
23422026-02-25T20:20:52.739Z Bootstrap Agent (bootstrap-agent-client, exposed by omicron-sled-agent)
23432026-02-25T20:20:52.739Z reason: depends on itself (i.e., instances call each other)
23442026-02-25T20:20:52.739Z Wicketd Installinator (installinator-client, exposed by wicketd)
23452026-02-25T20:20:52.739Z reason: client is provided implicitly by the operator
23462026-02-25T20:20:52.739Z Nexus Internal API (nexus-client, exposed by omicron-nexus)
23472026-02-25T20:20:52.739Z reason: Circular dependencies between Nexus and other services
23482026-02-25T20:20:52.739Z Nexus Internal Lockstep API (nexus-lockstep-client, exposed by omicron-nexus)
23492026-02-25T20:20:52.739Z reason: Circular dependencies between Nexus and other services
23502026-02-25T20:20:52.739Z Crucible Repair (repair-client, exposed by crucible-downstairs)
23512026-02-25T20:20:52.739Z reason: depends on itself (i.e., instances call each other)
23522026-02-25T20:20:52.739Z Repo Depot API (repo-depot-client, exposed by omicron-sled-agent)
23532026-02-25T20:20:52.739Z reason: depends on itself (i.e., instances call each other)
23542026-02-25T20:20:52.739Z
23552026-02-25T20:20:52.739Z
23562026-02-25T20:20:52.739ZAPIs with unknown version management: none
23572026-02-25T20:20:52.739Z
23582026-02-25T20:20:52.739Z
23592026-02-25T20:20:52.739ZAPIs that failed consumer checks: none
23602026-02-25T20:20:52.890Z
23612026-02-25T20:20:52.890Zreal 15.382152243
23622026-02-25T20:20:52.890Zuser 12.688468100
23632026-02-25T20:20:52.890Zsys 4.922694484
23642026-02-25T20:20:52.890Ztrap 0.003584902
23652026-02-25T20:20:52.890Ztflt 0.000136948
23662026-02-25T20:20:52.890Zdflt 0.000193081
23672026-02-25T20:20:52.890Zkflt 0.000000000
23682026-02-25T20:20:52.890Zlock 0.780737910
23692026-02-25T20:20:52.890Zslp 58.696232358
23702026-02-25T20:20:52.890Zlat 0.041436618
23712026-02-25T20:20:52.890Zstop 0.015771961
23722026-02-25T20:20:52.916Z+ ptime -m cargo xtask ls-apis adoc
23732026-02-25T20:20:54.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s
23742026-02-25T20:20:54.249Z Running `target/debug/xtask ls-apis adoc`
23752026-02-25T20:20:56.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.91s
23762026-02-25T20:20:56.319Z Running `target/debug/ls-apis adoc`
23772026-02-25T20:20:56.398Zloading metadata for workspace omicron from current workspace
23782026-02-25T20:20:58.987Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/61479b6/Cargo.toml
23792026-02-25T20:20:59.012Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/606c0be/Cargo.toml
23802026-02-25T20:20:59.012Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/8f5527d/Cargo.toml
23812026-02-25T20:20:59.012Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/36f20be/Cargo.toml
23822026-02-25T20:20:59.014Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/Cargo.toml
23832026-02-25T20:21:05.523Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/3799229/Cargo.toml
23842026-02-25T20:21:07.110Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
23852026-02-25T20:21:07.155Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
23862026-02-25T20:21:07.837Z
23872026-02-25T20:21:07.837Zreal 14.906125233
23882026-02-25T20:21:07.837Zuser 12.354060334
23892026-02-25T20:21:07.837Zsys 4.838001106
23902026-02-25T20:21:07.837Ztrap 0.003795593
23912026-02-25T20:21:07.837Ztflt 0.000082974
23922026-02-25T20:21:07.862Zdflt 0.000195278
23932026-02-25T20:21:07.862Zkflt 0.000028750
23942026-02-25T20:21:07.862Zlock 0.674666454
23952026-02-25T20:21:07.862Zslp 58.957750079
23962026-02-25T20:21:07.863Zlat 0.044088225
23972026-02-25T20:21:07.863Zstop 0.015420098
23982026-02-25T20:21:07.863Z+ banner build
23992026-02-25T20:21:07.863Z
24002026-02-25T20:21:07.863Z ##### # # # # #####
24012026-02-25T20:21:07.863Z # # # # # # # #
24022026-02-25T20:21:07.863Z ##### # # # # # #
24032026-02-25T20:21:07.863Z # # # # # # # #
24042026-02-25T20:21:07.863Z # # # # # # # #
24052026-02-25T20:21:07.863Z ##### #### # ###### #####
24062026-02-25T20:21:07.863Z
24072026-02-25T20:21:07.863Z+ export 'RUSTFLAGS=--cfg tokio_unstable -D warnings'
24082026-02-25T20:21:07.863Z+ RUSTFLAGS='--cfg tokio_unstable -D warnings'
24092026-02-25T20:21:07.863Z+ export 'RUSTDOCFLAGS=--document-private-items -D warnings'
24102026-02-25T20:21:07.863Z+ RUSTDOCFLAGS='--document-private-items -D warnings'
24112026-02-25T20:21:07.863Z+ [[ illumos == \i\l\l\u\m\o\s ]]
24122026-02-25T20:21:07.863Z+ RUSTFLAGS='--cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64'
24132026-02-25T20:21:07.863Z+ export TMPDIR=/var/tmp/omicron_tmp
24142026-02-25T20:21:07.863Z+ TMPDIR=/var/tmp/omicron_tmp
24152026-02-25T20:21:07.863Z+ export RUST_BACKTRACE=1
24162026-02-25T20:21:07.863Z+ RUST_BACKTRACE=1
24172026-02-25T20:21:07.863Z+ export CARGO_INCREMENTAL=0
24182026-02-25T20:21:07.863Z+ CARGO_INCREMENTAL=0
24192026-02-25T20:21:07.863Z+ export RUSTC_BOOTSTRAP=1
24202026-02-25T20:21:07.863Z+ RUSTC_BOOTSTRAP=1
24212026-02-25T20:21:07.863Z+ ptime -m cargo build -Z unstable-options --timings=json --workspace --exclude=omicron-nexus --tests --locked --verbose
24222026-02-25T20:21:13.644Z Compiling proc-macro2 v1.0.101
24232026-02-25T20:21:13.645Z Compiling unicode-ident v1.0.19
24242026-02-25T20:21:13.645Z Compiling libc v0.2.180
24252026-02-25T20:21:13.669Z Compiling serde_core v1.0.228
24262026-02-25T20:21:13.669Z Compiling cfg-if v1.0.4
24272026-02-25T20:21:13.670Z Compiling serde v1.0.228
24282026-02-25T20:21:13.670Z Compiling memchr v2.7.4
24292026-02-25T20:21:13.670Z Compiling autocfg v1.4.0
24302026-02-25T20:21:13.742Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=534dba3f3c98b179 -C extra-filename=-303fed53668a23a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-25T20:21:13.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/proc-macro2-1.0.101/build.rs --error-format=json --json=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=b226afe1f6a13f69 -C extra-filename=-c0c0d1b4ac4c92c1 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro2-c0c0d1b4ac4c92c1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24322026-02-25T20:21:13.768Z 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`
24332026-02-25T20:21:13.769Z 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`
24342026-02-25T20:21:13.769Z 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`
24352026-02-25T20:21:13.838Z 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`
24362026-02-25T20:21:13.838Z 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`
24372026-02-25T20:21:13.838Z 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`
24382026-02-25T20:21:14.119Z Compiling value-bag v1.12.0
24392026-02-25T20:21:14.180Z Compiling smallvec v1.15.1
24402026-02-25T20:21:14.204Z 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`
24412026-02-25T20:21:14.204Z 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`
24422026-02-25T20:21:14.571Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_core-8808dea6eb3cea3d/build-script-build`
24432026-02-25T20:21:14.686Z 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)'`
24442026-02-25T20:21:14.744Z Compiling log v0.4.29
24452026-02-25T20:21:14.769Z 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-25T20:21:14.820Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-53f5903cda871f6b/build-script-build`
24472026-02-25T20:21:14.882Z Compiling version_check v0.9.5
24482026-02-25T20:21:14.907Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-c0c0d1b4ac4c92c1/build-script-build`
24492026-02-25T20:21:14.907Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-198cfdcd7aed6023/build-script-build`
24502026-02-25T20:21:14.932Z 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`
24512026-02-25T20:21:15.043Z Compiling itoa v1.0.11
24522026-02-25T20:21:15.068Z 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`
24532026-02-25T20:21:15.068Z 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"))'`
24542026-02-25T20:21:15.155Z Compiling lock_api v0.4.12
24552026-02-25T20:21:15.179Z 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`
24562026-02-25T20:21:15.452Z Compiling scopeguard v1.2.0
24572026-02-25T20:21:15.477Z 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`
24582026-02-25T20:21:15.570Z 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.101/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --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=ce5b3544de285d78 -C extra-filename=-f97a0f1cbee19b1c --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-303fed53668a23a0.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)'`
24592026-02-25T20:21:15.635Z Compiling libm v0.2.8
24602026-02-25T20:21:15.693Z Compiling num-traits v0.2.19
24612026-02-25T20:21:15.718Z Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-e845434a7fd94edb/build-script-build`
24622026-02-25T20:21:15.718Z 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`
24632026-02-25T20:21:15.718Z 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`
24642026-02-25T20:21:15.821Z Compiling zmij v1.0.15
24652026-02-25T20:21:15.846Z Compiling serde_json v1.0.149
24662026-02-25T20:21:15.926Z 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`
24672026-02-25T20:21:15.926Z 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`
24682026-02-25T20:21:15.973Z 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`
24692026-02-25T20:21:16.320Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-eb985e79811f81f2/build-script-build`
24702026-02-25T20:21:16.346Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-01ef88c2096a02ac/build-script-build`
24712026-02-25T20:21:16.424Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-a9359c1d8e652b93/build-script-build`
24722026-02-25T20:21:16.509Z 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`
24732026-02-25T20:21:16.571Z Compiling stable_deref_trait v1.2.0
24742026-02-25T20:21:16.571Z 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`
24752026-02-25T20:21:16.671Z Compiling quote v1.0.40
24762026-02-25T20:21:16.695Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.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="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=c260b3d635be2c5f -C extra-filename=-b55febe251e532be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24772026-02-25T20:21:16.739Z Compiling getrandom v0.2.15
24782026-02-25T20:21:16.764Z 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`
24792026-02-25T20:21:16.764Z Running `/work/oxidecomputer/omicron/target/debug/build/zmij-ef371a4d2a6a40c0/build-script-build`
24802026-02-25T20:21:16.853Z Compiling portable-atomic v1.11.0
24812026-02-25T20:21:16.877Z Compiling getrandom v0.3.4
24822026-02-25T20:21:16.877Z 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`
24832026-02-25T20:21:16.878Z 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`
24842026-02-25T20:21:16.975Z 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)'`
24852026-02-25T20:21:17.287Z Compiling syn v2.0.114
24862026-02-25T20:21:17.312Z 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.114/src/lib.rs --error-format=json --json=diagnostic-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=fe400476be3c4a42 -C extra-filename=-ee84be41fe784280 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-303fed53668a23a0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24872026-02-25T20:21:17.384Z Compiling critical-section v1.1.3
24882026-02-25T20:21:17.409Z 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`
24892026-02-25T20:21:17.463Z Compiling litemap v0.7.3
24902026-02-25T20:21:17.528Z 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`
24912026-02-25T20:21:17.702Z Compiling writeable v0.5.5
24922026-02-25T20:21:17.702Z 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)'`
24932026-02-25T20:21:17.747Z 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`
24942026-02-25T20:21:18.017Z Compiling percent-encoding v2.3.2
24952026-02-25T20:21:18.041Z 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`
24962026-02-25T20:21:18.088Z Compiling shlex v1.3.0
24972026-02-25T20:21:18.088Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-ff6320f598a10ff6/build-script-build`
24982026-02-25T20:21:18.129Z 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`
24992026-02-25T20:21:18.217Z 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"))'`
25002026-02-25T20:21:18.499Z Compiling icu_locid_transform_data v1.5.0
25012026-02-25T20:21:18.526Z 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`
25022026-02-25T20:21:18.553Z Compiling icu_properties_data v1.5.0
25032026-02-25T20:21:18.578Z 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`
25042026-02-25T20:21:18.616Z Running `/work/oxidecomputer/omicron/target/debug/build/getrandom-91b470fbf6cfb92c/build-script-build`
25052026-02-25T20:21:18.698Z Compiling jobserver v0.1.32
25062026-02-25T20:21:18.698Z 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`
25072026-02-25T20:21:18.733Z Compiling errno v0.3.12
25082026-02-25T20:21:18.758Z 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`
25092026-02-25T20:21:18.790Z 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`
25102026-02-25T20:21:18.974Z Compiling write16 v1.0.0
25112026-02-25T20:21:18.998Z 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`
25122026-02-25T20:21:19.141Z Compiling find-msvc-tools v0.1.9
25132026-02-25T20:21:19.166Z 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`
25142026-02-25T20:21:19.220Z Compiling allocator-api2 v0.2.21
25152026-02-25T20:21:19.244Z 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`
25162026-02-25T20:21:19.295Z Compiling icu_normalizer_data v1.5.0
25172026-02-25T20:21:19.320Z 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`
25182026-02-25T20:21:19.527Z Compiling utf8_iter v1.0.4
25192026-02-25T20:21:19.551Z 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`
25202026-02-25T20:21:19.695Z Compiling once_cell v1.21.3
25212026-02-25T20:21:19.722Z 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-25T20:21:19.799Z Compiling utf16_iter v1.0.5
25232026-02-25T20:21:19.824Z 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`
25242026-02-25T20:21:19.856Z Compiling cc v1.2.56
25252026-02-25T20:21:19.880Z 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-25T20:21:19.917Z Compiling semver v1.0.27
25272026-02-25T20:21:19.917Z 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"))'`
25282026-02-25T20:21:19.941Z 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`
25292026-02-25T20:21:20.081Z Compiling form_urlencoded v1.2.2
25302026-02-25T20:21:20.106Z 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`
25312026-02-25T20:21:20.174Z Compiling rand_core v0.6.4
25322026-02-25T20:21:20.199Z 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`
25332026-02-25T20:21:20.230Z Compiling pin-project-lite v0.2.14
25342026-02-25T20:21:20.254Z 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`
25352026-02-25T20:21:20.297Z Compiling byteorder v1.5.0
25362026-02-25T20:21:20.322Z 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`
25372026-02-25T20:21:20.537Z Compiling parking_lot_core v0.9.10
25382026-02-25T20:21:20.564Z 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`
25392026-02-25T20:21:20.588Z Compiling subtle v2.6.1
25402026-02-25T20:21:20.588Z 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`
25412026-02-25T20:21:20.847Z Compiling equivalent v1.0.2
25422026-02-25T20:21:20.908Z 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`
25432026-02-25T20:21:20.934Z Compiling regex-syntax v0.8.5
25442026-02-25T20:21:20.987Z 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`
25452026-02-25T20:21:21.011Z Compiling heck v0.5.0
25462026-02-25T20:21:21.011Z 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`
25472026-02-25T20:21:21.048Z Compiling rustix v0.38.37
25482026-02-25T20:21:21.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/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`
25492026-02-25T20:21:21.115Z Compiling signal-hook-registry v1.4.2
25502026-02-25T20:21:21.140Z 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`
25512026-02-25T20:21:21.253Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-a0fcaaa03e3057a5/build-script-build`
25522026-02-25T20:21:21.320Z 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`
25532026-02-25T20:21:21.614Z Compiling typenum v1.17.0
25542026-02-25T20:21:21.639Z 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`
25552026-02-25T20:21:21.905Z Compiling parking_lot v0.12.3
25562026-02-25T20:21:21.929Z 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`
25572026-02-25T20:21:21.954Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-8110dac6aaaa045f/build-script-build`
25582026-02-25T20:21:22.010Z Compiling generic-array v0.14.7
25592026-02-25T20:21:22.035Z 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`
25602026-02-25T20:21:22.395Z Compiling fnv v1.0.7
25612026-02-25T20:21:22.419Z 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`
25622026-02-25T20:21:22.614Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-4556cc4bf380c3f6/build-script-build`
25632026-02-25T20:21:22.647Z Compiling aho-corasick v1.1.3
25642026-02-25T20:21:22.674Z 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`
25652026-02-25T20:21:22.701Z Compiling mio v1.0.2
25662026-02-25T20:21:22.701Z 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`
25672026-02-25T20:21:22.701Z Running `/work/oxidecomputer/omicron/target/debug/build/typenum-f5fb402aae458783/build-script-main`
25682026-02-25T20:21:22.858Z Compiling thiserror v2.0.18
25692026-02-25T20:21:22.884Z 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`
25702026-02-25T20:21:22.960Z 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`
25712026-02-25T20:21:23.233Z Compiling futures-core v0.3.31
25722026-02-25T20:21:23.257Z 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.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", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' -C metadata=347a603dd3405beb -C extra-filename=-5ef34cadf3341d7d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25732026-02-25T20:21:23.557Z Compiling iana-time-zone v0.1.63
25742026-02-25T20:21:23.582Z 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`
25752026-02-25T20:21:23.661Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-ec39bc20e6761ebe/build-script-build`
25762026-02-25T20:21:23.878Z Compiling hashbrown v0.16.1
25772026-02-25T20:21:23.903Z 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="inline-more"' --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=57989456d6779e72 -C extra-filename=-f506e72af970f0a6 --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 --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25782026-02-25T20:21:24.016Z Compiling uuid v1.19.0
25792026-02-25T20:21:24.041Z 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`
25802026-02-25T20:21:24.070Z Compiling socket2 v0.6.1
25812026-02-25T20:21:24.158Z 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`
25822026-02-25T20:21:24.263Z Compiling either v1.15.0
25832026-02-25T20:21:24.288Z 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`
25842026-02-25T20:21:24.326Z Compiling thiserror v1.0.69
25852026-02-25T20:21:24.351Z 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`
25862026-02-25T20:21:24.824Z Compiling spin v0.9.8
25872026-02-25T20:21:24.849Z 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`
25882026-02-25T20:21:25.067Z Compiling regex-automata v0.4.11
25892026-02-25T20:21:25.146Z 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.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="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=faf46a9a4ff0311c -C extra-filename=-e943678c4f94acce --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`
25902026-02-25T20:21:25.174Z Compiling synstructure v0.13.1
25912026-02-25T20:21:25.199Z 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=e6e17177ac7f3125 -C extra-filename=-bb5b0e05316dd842 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25922026-02-25T20:21:25.249Z Compiling indexmap v2.13.0
25932026-02-25T20:21:25.274Z 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=eab17d071ad56e5a -C extra-filename=-833783da88e2e52d --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-f506e72af970f0a6.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`
25942026-02-25T20:21:25.368Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-a8ae918124bfdb98/build-script-build`
25952026-02-25T20:21:25.820Z Compiling serde_derive_internals v0.29.1
25962026-02-25T20:21:25.845Z 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=0e2f206d703254a0 -C extra-filename=-5f235eb19fcf9029 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25972026-02-25T20:21:26.067Z Compiling schemars v0.8.22
25982026-02-25T20:21:26.092Z 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`
25992026-02-25T20:21:26.595Z Compiling dyn-clone v1.0.20
26002026-02-25T20:21:26.620Z 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`
26012026-02-25T20:21:26.838Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-944e5ab610a3878f/build-script-build`
26022026-02-25T20:21:26.911Z Compiling const-oid v0.9.6
26032026-02-25T20:21:26.936Z 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`
26042026-02-25T20:21:26.936Z Compiling rustversion v1.0.22
26052026-02-25T20:21:26.973Z 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`
26062026-02-25T20:21:27.042Z Compiling futures-io v0.3.31
26072026-02-25T20:21:27.067Z 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`
26082026-02-25T20:21:27.328Z Compiling lazy_static v1.5.0
26092026-02-25T20:21:27.355Z 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`
26102026-02-25T20:21:27.436Z Compiling slab v0.4.9
26112026-02-25T20:21:27.461Z 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`
26122026-02-25T20:21:27.559Z Compiling syn v1.0.109
26132026-02-25T20:21:27.585Z 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`
26142026-02-25T20:21:27.610Z Compiling pkg-config v0.3.31
26152026-02-25T20:21:27.634Z 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`
26162026-02-25T20:21:27.876Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-6e7ce715e8dae855/build-script-build`
26172026-02-25T20:21:27.943Z Running `/work/oxidecomputer/omicron/target/debug/build/slab-957ae5cebe2d89ea/build-script-build`
26182026-02-25T20:21:28.064Z 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"))'`
26192026-02-25T20:21:28.165Z 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`
26202026-02-25T20:21:28.305Z Compiling strsim v0.11.1
26212026-02-25T20:21:28.330Z 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`
26222026-02-25T20:21:28.368Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-39e09c7289f08747/build-script-build`
26232026-02-25T20:21:28.465Z 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=5305e98b1ed845ab -C extra-filename=-8ed2192b54913f4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-303fed53668a23a0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg syn_disable_nightly_tests`
26242026-02-25T20:21:28.562Z Compiling pin-utils v0.1.0
26252026-02-25T20:21:28.589Z 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`
26262026-02-25T20:21:28.754Z Compiling futures-sink v0.3.31
26272026-02-25T20:21:28.782Z 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`
26282026-02-25T20:21:28.995Z Compiling cpufeatures v0.2.14
26292026-02-25T20:21:29.020Z 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`
26302026-02-25T20:21:29.052Z Compiling futures-channel v0.3.31
26312026-02-25T20:21:29.086Z 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=4bee382005545098 -C extra-filename=-dfa4784a203e919e --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-5ef34cadf3341d7d.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`
26322026-02-25T20:21:29.126Z Compiling futures-task v0.3.31
26332026-02-25T20:21:29.180Z 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`
26342026-02-25T20:21:29.205Z Compiling foldhash v0.1.5
26352026-02-25T20:21:29.205Z Compiling adler2 v2.0.0
26362026-02-25T20:21:29.205Z 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`
26372026-02-25T20:21:29.235Z 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`
26382026-02-25T20:21:29.479Z Compiling tracing-core v0.1.32
26392026-02-25T20:21:29.504Z 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`
26402026-02-25T20:21:29.534Z Compiling hashbrown v0.15.4
26412026-02-25T20:21:29.593Z 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`
26422026-02-25T20:21:29.618Z Compiling miniz_oxide v0.8.5
26432026-02-25T20:21:29.618Z 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`
26442026-02-25T20:21:29.672Z Compiling gimli v0.31.1
26452026-02-25T20:21:29.697Z Compiling glob v0.3.2
26462026-02-25T20:21:29.697Z 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`
26472026-02-25T20:21:29.698Z 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`
26482026-02-25T20:21:30.281Z Compiling serde_derive v1.0.228
26492026-02-25T20:21:30.307Z 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=df963b0a772b4e56 -C extra-filename=-2f7eb2a94594c188 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26502026-02-25T20:21:30.770Z Compiling zeroize_derive v1.4.2
26512026-02-25T20:21:30.797Z 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=5d9f882b5c46cce4 -C extra-filename=-3d27ccaca2b2c317 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26522026-02-25T20:21:31.028Z Compiling zerofrom-derive v0.1.4
26532026-02-25T20:21:31.074Z 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=cb15ed7f07ebbe0b -C extra-filename=-751d2817b3426727 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-bb5b0e05316dd842.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26542026-02-25T20:21:31.100Z Compiling yoke-derive v0.7.4
26552026-02-25T20:21:31.100Z 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=c87730e0141801bb -C extra-filename=-0cb70b6945d2d870 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-bb5b0e05316dd842.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26562026-02-25T20:21:31.345Z Compiling zerovec-derive v0.10.3
26572026-02-25T20:21:31.371Z 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=50a87c864f7ecbf1 -C extra-filename=-dd6be4383d650882 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26582026-02-25T20:21:32.445Z Compiling zeroize v1.8.1
26592026-02-25T20:21:32.470Z 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=32fca3869c34e97b -C extra-filename=-01346246a6800d2f --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-3d27ccaca2b2c317.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26602026-02-25T20:21:32.858Z Compiling displaydoc v0.2.5
26612026-02-25T20:21:32.883Z 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=dd8b19039ee64e72 -C extra-filename=-eed70be336d44950 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26622026-02-25T20:21:33.883Z Compiling icu_provider_macros v1.5.0
26632026-02-25T20:21:33.908Z 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=11647fc92fdb907d -C extra-filename=-9603663e77db664e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26642026-02-25T20:21:34.118Z 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=0523f276a75fa33b -C extra-filename=-e031f19ba2f6cfb1 --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-01346246a6800d2f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg relaxed_coherence`
26652026-02-25T20:21:34.563Z Compiling zerofrom v0.1.4
26662026-02-25T20:21:34.588Z 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=5c64477b328d9e5c -C extra-filename=-7b15205c3cd6d8d6 --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-751d2817b3426727.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26672026-02-25T20:21:34.748Z Compiling thiserror-impl v2.0.18
26682026-02-25T20:21:34.774Z 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=47ef5e6ffb7883b2 -C extra-filename=-213a015b855d8289 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26692026-02-25T20:21:34.812Z Compiling tokio-macros v2.6.0
26702026-02-25T20:21:34.861Z 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=3777c6fd2faeb028 -C extra-filename=-d932b8ea04d1a71e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26712026-02-25T20:21:34.896Z Compiling yoke v0.7.4
26722026-02-25T20:21:34.920Z 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=794fc193904138aa -C extra-filename=-27cbb94b25f9ed99 --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-0cb70b6945d2d870.so --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-7b15205c3cd6d8d6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26732026-02-25T20:21:35.061Z Compiling regex v1.11.3
26742026-02-25T20:21:35.086Z 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.11.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="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=14df734b31f5454c -C extra-filename=-154dd6639b7e72c8 --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-e943678c4f94acce.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`
26752026-02-25T20:21:35.363Z Compiling zerovec v0.10.4
26762026-02-25T20:21:35.388Z 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=7a5cfb535a4e50f2 -C extra-filename=-7ec14a15c92ebdd2 --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-27cbb94b25f9ed99.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-7b15205c3cd6d8d6.rmeta --extern zerovec_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerovec_derive-dd6be4383d650882.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26772026-02-25T20:21:35.674Z Compiling crypto-common v0.1.6
26782026-02-25T20:21:35.731Z 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=b06843b07cd9ebe0 -C extra-filename=-b7ae764de0150ab4 --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-e031f19ba2f6cfb1.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`
26792026-02-25T20:21:36.076Z Compiling thiserror-impl v1.0.69
26802026-02-25T20:21:36.076Z 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=f458f8aed4ab77ef -C extra-filename=-a335c9c2d5edac0b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26812026-02-25T20:21:36.268Z Compiling zerocopy-derive v0.7.35
26822026-02-25T20:21:36.292Z 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=d9d7aa2075a01f7f -C extra-filename=-311e59c130d175fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26832026-02-25T20:21:36.655Z Compiling schemars_derive v0.8.22
26842026-02-25T20:21:36.679Z 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=f24f57928cba5b9a -C extra-filename=-afed3a46409a0a3f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-5f235eb19fcf9029.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26852026-02-25T20:21:36.710Z Compiling block-buffer v0.10.4
26862026-02-25T20:21:36.763Z 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=caee4471c45d8154 -C extra-filename=-1ba527f0bd51faa1 --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-e031f19ba2f6cfb1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26872026-02-25T20:21:37.108Z Compiling digest v0.10.7
26882026-02-25T20:21:37.133Z 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=f64a10a3e9aa783d -C extra-filename=-832701acb9ca9d3b --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-1ba527f0bd51faa1.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-b7ae764de0150ab4.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`
26892026-02-25T20:21:37.658Z Compiling tinystr v0.7.6
26902026-02-25T20:21:37.702Z 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=209acd5728f51634 -C extra-filename=-60e70dd17c9f37cc --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-eed70be336d44950.so --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-7ec14a15c92ebdd2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26912026-02-25T20:21:37.745Z Compiling icu_collections v1.5.0
26922026-02-25T20:21:37.769Z 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=d47a2db14210f61a -C extra-filename=-cd64382b37d6e4d0 --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-eed70be336d44950.so --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-27cbb94b25f9ed99.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-7b15205c3cd6d8d6.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-7ec14a15c92ebdd2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26932026-02-25T20:21:38.167Z Compiling icu_locid v1.5.0
26942026-02-25T20:21:38.193Z 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=f28c8bbc6589cfb1 -C extra-filename=-814e3df3b74b3df3 --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-eed70be336d44950.so --extern litemap=/work/oxidecomputer/omicron/target/debug/deps/liblitemap-f8d7dda46b524d38.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-60e70dd17c9f37cc.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-6dcddd387f9eabd8.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-7ec14a15c92ebdd2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26952026-02-25T20:21:38.275Z 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=8f1e5c9203710c8c -C extra-filename=-839c1c9f312a7691 --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-2f7eb2a94594c188.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)'`
26962026-02-25T20:21:38.299Z 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=b5f95472a0d9bcda -C extra-filename=-4bb6e69cb038f134 --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-213a015b855d8289.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)'`
26972026-02-25T20:21:38.428Z Compiling zerocopy v0.7.35
26982026-02-25T20:21:38.452Z 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=6c9f23ccba1ce833 -C extra-filename=-86657b3b2519ee82 --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-311e59c130d175fc.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26992026-02-25T20:21:38.515Z Compiling futures-macro v0.3.31
27002026-02-25T20:21:38.540Z 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=c53c25fe52832698 -C extra-filename=-008aa4605d5b62d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27012026-02-25T20:21:39.104Z Compiling tracing-attributes v0.1.27
27022026-02-25T20:21:39.128Z 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=105e3ef7a89e0819 -C extra-filename=-4ea6efd8ce9b3b76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27032026-02-25T20:21:39.458Z Compiling bitflags v2.9.4
27042026-02-25T20:21:39.482Z 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=ccbdc791c43f7d6b -C extra-filename=-9880ddee2528f34f --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-839c1c9f312a7691.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27052026-02-25T20:21:39.540Z Compiling bytes v1.11.1
27062026-02-25T20:21:39.565Z 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=808a667ad1562aa3 -C extra-filename=-d3b297ef696f7fa0 --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-839c1c9f312a7691.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27072026-02-25T20:21:40.017Z Compiling icu_provider v1.5.0
27082026-02-25T20:21:40.066Z Compiling chrono v0.4.43
27092026-02-25T20:21:40.066Z 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=47782b91145ebfbe -C extra-filename=-8198728342b386f7 --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-eed70be336d44950.so --extern icu_locid=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid-814e3df3b74b3df3.rmeta --extern icu_provider_macros=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider_macros-9603663e77db664e.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-60e70dd17c9f37cc.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-6dcddd387f9eabd8.rmeta --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-27cbb94b25f9ed99.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-7b15205c3cd6d8d6.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-7ec14a15c92ebdd2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27102026-02-25T20:21:40.091Z 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=910e993cec1055a1 -C extra-filename=-f03f04b4b6546582 --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-9880ddee2528f34f.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`
27112026-02-25T20:21:40.092Z 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=47f214ca391674db -C extra-filename=-26147300913a2b5a --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-839c1c9f312a7691.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27122026-02-25T20:21:40.352Z 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=3e6347042e4cb283 -C extra-filename=-faea33d7e770db07 --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-a335c9c2d5edac0b.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)'`
27132026-02-25T20:21:40.577Z Compiling futures-util v0.3.31
27142026-02-25T20:21:40.601Z 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=30ead4c9c81bd24b -C extra-filename=-17ee7386fcecf0f7 --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-dfa4784a203e919e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.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-008aa4605d5b62d0.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`
27152026-02-25T20:21:40.631Z Compiling ppv-lite86 v0.2.20
27162026-02-25T20:21:40.663Z 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=16f95148333148f4 -C extra-filename=-a48a7ff70d304dcf --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-86657b3b2519ee82.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27172026-02-25T20:21:40.876Z Compiling tokio v1.49.0
27182026-02-25T20:21:40.910Z 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=59df016a95b64102 -C extra-filename=-595358cf5c627738 --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-d3b297ef696f7fa0.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-d932b8ea04d1a71e.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27192026-02-25T20:21:41.216Z Compiling icu_locid_transform v1.5.0
27202026-02-25T20:21:41.241Z 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=2a67fde22f0c4eea -C extra-filename=-33c55017373b9bd3 --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-eed70be336d44950.so --extern icu_locid=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid-814e3df3b74b3df3.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-8198728342b386f7.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-60e70dd17c9f37cc.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-7ec14a15c92ebdd2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27212026-02-25T20:21:41.310Z Compiling addr2line v0.24.2
27222026-02-25T20:21:41.335Z 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`
27232026-02-25T20:21:41.615Z Compiling object v0.36.5
27242026-02-25T20:21:41.640Z 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`
27252026-02-25T20:21:42.128Z Compiling rustc-demangle v0.1.24
27262026-02-25T20:21:42.154Z 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`
27272026-02-25T20:21:42.661Z Compiling icu_properties v1.5.1
27282026-02-25T20:21:42.713Z 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=3fdf3becba708822 -C extra-filename=-658f172d9b02107a --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-eed70be336d44950.so --extern icu_collections=/work/oxidecomputer/omicron/target/debug/deps/libicu_collections-cd64382b37d6e4d0.rmeta --extern icu_locid_transform=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid_transform-33c55017373b9bd3.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-8198728342b386f7.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-60e70dd17c9f37cc.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-7ec14a15c92ebdd2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27292026-02-25T20:21:43.168Z Compiling tracing v0.1.40
27302026-02-25T20:21:43.193Z 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=822b4c0a62abd5fe -C extra-filename=-cc4c8bb02a9b9e01 --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-4ea6efd8ce9b3b76.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`
27312026-02-25T20:21:43.776Z Compiling http v1.4.0
27322026-02-25T20:21:43.800Z Compiling crossbeam-utils v0.8.21
27332026-02-25T20:21:43.800Z 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=9db5461f2d5157bb -C extra-filename=-a2a2a4a16aad62f2 --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-d3b297ef696f7fa0.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`
27342026-02-25T20:21:43.825Z 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`
27352026-02-25T20:21:43.896Z Compiling clang-sys v1.8.1
27362026-02-25T20:21:43.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/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`
27372026-02-25T20:21:44.657Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-a7af6d897e8ce022/build-script-build`
27382026-02-25T20:21:44.737Z Compiling paste v1.0.15
27392026-02-25T20:21:44.801Z 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`
27402026-02-25T20:21:44.846Z Compiling minimal-lexical v0.2.1
27412026-02-25T20:21:44.871Z 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`
27422026-02-25T20:21:45.338Z Compiling prettyplease v0.2.36
27432026-02-25T20:21:45.362Z 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`
27442026-02-25T20:21:45.481Z Compiling nom v7.1.3
27452026-02-25T20:21:45.481Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-4fb0e3b03d49a8c7/build-script-build`
27462026-02-25T20:21:45.526Z 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`
27472026-02-25T20:21:45.623Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-0842850093c5fa9d/build-script-build`
27482026-02-25T20:21:45.702Z 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)'`
27492026-02-25T20:21:45.947Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-3dbd4f39029450c5/build-script-build`
27502026-02-25T20:21:46.038Z Compiling serde_tokenstream v0.2.2
27512026-02-25T20:21:46.062Z 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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2a6a63990c74d4c7 -C extra-filename=-5445f283397c81ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27522026-02-25T20:21:46.336Z 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"))'`
27532026-02-25T20:21:46.794Z Compiling anyhow v1.0.99
27542026-02-25T20:21:46.819Z 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`
27552026-02-25T20:21:46.861Z Compiling libloading v0.8.5
27562026-02-25T20:21:46.886Z 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`
27572026-02-25T20:21:47.040Z Compiling time-core v0.1.6
27582026-02-25T20:21:47.065Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-core-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 --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())' -C metadata=5f32cce9d6fba644 -C extra-filename=-1de69f85b872ba93 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-25T20:21:47.358Z Compiling icu_normalizer v1.5.0
27602026-02-25T20:21:47.382Z 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=570bf3c5ad9f9f64 -C extra-filename=-6ba67635549b5f50 --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-eed70be336d44950.so --extern icu_collections=/work/oxidecomputer/omicron/target/debug/deps/libicu_collections-cd64382b37d6e4d0.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-658f172d9b02107a.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-8198728342b386f7.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-7ec14a15c92ebdd2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27612026-02-25T20:21:47.441Z Compiling base64ct v1.6.0
27622026-02-25T20:21:47.466Z 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`
27632026-02-25T20:21:47.627Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-79de0427848dddb6/build-script-build`
27642026-02-25T20:21:47.799Z Compiling num-conv v0.1.0
27652026-02-25T20:21:47.824Z 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.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused --warn=unreachable-pub '--deny=clippy::std-instead-of-core' --warn=missing-docs '--deny=clippy::alloc-instead-of-core' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1c7fa2f6a4e064f4 -C extra-filename=-bb23ded9e9458ecb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27662026-02-25T20:21:48.085Z Compiling utf8parse v0.2.2
27672026-02-25T20:21:48.112Z 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`
27682026-02-25T20:21:48.198Z Compiling powerfmt v0.2.0
27692026-02-25T20:21:48.198Z 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`
27702026-02-25T20:21:48.254Z Compiling time-macros v0.2.24
27712026-02-25T20:21:48.279Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.24/src/lib.rs --error-format=json --json=diagnostic-rendered-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=916afade31e59b07 -C extra-filename=-668262bdb1c23283 --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-bb23ded9e9458ecb.rlib --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-1de69f85b872ba93.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27722026-02-25T20:21:48.365Z 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`
27732026-02-25T20:21:48.438Z 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=e81bc8649d9aa8c0 -C extra-filename=-948b859312dbbac6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.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)'`
27742026-02-25T20:21:48.658Z Compiling idna_adapter v1.2.0
27752026-02-25T20:21:48.742Z 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=aba280016be13369 -C extra-filename=-dba284a274537dc4 --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-6ba67635549b5f50.rmeta --extern icu_properties=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties-658f172d9b02107a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27762026-02-25T20:21:48.985Z Compiling idna v1.0.3
27772026-02-25T20:21:49.010Z 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=67f3dcb215808611 -C extra-filename=-23c24be66a4c0dc5 --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-dba284a274537dc4.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`
27782026-02-25T20:21:49.261Z Compiling cexpr v0.6.0
27792026-02-25T20:21:49.286Z 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`
27802026-02-25T20:21:49.317Z Compiling backtrace v0.3.74
27812026-02-25T20:21:49.342Z 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`
27822026-02-25T20:21:49.967Z Compiling url v2.5.4
27832026-02-25T20:21:49.992Z 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=de29814e67bd8485 -C extra-filename=-47e15988146239e3 --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-23c24be66a4c0dc5.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-4e27467e3006387d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27842026-02-25T20:21:50.795Z 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)'`
27852026-02-25T20:21:51.359Z Compiling deranged v0.5.3
27862026-02-25T20:21:51.383Z 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`
27872026-02-25T20:21:51.450Z 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=d368a9a48f89b9ed -C extra-filename=-78a47547c8250cbd --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-d3b297ef696f7fa0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.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-afed3a46409a0a3f.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-47e15988146239e3.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`
27882026-02-25T20:21:51.791Z Compiling block-padding v0.3.3
27892026-02-25T20:21:51.819Z 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=98ebeef94e99f6d2 -C extra-filename=-3dbd7d43ff320970 --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-e031f19ba2f6cfb1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27902026-02-25T20:21:51.869Z Compiling num_threads v0.1.7
27912026-02-25T20:21:51.920Z 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`
27922026-02-25T20:21:52.115Z Compiling base64 v0.22.1
27932026-02-25T20:21:52.140Z 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`
27942026-02-25T20:21:52.231Z Compiling home v0.5.9
27952026-02-25T20:21:52.256Z 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`
27962026-02-25T20:21:52.299Z Compiling inout v0.1.3
27972026-02-25T20:21:52.323Z 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=a57f13719f532af1 -C extra-filename=-13ddba1753151442 --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-3dbd7d43ff320970.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-e031f19ba2f6cfb1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27982026-02-25T20:21:52.567Z Compiling ring v0.17.14
27992026-02-25T20:21:52.594Z 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`
28002026-02-25T20:21:52.677Z Compiling vcpkg v0.2.15
28012026-02-25T20:21:52.702Z 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`
28022026-02-25T20:21:52.727Z Compiling cipher v0.4.4
28032026-02-25T20:21:52.727Z 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=dc9915d1aaa45065 -C extra-filename=-c4cf7be64d07a3a5 --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-b7ae764de0150ab4.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-13ddba1753151442.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28042026-02-25T20:21:52.955Z Compiling ipnet v2.11.0
28052026-02-25T20:21:52.981Z 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=f954fe15e41acd96 -C extra-filename=-58606c2cc24cce8a --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-839c1c9f312a7691.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28062026-02-25T20:21:53.355Z Compiling zerocopy v0.8.27
28072026-02-25T20:21:53.379Z 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`
28082026-02-25T20:21:53.959Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-2f1e3d909ebc3ed5/build-script-build`
28092026-02-25T20:21:54.347Z Compiling time v0.3.43
28102026-02-25T20:21:54.372Z Compiling ident_case v1.0.1
28112026-02-25T20:21:54.372Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.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 --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=de64f3332c1f5ae9 -C extra-filename=-129e369738b0a325 --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 libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern num_conv=/work/oxidecomputer/omicron/target/debug/deps/libnum_conv-bb23ded9e9458ecb.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-1de69f85b872ba93.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-668262bdb1c23283.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28122026-02-25T20:21:54.373Z 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`
28132026-02-25T20:21:55.492Z Compiling anstyle v1.0.11
28142026-02-25T20:21:55.538Z 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`
28152026-02-25T20:21:55.538Z Running `/work/oxidecomputer/omicron/target/debug/build/zerocopy-4c949498b0a9713e/build-script-build`
28162026-02-25T20:21:55.539Z Compiling zerocopy-derive v0.8.27
28172026-02-25T20:21:55.539Z 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=e2a36e2d894f2e3e -C extra-filename=-55891c5e1399b889 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28182026-02-25T20:21:55.539Z Compiling itertools v0.12.1
28192026-02-25T20:21:55.539Z 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`
28202026-02-25T20:21:55.539Z Compiling bindgen v0.69.5
28212026-02-25T20:21:55.539Z 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/bindgen-0.69.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="prettyplease"' --cfg 'feature="runtime"' --cfg 'feature="which-rustfmt"' --check-cfg 'cfg(docsrs,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=95f0e186316d3afc -C extra-filename=-b0796a1bbf5748de --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-b0796a1bbf5748de -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28222026-02-25T20:21:55.539Z Compiling which v4.4.2
28232026-02-25T20:21:55.539Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name which --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/which-4.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("regex"))' -C metadata=52bd0645d2592b13 -C extra-filename=-897848bac94cf146 --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 home=/work/oxidecomputer/omicron/target/debug/deps/libhome-ef6679bdb4d45792.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-f03f04b4b6546582.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28242026-02-25T20:21:55.954Z Compiling tokio-util v0.7.15
28252026-02-25T20:21:55.978Z 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=9fca5e946b32e025 -C extra-filename=-894ddf120530f547 --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-d3b297ef696f7fa0.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.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-17ee7386fcecf0f7.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-595358cf5c627738.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28262026-02-25T20:21:56.307Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-b0796a1bbf5748de/build-script-build`
28272026-02-25T20:21:56.383Z Compiling anstyle-parse v0.2.5
28282026-02-25T20:21:56.408Z 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`
28292026-02-25T20:21:56.815Z Compiling pem-rfc7468 v0.7.0
28302026-02-25T20:21:56.840Z 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`
28312026-02-25T20:21:56.873Z Compiling sha2 v0.10.9
28322026-02-25T20:21:56.897Z 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=a3e756f03413614c -C extra-filename=-f63087145c59662c --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-832701acb9ca9d3b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28332026-02-25T20:21:57.572Z Compiling httparse v1.9.5
28342026-02-25T20:21:57.596Z 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`
28352026-02-25T20:21:58.186Z 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=ef993397c2d7e548 -C extra-filename=-af45d7a74cb7353d --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-55891c5e1399b889.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)'`
28362026-02-25T20:21:58.239Z Compiling atomic-waker v1.1.2
28372026-02-25T20:21:58.264Z 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`
28382026-02-25T20:21:58.414Z Compiling anstyle-query v1.1.1
28392026-02-25T20:21:58.439Z 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`
28402026-02-25T20:21:58.528Z Compiling colorchoice v1.0.2
28412026-02-25T20:21:58.552Z 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`
28422026-02-25T20:21:58.587Z Compiling lazycell v1.3.0
28432026-02-25T20:21:58.612Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name lazycell --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lazycell-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clippy", "nightly", "nightly-testing", "serde"))' -C metadata=68ee8e3eed235bb0 -C extra-filename=-7e95de5e094cac83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28442026-02-25T20:21:58.691Z Compiling rustc-hash v1.1.0
28452026-02-25T20:21:58.691Z Compiling is_terminal_polyfill v1.70.1
28462026-02-25T20:21:58.691Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rustc_hash --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustc-hash-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=c9b57224ba2011cf -C extra-filename=-afaf0736521ebcd3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28472026-02-25T20:21:58.734Z 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`
28482026-02-25T20:21:58.806Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-67011793a8a8d245/build-script-build`
28492026-02-25T20:21:58.877Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bindgen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bindgen-0.69.5/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="prettyplease"' --cfg 'feature="runtime"' --cfg 'feature="which-rustfmt"' --check-cfg 'cfg(docsrs,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=c25f281119442b34 -C extra-filename=-8fa5e0c848dd2add --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-9880ddee2528f34f.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-9c26ba82ff743d15.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-bdecca09356102e1.rmeta --extern lazycell=/work/oxidecomputer/omicron/target/debug/deps/liblazycell-7e95de5e094cac83.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-948b859312dbbac6.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-afaf0736521ebcd3.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-498b3287c21cda57.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rmeta --extern which=/work/oxidecomputer/omicron/target/debug/deps/libwhich-897848bac94cf146.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28502026-02-25T20:21:58.934Z Compiling anstream v0.6.18
28512026-02-25T20:21:58.959Z Compiling hmac v0.12.1
28522026-02-25T20:21:58.959Z 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`
28532026-02-25T20:21:58.960Z 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=5a36aea1c36f6a34 -C extra-filename=-1f53edda588876e5 --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-832701acb9ca9d3b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28542026-02-25T20:21:59.058Z Compiling cmake v0.1.51
28552026-02-25T20:21:59.105Z 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.51/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=20e90bb0008077bb -C extra-filename=-6570537da236cce4 --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`
28562026-02-25T20:21:59.349Z Compiling fastrand v2.1.1
28572026-02-25T20:21:59.374Z 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`
28582026-02-25T20:21:59.668Z Compiling untrusted v0.9.0
28592026-02-25T20:21:59.693Z 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`
28602026-02-25T20:21:59.742Z Compiling dunce v1.0.5
28612026-02-25T20:21:59.767Z 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`
28622026-02-25T20:21:59.850Z Compiling fs_extra v1.3.0
28632026-02-25T20:21:59.874Z 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`
28642026-02-25T20:21:59.961Z 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`
28652026-02-25T20:21:59.986Z 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`
28662026-02-25T20:22:00.097Z Compiling terminal_size v0.4.0
28672026-02-25T20:22:00.122Z Compiling der_derive v0.7.3
28682026-02-25T20:22:00.122Z 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=ee14f40fd540c966 -C extra-filename=-3aa2b5a473e3452b --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-f03f04b4b6546582.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28692026-02-25T20:22:00.122Z 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=48d6b2b43009a439 -C extra-filename=-802bb57aee2ae7c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28702026-02-25T20:22:00.459Z Compiling flagset v0.4.6
28712026-02-25T20:22:00.484Z 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`
28722026-02-25T20:22:00.548Z Compiling rand_chacha v0.3.1
28732026-02-25T20:22:00.573Z 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=17aeaef184b48f26 -C extra-filename=-f2585e3e3b8ef856 --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-a48a7ff70d304dcf.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`
28742026-02-25T20:22:00.774Z Compiling clap_lex v0.7.4
28752026-02-25T20:22:00.799Z 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`
28762026-02-25T20:22:00.833Z Compiling ryu v1.0.18
28772026-02-25T20:22:00.833Z Compiling clap_derive v4.5.47
28782026-02-25T20:22:00.952Z 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=418ab262e18bbad0 -C extra-filename=-f5c766837dae8537 --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-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28792026-02-25T20:22:00.953Z 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`
28802026-02-25T20:22:01.305Z Compiling clap_builder v4.5.48
28812026-02-25T20:22:01.330Z 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=f8353e519368b7c1 -C extra-filename=-e65843c263c6b84d --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-3aa2b5a473e3452b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28822026-02-25T20:22:01.375Z Compiling rand v0.8.5
28832026-02-25T20:22:01.399Z 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=71cbc775043b3503 -C extra-filename=-c2206934edeca671 --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-f2585e3e3b8ef856.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`
28842026-02-25T20:22:02.596Z Compiling aws-lc-rs v1.12.4
28852026-02-25T20:22:02.681Z 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.12.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="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", "fips", "non-fips", "prebuilt-nasm", "ring-io", "ring-sig-verify", "test_logging", "unstable"))' -C metadata=5b24aa1b815b75dd -C extra-filename=-d886d24e6ffbb8dc --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-d886d24e6ffbb8dc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28862026-02-25T20:22:02.681Z Compiling rustls-pki-types v1.10.0
28872026-02-25T20:22:02.681Z Compiling der v0.7.10
28882026-02-25T20:22:02.706Z 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.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "web", "web-time"))' -C metadata=6da6c2d3be8b8673 -C extra-filename=-1e47dd6669950f74 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28892026-02-25T20:22:02.706Z 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=3f29a6ad9ddb3d9e -C extra-filename=-904e4fb8bb5c555d --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-802bb57aee2ae7c6.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-01346246a6800d2f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28902026-02-25T20:22:03.238Z Compiling http-body v1.0.1
28912026-02-25T20:22:03.263Z 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=54b3bbc02c0b8c0b -C extra-filename=-5d581a070c6a7e88 --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-d3b297ef696f7fa0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28922026-02-25T20:22:03.597Z Compiling unicode-segmentation v1.12.0
28932026-02-25T20:22:03.690Z 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`
28942026-02-25T20:22:03.690Z Compiling try-lock v0.2.5
28952026-02-25T20:22:03.730Z 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`
28962026-02-25T20:22:03.756Z Compiling httpdate v1.0.3
28972026-02-25T20:22:03.756Z 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`
28982026-02-25T20:22:03.987Z Compiling untrusted v0.7.1
28992026-02-25T20:22:04.012Z 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`
29002026-02-25T20:22:04.258Z Compiling want v0.3.1
29012026-02-25T20:22:04.283Z 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`
29022026-02-25T20:22:04.307Z Compiling h2 v0.4.6
29032026-02-25T20:22:04.307Z 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=116340007c5258f6 -C extra-filename=-6ae712a802a79a83 --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-d3b297ef696f7fa0.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-22553d033a4f20d3.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4ea66d469f289a56.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-833783da88e2e52d.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-0c38d5d793d964d1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-cc4c8bb02a9b9e01.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29042026-02-25T20:22:04.583Z Compiling toml_datetime v0.6.11
29052026-02-25T20:22:04.608Z 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=7733059890747278 -C extra-filename=-6b10785537462411 --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-839c1c9f312a7691.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29062026-02-25T20:22:04.667Z Compiling serde_spanned v0.6.9
29072026-02-25T20:22:04.692Z 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=e6c3d13fb5276157 -C extra-filename=-45c68868da543993 --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-839c1c9f312a7691.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29082026-02-25T20:22:04.752Z Compiling slog v2.8.2
29092026-02-25T20:22:04.777Z 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`
29102026-02-25T20:22:04.989Z Compiling tower-layer v0.3.3
29112026-02-25T20:22:05.014Z 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`
29122026-02-25T20:22:05.266Z Compiling tower-service v0.3.3
29132026-02-25T20:22:05.266Z 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`
29142026-02-25T20:22:05.335Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-2cd63dfd2eeba7dc/build-script-build`
29152026-02-25T20:22:05.415Z Compiling spki v0.7.3
29162026-02-25T20:22:05.440Z 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=a627f79a3aef66bb -C extra-filename=-e8597f0e24f239bd --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-904e4fb8bb5c555d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29172026-02-25T20:22:05.491Z Compiling pbkdf2 v0.12.2
29182026-02-25T20:22:05.491Z Compiling openssl-sys v0.9.109
29192026-02-25T20:22:05.491Z 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=86d48c82937987e1 -C extra-filename=-4b23df7d3799a162 --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-832701acb9ca9d3b.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-1f53edda588876e5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29202026-02-25T20:22:05.516Z 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`
29212026-02-25T20:22:05.597Z Compiling aes v0.8.4
29222026-02-25T20:22:05.622Z 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=7ad36a6f9bec9a22 -C extra-filename=-b43b0f232a6e7695 --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-c4cf7be64d07a3a5.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`
29232026-02-25T20:22:05.784Z Compiling clap v4.5.48
29242026-02-25T20:22:05.808Z 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=42132d9f000c8e92 -C extra-filename=-38ba13b1dd5cc181 --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-e65843c263c6b84d.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-f5c766837dae8537.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29252026-02-25T20:22:05.981Z Compiling erased-serde v0.3.31
29262026-02-25T20:22:06.007Z 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=fa564ecd44fa0c94 -C extra-filename=-1c7b2e78ed607d83 --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-839c1c9f312a7691.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29272026-02-25T20:22:06.042Z Compiling async-trait v0.1.89
29282026-02-25T20:22:06.095Z 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=e57f42dc50a23625 -C extra-filename=-88cea7bf556fbbd3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29292026-02-25T20:22:06.119Z Compiling rand_core v0.9.3
29302026-02-25T20:22:06.180Z 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`
29312026-02-25T20:22:06.784Z Compiling camino v1.2.2
29322026-02-25T20:22:06.808Z 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`
29332026-02-25T20:22:06.918Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-d4f960c372ce0669/build-script-main`
29342026-02-25T20:22:07.057Z Compiling salsa20 v0.10.2
29352026-02-25T20:22:07.081Z 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=329399f10b189612 -C extra-filename=-bfd5266971cb59a1 --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-c4cf7be64d07a3a5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29362026-02-25T20:22:07.388Z 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=c3f4a1f05e91045e -C extra-filename=-5f62dafef9bf8e12 --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-1c7b2e78ed607d83.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)'`
29372026-02-25T20:22:07.459Z Compiling cbc v0.1.2
29382026-02-25T20:22:07.483Z 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=41a3ce9b43af6c25 -C extra-filename=-ca7f16df0e7a3907 --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-c4cf7be64d07a3a5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29392026-02-25T20:22:07.641Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-668ad987f172a089/build-script-build`
29402026-02-25T20:22:07.820Z Compiling rustc_version v0.4.1
29412026-02-25T20:22:07.844Z 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`
29422026-02-25T20:22:07.870Z Compiling mime v0.3.17
29432026-02-25T20:22:07.895Z 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`
29442026-02-25T20:22:08.307Z Compiling ucd-trie v0.1.7
29452026-02-25T20:22:08.332Z 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`
29462026-02-25T20:22:08.359Z Compiling rustix v1.1.3
29472026-02-25T20:22:08.385Z 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`
29482026-02-25T20:22:08.538Z 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)'`
29492026-02-25T20:22:08.572Z Compiling scrypt v0.11.0
29502026-02-25T20:22:08.597Z 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=01693d98263319ce -C extra-filename=-20a065212688c054 --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-4b23df7d3799a162.rmeta --extern salsa20=/work/oxidecomputer/omicron/target/debug/deps/libsalsa20-bfd5266971cb59a1.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29512026-02-25T20:22:08.794Z Compiling pest v2.8.2
29522026-02-25T20:22:08.818Z 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=612ecda71e2e13cf -C extra-filename=-ce22f19b9acdf3d4 --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-4bb6e69cb038f134.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`
29532026-02-25T20:22:08.924Z Compiling pkcs5 v0.7.1
29542026-02-25T20:22:08.948Z 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=1f0cf84f5686b132 -C extra-filename=-b20cc15bb5109791 --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-b43b0f232a6e7695.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-ca7f16df0e7a3907.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-904e4fb8bb5c555d.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-4b23df7d3799a162.rmeta --extern scrypt=/work/oxidecomputer/omicron/target/debug/deps/libscrypt-20a065212688c054.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-e8597f0e24f239bd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29552026-02-25T20:22:09.159Z Compiling rand_chacha v0.9.0
29562026-02-25T20:22:09.184Z 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=3c8b63c98395f419 -C extra-filename=-40431de2039ba476 --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-a48a7ff70d304dcf.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`
29572026-02-25T20:22:09.232Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-1d637f5254121005/build-script-build`
29582026-02-25T20:22:09.475Z Compiling http-body-util v0.1.3
29592026-02-25T20:22:09.500Z 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=054bffaa7a15e95c -C extra-filename=-00677b18825d4732 --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-d3b297ef696f7fa0.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-5d581a070c6a7e88.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`
29602026-02-25T20:22:09.719Z Compiling plain v0.2.3
29612026-02-25T20:22:09.743Z 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`
29622026-02-25T20:22:09.967Z Compiling rand v0.9.2
29632026-02-25T20:22:09.992Z 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=96a39c5547f80834 -C extra-filename=-afe5225732d12924 --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-40431de2039ba476.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`
29642026-02-25T20:22:10.094Z Compiling pkcs8 v0.10.2
29652026-02-25T20:22:10.119Z 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=7293f16e76737c8a -C extra-filename=-c0a33bd7df5bf90f --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-904e4fb8bb5c555d.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-b20cc15bb5109791.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-e8597f0e24f239bd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29662026-02-25T20:22:10.144Z Compiling hex v0.4.3
29672026-02-25T20:22:10.144Z 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=8e18ba13abf8a31a -C extra-filename=-f6123d8c48a96a15 --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-839c1c9f312a7691.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29682026-02-25T20:22:10.392Z 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=91c1006d2fd72974 -C extra-filename=-1939e5575b5e5905 --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-9880ddee2528f34f.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`
29692026-02-25T20:22:10.842Z Compiling openssl-probe v0.1.5
29702026-02-25T20:22:10.890Z 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`
29712026-02-25T20:22:10.928Z Compiling openssl v0.10.73
29722026-02-25T20:22:10.928Z 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`
29732026-02-25T20:22:10.985Z Compiling foreign-types-shared v0.1.1
29742026-02-25T20:22:11.010Z 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`
29752026-02-25T20:22:11.196Z Compiling foreign-types v0.3.2
29762026-02-25T20:22:11.223Z 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`
29772026-02-25T20:22:11.273Z 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)'`
29782026-02-25T20:22:11.391Z Compiling serde_urlencoded v0.7.1
29792026-02-25T20:22:11.418Z 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=95885e325bd749e6 -C extra-filename=-fdb259f868f965ab --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-839c1c9f312a7691.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29802026-02-25T20:22:11.481Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-3993aabfb0db3d9c/build-script-build`
29812026-02-25T20:22:11.548Z Compiling openssl-macros v0.1.1
29822026-02-25T20:22:11.573Z 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=e69b7443db071612 -C extra-filename=-c3396d39a1849df6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29832026-02-25T20:22:11.941Z Compiling hyper v1.8.1
29842026-02-25T20:22:11.967Z 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=66a4fc3525c6299e -C extra-filename=-edfb34fb7fdc0918 --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-d3b297ef696f7fa0.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-dfa4784a203e919e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-6ae712a802a79a83.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-5d581a070c6a7e88.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-595358cf5c627738.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`
29852026-02-25T20:22:12.070Z Compiling pest_meta v2.8.2
29862026-02-25T20:22:12.094Z 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=5bed8dc2de413f95 -C extra-filename=-f6791c44f3ef5020 --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-ce22f19b9acdf3d4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29872026-02-25T20:22:12.285Z Compiling encoding_rs v0.8.34
29882026-02-25T20:22:12.309Z 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`
29892026-02-25T20:22:12.601Z Compiling pretty-hex v0.4.1
29902026-02-25T20:22:12.707Z 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`
29912026-02-25T20:22:12.732Z Compiling rustls v0.23.19
29922026-02-25T20:22:12.758Z 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.19/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="aws_lc_rs"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=d82b7a4a38e2087f -C extra-filename=-3c6fd879802621de --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-3c6fd879802621de -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29932026-02-25T20:22:12.934Z 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=cf468be218a6463b -C extra-filename=-2055f5b2989e4397 --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-9880ddee2528f34f.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-c3396d39a1849df6.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)'`
29942026-02-25T20:22:13.157Z Compiling tempfile v3.24.0
29952026-02-25T20:22:13.182Z 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=71c0c43b08e98074 -C extra-filename=-ab6b255b7ac8a78d --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-1939e5575b5e5905.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29962026-02-25T20:22:13.595Z Compiling ipnetwork v0.21.1
29972026-02-25T20:22:13.620Z 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=9bdc3dfd936b5874 -C extra-filename=-b506b73b6d5c9588 --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-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29982026-02-25T20:22:14.039Z Compiling pest_generator v2.8.2
29992026-02-25T20:22:14.063Z 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=6fa9dfca1051bc27 -C extra-filename=-9d47e53324d0441d --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-ce22f19b9acdf3d4.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-f6791c44f3ef5020.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30002026-02-25T20:22:14.459Z Compiling openapiv3 v2.2.0
30012026-02-25T20:22:14.484Z 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=0906a649e12a7e1c -C extra-filename=-1e2967a1dca46d32 --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-833783da88e2e52d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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`
30022026-02-25T20:22:14.519Z Compiling native-tls v0.2.12
30032026-02-25T20:22:14.544Z 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`
30042026-02-25T20:22:15.026Z Compiling hyper-util v0.1.19
30052026-02-25T20:22:15.051Z 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=718293843aa9fda1 -C extra-filename=-579e2954eea9547f --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-d3b297ef696f7fa0.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-dfa4784a203e919e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-17ee7386fcecf0f7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-5d581a070c6a7e88.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-58606c2cc24cce8a.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-595358cf5c627738.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-cc4c8bb02a9b9e01.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30062026-02-25T20:22:16.086Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-e415e630c4a0d985/build-script-build`
30072026-02-25T20:22:16.110Z Compiling cookie v0.18.1
30082026-02-25T20:22:16.110Z 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`
30092026-02-25T20:22:16.162Z Compiling litrs v0.4.1
30102026-02-25T20:22:16.186Z 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`
30112026-02-25T20:22:16.253Z Compiling sync_wrapper v1.0.1
30122026-02-25T20:22:16.277Z 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=e81126ca503ee2a6 -C extra-filename=-97e59ee6a82c9763 --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-5ef34cadf3341d7d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30132026-02-25T20:22:16.497Z Compiling psl-types v2.0.11
30142026-02-25T20:22:16.522Z 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`
30152026-02-25T20:22:16.615Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-07aa082a8031d7af/build-script-build`
30162026-02-25T20:22:16.744Z Compiling pest_derive v2.8.2
30172026-02-25T20:22:16.769Z 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=572c1cf8fbdeda47 -C extra-filename=-2f1083ffc39265f6 --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-ce22f19b9acdf3d4.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-9d47e53324d0441d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30182026-02-25T20:22:16.813Z Compiling publicsuffix v2.3.0
30192026-02-25T20:22:16.838Z 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=1f5084e306757a95 -C extra-filename=-1575111f248de117 --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-23c24be66a4c0dc5.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`
30202026-02-25T20:22:16.838Z 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=6618b2c483530dce -C extra-filename=-f1a56c0a641fda20 --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-129e369738b0a325.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30212026-02-25T20:22:17.230Z Compiling tower v0.5.2
30222026-02-25T20:22:17.254Z 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=34b36035ac9c2c18 -C extra-filename=-32d9d227e9d46b8a --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-5ef34cadf3341d7d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-17ee7386fcecf0f7.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-97e59ee6a82c9763.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.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`
30232026-02-25T20:22:17.394Z Compiling document-features v0.2.11
30242026-02-25T20:22:17.419Z 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`
30252026-02-25T20:22:17.884Z Compiling rustls-native-certs v0.8.1
30262026-02-25T20:22:17.908Z 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=2a2c00028c250365 -C extra-filename=-6dcfb168df31f742 --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-1e47dd6669950f74.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30272026-02-25T20:22:18.177Z Compiling webpki-roots v1.0.1
30282026-02-25T20:22:18.201Z 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=9421c27004151f57 -C extra-filename=-2f6441d53cbddf21 --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-1e47dd6669950f74.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30292026-02-25T20:22:18.355Z Compiling signature v2.2.0
30302026-02-25T20:22:18.380Z 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=bc0552c4981ad328 -C extra-filename=-a1e74511cd0f7d98 --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-832701acb9ca9d3b.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`
30312026-02-25T20:22:18.438Z Compiling winnow v0.7.14
30322026-02-25T20:22:18.463Z 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`
30332026-02-25T20:22:18.522Z Compiling iri-string v0.7.8
30342026-02-25T20:22:18.546Z 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`
30352026-02-25T20:22:18.726Z Compiling darling_core v0.21.0
30362026-02-25T20:22:18.750Z 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=b002ebdba808dfaa -C extra-filename=-ff59f6015b73c226 --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-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-4f2345662d24d9d3.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30372026-02-25T20:22:18.777Z Compiling strum_macros v0.26.4
30382026-02-25T20:22:18.801Z 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=44ff6d143ed1213f -C extra-filename=-4ac1d7462826bad0 --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-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-f2a99d18b9861c4a.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30392026-02-25T20:22:18.861Z Compiling cookie_store v0.21.1
30402026-02-25T20:22:18.920Z 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.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="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=315ad63ef9d12332 -C extra-filename=-6909c91a0e6918b2 --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-f1a56c0a641fda20.rmeta --extern document_features=/work/oxidecomputer/omicron/target/debug/deps/libdocument_features-e60f99372aaa550a.so --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-23c24be66a4c0dc5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern publicsuffix=/work/oxidecomputer/omicron/target/debug/deps/libpublicsuffix-1575111f248de117.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-2f7eb2a94594c188.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-129e369738b0a325.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-47e15988146239e3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30412026-02-25T20:22:19.804Z 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=8dd77ab18447c16e -C extra-filename=-e3558325dce96f62 --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-2055f5b2989e4397.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`
30422026-02-25T20:22:20.511Z Compiling tokio-native-tls v0.3.1
30432026-02-25T20:22:20.536Z 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=d1240e29964b8903 -C extra-filename=-eeab86570af20586 --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-e3558325dce96f62.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.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`
30442026-02-25T20:22:20.591Z Compiling static_assertions v1.1.0
30452026-02-25T20:22:20.664Z 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`
30462026-02-25T20:22:20.784Z Compiling winnow v0.5.40
30472026-02-25T20:22:20.809Z 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`
30482026-02-25T20:22:21.017Z Compiling hyper-tls v0.6.0
30492026-02-25T20:22:21.045Z 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=e7fc65da18c3f12c -C extra-filename=-b76390c5f9517233 --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-d3b297ef696f7fa0.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-00677b18825d4732.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-579e2954eea9547f.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-e3558325dce96f62.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-eeab86570af20586.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`
30502026-02-25T20:22:21.314Z Compiling data-encoding v2.9.0
30512026-02-25T20:22:21.339Z 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`
30522026-02-25T20:22:21.540Z Compiling darling_core v0.20.10
30532026-02-25T20:22:21.564Z 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=464ff38523829cad -C extra-filename=-f1c1ed5aa1f92500 --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-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-4f2345662d24d9d3.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30542026-02-25T20:22:22.577Z Compiling tower-http v0.6.6
30552026-02-25T20:22:22.604Z 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.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="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=7c506ee451c2ea70 -C extra-filename=-0970b0bdb1e40c05 --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-9880ddee2528f34f.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-17ee7386fcecf0f7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-5d581a070c6a7e88.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-32d9d227e9d46b8a.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`
30562026-02-25T20:22:22.725Z Compiling hubpack_derive v0.1.1
30572026-02-25T20:22:22.749Z 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=b090cb60ef20c4c6 -C extra-filename=-bd8e2a888e539771 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8ed2192b54913f4d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30582026-02-25T20:22:23.100Z Compiling sha1 v0.10.6
30592026-02-25T20:22:23.125Z 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=d9f98196b0acf405 -C extra-filename=-0c2878dfc4a36e8d --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-832701acb9ca9d3b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30602026-02-25T20:22:23.482Z Compiling tinyvec_macros v0.1.1
30612026-02-25T20:22:23.507Z 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`
30622026-02-25T20:22:23.600Z Compiling oxnet v0.1.4
30632026-02-25T20:22:23.625Z 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=9f70b950d7c6b95a -C extra-filename=-c6bc5f10b3790839 --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-b506b73b6d5c9588.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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`
30642026-02-25T20:22:23.658Z Compiling strum v0.26.3
30652026-02-25T20:22:23.685Z 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=3fb99d04ffb53ab7 -C extra-filename=-6efbd3184f8ad59c --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-4ac1d7462826bad0.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30662026-02-25T20:22:23.715Z Compiling tinyvec v1.8.0
30672026-02-25T20:22:23.742Z 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`
30682026-02-25T20:22:23.829Z Compiling hubpack v0.1.2
30692026-02-25T20:22:23.859Z 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=25346907f2ddffd7 -C extra-filename=-0f24a40b7ddc99d7 --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-bd8e2a888e539771.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30702026-02-25T20:22:23.959Z Compiling scroll_derive v0.12.0
30712026-02-25T20:22:23.994Z 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=d821e05d794374c1 -C extra-filename=-af0900b05587b3ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30722026-02-25T20:22:24.340Z Compiling toml_edit v0.19.15
30732026-02-25T20:22:24.385Z 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=ef33ad7cd0ce892a -C extra-filename=-3c7f2b74b49a7e41 --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-833783da88e2e52d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-45c68868da543993.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-6b10785537462411.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`
30742026-02-25T20:22:24.558Z Compiling num-integer v0.1.46
30752026-02-25T20:22:24.600Z 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`
30762026-02-25T20:22:24.601Z Compiling quick-error v1.2.3
30772026-02-25T20:22:24.601Z 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`
30782026-02-25T20:22:24.844Z Compiling ahash v0.8.12
30792026-02-25T20:22:24.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/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`
30802026-02-25T20:22:25.087Z Compiling darling_macro v0.21.0
30812026-02-25T20:22:25.117Z 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=97e9d7e3efd44942 -C extra-filename=-a077cf67efcb350a --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-ff59f6015b73c226.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30822026-02-25T20:22:25.367Z Compiling base16ct v0.2.0
30832026-02-25T20:22:25.392Z 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`
30842026-02-25T20:22:25.425Z Compiling ff v0.13.0
30852026-02-25T20:22:25.451Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-445bcbe1e128c827/build-script-build`
30862026-02-25T20:22:25.451Z 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`
30872026-02-25T20:22:25.584Z Compiling usdt-impl v0.5.0
30882026-02-25T20:22:25.610Z 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`
30892026-02-25T20:22:25.682Z Compiling scroll v0.12.0
30902026-02-25T20:22:25.707Z 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=50db4d2d7fd47a4a -C extra-filename=-3fedb01225eaa083 --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-af0900b05587b3ba.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30912026-02-25T20:22:25.832Z Compiling sec1 v0.7.3
30922026-02-25T20:22:25.879Z 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=df5a4fd1b1dba750 -C extra-filename=-04e0b5fa969b42d8 --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-904e4fb8bb5c555d.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-e031f19ba2f6cfb1.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-c0a33bd7df5bf90f.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30932026-02-25T20:22:25.941Z Compiling crc32fast v1.4.2
30942026-02-25T20:22:25.966Z 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`
30952026-02-25T20:22:26.155Z Compiling bit-vec v0.8.0
30962026-02-25T20:22:26.179Z 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`
30972026-02-25T20:22:26.365Z Compiling goblin v0.8.2
30982026-02-25T20:22:26.420Z 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=4ca92d560e9dbc4e -C extra-filename=-0cc35fa5acdc4555 --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-3fedb01225eaa083.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30992026-02-25T20:22:26.445Z Compiling darling v0.21.0
31002026-02-25T20:22:26.445Z 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=0ccb6b6b1b067d44 -C extra-filename=-4d19c3bf96515cb2 --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-ff59f6015b73c226.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-a077cf67efcb350a.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31012026-02-25T20:22:26.471Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-faa4f6782989b6de/build-script-build`
31022026-02-25T20:22:26.524Z Compiling group v0.13.0
31032026-02-25T20:22:26.549Z 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`
31042026-02-25T20:22:26.623Z Compiling bit-set v0.8.0
31052026-02-25T20:22:26.647Z 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`
31062026-02-25T20:22:26.693Z 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=d5cfbb279fa30ce9 -C extra-filename=-994143e5b7399f4d --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-af45d7a74cb7353d.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)'`
31072026-02-25T20:22:26.752Z Compiling num-iter v0.1.45
31082026-02-25T20:22:26.777Z 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`
31092026-02-25T20:22:26.939Z Compiling dtrace-parser v0.2.0
31102026-02-25T20:22:26.968Z 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=fa185cfaaa5e5587 -C extra-filename=-84c8967017630403 --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-ce22f19b9acdf3d4.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-2f1083ffc39265f6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-faea33d7e770db07.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31112026-02-25T20:22:27.009Z Compiling hkdf v0.12.4
31122026-02-25T20:22:27.053Z 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=d76b0dc7b18f9a0f -C extra-filename=-95d50c88f87ccb76 --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-1f53edda588876e5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31132026-02-25T20:22:27.078Z Compiling crypto-bigint v0.5.5
31142026-02-25T20:22:27.078Z 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=07e9fdaac3104003 -C extra-filename=-03c6821a0aabcab9 --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-e031f19ba2f6cfb1.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-01346246a6800d2f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31152026-02-25T20:22:27.239Z Compiling scroll_derive v0.13.1
31162026-02-25T20:22:27.282Z 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=d3069eb714aa6809 -C extra-filename=-6171e07e520d9b83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31172026-02-25T20:22:27.391Z Compiling wait-timeout v0.2.0
31182026-02-25T20:22:27.415Z 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`
31192026-02-25T20:22:27.674Z Compiling darling_macro v0.20.10
31202026-02-25T20:22:27.699Z 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=d9d71f0397a01f19 -C extra-filename=-26c24931c7d2465d --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-f1c1ed5aa1f92500.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31212026-02-25T20:22:28.035Z Compiling thread-id v4.2.2
31222026-02-25T20:22:28.060Z 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`
31232026-02-25T20:22:28.226Z Compiling num-bigint-dig v0.8.6
31242026-02-25T20:22:28.251Z 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`
31252026-02-25T20:22:28.722Z Compiling toml_write v0.1.2
31262026-02-25T20:22:28.747Z 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`
31272026-02-25T20:22:28.791Z Compiling darling v0.20.10
31282026-02-25T20:22:28.816Z 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=0b74ae9b4ffe3edd -C extra-filename=-13fd113cb7d4e44c --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-f1c1ed5aa1f92500.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-26c24931c7d2465d.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31292026-02-25T20:22:28.977Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-64649a47d1aff8f2/build-script-build`
31302026-02-25T20:22:29.026Z Compiling heck v0.4.1
31312026-02-25T20:22:29.051Z 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`
31322026-02-25T20:22:29.107Z Compiling crossbeam-epoch v0.9.18
31332026-02-25T20:22:29.132Z 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`
31342026-02-25T20:22:29.238Z Compiling toml_edit v0.22.27
31352026-02-25T20:22:29.263Z 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=29e2ce33a823c311 -C extra-filename=-00a3611f23739f0e --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-833783da88e2e52d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-45c68868da543993.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-6b10785537462411.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`
31362026-02-25T20:22:29.335Z Compiling scroll v0.13.0
31372026-02-25T20:22:29.361Z 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=8d5e1318c1d6020f -C extra-filename=-1b9d7aaf6e91b17b --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-6171e07e520d9b83.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31382026-02-25T20:22:29.549Z Compiling bstr v1.10.0
31392026-02-25T20:22:29.575Z 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=c24f95a754a77d18 -C extra-filename=-d20757e461794771 --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-e943678c4f94acce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31402026-02-25T20:22:29.901Z Compiling itertools v0.13.0
31412026-02-25T20:22:29.926Z 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`
31422026-02-25T20:22:29.999Z Compiling zlib-rs v0.5.1
31432026-02-25T20:22:30.024Z 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`
31442026-02-25T20:22:31.285Z Compiling elliptic-curve v0.13.8
31452026-02-25T20:22:31.315Z 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=04fd1a1e7514ccfc -C extra-filename=-72fe975ad5fe86d5 --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-03c6821a0aabcab9.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-832701acb9ca9d3b.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-43bf1ca6a514b6aa.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-e031f19ba2f6cfb1.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-27f9c755a800f8bd.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-95d50c88f87ccb76.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-76ae0420101700af.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-c0a33bd7df5bf90f.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-04e0b5fa969b42d8.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31462026-02-25T20:22:31.466Z Compiling goblin v0.10.2
31472026-02-25T20:22:31.498Z 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=2d0f1db47538b6d3 -C extra-filename=-1e008dae7feaf673 --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-1b9d7aaf6e91b17b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31482026-02-25T20:22:32.315Z 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=1483259a30c92a7a -C extra-filename=-2dd8e7bf4dc5ca8d --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-c2206934edeca671.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ec04b22c3ab89ecb.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_i128`
31492026-02-25T20:22:33.243Z Compiling dof v0.3.0
31502026-02-25T20:22:33.286Z 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=c2249ea65e4988e3 -C extra-filename=-458baaceb28d36ea --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-0cc35fa5acdc4555.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4cc5ba24a6003517.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-faea33d7e770db07.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-86657b3b2519ee82.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31512026-02-25T20:22:33.324Z Compiling rusty-fork v0.3.0
31522026-02-25T20:22:33.325Z 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=2c00a53d779619fe -C extra-filename=-d4079aa94c837bbc --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-ab6b255b7ac8a78d.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`
31532026-02-25T20:22:34.154Z Compiling pkcs1 v0.7.5
31542026-02-25T20:22:34.193Z 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=47cdc607eb97940e -C extra-filename=-0f01b34c3b6ddffe --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-904e4fb8bb5c555d.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-c0a33bd7df5bf90f.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-e8597f0e24f239bd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31552026-02-25T20:22:35.299Z 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=12ee9aca2eee5f8c -C extra-filename=-e4e20a9c5ff34c84 --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-458baaceb28d36ea.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-84c8967017630403.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-faea33d7e770db07.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`
31562026-02-25T20:22:35.351Z Compiling curve25519-dalek v4.1.3
31572026-02-25T20:22:35.376Z 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`
31582026-02-25T20:22:36.364Z Compiling rand_xorshift v0.4.0
31592026-02-25T20:22:36.390Z 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`
31602026-02-25T20:22:36.422Z Compiling x509-cert v0.2.5
31612026-02-25T20:22:36.447Z 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=878e638bb9e94608 -C extra-filename=-c984b9133564234d --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-904e4fb8bb5c555d.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-e8597f0e24f239bd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31622026-02-25T20:22:36.765Z Compiling bzip2-sys v0.1.13+1.0.8
31632026-02-25T20:22:36.766Z 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`
31642026-02-25T20:22:36.868Z Compiling unarray v0.1.4
31652026-02-25T20:22:36.893Z 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`
31662026-02-25T20:22:36.952Z Compiling usdt-impl v0.6.0
31672026-02-25T20:22:36.977Z 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`
31682026-02-25T20:22:37.158Z Compiling proptest v1.7.0
31692026-02-25T20:22:37.184Z 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=4f75cd9650569699 -C extra-filename=-893308a963c2f473 --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-9880ddee2528f34f.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-afe5225732d12924.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-40431de2039ba476.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-d4079aa94c837bbc.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ab6b255b7ac8a78d.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`
31702026-02-25T20:22:37.455Z Compiling libz-rs-sys v0.5.1
31712026-02-25T20:22:37.480Z 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`
31722026-02-25T20:22:37.527Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e8ff355f1b5b1710/build-script-build`
31732026-02-25T20:22:37.894Z Compiling flate2 v1.1.2
31742026-02-25T20:22:37.919Z 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`
31752026-02-25T20:22:38.313Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-db5c11af64f98a8b/build-script-build`
31762026-02-25T20:22:38.382Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-ea6d569e787eecb9/build-script-build`
31772026-02-25T20:22:38.563Z Compiling rsa v0.9.8
31782026-02-25T20:22:38.590Z 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=ad7aee5425aaea00 -C extra-filename=-6bdd53e489872ed5 --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-832701acb9ca9d3b.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-2dd8e7bf4dc5ca8d.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-0f01b34c3b6ddffe.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-c0a33bd7df5bf90f.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-a1e74511cd0f7d98.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-e8597f0e24f239bd.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31792026-02-25T20:22:38.950Z Compiling dtrace-parser v0.3.0
31802026-02-25T20:22:38.975Z 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=c26e2e528b9fa03c -C extra-filename=-7f5adff475df68a2 --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-ce22f19b9acdf3d4.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-2f1083ffc39265f6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31812026-02-25T20:22:39.174Z Compiling dof v0.4.0
31822026-02-25T20:22:39.199Z 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=397d77c2abb1b64d -C extra-filename=-1d0003365d08156c --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-1e008dae7feaf673.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4cc5ba24a6003517.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-af45d7a74cb7353d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31832026-02-25T20:22:40.832Z Compiling rfc6979 v0.4.0
31842026-02-25T20:22:40.832Z 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=6afa1bb45478b961 -C extra-filename=-0ca824fb91ff1f10 --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-1f53edda588876e5.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`
31852026-02-25T20:22:40.955Z Compiling curve25519-dalek-derive v0.1.1
31862026-02-25T20:22:41.000Z 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=8c6329bf85dd7717 -C extra-filename=-f845f13fedf4ea42 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31872026-02-25T20:22:41.151Z Compiling thread-id v5.0.0
31882026-02-25T20:22:41.206Z 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`
31892026-02-25T20:22:41.379Z Compiling bitflags v1.3.2
31902026-02-25T20:22:41.414Z 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`
31912026-02-25T20:22:41.553Z 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=aa90448e61b63e45 -C extra-filename=-09a17b58795e45a1 --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-1d0003365d08156c.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-7f5adff475df68a2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.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)'`
31922026-02-25T20:22:41.676Z Compiling ecdsa v0.16.9
31932026-02-25T20:22:41.730Z 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=d2998602704aa52d -C extra-filename=-eb43643541947398 --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-904e4fb8bb5c555d.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-832701acb9ca9d3b.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-72fe975ad5fe86d5.rmeta --extern rfc6979=/work/oxidecomputer/omicron/target/debug/deps/librfc6979-0ca824fb91ff1f10.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-a1e74511cd0f7d98.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-e8597f0e24f239bd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31942026-02-25T20:22:42.577Z 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=19a96bf579b5adb3 -C extra-filename=-52021b1685c9fddc --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-f845f13fedf4ea42.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-832701acb9ca9d3b.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-01346246a6800d2f.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"'`
31952026-02-25T20:22:42.633Z 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`
31962026-02-25T20:22:42.872Z Compiling derive_builder_core v0.20.2
31972026-02-25T20:22:42.897Z 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=a804e1ad92147e67 -C extra-filename=-2142c90bff437c02 --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-13fd113cb7d4e44c.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31982026-02-25T20:22:43.051Z Compiling serde_with_macros v3.16.1
31992026-02-25T20:22:43.077Z 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=4978d26c01c040db -C extra-filename=-1b45a0b9cfade78e --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-4d19c3bf96515cb2.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32002026-02-25T20:22:43.366Z Compiling memmap2 v0.9.8
32012026-02-25T20:22:43.392Z 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`
32022026-02-25T20:22:43.869Z Compiling env_filter v0.1.2
32032026-02-25T20:22:43.894Z 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`
32042026-02-25T20:22:44.575Z Compiling memoffset v0.9.1
32052026-02-25T20:22:44.600Z 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`
32062026-02-25T20:22:45.071Z Compiling keccak v0.1.5
32072026-02-25T20:22:45.096Z 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`
32082026-02-25T20:22:45.163Z Compiling siphasher v0.3.11
32092026-02-25T20:22:45.188Z 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`
32102026-02-25T20:22:45.660Z Compiling signal-hook v0.3.18
32112026-02-25T20:22:45.685Z 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`
32122026-02-25T20:22:46.145Z Compiling cfg_aliases v0.2.1
32132026-02-25T20:22:46.170Z 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`
32142026-02-25T20:22:46.198Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-57ba64b564ed44a4/build-script-build`
32152026-02-25T20:22:46.285Z Compiling serde_with v3.16.1
32162026-02-25T20:22:46.310Z 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=e7a37bd5058ae16d -C extra-filename=-522443f97758344a --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-f6123d8c48a96a15.rmeta --extern schemars_0_8=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.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-1b45a0b9cfade78e.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32172026-02-25T20:22:46.336Z Compiling phf_shared v0.11.2
32182026-02-25T20:22:46.361Z 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`
32192026-02-25T20:22:46.391Z Compiling sha3 v0.10.8
32202026-02-25T20:22:46.417Z 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=fce6d19b38f67c29 -C extra-filename=-5e50f97cdfef7b49 --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-832701acb9ca9d3b.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`
32212026-02-25T20:22:46.762Z Compiling derive_builder_macro v0.20.2
32222026-02-25T20:22:46.787Z 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=b93ff638fde0b23c -C extra-filename=-7ae465b1be8b1d2f --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-2142c90bff437c02.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32232026-02-25T20:22:46.884Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-d413877f52f50cf2/build-script-build`
32242026-02-25T20:22:47.062Z Compiling env_logger v0.11.8
32252026-02-25T20:22:47.088Z 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`
32262026-02-25T20:22:47.413Z Compiling newtype-uuid v1.3.2
32272026-02-25T20:22:47.439Z 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=78efc4f2ce71760a -C extra-filename=-e8cdefffbc26f2a7 --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-893308a963c2f473.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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`
32282026-02-25T20:22:47.543Z Compiling toml v0.7.8
32292026-02-25T20:22:47.568Z 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=c286d588119f9a36 -C extra-filename=-9169fd5e318a8d7a --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-839c1c9f312a7691.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-45c68868da543993.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-6b10785537462411.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-3c7f2b74b49a7e41.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32302026-02-25T20:22:47.902Z Compiling ed25519 v2.2.3
32312026-02-25T20:22:47.927Z 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=b673c8ca8cd5811e -C extra-filename=-d85c9cd4094494b0 --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-c0a33bd7df5bf90f.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-a1e74511cd0f7d98.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32322026-02-25T20:22:47.952Z Compiling daft-derive v0.1.4
32332026-02-25T20:22:47.952Z 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=e99a4a8619c3d918 -C extra-filename=-d09cdbbee05de78d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32342026-02-25T20:22:48.223Z Compiling zstd-sys v2.0.14+zstd.1.5.7
32352026-02-25T20:22:48.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/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`
32362026-02-25T20:22:49.058Z Compiling ed25519-dalek v2.1.1
32372026-02-25T20:22:49.083Z 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=e67d26f3f95f4305 -C extra-filename=-6af5bb40bdb644ed --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-52021b1685c9fddc.rmeta --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-d85c9cd4094494b0.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-a1e74511cd0f7d98.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32382026-02-25T20:22:49.211Z Running `/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1faf5cca5002d542/build-script-build`
32392026-02-25T20:22:49.818Z Compiling daft v0.1.4
32402026-02-25T20:22:49.844Z 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=dc114b92f045a459 -C extra-filename=-0fae711ad65ff322 --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-d09cdbbee05de78d.so --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-e8cdefffbc26f2a7.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.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`
32412026-02-25T20:22:50.131Z Compiling derive_builder v0.20.2
32422026-02-25T20:22:50.156Z 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=a0e32a99c246728e -C extra-filename=-18f1cf9a5f88f30f --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-7ae465b1be8b1d2f.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32432026-02-25T20:22:50.411Z 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`
32442026-02-25T20:22:50.488Z 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`
32452026-02-25T20:22:50.590Z Compiling usdt-macro v0.6.0
32462026-02-25T20:22:50.615Z 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=a0fd474b799f0c95 -C extra-filename=-737f40c9f6ee7a06 --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-7f5adff475df68a2.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-5445f283397c81ad.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-09a17b58795e45a1.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32472026-02-25T20:22:50.654Z Compiling usdt-attr-macro v0.6.0
32482026-02-25T20:22:50.654Z 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=9eeab32cd490a93e -C extra-filename=-3e1ae2f80e582f1d --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-7f5adff475df68a2.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-5445f283397c81ad.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-09a17b58795e45a1.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32492026-02-25T20:22:50.724Z Compiling unicode-normalization v0.1.24
32502026-02-25T20:22:50.749Z 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`
32512026-02-25T20:22:51.192Z Compiling enum-as-inner v0.6.1
32522026-02-25T20:22:51.217Z 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=227fde85ab5a546f -C extra-filename=-171c4431306085eb --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-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32532026-02-25T20:22:51.582Z Compiling vergen-lib v0.1.6
32542026-02-25T20:22:51.607Z 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`
32552026-02-25T20:22:51.957Z Compiling managed v0.8.0
32562026-02-25T20:22:51.981Z 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`
32572026-02-25T20:22:52.055Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-lib-a5e3934f2197ac8b/build-script-build`
32582026-02-25T20:22:52.126Z Compiling cargo-platform v0.1.8
32592026-02-25T20:22:52.151Z 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=b0b3f7cc6da02025 -C extra-filename=-244ab7d9f4f4994c --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-839c1c9f312a7691.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32602026-02-25T20:22:52.461Z Compiling vergen v9.0.6
32612026-02-25T20:22:52.486Z 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`
32622026-02-25T20:22:52.517Z Compiling itertools v0.10.5
32632026-02-25T20:22:52.517Z 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`
32642026-02-25T20:22:52.687Z Compiling ref-cast v1.0.25
32652026-02-25T20:22:52.712Z 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`
32662026-02-25T20:22:52.741Z Compiling zstd-safe v7.2.3
32672026-02-25T20:22:52.796Z 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`
32682026-02-25T20:22:52.903Z Compiling usdt v0.6.0
32692026-02-25T20:22:52.927Z 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=d4e153f37f7e9c14 -C extra-filename=-c99ea7f9de61c02c --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-1d0003365d08156c.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-1e008dae7feaf673.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-d63320512bf6945c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-3e1ae2f80e582f1d.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-09a17b58795e45a1.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-737f40c9f6ee7a06.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32702026-02-25T20:22:52.955Z Compiling new_debug_unreachable v1.0.6
32712026-02-25T20:22:53.009Z 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`
32722026-02-25T20:22:53.133Z Compiling fixedbitset v0.4.2
32732026-02-25T20:22:53.158Z 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`
32742026-02-25T20:22:53.252Z Compiling precomputed-hash v0.1.1
32752026-02-25T20:22:53.279Z 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`
32762026-02-25T20:22:53.461Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-255a2eeaff789f14/build-script-build`
32772026-02-25T20:22:53.529Z Compiling string_cache v0.8.9
32782026-02-25T20:22:53.554Z Compiling petgraph v0.6.5
32792026-02-25T20:22:53.554Z 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=57282af72ef2b47d -C extra-filename=-250bbb7014fdbcd8 --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-839c1c9f312a7691.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32802026-02-25T20:22:53.554Z 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=45033aa893c7932e -C extra-filename=-0ea5c03b1627206b --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-833783da88e2e52d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-2f7eb2a94594c188.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32812026-02-25T20:22:53.631Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-42860864cfc1a355/build-script-build`
32822026-02-25T20:22:53.705Z Compiling cargo_metadata v0.19.2
32832026-02-25T20:22:53.731Z 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=904c65f6f23cb088 -C extra-filename=-7d19fad91e71d42e --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-244ab7d9f4f4994c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32842026-02-25T20:22:53.772Z 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=df5ba538b506b78d -C extra-filename=-d1190d30f9aea155 --out-dir /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-18f1cf9a5f88f30f.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)'`
32852026-02-25T20:22:54.051Z Compiling signal-hook-mio v0.2.4
32862026-02-25T20:22:54.115Z 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`
32872026-02-25T20:22:54.318Z Compiling bzip2 v0.4.4
32882026-02-25T20:22:54.343Z 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`
32892026-02-25T20:22:54.671Z Compiling ref-cast-impl v1.0.25
32902026-02-25T20:22:54.695Z 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=315b78c7ea4bdb88 -C extra-filename=-47deb9d620e48efc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32912026-02-25T20:22:54.807Z Compiling rustc-hash v2.1.1
32922026-02-25T20:22:54.832Z 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`
32932026-02-25T20:22:55.100Z Compiling zip v0.6.6
32942026-02-25T20:22:55.124Z 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`
32952026-02-25T20:22:55.217Z Compiling heapless v0.7.17
32962026-02-25T20:22:55.241Z 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`
32972026-02-25T20:22:55.814Z Compiling simd-adler32 v0.3.7
32982026-02-25T20:22:55.839Z 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`
32992026-02-25T20:22:56.122Z 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=d2db356a9a0f4be0 -C extra-filename=-a72601627a6a109b --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-47deb9d620e48efc.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)'`
33002026-02-25T20:22:56.351Z 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=ed33b16e862522d4 -C extra-filename=-9d1c7305ddaa88d4 --out-dir /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-7d19fad91e71d42e.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-18f1cf9a5f88f30f.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.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-d1190d30f9aea155.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)'`
33012026-02-25T20:22:56.457Z Compiling lockfree-object-pool v0.1.6
33022026-02-25T20:22:56.482Z 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`
33032026-02-25T20:22:56.676Z Compiling bumpalo v3.16.0
33042026-02-25T20:22:56.700Z 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`
33052026-02-25T20:22:56.837Z Compiling lalrpop-util v0.19.12
33062026-02-25T20:22:56.861Z 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`
33072026-02-25T20:22:57.289Z Compiling zopfli v0.8.1
33082026-02-25T20:22:57.315Z 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`
33092026-02-25T20:22:57.354Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-f2c4e2aeff7b334e/build-script-build`
33102026-02-25T20:22:57.422Z Compiling crossterm v0.28.1
33112026-02-25T20:22:57.447Z Compiling nix v0.29.0
33122026-02-25T20:22:57.447Z 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=8b9a6d89c283d17d -C extra-filename=-92c99ae1ab92930d --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-9880ddee2528f34f.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.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-f03f04b4b6546582.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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`
33132026-02-25T20:22:57.447Z 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`
33142026-02-25T20:22:57.520Z Compiling bzip2 v0.5.2
33152026-02-25T20:22:57.545Z 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`
33162026-02-25T20:22:57.598Z Compiling serde-big-array v0.5.1
33172026-02-25T20:22:57.623Z 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=fec654d9004abd2b -C extra-filename=-d33bafe36fafd045 --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-839c1c9f312a7691.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33182026-02-25T20:22:57.911Z Compiling hash32 v0.2.1
33192026-02-25T20:22:57.936Z 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`
33202026-02-25T20:22:58.035Z Compiling socket2 v0.5.10
33212026-02-25T20:22:58.059Z 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`
33222026-02-25T20:22:58.367Z Compiling fs-err v3.1.1
33232026-02-25T20:22:58.391Z 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`
33242026-02-25T20:22:58.426Z Compiling winnow v0.6.26
33252026-02-25T20:22:58.451Z 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`
33262026-02-25T20:22:58.786Z Compiling unicode-properties v0.1.3
33272026-02-25T20:22:58.811Z 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`
33282026-02-25T20:22:58.876Z Compiling predicates-core v1.0.8
33292026-02-25T20:22:58.900Z 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`
33302026-02-25T20:22:58.995Z Compiling buf-list v1.0.3
33312026-02-25T20:22:59.019Z 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`
33322026-02-25T20:22:59.263Z Compiling jiff v0.2.15
33332026-02-25T20:22:59.288Z 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`
33342026-02-25T20:22:59.313Z Compiling smoltcp v0.9.1
33352026-02-25T20:22:59.338Z 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`
33362026-02-25T20:22:59.748Z Compiling unicode-bidi v0.3.17
33372026-02-25T20:22:59.772Z 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`
33382026-02-25T20:23:00.154Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-8e92c4c4fd6c147c/build-script-build`
33392026-02-25T20:23:00.217Z Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-559744a8bef9eb70/build-script-build`
33402026-02-25T20:23:00.351Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-2c81c11fffeae8a9/build-script-build`
33412026-02-25T20:23:00.566Z Compiling stringprep v0.1.5
33422026-02-25T20:23:00.591Z 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`
33432026-02-25T20:23:00.834Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-527e5ac303953798/build-script-build`
33442026-02-25T20:23:00.914Z 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`
33452026-02-25T20:23:01.135Z Compiling hickory-proto v0.25.2
33462026-02-25T20:23:01.160Z 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=87afcf46cf9bdfb8 -C extra-filename=-e64b9610087ab7c2 --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-88cea7bf556fbbd3.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-171c4431306085eb.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-dfa4784a203e919e.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-17ee7386fcecf0f7.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-23c24be66a4c0dc5.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-58606c2cc24cce8a.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-86d39d757ff7819a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-cc4c8bb02a9b9e01.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-47e15988146239e3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33472026-02-25T20:23:01.831Z Compiling similar v2.7.0
33482026-02-25T20:23:01.855Z 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=efa86aa0f502a4bb -C extra-filename=-86f40f3e61b1f3ba --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-d20757e461794771.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`
33492026-02-25T20:23:02.158Z Compiling tokio-stream v0.1.17
33502026-02-25T20:23:02.184Z 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=e98dd38855a609c0 -C extra-filename=-c772f91fd049de46 --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-5ef34cadf3341d7d.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-595358cf5c627738.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33512026-02-25T20:23:02.346Z Compiling md-5 v0.10.6
33522026-02-25T20:23:02.370Z 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=5fcf25067631a919 -C extra-filename=-70c8559c972cc899 --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-832701acb9ca9d3b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33532026-02-25T20:23:02.682Z Compiling strum_macros v0.27.2
33542026-02-25T20:23:02.706Z 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=5234d49ec3cb73af -C extra-filename=-186d0fb397a8c2a1 --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-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33552026-02-25T20:23:03.224Z Compiling float-cmp v0.10.0
33562026-02-25T20:23:03.249Z 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`
33572026-02-25T20:23:03.518Z Compiling fallible-iterator v0.2.0
33582026-02-25T20:23:03.544Z 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`
33592026-02-25T20:23:04.062Z Compiling difflib v0.4.0
33602026-02-25T20:23:04.087Z 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`
33612026-02-25T20:23:04.113Z Running `/work/oxidecomputer/omicron/target/debug/build/zstd-safe-e672cd2f5686a214/build-script-build`
33622026-02-25T20:23:04.182Z 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`
33632026-02-25T20:23:04.247Z Compiling normalize-line-endings v0.3.0
33642026-02-25T20:23:04.272Z 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`
33652026-02-25T20:23:04.482Z 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`
33662026-02-25T20:23:04.538Z Compiling postgres-protocol v0.6.8
33672026-02-25T20:23:04.563Z 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=6b86477edae44eb3 -C extra-filename=-a073d9b8c6f6390d --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-d3b297ef696f7fa0.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-336ad027395713e5.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-1f53edda588876e5.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-70c8559c972cc899.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-afea2278d9bc496e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.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`
33682026-02-25T20:23:04.999Z Compiling zstd v0.13.3
33692026-02-25T20:23:05.024Z 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`
33702026-02-25T20:23:05.341Z Compiling predicates v3.1.3
33712026-02-25T20:23:05.366Z 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=024a5d4a75d59b36 -C extra-filename=-ad1b960f39afe063 --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-154dd6639b7e72c8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33722026-02-25T20:23:05.459Z 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`
33732026-02-25T20:23:05.610Z 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=27b14f8d96fab6f5 -C extra-filename=-f223968053a21210 --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-9880ddee2528f34f.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)'`
33742026-02-25T20:23:06.006Z 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=9d68152ccbc2bb36 -C extra-filename=-5ad0edf18e465266 --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-595358cf5c627738.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)'`
33752026-02-25T20:23:06.900Z 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=78a84059e446bbac -C extra-filename=-3ad25da4e0be3c38 --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-d3b297ef696f7fa0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.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`
33762026-02-25T20:23:06.968Z Compiling zip v4.2.0
33772026-02-25T20:23:06.993Z 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=eea618881e6174a8 -C extra-filename=-16598a50354cc7e8 --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-833783da88e2e52d.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`
33782026-02-25T20:23:07.453Z Compiling serde_repr v0.1.19
33792026-02-25T20:23:07.478Z 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=a058622916eeb1c6 -C extra-filename=-80dfe11afb1ae366 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33802026-02-25T20:23:07.611Z Compiling fixedbitset v0.5.7
33812026-02-25T20:23:07.636Z 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`
33822026-02-25T20:23:07.697Z Compiling strum v0.27.2
33832026-02-25T20:23:07.721Z 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=912b6ea45aac8d86 -C extra-filename=-a7388f5d6b570266 --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-186d0fb397a8c2a1.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33842026-02-25T20:23:07.823Z Compiling foldhash v0.2.0
33852026-02-25T20:23:07.847Z 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`
33862026-02-25T20:23:07.971Z Compiling peg-runtime v0.8.5
33872026-02-25T20:23:08.024Z 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`
33882026-02-25T20:23:08.334Z Compiling iddqd v0.3.16
33892026-02-25T20:23:08.369Z 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=0ae84e70db0d3392 -C extra-filename=-13b7c297f0c180b5 --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-0fae711ad65ff322.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-f506e72af970f0a6.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-a72601627a6a109b.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-8224c8d8cdd657a3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.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`
33902026-02-25T20:23:08.393Z Compiling petgraph v0.8.2
33912026-02-25T20:23:08.446Z 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=c707d4911e7bdf0d -C extra-filename=-fa15e0097da5bf7b --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-833783da88e2e52d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-2f7eb2a94594c188.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33922026-02-25T20:23:08.620Z Compiling postgres-types v0.2.9
33932026-02-25T20:23:08.659Z 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=b396e045e15eb3fd -C extra-filename=-22a53ab63963f93c --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-d3b297ef696f7fa0.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.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-a073d9b8c6f6390d.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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`
33942026-02-25T20:23:08.711Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33952026-02-25T20:23:08.736Z 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=e05d3c1653e30639 -C extra-filename=-655d5fdec46223d1 --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-9880ddee2528f34f.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-0f24a40b7ddc99d7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-d33bafe36fafd045.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-80dfe11afb1ae366.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-a7388f5d6b570266.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-186d0fb397a8c2a1.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-af45d7a74cb7353d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33962026-02-25T20:23:09.216Z Compiling phf v0.11.2
33972026-02-25T20:23:09.241Z 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`
33982026-02-25T20:23:09.577Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33992026-02-25T20:23:09.602Z 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=0b94527b88f426ac -C extra-filename=-15cf27f70eb8100b --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-839c1c9f312a7691.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-af45d7a74cb7353d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34002026-02-25T20:23:09.967Z Compiling whoami v1.5.2
34012026-02-25T20:23:09.992Z 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`
34022026-02-25T20:23:10.068Z Compiling futures-executor v0.3.31
34032026-02-25T20:23:10.093Z 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=61844cac0102b649 -C extra-filename=-f6e8c97bfb491e71 --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-5ef34cadf3341d7d.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-17ee7386fcecf0f7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34042026-02-25T20:23:10.622Z Compiling tokio-postgres v0.7.13
34052026-02-25T20:23:10.647Z 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=58cc607753a671a0 -C extra-filename=-befaf97320b47129 --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-88cea7bf556fbbd3.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.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-dfa4784a203e919e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-17ee7386fcecf0f7.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-a073d9b8c6f6390d.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-22a53ab63963f93c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-003ec141f350818d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.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`
34062026-02-25T20:23:10.681Z Compiling is-terminal v0.4.13
34072026-02-25T20:23:10.706Z 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`
34082026-02-25T20:23:10.958Z Compiling futures v0.3.31
34092026-02-25T20:23:10.983Z 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=d5452742a2387782 -C extra-filename=-1c251e2ec15413d7 --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-dfa4784a203e919e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-f6e8c97bfb491e71.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-17ee7386fcecf0f7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34102026-02-25T20:23:11.110Z Compiling regress v0.10.4
34112026-02-25T20:23:11.135Z 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.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="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=c511cc56477b5962 -C extra-filename=-22b400c657b980ab --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 --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`
34122026-02-25T20:23:11.163Z Compiling crossbeam-channel v0.5.15
34132026-02-25T20:23:11.235Z 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`
34142026-02-25T20:23:11.410Z Compiling thread_local v1.1.8
34152026-02-25T20:23:11.435Z 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`
34162026-02-25T20:23:11.937Z Compiling slog-async v2.8.0
34172026-02-25T20:23:11.962Z 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`
34182026-02-25T20:23:12.281Z Compiling term v1.1.0
34192026-02-25T20:23:12.305Z 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`
34202026-02-25T20:23:12.513Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-ab90b911a0f5a2d1/build-script-build`
34212026-02-25T20:23:12.622Z Compiling take_mut v0.2.2
34222026-02-25T20:23:12.647Z 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`
34232026-02-25T20:23:12.840Z 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=0c1b114a81aaa151 -C extra-filename=-281721aadc6d9abf --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-5f62dafef9bf8e12.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`
34242026-02-25T20:23:13.316Z Compiling slog-term v2.9.2
34252026-02-25T20:23:13.341Z 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=14a09c1f66d0c2aa -C extra-filename=-b76851797875188d --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-26147300913a2b5a.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-ee9b1eeb21d16278.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.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-129e369738b0a325.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34262026-02-25T20:23:13.412Z Compiling unsafe-libyaml v0.2.11
34272026-02-25T20:23:13.437Z 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`
34282026-02-25T20:23:13.676Z Compiling match_cfg v0.1.0
34292026-02-25T20:23:13.676Z 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`
34302026-02-25T20:23:13.829Z Compiling hostname v0.3.1
34312026-02-25T20:23:13.854Z 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`
34322026-02-25T20:23:13.893Z Compiling newtype-uuid-macros v0.1.0
34332026-02-25T20:23:13.974Z 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=ad4b105b17146dc7 -C extra-filename=-629984ee1cbfbcc0 --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-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-5445f283397c81ad.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34342026-02-25T20:23:14.126Z Compiling debug-ignore v1.0.5
34352026-02-25T20:23:14.152Z 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`
34362026-02-25T20:23:14.340Z Compiling unicode-width v0.1.14
34372026-02-25T20:23:14.365Z 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`
34382026-02-25T20:23:14.585Z Compiling structmeta-derive v0.3.0
34392026-02-25T20:23:14.610Z 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=923c11fa5701520f -C extra-filename=-a964df5e7d7077ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34402026-02-25T20:23:14.951Z Compiling typify-impl v0.4.3
34412026-02-25T20:23:14.976Z 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=426a207068db9b68 -C extra-filename=-ac2c69e0c057d99e --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-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-303fed53668a23a0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34422026-02-25T20:23:15.330Z Compiling serde_yaml v0.9.34+deprecated
34432026-02-25T20:23:15.355Z 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=b66a44c9bfa3b10d -C extra-filename=-3335f0fd2f76fccd --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-833783da88e2e52d.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-839c1c9f312a7691.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`
34442026-02-25T20:23:15.741Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
34452026-02-25T20:23:15.766Z 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=b5e55d2d569e47e2 -C extra-filename=-e84c8108dbd32815 --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-0fae711ad65ff322.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-e8cdefffbc26f2a7.rmeta --extern newtype_uuid_macros=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid_macros-629984ee1cbfbcc0.so --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34462026-02-25T20:23:15.852Z Compiling slog-json v2.6.1
34472026-02-25T20:23:15.877Z 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=af5e2aae6de8de84 -C extra-filename=-d9bb9983b440f0ee --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-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-129e369738b0a325.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34482026-02-25T20:23:16.149Z Compiling rustls v0.22.4
34492026-02-25T20:23:16.174Z 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`
34502026-02-25T20:23:16.313Z Compiling slog-bunyan v2.5.0
34512026-02-25T20:23:16.338Z 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=c0e0c652e9e4fc45 -C extra-filename=-326615d2ebd3e016 --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-5f62dafef9bf8e12.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-d9bb9983b440f0ee.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-129e369738b0a325.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34522026-02-25T20:23:16.556Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-e4db045ea1e76e0f/build-script-build`
34532026-02-25T20:23:16.612Z Compiling toml_parser v1.0.6+spec-1.1.0
34542026-02-25T20:23:16.639Z 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`
34552026-02-25T20:23:16.684Z Compiling serde_path_to_error v0.1.20
34562026-02-25T20:23:16.709Z 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`
34572026-02-25T20:23:17.261Z Compiling toml_datetime v0.7.5+spec-1.1.0
34582026-02-25T20:23:17.286Z 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`
34592026-02-25T20:23:17.320Z Compiling structmeta v0.3.0
34602026-02-25T20:23:17.320Z 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=550ace98a260664c -C extra-filename=-42232e75d48ccb26 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-a964df5e7d7077ad.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34612026-02-25T20:23:17.499Z Compiling serde_spanned v1.0.4
34622026-02-25T20:23:17.524Z 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`
34632026-02-25T20:23:17.767Z Compiling multer v3.1.0
34642026-02-25T20:23:17.793Z 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`
34652026-02-25T20:23:17.845Z Compiling toml_writer v1.0.6+spec-1.1.0
34662026-02-25T20:23:17.870Z 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`
34672026-02-25T20:23:17.972Z Compiling async-stream-impl v0.3.6
34682026-02-25T20:23:17.996Z 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=827374fa2968917b -C extra-filename=-1ad707df664123af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34692026-02-25T20:23:18.235Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-b429e85d124cdfbd/build-script-build`
34702026-02-25T20:23:18.282Z Compiling toml v0.9.11+spec-1.1.0
34712026-02-25T20:23:18.307Z 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`
34722026-02-25T20:23:18.364Z Compiling dropshot v0.16.7
34732026-02-25T20:23:18.389Z 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`
34742026-02-25T20:23:18.438Z 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=b72f25ca370328b9 -C extra-filename=-937df4ade9988992 --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-d3b297ef696f7fa0.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-17ee7386fcecf0f7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.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`
34752026-02-25T20:23:18.895Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-c2ae5bc30d6ecaab/build-script-build`
34762026-02-25T20:23:18.956Z Compiling rustls-pemfile v2.2.0
34772026-02-25T20:23:18.981Z 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=a0e8498336f7481f -C extra-filename=-b980969d56f21bc4 --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-1e47dd6669950f74.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34782026-02-25T20:23:19.029Z Compiling waitgroup v0.1.2
34792026-02-25T20:23:19.054Z 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`
34802026-02-25T20:23:19.242Z Compiling dropshot_endpoint v0.16.7
34812026-02-25T20:23:19.267Z 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=f28f4e89aca09856 -C extra-filename=-b9ca482e2ea89265 --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-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-5445f283397c81ad.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34822026-02-25T20:23:19.328Z Compiling hostname v0.4.2
34832026-02-25T20:23:19.353Z 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`
34842026-02-25T20:23:19.401Z Compiling derive-ex v0.1.8
34852026-02-25T20:23:19.401Z 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=72458401229ed956 -C extra-filename=-393965ccfb6cea86 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-42232e75d48ccb26.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34862026-02-25T20:23:19.515Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
34872026-02-25T20:23:19.540Z 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=7185e535c1e01efc -C extra-filename=-f3fb1f928f6ef4dc --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-f6123d8c48a96a15.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`
34882026-02-25T20:23:19.570Z Compiling async-stream v0.3.6
34892026-02-25T20:23:19.570Z 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=8f969747a9818d19 -C extra-filename=-e4276711ec4f513d --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-1ad707df664123af.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.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`
34902026-02-25T20:23:19.646Z Compiling itertools v0.14.0
34912026-02-25T20:23:19.671Z 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`
34922026-02-25T20:23:19.805Z Compiling macaddr v1.0.1
34932026-02-25T20:23:19.830Z 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=62d915cfe082bb16 -C extra-filename=-d9f5788e2a13327f --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-839c1c9f312a7691.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34942026-02-25T20:23:19.923Z Compiling tabwriter v1.4.0
34952026-02-25T20:23:19.948Z 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`
34962026-02-25T20:23:20.323Z Compiling instant v0.1.13
34972026-02-25T20:23:20.348Z 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`
34982026-02-25T20:23:20.419Z Compiling parse-display-derive v0.10.0
34992026-02-25T20:23:20.444Z 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=6d7316c14ac8585b -C extra-filename=-dada7742d2a97463 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-01dd8b748c5ec2c7.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-42232e75d48ccb26.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35002026-02-25T20:23:20.535Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
35012026-02-25T20:23:20.560Z 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=efae9e150f5dbca3 -C extra-filename=-e08d3380c6a431f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35022026-02-25T20:23:21.530Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
35032026-02-25T20:23:21.557Z 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=177e054476e55596 -C extra-filename=-f6fb1a5ce0daea4b --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-5f62dafef9bf8e12.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain_derive-e08d3380c6a431f2.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35042026-02-25T20:23:21.742Z Compiling backoff v0.4.0
35052026-02-25T20:23:21.767Z 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=190999b5697580e4 -C extra-filename=-e5577dd0b2ee6471 --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-5ef34cadf3341d7d.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-c2206934edeca671.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35062026-02-25T20:23:21.794Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
35072026-02-25T20:23:21.864Z 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=3dc43f109dd013c9 -C extra-filename=-0d75efef0704100a --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-c6bc5f10b3790839.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35082026-02-25T20:23:22.209Z Compiling colored v3.0.0
35092026-02-25T20:23:22.235Z 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`
35102026-02-25T20:23:22.617Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
35112026-02-25T20:23:22.642Z 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=96a284735c7948ae -C extra-filename=-0d4ce179ccc9bb16 --out-dir /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-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-faea33d7e770db07.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35122026-02-25T20:23:22.870Z Compiling camino-tempfile v1.4.1
35132026-02-25T20:23:22.901Z 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=d72df2a306a34829 -C extra-filename=-30204990db0efbd8 --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-ab6b255b7ac8a78d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35142026-02-25T20:23:23.104Z Compiling proc-macro-error-attr v1.0.4
35152026-02-25T20:23:23.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/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`
35162026-02-25T20:23:23.411Z Compiling proc-macro-error v1.0.4
35172026-02-25T20:23:23.436Z 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`
35182026-02-25T20:23:23.692Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-368f6b7a4b0f4789/build-script-build`
35192026-02-25T20:23:23.736Z 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=906d3ec1940a746c -C extra-filename=-28bc945222b67604 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35202026-02-25T20:23:23.782Z Compiling crossbeam-deque v0.8.5
35212026-02-25T20:23:23.807Z 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`
35222026-02-25T20:23:23.854Z Compiling test-strategy v0.4.3
35232026-02-25T20:23:23.879Z 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=51e21b0618c71573 -C extra-filename=-22e823a1af21dd78 --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-393965ccfb6cea86.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-42232e75d48ccb26.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35242026-02-25T20:23:23.912Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-2a345076b97e466a/build-script-build`
35252026-02-25T20:23:24.168Z Compiling rayon-core v1.12.1
35262026-02-25T20:23:24.208Z 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`
35272026-02-25T20:23:24.232Z Compiling toml v0.8.23
35282026-02-25T20:23:24.232Z 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=53d885fbba73d3f3 -C extra-filename=-6854385f42794fc0 --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-839c1c9f312a7691.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-45c68868da543993.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-6b10785537462411.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-00a3611f23739f0e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35292026-02-25T20:23:24.608Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-9e4ca3db0f72cfc7/build-script-build`
35302026-02-25T20:23:24.686Z 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=ddb26dd6ef70e639 -C extra-filename=-a463ec35a5a1cb06 --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-28bc945222b67604.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8ed2192b54913f4d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg use_fallback`
35312026-02-25T20:23:24.738Z Compiling parse-display v0.10.0
35322026-02-25T20:23:24.762Z Compiling crucible-workspace-hack v0.1.0
35332026-02-25T20:23:24.762Z 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=aea1576016e9e1d2 -C extra-filename=-0507e84d998ece5e --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-dada7742d2a97463.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.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`
35342026-02-25T20:23:24.762Z 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`
35352026-02-25T20:23:24.894Z 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`
35362026-02-25T20:23:25.257Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-8039e21bb3f74681/build-script-build`
35372026-02-25T20:23:25.323Z 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`
35382026-02-25T20:23:25.400Z Compiling nix v0.30.1
35392026-02-25T20:23:25.425Z 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`
35402026-02-25T20:23:25.452Z Compiling proc-macro-crate v1.3.1
35412026-02-25T20:23:25.477Z 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=c63160c9a8d0d360 -C extra-filename=-89f348f475756096 --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-3c7f2b74b49a7e41.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35422026-02-25T20:23:25.506Z Compiling secrecy v0.10.3
35432026-02-25T20:23:25.531Z 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=7b058d33d9ccfd28 -C extra-filename=-e7c33b969303809a --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-01346246a6800d2f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35442026-02-25T20:23:25.823Z Compiling rayon v1.10.0
35452026-02-25T20:23:25.848Z 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`
35462026-02-25T20:23:25.883Z Compiling heapless v0.8.0
35472026-02-25T20:23:25.883Z 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`
35482026-02-25T20:23:26.414Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-2c3b6c30e3626c9f/build-script-build`
35492026-02-25T20:23:26.444Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
35502026-02-25T20:23:26.494Z 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`
35512026-02-25T20:23:26.519Z Compiling num_enum_derive v0.5.11
35522026-02-25T20:23:26.554Z 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=f85d0d5a877222f7 -C extra-filename=-24da450cb59ea405 --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-89f348f475756096.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8ed2192b54913f4d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35532026-02-25T20:23:26.580Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-bec28175c5a06f60/build-script-build`
35542026-02-25T20:23:26.580Z 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=06007aeeb7cc756a -C extra-filename=-db86bf4fdb6fd800 --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-9880ddee2528f34f.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"))'`
35552026-02-25T20:23:26.673Z Compiling typify-macro v0.4.3
35562026-02-25T20:23:26.698Z 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=9eae1ba1352dcf66 -C extra-filename=-bcb4289674bd28f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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-5445f283397c81ad.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-ac2c69e0c057d99e.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35572026-02-25T20:23:26.958Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-cf87d4cdd576844e/build-script-build`
35582026-02-25T20:23:27.023Z Compiling ingot-macros v0.1.1
35592026-02-25T20:23:27.049Z 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=61a60aaee73ee220 -C extra-filename=-aa1697d0dc720005 --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-4d19c3bf96515cb2.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35602026-02-25T20:23:27.094Z Compiling hash32 v0.3.1
35612026-02-25T20:23:27.159Z 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`
35622026-02-25T20:23:27.444Z Compiling smoltcp v0.11.0
35632026-02-25T20:23:27.469Z 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`
35642026-02-25T20:23:27.770Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
35652026-02-25T20:23:27.821Z 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=89c2836e2ad944d8 -C extra-filename=-84c477954e7e3850 --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-0fae711ad65ff322.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f3fb1f928f6ef4dc.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-6efbd3184f8ad59c.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-22e823a1af21dd78.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35662026-02-25T20:23:28.284Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
35672026-02-25T20:23:28.309Z 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`
35682026-02-25T20:23:28.733Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-606db71631a6b0fb/build-script-build`
35692026-02-25T20:23:28.809Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-5746e71133dd0899/build-script-build`
35702026-02-25T20:23:28.877Z 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`
35712026-02-25T20:23:29.130Z Compiling foreign-types-macros v0.2.3
35722026-02-25T20:23:29.155Z 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=c727e52168f990ab -C extra-filename=-50a36c55870eb48c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35732026-02-25T20:23:29.270Z Compiling num_enum v0.5.11
35742026-02-25T20:23:29.328Z 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=9fdd728b7fc47d1a -C extra-filename=-0e07d87924c0ed0c --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-24da450cb59ea405.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35752026-02-25T20:23:29.553Z Compiling foreign-types-shared v0.3.1
35762026-02-25T20:23:29.578Z 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`
35772026-02-25T20:23:29.761Z Compiling cobs v0.2.3
35782026-02-25T20:23:29.786Z 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`
35792026-02-25T20:23:29.823Z 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`
35802026-02-25T20:23:29.970Z 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`
35812026-02-25T20:23:30.137Z Compiling postcard v1.0.10
35822026-02-25T20:23:30.162Z 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=b298deae3037f2ac -C extra-filename=-b10c6420826924ae --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-839c1c9f312a7691.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35832026-02-25T20:23:30.188Z 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`
35842026-02-25T20:23:30.353Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
35852026-02-25T20:23:30.378Z 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=cf21688d29d0cbb6 -C extra-filename=-d4bc50c52c0f0ec6 --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-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8ed2192b54913f4d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35862026-02-25T20:23:30.462Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
35872026-02-25T20:23:30.487Z 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=dae6eb44823ec0d8 -C extra-filename=-6e4062c45034bcc0 --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-9880ddee2528f34f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35882026-02-25T20:23:30.675Z Compiling foreign-types v0.5.0
35892026-02-25T20:23:30.700Z 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=ca1b4858daad12b2 -C extra-filename=-4d412400db8f1918 --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-50a36c55870eb48c.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`
35902026-02-25T20:23:30.925Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
35912026-02-25T20:23:30.950Z 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`
35922026-02-25T20:23:30.980Z Compiling cstr-argument v0.1.2
35932026-02-25T20:23:31.045Z 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`
35942026-02-25T20:23:31.237Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
35952026-02-25T20:23:31.262Z 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`
35962026-02-25T20:23:31.377Z Compiling unicode-width v0.2.0
35972026-02-25T20:23:31.435Z 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`
35982026-02-25T20:23:31.497Z Compiling pretty-hex v0.2.1
35992026-02-25T20:23:31.522Z 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`
36002026-02-25T20:23:31.554Z Compiling typify v0.4.3
36012026-02-25T20:23:31.579Z 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=594da15bc63fe11d -C extra-filename=-696980fc5e7d4d8c --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-ac2c69e0c057d99e.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-bcb4289674bd28f2.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36022026-02-25T20:23:31.580Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-2648ea4352b7f92b/build-script-build`
36032026-02-25T20:23:31.696Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
36042026-02-25T20:23:31.721Z 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=156753cea538db53 -C extra-filename=-e7fd82d532f9ddf9 --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-d4bc50c52c0f0ec6.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36052026-02-25T20:23:31.746Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-9f97c7e93e7bcb23/build-script-build`
36062026-02-25T20:23:31.818Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
36072026-02-25T20:23:31.842Z 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=4542bdc2453aafc3 -C extra-filename=-238135c30d2dabc3 --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-0e07d87924c0ed0c.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-3c8906e158b79c85.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-faea33d7e770db07.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36082026-02-25T20:23:31.874Z Compiling progenitor-impl v0.11.2
36092026-02-25T20:23:31.922Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
36102026-02-25T20:23:31.947Z 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=f9eb3966aab419c1 -C extra-filename=-420a8e3f15170aaf --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-a2a2a4a16aad62f2.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-833783da88e2e52d.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1e2967a1dca46d32.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-696980fc5e7d4d8c.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-303fed53668a23a0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36112026-02-25T20:23:31.947Z 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=daa84ee0dea8e3a0 -C extra-filename=-17871132bb614b34 --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-4d412400db8f1918.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`
36122026-02-25T20:23:31.994Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
36132026-02-25T20:23:32.019Z 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=d815a713b6650e12 -C extra-filename=-c2ea16f2fa6500a1 --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-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36142026-02-25T20:23:32.088Z Compiling colored v2.2.0
36152026-02-25T20:23:32.113Z 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`
36162026-02-25T20:23:32.346Z Compiling sigpipe v0.1.3
36172026-02-25T20:23:32.370Z 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`
36182026-02-25T20:23:32.562Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
36192026-02-25T20:23:32.587Z 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`
36202026-02-25T20:23:32.612Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
36212026-02-25T20:23:32.670Z 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=45abe9442e879cba -C extra-filename=-fa70e72376fb3500 --out-dir /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-0e07d87924c0ed0c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36222026-02-25T20:23:32.991Z 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=2c8cb92c84b202cc -C extra-filename=-ab9a3159c4975703 --out-dir /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-238135c30d2dabc3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-0e07d87924c0ed0c.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-17871132bb614b34.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-b9121cd31d9f5d00.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c2206934edeca671.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-e7fd82d532f9ddf9.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-003ec141f350818d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-faea33d7e770db07.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-cc4c8bb02a9b9e01.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`
36232026-02-25T20:23:33.171Z Compiling zone_cfg_derive v0.3.0
36242026-02-25T20:23:33.196Z 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=22b8c683af404062 -C extra-filename=-8b178e14ad8dba81 --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-a463ec35a5a1cb06.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8ed2192b54913f4d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36252026-02-25T20:23:33.222Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-66618092b5b3c8a9/build-script-build`
36262026-02-25T20:23:33.342Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
36272026-02-25T20:23:33.367Z 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=ad9ef84cc4c22a97 -C extra-filename=-8bbb9ef8ac31a2af --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-6efbd3184f8ad59c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36282026-02-25T20:23:33.392Z Compiling smf v0.2.3
36292026-02-25T20:23:33.392Z 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=01aa01e27a4bf75c -C extra-filename=-bf0f1ab4025844ea --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-faea33d7e770db07.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36302026-02-25T20:23:33.842Z Compiling num-derive v0.4.2
36312026-02-25T20:23:33.867Z 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=a745371a1206e39c -C extra-filename=-3e301da5baf53841 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36322026-02-25T20:23:34.208Z Compiling ingot-types v0.1.2
36332026-02-25T20:23:34.233Z 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=34d1b8155d431ba6 -C extra-filename=-76ebd80fe8064a7f --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-aa1697d0dc720005.so --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d9f5788e2a13327f.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-af45d7a74cb7353d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36342026-02-25T20:23:34.311Z Compiling aws-lc-sys v0.26.0
36352026-02-25T20:23:34.336Z 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.26.0/builder/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="prebuilt-nasm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asan", "bindgen", "prebuilt-nasm", "ssl"))' -C metadata=48b60b96b1ddd675 -C extra-filename=-aa5fde9a2b592e6d --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-aa5fde9a2b592e6d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-8fa5e0c848dd2add.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-7d81945d2ab4a7b1.rlib --extern cmake=/work/oxidecomputer/omicron/target/debug/deps/libcmake-6570537da236cce4.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`
36362026-02-25T20:23:34.595Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
36372026-02-25T20:23:34.620Z 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`
36382026-02-25T20:23:34.669Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
36392026-02-25T20:23:34.694Z 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=a4f0adb35800500c -C extra-filename=-ceeb021a1fc90143 --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-8bbb9ef8ac31a2af.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-6efbd3184f8ad59c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36402026-02-25T20:23:34.731Z Compiling zone v0.3.1
36412026-02-25T20:23:34.731Z 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=61c9d8f8e1557da8 -C extra-filename=-aec6cbaaf359968a --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-faea33d7e770db07.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-8b178e14ad8dba81.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36422026-02-25T20:23:35.146Z Running `/work/oxidecomputer/omicron/target/debug/build/illumos-utils-8c8d9d618e3f606c/build-script-build`
36432026-02-25T20:23:35.213Z Compiling ingot v0.1.1
36442026-02-25T20:23:35.238Z 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=b235b468f07c59e7 -C extra-filename=-dbfab2f4ea4db3ea --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-9880ddee2528f34f.rmeta --extern ingot_macros=/work/oxidecomputer/omicron/target/debug/deps/libingot_macros-aa1697d0dc720005.so --extern ingot_types=/work/oxidecomputer/omicron/target/debug/deps/libingot_types-76ebd80fe8064a7f.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d9f5788e2a13327f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-af45d7a74cb7353d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36452026-02-25T20:23:35.263Z 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=92168e5920641b56 -C extra-filename=-8e78d06de7bcad1b --out-dir /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-fa70e72376fb3500.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`
36462026-02-25T20:23:35.319Z Compiling convert_case v0.4.0
36472026-02-25T20:23:35.376Z 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`
36482026-02-25T20:23:35.783Z Compiling progenitor-impl v0.10.0
36492026-02-25T20:23:35.808Z 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=16f52fb7f261360a -C extra-filename=-d7735dfc5c954c6f --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-a2a2a4a16aad62f2.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-833783da88e2e52d.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1e2967a1dca46d32.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-696980fc5e7d4d8c.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-303fed53668a23a0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36502026-02-25T20:23:36.131Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
36512026-02-25T20:23:36.156Z 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=a7eb32f754463fc3 -C extra-filename=-a69d61b81f6a260b --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-3e301da5baf53841.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2c1fb2295e429a9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36522026-02-25T20:23:36.297Z Compiling derive_more v0.99.20
36532026-02-25T20:23:36.322Z 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=b456a7cdaaf39379 -C extra-filename=-d537e50f274b5c62 --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-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36542026-02-25T20:23:36.427Z Compiling half v2.4.1
36552026-02-25T20:23:36.452Z 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`
36562026-02-25T20:23:36.856Z Compiling ciborium-io v0.2.2
36572026-02-25T20:23:36.882Z 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`
36582026-02-25T20:23:36.982Z Compiling indent_write v2.2.0
36592026-02-25T20:23:37.008Z 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`
36602026-02-25T20:23:37.052Z Compiling ciborium-ll v0.2.2
36612026-02-25T20:23:37.078Z 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`
36622026-02-25T20:23:37.104Z Compiling usdt-attr-macro v0.5.0
36632026-02-25T20:23:37.104Z 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=added5f920f7ae9c -C extra-filename=-774fdd5f4a8beb66 --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-84c8967017630403.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-5445f283397c81ad.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-e4e20a9c5ff34c84.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36642026-02-25T20:23:37.304Z Compiling usdt-macro v0.5.0
36652026-02-25T20:23:37.329Z 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=70b2bbc8167183c4 -C extra-filename=-cd2d360f2e1c9fda --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-84c8967017630403.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-5445f283397c81ad.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-e4e20a9c5ff34c84.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36662026-02-25T20:23:37.542Z Compiling ciborium v0.2.2
36672026-02-25T20:23:37.567Z 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=ff74c8acc22bfce7 -C extra-filename=-94666c5d13597da6 --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-839c1c9f312a7691.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36682026-02-25T20:23:38.696Z Compiling progenitor-macro v0.11.2
36692026-02-25T20:23:38.721Z 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=97f5918f224366d9 -C extra-filename=-6152c6915f3ec687 --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-1e2967a1dca46d32.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-420a8e3f15170aaf.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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-5445f283397c81ad.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-3335f0fd2f76fccd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36702026-02-25T20:23:38.953Z Compiling memmap v0.7.0
36712026-02-25T20:23:39.007Z 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`
36722026-02-25T20:23:39.036Z Compiling universal-hash v0.5.1
36732026-02-25T20:23:39.061Z 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=8a3034e2da7146c2 -C extra-filename=-d08d56fcf854aefa --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-b7ae764de0150ab4.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`
36742026-02-25T20:23:39.086Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
36752026-02-25T20:23:39.239Z 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=74d8295252a50f84 -C extra-filename=-60b135d39996b192 --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-6e4062c45034bcc0.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-dbfab2f4ea4db3ea.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-b10c6420826924ae.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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`
36762026-02-25T20:23:39.316Z Compiling usdt v0.5.0
36772026-02-25T20:23:39.341Z 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=a055c49f24b5f5f4 -C extra-filename=-b5d8d2d6b8567c9c --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-458baaceb28d36ea.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-84c8967017630403.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-0cc35fa5acdc4555.rmeta --extern memmap=/work/oxidecomputer/omicron/target/debug/deps/libmemmap-a128702411858bfa.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-774fdd5f4a8beb66.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-e4e20a9c5ff34c84.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-cd2d360f2e1c9fda.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36782026-02-25T20:23:39.374Z Compiling opaque-debug v0.3.1
36792026-02-25T20:23:39.398Z 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`
36802026-02-25T20:23:39.449Z Compiling swrite v0.1.0
36812026-02-25T20:23:39.506Z 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`
36822026-02-25T20:23:39.581Z Compiling aead v0.5.2
36832026-02-25T20:23:39.634Z 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=2a4c80f7adf6a05d -C extra-filename=-728ba8e2f14f5afb --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-b7ae764de0150ab4.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-e031f19ba2f6cfb1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36842026-02-25T20:23:39.692Z Compiling poly1305 v0.8.0
36852026-02-25T20:23:39.718Z 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=1c4c8371cd875060 -C extra-filename=-be6a669294179270 --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-d08d56fcf854aefa.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36862026-02-25T20:23:39.956Z Compiling chacha20 v0.9.1
36872026-02-25T20:23:39.981Z 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=9b8d561200dc450b -C extra-filename=-176f7e30da96d363 --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-c4cf7be64d07a3a5.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`
36882026-02-25T20:23:40.042Z Compiling password-hash v0.5.0
36892026-02-25T20:23:40.067Z 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`
36902026-02-25T20:23:40.516Z Compiling blake2 v0.10.6
36912026-02-25T20:23:40.540Z 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=deb6cb186c2cfafc -C extra-filename=-3b4df9476f3c2b7f --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-832701acb9ca9d3b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36922026-02-25T20:23:41.070Z Compiling thiserror-impl-no-std v2.0.2
36932026-02-25T20:23:41.095Z 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=1df4540273a3b3d2 -C extra-filename=-9ebfdcdd41a67965 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8ed2192b54913f4d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36942026-02-25T20:23:41.374Z Compiling argon2 v0.5.3
36952026-02-25T20:23:41.399Z 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=49963266d7fca0e7 -C extra-filename=-2f5f3c9501bb523c --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-3b4df9476f3c2b7f.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`
36962026-02-25T20:23:41.917Z 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=571815ce1f5330bb -C extra-filename=-d0356284bd1845b0 --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-9880ddee2528f34f.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-6e4062c45034bcc0.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-dbfab2f4ea4db3ea.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-c2ea16f2fa6500a1.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-60b135d39996b192.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-b10c6420826924ae.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-a72601627a6a109b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-c7e16a2bc3c2662b.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-af45d7a74cb7353d.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)'`
36972026-02-25T20:23:41.964Z Compiling chacha20poly1305 v0.10.1
36982026-02-25T20:23:41.988Z 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=b51485577266346f -C extra-filename=-ccdf398cf07cacbf --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-728ba8e2f14f5afb.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-176f7e30da96d363.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-c4cf7be64d07a3a5.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-be6a669294179270.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36992026-02-25T20:23:42.270Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37002026-02-25T20:23:42.294Z 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=268ae5c6d244062e -C extra-filename=-830a3bed8fd2fb03 --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-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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`
37012026-02-25T20:23:42.451Z Compiling progenitor-macro v0.10.0
37022026-02-25T20:23:42.475Z 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=dfec396809523e16 -C extra-filename=-c28c513e9fdd0a3d --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-1e2967a1dca46d32.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-d7735dfc5c954c6f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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-5445f283397c81ad.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-3335f0fd2f76fccd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37032026-02-25T20:23:42.753Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
37042026-02-25T20:23:42.779Z 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=35d1b7043c8f1e50 -C extra-filename=-18800e7cec4c4855 --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-6e4062c45034bcc0.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-d0356284bd1845b0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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-af45d7a74cb7353d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37052026-02-25T20:23:42.901Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
37062026-02-25T20:23:42.926Z 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=f266cd91e631f86e -C extra-filename=-5c3772d9310d92f3 --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-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37072026-02-25T20:23:43.367Z Compiling console v0.15.10
37082026-02-25T20:23:43.392Z 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`
37092026-02-25T20:23:43.566Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
37102026-02-25T20:23:43.591Z 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=6f2a8ef85900f631 -C extra-filename=-6145e16765a43466 --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-830a3bed8fd2fb03.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-5c3772d9310d92f3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-faea33d7e770db07.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`
37112026-02-25T20:23:43.952Z Compiling thiserror-no-std v2.0.2
37122026-02-25T20:23:43.976Z 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=b0513f03c7753285 -C extra-filename=-1d871a8b34b4eee3 --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-9ebfdcdd41a67965.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37132026-02-25T20:23:44.148Z Compiling vsss-rs v3.3.4
37142026-02-25T20:23:44.174Z 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=21c072af9373afef -C extra-filename=-378bfe3bd2c3ab3c --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-52021b1685c9fddc.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-72fe975ad5fe86d5.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c2206934edeca671.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-f2585e3e3b8ef856.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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-1d871a8b34b4eee3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37152026-02-25T20:23:44.229Z Compiling derive-where v1.5.0
37162026-02-25T20:23:44.254Z 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=a868a5ee03e447fb -C extra-filename=-faeb7aac8eb71b65 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37172026-02-25T20:23:44.747Z Compiling atomicwrites v0.4.4
37182026-02-25T20:23:44.772Z 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=f30c8f6c9d828542 -C extra-filename=-8d5c5cfd6e356a04 --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-f03f04b4b6546582.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ab6b255b7ac8a78d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37192026-02-25T20:23:45.167Z Compiling newline-converter v0.3.0
37202026-02-25T20:23:45.192Z 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`
37212026-02-25T20:23:45.450Z Compiling expectorate v1.2.0
37222026-02-25T20:23:45.474Z 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=19eeef6cd7580f4c -C extra-filename=-0c440abe45f834e0 --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-8d5c5cfd6e356a04.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-86f40f3e61b1f3ba.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37232026-02-25T20:23:45.796Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
37242026-02-25T20:23:45.822Z 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=3d326da737cba7b4 -C extra-filename=-2af3499fa6024671 --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-ab9a3159c4975703.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-d0356284bd1845b0.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-18800e7cec4c4855.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-b10c6420826924ae.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37252026-02-25T20:23:45.847Z Compiling num-rational v0.4.2
37262026-02-25T20:23:45.913Z 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`
37272026-02-25T20:23:46.982Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-aa5fde9a2b592e6d/build-script-main`
37282026-02-25T20:23:47.295Z Compiling num-complex v0.4.6
37292026-02-25T20:23:47.320Z 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`
37302026-02-25T20:23:47.458Z Compiling bytecount v0.6.8
37312026-02-25T20:23:47.482Z 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`
37322026-02-25T20:23:47.735Z Compiling float-ord v0.3.2
37332026-02-25T20:23:47.759Z 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`
37342026-02-25T20:23:47.952Z Compiling owo-colors v4.2.3
37352026-02-25T20:23:47.977Z 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`
37362026-02-25T20:23:48.003Z Compiling tokio-dtrace v0.1.0
37372026-02-25T20:23:48.003Z 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=ceff91aef3b0cccd -C extra-filename=-5016ec0cf6eb5351 --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-4bb6e69cb038f134.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b5d8d2d6b8567c9c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37382026-02-25T20:23:48.267Z Compiling num v0.4.3
37392026-02-25T20:23:48.292Z 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`
37402026-02-25T20:23:48.318Z Compiling cancel-safe-futures v0.1.5
37412026-02-25T20:23:48.342Z 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`
37422026-02-25T20:23:48.469Z Compiling oxide-tokio-rt v0.1.2
37432026-02-25T20:23:48.494Z 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=8f0735a0a2d5af3a -C extra-filename=-20e21b9c25ad411b --out-dir /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-595358cf5c627738.rmeta --extern tokio_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libtokio_dtrace-5016ec0cf6eb5351.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37442026-02-25T20:23:48.523Z Compiling libsw-core v0.3.1
37452026-02-25T20:23:48.547Z 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=dbc22d62a80816f9 -C extra-filename=-9fd9a64a12a4121e --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-595358cf5c627738.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37462026-02-25T20:23:48.577Z Compiling linear-map v1.2.0
37472026-02-25T20:23:48.601Z 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`
37482026-02-25T20:23:48.671Z Running `/work/oxidecomputer/omicron/target/debug/build/owo-colors-ca97be9177a51abf/build-script-build`
37492026-02-25T20:23:48.791Z 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)'`
37502026-02-25T20:23:48.891Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-cd5f5024290aadd1/build-script-build`
37512026-02-25T20:23:48.915Z Compiling libsw v3.5.0
37522026-02-25T20:23:48.915Z Compiling gethostname v0.5.0
37532026-02-25T20:23:48.915Z 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=0c7375136a47731c -C extra-filename=-35bc9e709ee2586e --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-9fd9a64a12a4121e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37542026-02-25T20:23:48.915Z 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=3e8a879ac12d37e5 -C extra-filename=-c676e4095544447e --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-f03f04b4b6546582.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37552026-02-25T20:23:49.047Z 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=ffa235d015ae761a -C extra-filename=-1c77f98783115915 --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-5ef34cadf3341d7d.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-17ee7386fcecf0f7.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-595358cf5c627738.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37562026-02-25T20:23:49.072Z Compiling same-file v1.0.6
37572026-02-25T20:23:49.108Z 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`
37582026-02-25T20:23:49.244Z Compiling unicode-xid v0.2.6
37592026-02-25T20:23:49.269Z 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`
37602026-02-25T20:23:49.301Z Compiling async-recursion v1.1.1
37612026-02-25T20:23:49.302Z 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=30d28c108d115bc7 -C extra-filename=-8c2c3fd5c7fb1f46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37622026-02-25T20:23:49.417Z Compiling walkdir v2.5.0
37632026-02-25T20:23:49.441Z 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`
37642026-02-25T20:23:49.534Z Compiling resolv-conf v0.7.0
37652026-02-25T20:23:49.558Z 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`
37662026-02-25T20:23:49.636Z Compiling convert_case v0.7.1
37672026-02-25T20:23:49.677Z 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`
37682026-02-25T20:23:50.285Z Compiling unicode-linebreak v0.1.5
37692026-02-25T20:23:50.309Z 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`
37702026-02-25T20:23:50.393Z Compiling smawk v0.3.2
37712026-02-25T20:23:50.417Z 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`
37722026-02-25T20:23:50.478Z Compiling derive_more-impl v2.0.1
37732026-02-25T20:23:50.554Z 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=2dc3fb77d74e3936 -C extra-filename=-56513a73e97b395a --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-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37742026-02-25T20:23:50.780Z Compiling globset v0.4.15
37752026-02-25T20:23:50.806Z 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=fe60f0cafa744886 -C extra-filename=-d4fb3867a8061fe3 --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-d20757e461794771.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-e943678c4f94acce.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`
37762026-02-25T20:23:50.897Z Compiling slog-dtrace v0.3.0
37772026-02-25T20:23:50.925Z 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`
37782026-02-25T20:23:50.963Z Compiling vte_generate_state_changes v0.1.2
37792026-02-25T20:23:50.987Z 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=cb119b24d5390052 -C extra-filename=-4326d44b658438c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37802026-02-25T20:23:51.017Z Compiling termtree v0.5.1
37812026-02-25T20:23:51.042Z 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`
37822026-02-25T20:23:51.391Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-ddefb90379f200cf/build-script-build`
37832026-02-25T20:23:51.445Z Compiling object v0.37.3
37842026-02-25T20:23:51.470Z 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`
37852026-02-25T20:23:51.520Z 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=3f6c3f64d0e166a7 -C extra-filename=-c4de183ece159f92 --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-26147300913a2b5a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b5d8d2d6b8567c9c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37862026-02-25T20:23:51.754Z Compiling vte v0.11.1
37872026-02-25T20:23:51.778Z 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=cc1b2e605ef33c25 -C extra-filename=-3c25063435b94937 --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-4326d44b658438c3.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37882026-02-25T20:23:51.900Z Compiling fd-lock v4.0.2
37892026-02-25T20:23:51.925Z 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=01f207f5f44beb8e -C extra-filename=-ed3fe41626786fc1 --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-f03f04b4b6546582.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37902026-02-25T20:23:52.174Z Running `/work/oxidecomputer/omicron/target/debug/build/object-c6304350e3af7add/build-script-build`
37912026-02-25T20:23:52.230Z Compiling pin-project-internal v1.1.6
37922026-02-25T20:23:52.231Z 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=009e9c1c05291d18 -C extra-filename=-c376430b425ff65e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37932026-02-25T20:23:52.290Z Compiling linked-hash-map v0.5.6
37942026-02-25T20:23:52.314Z 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`
37952026-02-25T20:23:52.351Z 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)'`
37962026-02-25T20:23:52.502Z Compiling hickory-proto v0.24.4
37972026-02-25T20:23:52.527Z 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=e8d1545928a8a768 -C extra-filename=-9e0bf447e16fe659 --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-88cea7bf556fbbd3.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-171c4431306085eb.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-dfa4784a203e919e.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-17ee7386fcecf0f7.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-23c24be66a4c0dc5.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-58606c2cc24cce8a.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c2206934edeca671.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-faea33d7e770db07.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-86d39d757ff7819a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-cc4c8bb02a9b9e01.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-47e15988146239e3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37982026-02-25T20:23:52.624Z Compiling derive_more v2.0.1
37992026-02-25T20:23:52.649Z 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=d5a93362a376bc0b -C extra-filename=-81e350c12ea15abc --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-56513a73e97b395a.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38002026-02-25T20:23:52.766Z Compiling lru-cache v0.1.2
38012026-02-25T20:23:52.814Z 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`
38022026-02-25T20:23:52.852Z Compiling crossterm v0.29.0
38032026-02-25T20:23:52.852Z 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=c82ed7e5b11deeaf -C extra-filename=-4a3c62c97b5beaa1 --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-9880ddee2528f34f.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-81e350c12ea15abc.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-5ef34cadf3341d7d.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-1939e5575b5e5905.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`
38042026-02-25T20:23:53.079Z Compiling pem v3.0.5
38052026-02-25T20:23:53.104Z 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`
38062026-02-25T20:23:53.370Z Compiling strip-ansi-escapes v0.2.0
38072026-02-25T20:23:53.395Z 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=c9fa348089e8f150 -C extra-filename=-c429b87060133146 --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-3c25063435b94937.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38082026-02-25T20:23:53.818Z Compiling nibble_vec v0.1.0
38092026-02-25T20:23:53.842Z 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`
38102026-02-25T20:23:53.872Z Compiling nu-ansi-term v0.50.1
38112026-02-25T20:23:53.896Z 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`
38122026-02-25T20:23:54.112Z Compiling endian-type v0.1.2
38132026-02-25T20:23:54.137Z 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`
38142026-02-25T20:23:54.413Z Compiling display-error-chain v0.2.2
38152026-02-25T20:23:54.437Z 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`
38162026-02-25T20:23:54.696Z Compiling reedline v0.40.0
38172026-02-25T20:23:54.722Z 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=f281698021cf4dec -C extra-filename=-81076bf3f848e0d1 --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-26147300913a2b5a.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-92c99ae1ab92930d.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-ed3fe41626786fc1.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-839c1c9f312a7691.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-c429b87060133146.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-6efbd3184f8ad59c.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-4ac1d7462826bad0.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.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`
38182026-02-25T20:23:54.755Z Compiling radix_trie v0.2.1
38192026-02-25T20:23:54.780Z 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`
38202026-02-25T20:23:55.162Z Compiling pin-project v1.1.6
38212026-02-25T20:23:55.187Z 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=ec9af2e7d6ad2610 -C extra-filename=-558c8dd83b84dff9 --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-c376430b425ff65e.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38222026-02-25T20:23:55.409Z Compiling snafu-derive v0.8.5
38232026-02-25T20:23:55.434Z 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=0e7da760e9a9486b -C extra-filename=-0e07dcc8571476f5 --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-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38242026-02-25T20:23:55.507Z Compiling textwrap v0.16.2
38252026-02-25T20:23:55.531Z 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=a3c74898c9838b71 -C extra-filename=-3a41fdc669eacdfb --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-3aa2b5a473e3452b.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`
38262026-02-25T20:23:55.756Z Compiling olpc-cjson v0.1.4
38272026-02-25T20:23:55.783Z 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=bcd376741f00a72d -C extra-filename=-5b18c826a41a0d23 --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-839c1c9f312a7691.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`
38282026-02-25T20:23:56.075Z Compiling serde_plain v1.0.2
38292026-02-25T20:23:56.100Z 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=54a0e5892e83f728 -C extra-filename=-7b24f3b731a1a55b --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-839c1c9f312a7691.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38302026-02-25T20:23:56.244Z Compiling typed-path v0.9.3
38312026-02-25T20:23:56.270Z 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`
38322026-02-25T20:23:56.530Z Compiling stacker v0.1.23
38332026-02-25T20:23:56.555Z 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`
38342026-02-25T20:23:56.764Z Compiling csv-core v0.1.11
38352026-02-25T20:23:56.790Z 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`
38362026-02-25T20:23:57.137Z Compiling humantime v2.2.0
38372026-02-25T20:23:57.162Z 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`
38382026-02-25T20:23:57.346Z Compiling highway v1.3.0
38392026-02-25T20:23:57.370Z 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`
38402026-02-25T20:23:57.709Z Compiling cfg_aliases v0.1.1
38412026-02-25T20:23:57.734Z 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`
38422026-02-25T20:23:57.886Z Compiling nix v0.28.0
38432026-02-25T20:23:57.912Z 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`
38442026-02-25T20:23:58.206Z Compiling hickory-resolver v0.24.4
38452026-02-25T20:23:58.230Z 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=62f10d3192a346d1 -C extra-filename=-5a35215342818094 --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-17ee7386fcecf0f7.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-9e0bf447e16fe659.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-c2206934edeca671.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-faea33d7e770db07.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-cc4c8bb02a9b9e01.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38462026-02-25T20:23:58.752Z Compiling csv v1.3.1
38472026-02-25T20:23:58.776Z 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=b38164d0b87bd110 -C extra-filename=-838063cee5c7bef7 --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-839c1c9f312a7691.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38482026-02-25T20:23:59.488Z Running `/work/oxidecomputer/omicron/target/debug/build/stacker-1dafb7a227f653ee/build-script-build`
38492026-02-25T20:23:59.559Z Compiling siphasher v1.0.1
38502026-02-25T20:23:59.584Z 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`
38512026-02-25T20:24:00.062Z Compiling ar_archive_writer v0.5.1
38522026-02-25T20:24:00.087Z 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`
38532026-02-25T20:24:00.133Z Compiling phf_shared v0.12.1
38542026-02-25T20:24:00.205Z 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`
38552026-02-25T20:24:00.611Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-a0acc4d771cf1e82/build-script-build`
38562026-02-25T20:24:00.664Z Compiling snafu v0.8.5
38572026-02-25T20:24:00.688Z Compiling papergrid v0.11.0
38582026-02-25T20:24:00.688Z 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=2c7ea263d997acb8 -C extra-filename=-b0ccaff2b6d5c39f --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-5ef34cadf3341d7d.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-558c8dd83b84dff9.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-0e07dcc8571476f5.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38592026-02-25T20:24:00.689Z 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`
38602026-02-25T20:24:00.760Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
38612026-02-25T20:24:00.784Z 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=6a79fb08411752a9 -C extra-filename=-3572cb27f8f66195 --out-dir /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-38ba13b1dd5cc181.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d537e50f274b5c62.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-faea33d7e770db07.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38622026-02-25T20:24:00.873Z Compiling qorb v0.4.1
38632026-02-25T20:24:00.898Z 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=0001ad62b8f5e0bb -C extra-filename=-085fd6f52ea50190 --out-dir /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-88cea7bf556fbbd3.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-faeb7aac8eb71b65.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-5a35215342818094.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c772f91fd049de46.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-cc4c8bb02a9b9e01.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b5d8d2d6b8567c9c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38642026-02-25T20:24:01.631Z Compiling tabled_derive v0.7.0
38652026-02-25T20:24:01.655Z 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=ea2d6c35998026f5 -C extra-filename=-837c6bc9d7131e83 --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-a463ec35a5a1cb06.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8ed2192b54913f4d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38662026-02-25T20:24:01.803Z Compiling recursive-proc-macro-impl v0.1.1
38672026-02-25T20:24:01.827Z 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=66d0b4270499d545 -C extra-filename=-08856446fa18f51e --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-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38682026-02-25T20:24:02.463Z Compiling psm v0.1.30
38692026-02-25T20:24:02.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/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`
38702026-02-25T20:24:02.852Z Compiling base64 v0.21.7
38712026-02-25T20:24:02.913Z 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`
38722026-02-25T20:24:03.538Z Compiling semver v0.1.20
38732026-02-25T20:24:03.563Z 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`
38742026-02-25T20:24:03.667Z Running `/work/oxidecomputer/omicron/target/debug/build/psm-b39dd97f4289c5dc/build-script-build`
38752026-02-25T20:24:03.790Z 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)'`
38762026-02-25T20:24:03.856Z Compiling chrono-tz v0.10.4
38772026-02-25T20:24:03.911Z 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`
38782026-02-25T20:24:03.991Z 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`
38792026-02-25T20:24:04.045Z Compiling tabled v0.15.0
38802026-02-25T20:24:04.045Z Compiling rustc_version v0.1.7
38812026-02-25T20:24:04.070Z 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=9ec187e9ea0becaf -C extra-filename=-99fa6c2fce8d7f42 --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-837c6bc9d7131e83.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`
38822026-02-25T20:24:04.070Z 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`
38832026-02-25T20:24:04.183Z 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=b460860310c24714 -C extra-filename=-5376c3a1ebbcb4bf --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-9880ddee2528f34f.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`
38842026-02-25T20:24:04.298Z Running `/work/oxidecomputer/omicron/target/debug/build/chrono-tz-a7b0a16d6b72ecf6/build-script-build`
38852026-02-25T20:24:04.371Z Compiling recursive v0.1.1
38862026-02-25T20:24:04.371Z 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=6d3aa8e732126fa8 -C extra-filename=-7b1bf52809a8ad6e --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-08856446fa18f51e.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`
38872026-02-25T20:24:04.424Z Compiling phf v0.12.1
38882026-02-25T20:24:04.448Z 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`
38892026-02-25T20:24:04.481Z Compiling const_format_proc_macros v0.2.34
38902026-02-25T20:24:04.506Z 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=9232e49a95b4cee7 -C extra-filename=-6829be0109cbef0f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.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`
38912026-02-25T20:24:04.632Z Compiling peg-macros v0.8.5
38922026-02-25T20:24:04.658Z 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=a91c442f16f19c0e -C extra-filename=-17c09b18c081a1fd --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-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38932026-02-25T20:24:04.706Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
38942026-02-25T20:24:04.734Z 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=28c2ce2d461e4969 -C extra-filename=-7b27d2d534b176a2 --out-dir /work/oxidecomputer/omicron/target/debug/build/oximeter-db-7b27d2d534b176a2 -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-b55febe251e532be.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38952026-02-25T20:24:04.791Z Compiling sqlparser_derive v0.5.0
38962026-02-25T20:24:04.819Z 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=0bf017251315dda3 -C extra-filename=-b6e3b7d3ccc3ca4e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38972026-02-25T20:24:05.935Z Compiling unicode_categories v0.1.1
38982026-02-25T20:24:05.960Z 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`
38992026-02-25T20:24:06.007Z Running `/work/oxidecomputer/omicron/target/debug/build/oximeter-db-7b27d2d534b176a2/build-script-build`
39002026-02-25T20:24:06.105Z 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=fa9a3a9ef1e91b16 -C extra-filename=-b2eb96f28f0124c2 --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-26147300913a2b5a.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-9bd759fe34670f7e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39012026-02-25T20:24:06.443Z Compiling sqlformat v0.3.5
39022026-02-25T20:24:06.468Z 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`
39032026-02-25T20:24:06.709Z Compiling const_format v0.2.34
39042026-02-25T20:24:06.733Z 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=74f98c7f2725c64c -C extra-filename=-3ccd842abda31d0e --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-6829be0109cbef0f.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39052026-02-25T20:24:06.838Z Compiling sqlparser v0.61.0
39062026-02-25T20:24:06.863Z 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=c59f0cbafb564d10 -C extra-filename=-2a41b09a7fdea892 --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-7b1bf52809a8ad6e.rmeta --extern sqlparser_derive=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser_derive-b6e3b7d3ccc3ca4e.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`
39072026-02-25T20:24:07.494Z Compiling rustyline v14.0.0
39082026-02-25T20:24:07.518Z 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=6b0a44193f9f885b -C extra-filename=-c9172f5d3701e141 --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-9880ddee2528f34f.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-ed3fe41626786fc1.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-5376c3a1ebbcb4bf.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`
39092026-02-25T20:24:07.911Z Compiling newtype_derive v0.1.6
39102026-02-25T20:24:07.936Z 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`
39112026-02-25T20:24:08.142Z Compiling peg v0.8.5
39122026-02-25T20:24:08.166Z 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=7263318bda710e1f -C extra-filename=-d5c79c108e63e61b --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-17c09b18c081a1fd.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`
39132026-02-25T20:24:08.328Z Compiling bcs v0.1.6
39142026-02-25T20:24:08.353Z 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=f8b646be496d6e08 -C extra-filename=-23a35671277130b0 --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-839c1c9f312a7691.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-faea33d7e770db07.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39152026-02-25T20:24:08.378Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-5ab531ee3772738d/build-script-build`
39162026-02-25T20:24:08.501Z 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`
39172026-02-25T20:24:08.686Z Compiling steno v0.4.1
39182026-02-25T20:24:08.711Z 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=165fac7826555832 -C extra-filename=-a16fab7cf1860802 --out-dir /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-88cea7bf556fbbd3.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.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-0ea5c03b1627206b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-faea33d7e770db07.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.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`
39192026-02-25T20:24:08.833Z Compiling utf-8 v0.7.6
39202026-02-25T20:24:08.858Z 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`
39212026-02-25T20:24:09.010Z Compiling arc-swap v1.7.1
39222026-02-25T20:24:09.035Z 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`
39232026-02-25T20:24:09.203Z Compiling tungstenite v0.21.0
39242026-02-25T20:24:09.228Z 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=ba13de325dfab6d5 -C extra-filename=-b0e75c336531a474 --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-d3b297ef696f7fa0.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-5d4dd4f25a3a940c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.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-c2206934edeca671.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-0c2878dfc4a36e8d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-faea33d7e770db07.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-47e15988146239e3.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`
39252026-02-25T20:24:09.683Z Compiling slog-scope v4.4.0
39262026-02-25T20:24:09.707Z 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=3ad11197a78f93cc -C extra-filename=-11c19b4f5c34c777 --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-5f62dafef9bf8e12.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39272026-02-25T20:24:10.216Z Compiling slog-stdlog v4.1.1
39282026-02-25T20:24:10.241Z 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=f081f861b8153705 -C extra-filename=-71de6e4b9effd102 --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-5f62dafef9bf8e12.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-11c19b4f5c34c777.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39292026-02-25T20:24:10.271Z Compiling xattr v1.3.1
39302026-02-25T20:24:10.271Z 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=e6afda8c532c466b -C extra-filename=-36ff6a7e5361ff09 --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-f03f04b4b6546582.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39312026-02-25T20:24:10.619Z Compiling tokio-tungstenite v0.21.0
39322026-02-25T20:24:10.643Z 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=f23c4184c3968b63 -C extra-filename=-105361971c29a71a --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-17ee7386fcecf0f7.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-b0e75c336531a474.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39332026-02-25T20:24:10.711Z Compiling filetime v0.2.26
39342026-02-25T20:24:10.736Z 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`
39352026-02-25T20:24:11.146Z Compiling tar v0.4.44
39362026-02-25T20:24:11.205Z 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=6f2dd9c94b9a5a32 -C extra-filename=-6a737287b10e2c5e --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-36ff6a7e5361ff09.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39372026-02-25T20:24:11.279Z Compiling slog-envlogger v2.2.0
39382026-02-25T20:24:11.279Z 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=2398a1b2b4b22cd3 -C extra-filename=-e846b58d2700cb43 --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-154dd6639b7e72c8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-11c19b4f5c34c777.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-71de6e4b9effd102.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39392026-02-25T20:24:11.361Z Compiling typify-impl v0.2.0
39402026-02-25T20:24:11.409Z 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=30c5c8ec7861a29b -C extra-filename=-ddaa7d6005de31b5 --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-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-faea33d7e770db07.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-303fed53668a23a0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39412026-02-25T20:24:11.480Z Compiling subprocess v0.2.9
39422026-02-25T20:24:11.504Z 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`
39432026-02-25T20:24:12.056Z Compiling headers-core v0.3.0
39442026-02-25T20:24:12.081Z 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=4233dff656b45c1c -C extra-filename=-c7482cf31fd4e607 --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-a2a2a4a16aad62f2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39452026-02-25T20:24:12.303Z Compiling headers v0.4.1
39462026-02-25T20:24:12.327Z 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=f671e62ee56b6e75 -C extra-filename=-c901b26b160583a6 --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-d3b297ef696f7fa0.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-c7482cf31fd4e607.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.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-0c2878dfc4a36e8d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39472026-02-25T20:24:13.115Z Compiling lzma-sys v0.1.20
39482026-02-25T20:24:13.139Z 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`
39492026-02-25T20:24:13.164Z Compiling heck v0.3.3
39502026-02-25T20:24:13.200Z 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`
39512026-02-25T20:24:13.541Z Compiling zone_cfg_derive v0.1.2
39522026-02-25T20:24:13.566Z 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=c6b82d5b77024877 -C extra-filename=-6fa974682e292462 --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-a463ec35a5a1cb06.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8ed2192b54913f4d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39532026-02-25T20:24:13.940Z Running `/work/oxidecomputer/omicron/target/debug/build/lzma-sys-cd657732d2f70de7/build-script-build`
39542026-02-25T20:24:14.011Z 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`
39552026-02-25T20:24:14.071Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
39562026-02-25T20:24:14.071Z 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=4b2e8934f8c5b879 -C extra-filename=-87a310b7061c6c5e --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-839c1c9f312a7691.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-2f7eb2a94594c188.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-faea33d7e770db07.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9169fd5e318a8d7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39572026-02-25T20:24:14.259Z Compiling yasna v0.5.2
39582026-02-25T20:24:14.284Z 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=0be998682b5ebe82 -C extra-filename=-dad5ae4dfdf884c9 --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-129e369738b0a325.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39592026-02-25T20:24:14.535Z Compiling base64 v0.13.1
39602026-02-25T20:24:14.560Z 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`
39612026-02-25T20:24:14.734Z Compiling number_prefix v0.4.0
39622026-02-25T20:24:14.759Z 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`
39632026-02-25T20:24:15.062Z Compiling zone v0.1.8
39642026-02-25T20:24:15.086Z Compiling ron v0.7.1
39652026-02-25T20:24:15.086Z 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=7345f2d9a5c2e6ae -C extra-filename=-f60413d8a4d8969c --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-faea33d7e770db07.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-6fa974682e292462.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39662026-02-25T20:24:15.086Z 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=e63e6b85a95a29e5 -C extra-filename=-b585e073d24a7e50 --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-839c1c9f312a7691.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39672026-02-25T20:24:15.164Z Compiling indicatif v0.17.11
39682026-02-25T20:24:15.228Z 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`
39692026-02-25T20:24:15.968Z Compiling rcgen v0.12.1
39702026-02-25T20:24:16.012Z 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=4e22d6a7eb0cd9a1 -C extra-filename=-ff50cf069db302cb --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-129e369738b0a325.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-dad5ae4dfdf884c9.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`
39712026-02-25T20:24:16.521Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
39722026-02-25T20:24:16.545Z 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=671262ad547a90bd -C extra-filename=-cdb82b18a6a87a9f --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-87a310b7061c6c5e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-2f7eb2a94594c188.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-faea33d7e770db07.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9169fd5e318a8d7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39732026-02-25T20:24:17.273Z Compiling xz2 v0.1.7
39742026-02-25T20:24:17.297Z 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`
39752026-02-25T20:24:17.405Z Compiling dropshot-api-manager-types v0.3.0
39762026-02-25T20:24:17.405Z Compiling moka v0.12.10
39772026-02-25T20:24:17.405Z 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`
39782026-02-25T20:24:17.430Z 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`
39792026-02-25T20:24:17.456Z Compiling tagptr v0.2.0
39802026-02-25T20:24:17.490Z 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`
39812026-02-25T20:24:17.821Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
39822026-02-25T20:24:17.846Z 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`
39832026-02-25T20:24:17.871Z Compiling libefi-sys v0.1.0
39842026-02-25T20:24:17.871Z Running `/work/oxidecomputer/omicron/target/debug/build/moka-ef05694c6e0ff147/build-script-build`
39852026-02-25T20:24:17.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/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`
39862026-02-25T20:24:18.071Z 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=c9c65a95e1ba8305 -C extra-filename=-bcd6f628300fa26e --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-faea33d7e770db07.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-25T20:24:18.096Z Compiling bitfield-struct v0.6.2
39882026-02-25T20:24:18.120Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
39892026-02-25T20:24:18.120Z 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=97d47ea4d42375dc -C extra-filename=-d3fa528bdfd96f30 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39902026-02-25T20:24:18.120Z 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`
39912026-02-25T20:24:18.334Z Compiling radium v0.7.0
39922026-02-25T20:24:18.358Z 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`
39932026-02-25T20:24:18.417Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-081efc341aa1f4e2/build-script-build`
39942026-02-25T20:24:18.482Z 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`
39952026-02-25T20:24:18.693Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-cba1f157eb1c2c4f/build-script-build`
39962026-02-25T20:24:18.774Z Compiling tap v1.0.1
39972026-02-25T20:24:18.798Z 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`
39982026-02-25T20:24:18.968Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-dcd243c750219fb8/build-script-build`
39992026-02-25T20:24:19.017Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
40002026-02-25T20:24:19.043Z 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=0d98fd5421669b69 -C extra-filename=-2b58e19978114f20 --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-faea33d7e770db07.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`
40012026-02-25T20:24:19.071Z Compiling maybe-uninit v2.0.0
40022026-02-25T20:24:19.095Z 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`
40032026-02-25T20:24:19.188Z 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`
40042026-02-25T20:24:19.504Z Compiling wyz v0.5.1
40052026-02-25T20:24:19.529Z 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`
40062026-02-25T20:24:19.733Z Compiling hickory-resolver v0.25.2
40072026-02-25T20:24:19.758Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
40082026-02-25T20:24:19.759Z 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=3a66cd28c79cad10 -C extra-filename=-027944bdf890a5a3 --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-17ee7386fcecf0f7.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-e64b9610087ab7c2.rmeta --extern moka=/work/oxidecomputer/omicron/target/debug/deps/libmoka-bcd6f628300fa26e.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-afe5225732d12924.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-4bb6e69cb038f134.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-cc4c8bb02a9b9e01.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40092026-02-25T20:24:19.759Z 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=6dfa0321a75f1f85 -C extra-filename=-1c8b259ee9c957aa --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-d3fa528bdfd96f30.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40102026-02-25T20:24:19.829Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-0459c93cf7b2d0ae/build-script-build`
40112026-02-25T20:24:19.880Z Compiling zerocopy-derive v0.6.6
40122026-02-25T20:24:19.940Z 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=206c3483c1004d99 -C extra-filename=-5b0d5c5c034bb7cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40132026-02-25T20:24:19.965Z Compiling crc-catalog v2.4.0
40142026-02-25T20:24:19.965Z 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`
40152026-02-25T20:24:20.012Z Compiling packed_struct v0.10.1
40162026-02-25T20:24:20.075Z 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`
40172026-02-25T20:24:20.214Z Compiling funty v2.0.0
40182026-02-25T20:24:20.239Z 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`
40192026-02-25T20:24:20.516Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
40202026-02-25T20:24:20.540Z 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=2e952be5adec6fb5 -C extra-filename=-51bd8ba17db94cd8 --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-1c8b259ee9c957aa.rmeta --extern nvme=/work/oxidecomputer/omicron/target/debug/deps/libnvme-139e2e98fd598361.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-faea33d7e770db07.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40212026-02-25T20:24:20.600Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-030b323af3c64b73/build-script-build`
40222026-02-25T20:24:20.667Z Compiling crc v3.2.1
40232026-02-25T20:24:20.692Z 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`
40242026-02-25T20:24:21.402Z Compiling bitvec v1.0.1
40252026-02-25T20:24:21.427Z 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`
40262026-02-25T20:24:21.478Z 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`
40272026-02-25T20:24:21.636Z Compiling packed_struct_codegen v0.10.1
40282026-02-25T20:24:21.661Z 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=735a916e32dd0a0a -C extra-filename=-b550990bd8ff6ff5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8ed2192b54913f4d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40292026-02-25T20:24:21.872Z Compiling bitfield-macros v0.19.2
40302026-02-25T20:24:21.897Z 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=0ad27c1bbe683205 -C extra-filename=-f61ab67a6032eff5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40312026-02-25T20:24:21.978Z Compiling zerocopy v0.6.6
40322026-02-25T20:24:22.004Z 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=5c21f9eb19452ca5 -C extra-filename=-9437aad5e0312fab --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-5b0d5c5c034bb7cd.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40332026-02-25T20:24:22.752Z Compiling indexmap v1.9.3
40342026-02-25T20:24:22.797Z 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`
40352026-02-25T20:24:22.833Z Compiling typify-macro v0.2.0
40362026-02-25T20:24:22.857Z 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=0290e88653693ac8 -C extra-filename=-f0733444683e8624 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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-5445f283397c81ad.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-ddaa7d6005de31b5.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40372026-02-25T20:24:23.208Z Compiling nodrop v0.1.14
40382026-02-25T20:24:23.233Z 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`
40392026-02-25T20:24:23.425Z Compiling array-init v0.0.4
40402026-02-25T20:24:23.449Z 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`
40412026-02-25T20:24:23.478Z Compiling bitfield v0.19.2
40422026-02-25T20:24:23.503Z 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=e617170a02bfbab1 -C extra-filename=-bd760947fbb59a80 --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-f61ab67a6032eff5.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40432026-02-25T20:24:24.003Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-432728f52a173005/build-script-build`
40442026-02-25T20:24:24.086Z Compiling smallvec v0.6.14
40452026-02-25T20:24:24.111Z Compiling hashbrown v0.12.3
40462026-02-25T20:24:24.111Z 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`
40472026-02-25T20:24:24.111Z 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`
40482026-02-25T20:24:24.178Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
40492026-02-25T20:24:24.203Z 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=01a256a3f7e0046a -C extra-filename=-ee6680d41ed105d7 --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-9437aad5e0312fab.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40502026-02-25T20:24:24.489Z Compiling ron v0.8.1
40512026-02-25T20:24:24.513Z 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=6513eb3238a62d93 -C extra-filename=-530a017e09487a2f --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-9880ddee2528f34f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-2f7eb2a94594c188.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40522026-02-25T20:24:24.590Z Compiling serde-hex v0.1.0
40532026-02-25T20:24:24.615Z 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=5f26ce280938f438 -C extra-filename=-f0e95fd8d2a95297 --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-839c1c9f312a7691.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`
40542026-02-25T20:24:24.615Z Compiling hashbrown v0.13.2
40552026-02-25T20:24:24.615Z 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=20f6d14c2670b86b -C extra-filename=-af60e98674f42cc1 --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-994143e5b7399f4d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40562026-02-25T20:24:24.858Z 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=aa394d3327e092d4 -C extra-filename=-46a08f90ab0b3c69 --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-b550990bd8ff6ff5.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40572026-02-25T20:24:25.313Z 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`
40582026-02-25T20:24:25.772Z Compiling xshell-macros v0.2.7
40592026-02-25T20:24:25.800Z 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`
40602026-02-25T20:24:26.269Z Compiling crc-any v2.5.0
40612026-02-25T20:24:26.294Z 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`
40622026-02-25T20:24:26.666Z Compiling xshell v0.2.7
40632026-02-25T20:24:26.691Z 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`
40642026-02-25T20:24:26.837Z Compiling object v0.30.4
40652026-02-25T20:24:26.862Z 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=3267db04579a919c -C extra-filename=-2a79d1e0e76312dc --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-af60e98674f42cc1.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`
40662026-02-25T20:24:26.892Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
40672026-02-25T20:24:26.917Z 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=dc4cc97ca0bc4423 -C extra-filename=-00680467ea0f2a74 --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-530a017e09487a2f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-ee6680d41ed105d7.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-9437aad5e0312fab.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40682026-02-25T20:24:27.234Z Compiling typify v0.2.0
40692026-02-25T20:24:27.258Z 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=f38ca61f10468b99 -C extra-filename=-0824cfc453d341d0 --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-ddaa7d6005de31b5.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-f0733444683e8624.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40702026-02-25T20:24:27.465Z Compiling progenitor-impl v0.8.0
40712026-02-25T20:24:27.490Z 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=bc03145f3e4b7344 -C extra-filename=-1b13e008c6f74885 --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-a2a2a4a16aad62f2.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-833783da88e2e52d.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1e2967a1dca46d32.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-faea33d7e770db07.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-0824cfc453d341d0.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-303fed53668a23a0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40722026-02-25T20:24:27.561Z Compiling path-slash v0.1.5
40732026-02-25T20:24:27.586Z 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-25T20:24:27.845Z Compiling half v1.8.3
40752026-02-25T20:24:27.870Z 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-25T20:24:27.894Z Compiling proc-macro-error-attr2 v2.0.0
40772026-02-25T20:24:27.944Z 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=f5da3ce7000ace07 -C extra-filename=-c6c77d2ad762da72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40782026-02-25T20:24:28.469Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
40792026-02-25T20:24:28.494Z 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=8f029a938e97fa0a -C extra-filename=-c7a84a0dc70f0431 --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-bd760947fbb59a80.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-46a08f90ab0b3c69.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40802026-02-25T20:24:28.614Z Compiling serde_cbor v0.11.2
40812026-02-25T20:24:28.663Z 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=e40b7e270d6cbae7 -C extra-filename=-892e4d8dc6f71793 --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-839c1c9f312a7691.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40822026-02-25T20:24:28.827Z Compiling proc-macro-error2 v2.0.1
40832026-02-25T20:24:28.863Z 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=83d035ccb953ab16 -C extra-filename=-afa9d8919c105671 --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-c6c77d2ad762da72.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40842026-02-25T20:24:28.968Z Compiling num-derive v0.3.3
40852026-02-25T20:24:28.993Z 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=1fd04f66a0f8f74c -C extra-filename=-75917a9b9afd8610 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8ed2192b54913f4d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40862026-02-25T20:24:29.522Z 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-25T20:24:29.841Z Compiling maplit v1.0.2
40882026-02-25T20:24:29.866Z 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-25T20:24:30.005Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
40902026-02-25T20:24:30.031Z 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=262226ea9e94ab0b -C extra-filename=-fbb3802d90c287fc --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-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6a737287b10e2c5e.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40912026-02-25T20:24:30.057Z Compiling fxhash v0.2.1
40922026-02-25T20:24:30.057Z 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-25T20:24:30.352Z Compiling tabled_derive v0.11.0
40942026-02-25T20:24:30.377Z 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=4da10def5907c330 -C extra-filename=-66e5bdf55cd77a05 --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-afa9d8919c105671.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40952026-02-25T20:24:30.527Z Compiling papergrid v0.17.0
40962026-02-25T20:24:30.585Z 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`
40972026-02-25T20:24:31.141Z Compiling libscf-sys v1.1.0
40982026-02-25T20:24:31.165Z 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=93c14aefa095c87e -C extra-filename=-bd8dd9d5f2e734b5 --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-75917a9b9afd8610.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`
40992026-02-25T20:24:31.424Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
41002026-02-25T20:24:31.449Z 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=6c136b897c70d6ff -C extra-filename=-c6a096c4a50ffc09 --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-bd8dd9d5f2e734b5.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2c1fb2295e429a9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-faea33d7e770db07.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41012026-02-25T20:24:32.248Z Compiling testing_table v0.3.0
41022026-02-25T20:24:32.275Z 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`
41032026-02-25T20:24:32.602Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
41042026-02-25T20:24:32.631Z 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=c44a80ef0e29196d -C extra-filename=-9b1e090e10b87cea --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-9880ddee2528f34f.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-0f24a40b7ddc99d7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41052026-02-25T20:24:33.164Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
41062026-02-25T20:24:33.188Z 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`
41072026-02-25T20:24:33.598Z Running `/work/oxidecomputer/omicron/target/debug/build/transceiver-controller-2aa3a296de6b798b/build-script-build`
41082026-02-25T20:24:33.720Z Compiling tabled v0.20.0
41092026-02-25T20:24:33.745Z 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=75f078ea814cec8e -C extra-filename=-b0a728840e7c847e --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-66e5bdf55cd77a05.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`
41102026-02-25T20:24:33.851Z Compiling progenitor-macro v0.8.0
41112026-02-25T20:24:33.876Z 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=c80200d26c49d0c8 -C extra-filename=-3b7a702732986b11 --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-1e2967a1dca46d32.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-1b13e008c6f74885.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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-5445f283397c81ad.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-3335f0fd2f76fccd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41122026-02-25T20:24:34.416Z Compiling crc8 v0.1.1
41132026-02-25T20:24:34.441Z 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`
41142026-02-25T20:24:34.660Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
41152026-02-25T20:24:34.685Z 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=7d14ac54a08da57d -C extra-filename=-2d0c4951bdb35768 --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-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-9b1e090e10b87cea.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41162026-02-25T20:24:34.710Z Compiling unicase v2.8.1
41172026-02-25T20:24:34.735Z 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`
41182026-02-25T20:24:34.853Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
41192026-02-25T20:24:34.878Z 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`
41202026-02-25T20:24:35.215Z Compiling diff v0.1.13
41212026-02-25T20:24:35.239Z 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`
41222026-02-25T20:24:35.332Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-e6070658d32c9cba/build-script-build`
41232026-02-25T20:24:35.400Z 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=3393991d2c289581 -C extra-filename=-fac091bac27f8609 --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-faea33d7e770db07.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/`
41242026-02-25T20:24:35.797Z Compiling parking_lot_core v0.8.6
41252026-02-25T20:24:35.823Z 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`
41262026-02-25T20:24:35.873Z Compiling dsl_auto_type v0.1.2
41272026-02-25T20:24:35.898Z 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=2093c520fa6d72c0 -C extra-filename=-fd6481af548d9521 --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-13fd113cb7d4e44c.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-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41282026-02-25T20:24:36.364Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
41292026-02-25T20:24:36.389Z 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=47f5c5f51aac0ebc -C extra-filename=-2e3609058630d2d1 --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-904e4fb8bb5c555d.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-fbaeb29d3673a0a9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-c7a84a0dc70f0431.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-46a08f90ab0b3c69.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-76ae0420101700af.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-6bdd53e489872ed5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-f0e95fd8d2a95297.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-c984b9133564234d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-af45d7a74cb7353d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41302026-02-25T20:24:37.286Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-f5a8f5891c5d86e1/build-script-build`
41312026-02-25T20:24:37.348Z Compiling kstat-rs v0.2.4
41322026-02-25T20:24:37.373Z 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=a157a395048bec5c -C extra-filename=-9c9fd4f14932d9a2 --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-faea33d7e770db07.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41332026-02-25T20:24:37.959Z 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=77cee5e49a9aff82 -C extra-filename=-0a8497f91cadc05b --out-dir /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-38ba13b1dd5cc181.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-0f24a40b7ddc99d7.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-db86bf4fdb6fd800.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-b0a728840e7c847e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern transceiver_decode=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_decode-2d0c4951bdb35768.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-9b1e090e10b87cea.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-c99ea7f9de61c02c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm`
41342026-02-25T20:24:38.194Z Compiling vergen-gitcl v1.0.8
41352026-02-25T20:24:38.218Z 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`
41362026-02-25T20:24:38.692Z Compiling diesel_table_macro_syntax v0.2.0
41372026-02-25T20:24:38.717Z 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=c0596f20629d0c24 -C extra-filename=-09472575cad632ea --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-ee84be41fe784280.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41382026-02-25T20:24:39.137Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
41392026-02-25T20:24:39.161Z 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=86f9d1af96de7340 -C extra-filename=-e25cc5d3cccd507f --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-832701acb9ca9d3b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-c7a84a0dc70f0431.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-2e3609058630d2d1.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-2a79d1e0e76312dc.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-eba69c05113e7116.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-6bdd53e489872ed5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-faea33d7e770db07.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-ee6680d41ed105d7.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-00680467ea0f2a74.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9169fd5e318a8d7a.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-c984b9133564234d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-9437aad5e0312fab.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`
41402026-02-25T20:24:39.251Z Compiling scheduled-thread-pool v0.2.7
41412026-02-25T20:24:39.277Z 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`
41422026-02-25T20:24:39.719Z Compiling r2d2 v0.8.10
41432026-02-25T20:24:39.762Z 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`
41442026-02-25T20:24:39.877Z Compiling diesel_derives v2.2.3
41452026-02-25T20:24:39.902Z 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=6c0e78d4da6b4597 -C extra-filename=-93da2c68c581586b --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-09472575cad632ea.rlib --extern dsl_auto_type=/work/oxidecomputer/omicron/target/debug/deps/libdsl_auto_type-fd6481af548d9521.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41462026-02-25T20:24:40.197Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-gitcl-ea13fcff4abbbc72/build-script-build`
41472026-02-25T20:24:40.290Z 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`
41482026-02-25T20:24:40.688Z 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=60f2a045ee07f181 -C extra-filename=-8ad9af5bb7e87e04 --out-dir /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-18f1cf9a5f88f30f.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-129e369738b0a325.rmeta --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-9d1c7305ddaa88d4.rmeta --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-d1190d30f9aea155.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)'`
41492026-02-25T20:24:40.957Z Compiling parking_lot v0.11.2
41502026-02-25T20:24:40.982Z 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`
41512026-02-25T20:24:41.824Z Compiling prefix-trie v0.7.0
41522026-02-25T20:24:41.849Z 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=c5e72f52a04ed234 -C extra-filename=-4ac3b0fba17df8be --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-58606c2cc24cce8a.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`
41532026-02-25T20:24:42.024Z Compiling nanorand v0.7.0
41542026-02-25T20:24:42.049Z 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`
41552026-02-25T20:24:42.614Z Compiling dirs-sys-next v0.1.2
41562026-02-25T20:24:42.655Z 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`
41572026-02-25T20:24:42.680Z Compiling crunchy v0.2.2
41582026-02-25T20:24:42.680Z 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`
41592026-02-25T20:24:42.758Z Compiling hickory-server v0.25.2
41602026-02-25T20:24:42.783Z 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=ac991d0fc0fef942 -C extra-filename=-222f1d3cf1381884 --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-88cea7bf556fbbd3.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.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-171c4431306085eb.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-17ee7386fcecf0f7.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-e64b9610087ab7c2.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-58606c2cc24cce8a.rmeta --extern prefix_trie=/work/oxidecomputer/omicron/target/debug/deps/libprefix_trie-4ac3b0fba17df8be.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-129e369738b0a325.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-cc4c8bb02a9b9e01.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41612026-02-25T20:24:43.238Z Compiling dirs-next v2.0.0
41622026-02-25T20:24:43.262Z 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`
41632026-02-25T20:24:43.355Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-1af657bd4f47cb84/build-script-build`
41642026-02-25T20:24:43.421Z Compiling flume v0.11.1
41652026-02-25T20:24:43.447Z 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=6ba65bd87388d073 -C extra-filename=-7c6b489bc8ac7422 --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-5ef34cadf3341d7d.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`
41662026-02-25T20:24:43.509Z Compiling sled v0.34.7
41672026-02-25T20:24:43.535Z 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`
41682026-02-25T20:24:44.101Z Compiling hickory-client v0.25.2
41692026-02-25T20:24:44.126Z 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=17a74883a851744e -C extra-filename=-dbf3c26303ac12fa --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-dfa4784a203e919e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-17ee7386fcecf0f7.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-e64b9610087ab7c2.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-afe5225732d12924.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-cc4c8bb02a9b9e01.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41702026-02-25T20:24:44.862Z Compiling tiny-keccak v2.0.2
41712026-02-25T20:24:44.862Z 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`
41722026-02-25T20:24:45.298Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-4034f335cc083c91/build-script-build`
41732026-02-25T20:24:45.353Z Compiling term v0.7.0
41742026-02-25T20:24:45.378Z 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`
41752026-02-25T20:24:46.716Z 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`
41762026-02-25T20:24:46.801Z Compiling salty v0.3.0
41772026-02-25T20:24:46.826Z 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`
41782026-02-25T20:24:46.902Z Compiling bit-vec v0.6.3
41792026-02-25T20:24:46.927Z 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`
41802026-02-25T20:24:47.291Z Compiling bit-set v0.5.3
41812026-02-25T20:24:47.316Z 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`
41822026-02-25T20:24:47.365Z Running `/work/oxidecomputer/omicron/target/debug/build/salty-9e660da295818b59/build-script-build`
41832026-02-25T20:24:47.482Z 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`
41842026-02-25T20:24:47.511Z Compiling ascii-canvas v3.0.0
41852026-02-25T20:24:47.536Z 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`
41862026-02-25T20:24:47.646Z Compiling primeorder v0.13.6
41872026-02-25T20:24:47.670Z 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=df8f68e36af84ca3 -C extra-filename=-55536784a5509cd6 --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-72fe975ad5fe86d5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41882026-02-25T20:24:48.038Z Compiling ena v0.14.3
41892026-02-25T20:24:48.063Z 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`
41902026-02-25T20:24:48.245Z Compiling bindgen v0.71.1
41912026-02-25T20:24:48.270Z 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`
41922026-02-25T20:24:48.318Z Compiling regex-syntax v0.6.29
41932026-02-25T20:24:48.343Z 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`
41942026-02-25T20:24:48.504Z 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=1a4598de69b80852 -C extra-filename=-3d81302466d39d0d --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-01346246a6800d2f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tweetnacl`
41952026-02-25T20:24:48.618Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
41962026-02-25T20:24:48.650Z 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=ce0a6633fb5dd951 -C extra-filename=-db0458943f458992 --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-94666c5d13597da6.rmeta --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-36e8255da928bcf3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-522443f97758344a.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-6efbd3184f8ad59c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41972026-02-25T20:24:49.295Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-7c70f33eb9497104/build-script-build`
41982026-02-25T20:24:49.358Z 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=ec300d0d5bb6d33b -C extra-filename=-c651a0029cd6b4d9 --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-9880ddee2528f34f.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-948b859312dbbac6.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.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-ee84be41fe784280.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41992026-02-25T20:24:49.446Z Compiling libxml v0.3.3
42002026-02-25T20:24:49.471Z 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`
42012026-02-25T20:24:49.976Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-cab22fc5720b2e2a/build-script-build`
42022026-02-25T20:24:50.050Z Compiling p384 v0.13.1
42032026-02-25T20:24:50.075Z 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=0a2e1ac8ed140664 -C extra-filename=-dd5618436a68c7e4 --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-eb43643541947398.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-72fe975ad5fe86d5.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-55536784a5509cd6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42042026-02-25T20:24:50.257Z Compiling diesel v2.2.12
42052026-02-25T20:24:50.282Z 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=86fdb1c3894b59a7 -C extra-filename=-cb6fed0666e78053 --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-9880ddee2528f34f.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-93da2c68c581586b.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.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`
42062026-02-25T20:24:51.349Z Compiling strum_macros v0.24.3
42072026-02-25T20:24:51.374Z 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=a0208d85b65c748b -C extra-filename=-bbf3ee06f1e9a7a3 --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-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-f2a99d18b9861c4a.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8ed2192b54913f4d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42082026-02-25T20:24:52.760Z Compiling lalrpop v0.19.12
42092026-02-25T20:24:52.785Z 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=dfb8e0c47789a754 -C extra-filename=-8bac3d11e8bee880 --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-0ea5c03b1627206b.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.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-250bbb7014fdbcd8.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`
42102026-02-25T20:24:53.181Z Compiling indoc v1.0.9
42112026-02-25T20:24:53.212Z 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`
42122026-02-25T20:24:53.481Z 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`
42132026-02-25T20:24:54.211Z Compiling impl-trait-for-tuples v0.2.2
42142026-02-25T20:24:54.236Z 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=9996120e136449cb -C extra-filename=-5495ba6784f2c74e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8ed2192b54913f4d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42152026-02-25T20:24:54.555Z Compiling oso-derive v0.27.3
42162026-02-25T20:24:54.580Z 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=2f84174736bd47e0 -C extra-filename=-f1488323d3266d18 --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-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8ed2192b54913f4d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42172026-02-25T20:24:55.714Z Compiling quick-xml v0.37.2
42182026-02-25T20:24:55.739Z 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=f5f87a7a20ccd7e6 -C extra-filename=-fe8ca084cd2bf804 --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-839c1c9f312a7691.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42192026-02-25T20:24:55.872Z Compiling fs-err v2.11.0
42202026-02-25T20:24:55.897Z 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`
42212026-02-25T20:24:56.306Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-10a3b8a5806afcf6/build-script-build`
42222026-02-25T20:24:56.499Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
42232026-02-25T20:24:56.523Z 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=885a4f11907b261c -C extra-filename=-e9f32fbf68d7ef36 --out-dir /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-26147300913a2b5a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-326615d2ebd3e016.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c6a096c4a50ffc09.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-faea33d7e770db07.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42242026-02-25T20:24:56.609Z Compiling predicates-tree v1.0.12
42252026-02-25T20:24:56.651Z 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`
42262026-02-25T20:24:57.100Z Compiling trait-variant v0.1.2
42272026-02-25T20:24:57.125Z 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=b931b6707f74890b -C extra-filename=-472d9a0e51632895 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42282026-02-25T20:24:58.318Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
42292026-02-25T20:24:58.342Z 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`
42302026-02-25T20:24:58.739Z Compiling assert_matches v1.5.0
42312026-02-25T20:24:58.764Z 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`
42322026-02-25T20:24:58.788Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-ad3257d96a789248/build-script-build`
42332026-02-25T20:24:58.855Z 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)'`
42342026-02-25T20:24:58.928Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
42352026-02-25T20:24:58.953Z 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=ceb3801f88f62cd0 -C extra-filename=-1e791e864c0c7f61 --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-832701acb9ca9d3b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-c7a84a0dc70f0431.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-2e3609058630d2d1.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-2a79d1e0e76312dc.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-eba69c05113e7116.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-6bdd53e489872ed5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-faea33d7e770db07.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-ee6680d41ed105d7.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-00680467ea0f2a74.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9169fd5e318a8d7a.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-c984b9133564234d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-9437aad5e0312fab.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`
42362026-02-25T20:24:59.502Z Compiling diesel-dtrace v0.4.2
42372026-02-25T20:24:59.527Z 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`
42382026-02-25T20:24:59.967Z Compiling parse-size v1.1.0
42392026-02-25T20:24:59.992Z 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`
42402026-02-25T20:25:00.281Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-918367d21c233041/build-script-build`
42412026-02-25T20:25:00.393Z 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=d29a0db9a9566284 -C extra-filename=-86d4063094a12ae3 --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-faea33d7e770db07.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/`
42422026-02-25T20:25:00.461Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
42432026-02-25T20:25:00.486Z 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=0d82e22c19aa9c3a -C extra-filename=-cbf42121684a23d9 --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-904e4fb8bb5c555d.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-f05a29efbbe49ca1.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-0f24a40b7ddc99d7.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-db0458943f458992.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-3d81302466d39d0d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-522443f97758344a.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-5e50f97cdfef7b49.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42442026-02-25T20:25:00.812Z Compiling mime_guess v2.0.5
42452026-02-25T20:25:00.838Z 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`
42462026-02-25T20:25:00.985Z Compiling bb8 v0.8.5
42472026-02-25T20:25:01.010Z 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=0e0ebd786d2f7d6c -C extra-filename=-acf2b0bbc7663f73 --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-88cea7bf556fbbd3.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-17ee7386fcecf0f7.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-e4d4c09c5872212f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42482026-02-25T20:25:01.542Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
42492026-02-25T20:25:01.590Z 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`
42502026-02-25T20:25:01.637Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
42512026-02-25T20:25:01.670Z 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=46ed519004353f90 -C extra-filename=-b78191d88019dd99 --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-4bb6e69cb038f134.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42522026-02-25T20:25:01.973Z Compiling http-range v0.1.5
42532026-02-25T20:25:01.998Z 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`
42542026-02-25T20:25:02.023Z Compiling corncobs v0.1.4
42552026-02-25T20:25:02.023Z 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`
42562026-02-25T20:25:02.292Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
42572026-02-25T20:25:02.317Z 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=8b7b57f915c2e54f -C extra-filename=-c4c6a2f9f0bdfce0 --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-b78191d88019dd99.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-0f24a40b7ddc99d7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-d33bafe36fafd045.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-c984b9133564234d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-af45d7a74cb7353d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42582026-02-25T20:25:02.403Z Running `/work/oxidecomputer/omicron/target/debug/build/sprockets-tls-558fccd08cbe132e/build-script-build`
42592026-02-25T20:25:02.427Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-48f63e1a35e2f660/build-script-build`
42602026-02-25T20:25:02.458Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
42612026-02-25T20:25:02.482Z 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=b9063da3f2fe34d5 -C extra-filename=-bebe2a6c169fa1f0 --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-cbf42121684a23d9.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-6af5bb40bdb644ed.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-fbaeb29d3673a0a9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-0f24a40b7ddc99d7.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-86d4063094a12ae3.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-dd5618436a68c7e4.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-db0458943f458992.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-5e50f97cdfef7b49.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ab6b255b7ac8a78d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-c984b9133564234d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
42622026-02-25T20:25:02.510Z Compiling ignore v0.4.23
42632026-02-25T20:25:02.535Z 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=b59a7eb5f9cdd2dd -C extra-filename=-5e1c5c79ae8b2e17 --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-d4fb3867a8061fe3.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-e943678c4f94acce.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`
42642026-02-25T20:25:02.565Z Compiling signal-hook-tokio v0.3.1
42652026-02-25T20:25:02.594Z 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=63eb66521dec4e4e -C extra-filename=-d9f77773095d1fe1 --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-5ef34cadf3341d7d.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-595358cf5c627738.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42662026-02-25T20:25:02.847Z Compiling secrecy v0.8.0
42672026-02-25T20:25:02.871Z 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=e0ef24b7466267de -C extra-filename=-9944887eb09a09da --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-01346246a6800d2f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42682026-02-25T20:25:03.151Z Compiling atty v0.2.14
42692026-02-25T20:25:03.176Z 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`
42702026-02-25T20:25:03.214Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
42712026-02-25T20:25:03.275Z 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`
42722026-02-25T20:25:03.383Z 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`
42732026-02-25T20:25:03.673Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-28b76970828cd9ef/build-script-build`
42742026-02-25T20:25:03.737Z Compiling nonempty v0.12.0
42752026-02-25T20:25:03.762Z 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`
42762026-02-25T20:25:04.109Z Compiling globwalk v0.9.1
42772026-02-25T20:25:04.152Z 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=b8763e50355538eb -C extra-filename=-1307ab3496ba9809 --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-9880ddee2528f34f.rmeta --extern ignore=/work/oxidecomputer/omicron/target/debug/deps/libignore-5e1c5c79ae8b2e17.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`
42782026-02-25T20:25:04.313Z Compiling hyper-staticfile v0.10.1
42792026-02-25T20:25:04.338Z 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=fcad3e9c34bacbc9 -C extra-filename=-18ed1948276c6267 --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-17ee7386fcecf0f7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.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-edfb34fb7fdc0918.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-c2206934edeca671.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-47e15988146239e3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42802026-02-25T20:25:04.677Z Compiling camino-tempfile-ext v0.3.2
42812026-02-25T20:25:04.702Z 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=be4547c15904528e -C extra-filename=-1b93fa9d5486cd17 --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-30204990db0efbd8.rmeta --extern globwalk=/work/oxidecomputer/omicron/target/debug/deps/libglobwalk-1307ab3496ba9809.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-ad1b960f39afe063.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`
42822026-02-25T20:25:04.857Z 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=4d0e3b7548510619 -C extra-filename=-06e126114c10eb07 --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-faea33d7e770db07.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/`
42832026-02-25T20:25:05.267Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
42842026-02-25T20:25:05.295Z 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=b7ec8e9d5e9fbdc0 -C extra-filename=-74989801550df36b --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-904e4fb8bb5c555d.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-f05a29efbbe49ca1.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-0f24a40b7ddc99d7.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-db0458943f458992.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-3d81302466d39d0d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-522443f97758344a.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-5e50f97cdfef7b49.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42852026-02-25T20:25:05.340Z Compiling tungstenite v0.23.0
42862026-02-25T20:25:05.365Z 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=abfdd533b849b0f6 -C extra-filename=-7359000e00609109 --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-d3b297ef696f7fa0.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-5d4dd4f25a3a940c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.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-c2206934edeca671.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-0c2878dfc4a36e8d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-faea33d7e770db07.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`
42872026-02-25T20:25:05.390Z Compiling void v1.0.2
42882026-02-25T20:25:05.390Z 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`
42892026-02-25T20:25:05.601Z Compiling lzss v0.8.2
42902026-02-25T20:25:05.637Z 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`
42912026-02-25T20:25:05.662Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
42922026-02-25T20:25:05.662Z 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=31354caabb687536 -C extra-filename=-0e42c5379c6568c3 --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-9437aad5e0312fab.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42932026-02-25T20:25:06.076Z Compiling nix v0.27.1
42942026-02-25T20:25:06.101Z 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=6988f6461e74edeb -C extra-filename=-b2b69863b2c2517a --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-9880ddee2528f34f.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`
42952026-02-25T20:25:06.126Z Compiling serde_bytes v0.11.19
42962026-02-25T20:25:06.127Z 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`
42972026-02-25T20:25:06.364Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
42982026-02-25T20:25:06.390Z 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=d5a930eb0b716d09 -C extra-filename=-fb5836d44357ffa7 --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-74989801550df36b.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-6af5bb40bdb644ed.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-fbaeb29d3673a0a9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-0f24a40b7ddc99d7.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-06e126114c10eb07.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-dd5618436a68c7e4.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-db0458943f458992.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-5e50f97cdfef7b49.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ab6b255b7ac8a78d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-c984b9133564234d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
42992026-02-25T20:25:06.626Z Compiling tokio-tungstenite v0.23.1
43002026-02-25T20:25:06.650Z 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=36cbd9bae66729de -C extra-filename=-8407c2a602f4c9fe --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-17ee7386fcecf0f7.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-7359000e00609109.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43012026-02-25T20:25:07.225Z Compiling rand_seeder v0.4.0
43022026-02-25T20:25:07.250Z 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`
43032026-02-25T20:25:07.322Z Compiling is_ci v1.2.0
43042026-02-25T20:25:07.347Z 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`
43052026-02-25T20:25:07.610Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
43062026-02-25T20:25:07.635Z 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=7a8ce78b8bcbd398 -C extra-filename=-21d7abd67f6f3eb1 --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-88cea7bf556fbbd3.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-e5577dd0b2ee6471.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.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-15cf27f70eb8100b.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-655d5fdec46223d1.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-0f24a40b7ddc99d7.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e25cc5d3cccd507f.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-b2b69863b2c2517a.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-839c1c9f312a7691.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-d33bafe36fafd045.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-892e4d8dc6f71793.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-742c923e3785b97d.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-250bbb7014fdbcd8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-0e42c5379c6568c3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b5d8d2d6b8567c9c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-af45d7a74cb7353d.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`
43072026-02-25T20:25:07.660Z Compiling yansi v1.0.1
43082026-02-25T20:25:07.661Z 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`
43092026-02-25T20:25:07.806Z Compiling typeid v1.0.3
43102026-02-25T20:25:07.831Z 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`
43112026-02-25T20:25:08.325Z Compiling pretty_assertions v1.4.1
43122026-02-25T20:25:08.350Z 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`
43132026-02-25T20:25:08.406Z Running `/work/oxidecomputer/omicron/target/debug/build/typeid-79298ac9cf058202/build-script-build`
43142026-02-25T20:25:08.474Z Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
43152026-02-25T20:25:08.499Z 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=eec6cd776357d2b1 -C extra-filename=-c2b6f22af536197c --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-833783da88e2e52d.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-bdecca09356102e1.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1e2967a1dca46d32.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43162026-02-25T20:25:08.587Z 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)'`
43172026-02-25T20:25:08.769Z Compiling tabled_derive v0.10.0
43182026-02-25T20:25:08.794Z 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=bf384d63f77cebf6 -C extra-filename=-25a3fcf29c08b687 --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-afa9d8919c105671.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43192026-02-25T20:25:08.857Z Compiling papergrid v0.14.0
43202026-02-25T20:25:08.882Z 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`
43212026-02-25T20:25:10.151Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
43222026-02-25T20:25:10.175Z 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=cccbc17c2fd8f65c -C extra-filename=-749b92214b179dc2 --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-9880ddee2528f34f.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-0f24a40b7ddc99d7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43232026-02-25T20:25:11.406Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
43242026-02-25T20:25:11.430Z 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`
43252026-02-25T20:25:11.894Z Running `/work/oxidecomputer/omicron/target/debug/build/transceiver-controller-9b245365236b4065/build-script-build`
43262026-02-25T20:25:12.019Z Compiling tabled v0.18.0
43272026-02-25T20:25:12.043Z 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=686f84beb53cd7e0 -C extra-filename=-4bad325f194e1f50 --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-25a3fcf29c08b687.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43282026-02-25T20:25:12.356Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
43292026-02-25T20:25:12.381Z 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=771f68b98902e54d -C extra-filename=-fc08cf8424c9c476 --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-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-749b92214b179dc2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43302026-02-25T20:25:12.415Z Compiling erased-serde v0.4.6
43312026-02-25T20:25:12.466Z 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=cf7b52e5d8c2587e -C extra-filename=-e59762803c0defde --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-839c1c9f312a7691.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`
43322026-02-25T20:25:13.590Z Compiling castaway v0.2.3
43332026-02-25T20:25:13.632Z 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`
43342026-02-25T20:25:13.873Z Compiling ordered-float v2.10.1
43352026-02-25T20:25:13.898Z 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`
43362026-02-25T20:25:14.523Z Compiling indoc v2.0.6
43372026-02-25T20:25:14.548Z 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`
43382026-02-25T20:25:15.323Z Compiling serde-value v0.7.0
43392026-02-25T20:25:15.348Z 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=3fa5635380ca2235 -C extra-filename=-3e2412130ce9f024 --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-839c1c9f312a7691.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43402026-02-25T20:25:15.526Z Compiling compact_str v0.8.0
43412026-02-25T20:25:15.551Z 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`
43422026-02-25T20:25:15.925Z 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=b53a657e16736c16 -C extra-filename=-069a1e206b58c36c --out-dir /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-38ba13b1dd5cc181.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-0f24a40b7ddc99d7.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f223968053a21210.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-4bad325f194e1f50.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern transceiver_decode=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_decode-fc08cf8424c9c476.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-749b92214b179dc2.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b5d8d2d6b8567c9c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm`
43432026-02-25T20:25:16.191Z Compiling serde-untagged v0.1.7
43442026-02-25T20:25:16.216Z 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=faa25f2f13eed147 -C extra-filename=-321052aface418a9 --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-e59762803c0defde.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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`
43452026-02-25T20:25:16.729Z Compiling unicode-truncate v1.1.0
43462026-02-25T20:25:16.754Z 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`
43472026-02-25T20:25:16.884Z Compiling lru v0.12.5
43482026-02-25T20:25:16.909Z 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`
43492026-02-25T20:25:17.121Z Compiling instability v0.3.2
43502026-02-25T20:25:17.146Z 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=772aa685fe7f6bdb -C extra-filename=-a308a7981ccdacb9 --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-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43512026-02-25T20:25:17.263Z Compiling cassowary v0.3.0
43522026-02-25T20:25:17.287Z 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`
43532026-02-25T20:25:18.059Z Compiling cargo-util-schemas v0.8.2
43542026-02-25T20:25:18.084Z 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=5b3369258eb2359c -C extra-filename=-bd7e7ba7055f39f5 --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-839c1c9f312a7691.rmeta --extern serde_untagged=/work/oxidecomputer/omicron/target/debug/deps/libserde_untagged-321052aface418a9.rmeta --extern serde_value=/work/oxidecomputer/omicron/target/debug/deps/libserde_value-3e2412130ce9f024.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-fc62dcc87d98955d.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-47e15988146239e3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43552026-02-25T20:25:18.231Z Compiling ratatui v0.29.0
43562026-02-25T20:25:18.256Z 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=4912c5e28afd354f -C extra-filename=-a032cef27cf8de49 --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-9880ddee2528f34f.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-92c99ae1ab92930d.rmeta --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-06990e652ebe396a.so --extern instability=/work/oxidecomputer/omicron/target/debug/deps/libinstability-a308a7981ccdacb9.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-6efbd3184f8ad59c.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`
43572026-02-25T20:25:18.287Z Compiling console v0.16.0
43582026-02-25T20:25:18.354Z 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`
43592026-02-25T20:25:18.514Z Compiling cargo-platform v0.2.0
43602026-02-25T20:25:18.539Z 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=8eaf6c9cab188406 -C extra-filename=-befdefd9304fdce5 --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-839c1c9f312a7691.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43612026-02-25T20:25:19.104Z Compiling unit-prefix v0.5.1
43622026-02-25T20:25:19.129Z 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`
43632026-02-25T20:25:19.394Z Compiling indicatif v0.18.0
43642026-02-25T20:25:19.419Z 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`
43652026-02-25T20:25:19.504Z Compiling supports-color v3.0.2
43662026-02-25T20:25:19.529Z 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`
43672026-02-25T20:25:19.865Z Compiling concurrent-queue v2.5.0
43682026-02-25T20:25:19.890Z 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`
43692026-02-25T20:25:20.331Z Compiling cargo_metadata v0.21.0
43702026-02-25T20:25:20.356Z 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=803dc3a5ba904214 -C extra-filename=-84bb7bf787c4e466 --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-befdefd9304fdce5.rmeta --extern cargo_util_schemas=/work/oxidecomputer/omicron/target/debug/deps/libcargo_util_schemas-bd7e7ba7055f39f5.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43712026-02-25T20:25:20.999Z Compiling parking v2.2.1
43722026-02-25T20:25:21.025Z 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`
43732026-02-25T20:25:21.388Z Compiling libz-sys v1.1.20
43742026-02-25T20:25:21.413Z 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`
43752026-02-25T20:25:21.439Z Compiling event-listener v5.3.1
43762026-02-25T20:25:21.464Z 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`
43772026-02-25T20:25:22.072Z Compiling libgit2-sys v0.18.2+1.9.1
43782026-02-25T20:25:22.097Z 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`
43792026-02-25T20:25:22.260Z Running `/work/oxidecomputer/omicron/target/debug/build/libz-sys-5cc614e883a05a33/build-script-build`
43802026-02-25T20:25:22.419Z Compiling shell-words v1.1.0
43812026-02-25T20:25:22.445Z 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`
43822026-02-25T20:25:22.764Z Compiling hex-literal v0.4.1
43832026-02-25T20:25:22.792Z 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`
43842026-02-25T20:25:23.010Z 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`
43852026-02-25T20:25:23.054Z Running `/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-2bbd31fa7c2ada80/build-script-build`
43862026-02-25T20:25:23.255Z Compiling event-listener-strategy v0.5.2
43872026-02-25T20:25:23.286Z 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`
43882026-02-25T20:25:23.602Z Compiling petname v2.0.2
43892026-02-25T20:25:23.646Z 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=4eb914dbea6abd28 -C extra-filename=-70fb2662767f429b --out-dir /work/oxidecomputer/omicron/target/debug/build/petname-70fb2662767f429b -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-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43902026-02-25T20:25:23.919Z 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=1d36943682bc75eb -C extra-filename=-6bb6224ddadfe465 --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-cb6fed0666e78053.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b5d8d2d6b8567c9c.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`
43912026-02-25T20:25:24.476Z Compiling async-bb8-diesel v0.2.1
43922026-02-25T20:25:24.501Z 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=56558dd6435a0337 -C extra-filename=-42cf0d5c083d7881 --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-88cea7bf556fbbd3.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-acf2b0bbc7663f73.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-cb6fed0666e78053.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-faea33d7e770db07.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.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`
43932026-02-25T20:25:24.816Z Running `/work/oxidecomputer/omicron/target/debug/build/petname-70fb2662767f429b/build-script-build`
43942026-02-25T20:25:24.883Z Compiling futures-lite v2.3.0
43952026-02-25T20:25:24.907Z 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=8504c18274d9b2a9 -C extra-filename=-4f575a47481bd2d3 --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-5ef34cadf3341d7d.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`
43962026-02-25T20:25:25.262Z Compiling vergen-git2 v1.0.7
43972026-02-25T20:25:25.294Z 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`
43982026-02-25T20:25:25.370Z 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=15b7101b2407561a -C extra-filename=-bda9d7b3463089bb --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-c2206934edeca671.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43992026-02-25T20:25:25.774Z Compiling sapling-renderdag v0.1.0
44002026-02-25T20:25:25.808Z 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=4cda5f8d06184519 -C extra-filename=-e4c04f53b101375e --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-9880ddee2528f34f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44012026-02-25T20:25:25.878Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-git2-32685efe112e26b5/build-script-build`
44022026-02-25T20:25:25.934Z Compiling rtoolbox v0.0.2
44032026-02-25T20:25:25.961Z 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`
44042026-02-25T20:25:26.381Z Compiling rustls v0.21.12
44052026-02-25T20:25:26.406Z 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`
44062026-02-25T20:25:26.583Z Compiling sync-ptr v0.1.4
44072026-02-25T20:25:26.608Z 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`
44082026-02-25T20:25:26.694Z Compiling rpassword v7.4.0
44092026-02-25T20:25:26.718Z 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`
44102026-02-25T20:25:26.833Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-e06d0ec282123ef2/build-script-build`
44112026-02-25T20:25:26.887Z Compiling async-lock v3.4.0
44122026-02-25T20:25:26.912Z 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`
44132026-02-25T20:25:26.957Z Compiling tui-tree-widget v0.23.1
44142026-02-25T20:25:26.982Z 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=aaf03a52589fcef6 -C extra-filename=-836bfab03d98ee71 --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-a032cef27cf8de49.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`
44152026-02-25T20:25:27.071Z Compiling sct v0.7.1
44162026-02-25T20:25:27.096Z 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`
44172026-02-25T20:25:27.392Z Compiling rustls-webpki v0.101.7
44182026-02-25T20:25:28.450Z 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`
44192026-02-25T20:25:28.498Z Compiling polling v3.7.3
44202026-02-25T20:25:28.498Z 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=42252405d4bf6123 -C extra-filename=-fccef564772adfce --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-f03f04b4b6546582.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-cc4c8bb02a9b9e01.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44212026-02-25T20:25:28.498Z Compiling polyval v0.6.2
44222026-02-25T20:25:28.498Z 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=572e6ed270ebb41a -C extra-filename=-906df03ac5fb7add --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-d08d56fcf854aefa.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44232026-02-25T20:25:28.498Z Compiling async-io v2.3.4
44242026-02-25T20:25:28.498Z 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=e01513599aae250d -C extra-filename=-9947249917473251 --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-4f575a47481bd2d3.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-9a9319e68af556b1.rmeta --extern polling=/work/oxidecomputer/omicron/target/debug/deps/libpolling-fccef564772adfce.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-f03f04b4b6546582.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-0c38d5d793d964d1.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-cc4c8bb02a9b9e01.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44252026-02-25T20:25:28.499Z Compiling target-lexicon v0.13.2
44262026-02-25T20:25:28.499Z 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`
44272026-02-25T20:25:28.499Z 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`
44282026-02-25T20:25:28.970Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-d886d24e6ffbb8dc/build-script-build`
44292026-02-25T20:25:29.025Z 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.26.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="prebuilt-nasm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asan", "bindgen", "prebuilt-nasm", "ssl"))' -C metadata=aef8843355a17885 -C extra-filename=-07508c9a3ff40b28 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.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-c50047f036cf1dbb/out/build/artifacts -l static=aws_lc_0_26_0_crypto -l static=aws_lc_0_26_0_rust_wrapper --cfg use_bindgen_generated`
44302026-02-25T20:25:29.096Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-3c6fd879802621de/build-script-build`
44312026-02-25T20:25:29.176Z Compiling async-task v4.7.1
44322026-02-25T20:25:29.201Z 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`
44332026-02-25T20:25:29.254Z Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-0245b2414c56375f/build-script-build`
44342026-02-25T20:25:29.405Z Compiling ghash v0.5.1
44352026-02-25T20:25:29.431Z 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=3f38e1b545388a13 -C extra-filename=-67c6e6140791cffc --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-906df03ac5fb7add.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44362026-02-25T20:25:29.685Z Compiling async-channel v2.3.1
44372026-02-25T20:25:29.710Z 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=ca7307f63a42d320 -C extra-filename=-b1a3f5743578c339 --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-5ef34cadf3341d7d.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`
44382026-02-25T20:25:29.768Z Compiling rustls-pemfile v1.0.4
44392026-02-25T20:25:29.793Z 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`
44402026-02-25T20:25:30.160Z Compiling twox-hash v2.1.0
44412026-02-25T20:25:30.186Z 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=5e9167e179c1f900 -C extra-filename=-15e324ea2161d371 --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-c2206934edeca671.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44422026-02-25T20:25:30.302Z Compiling piper v0.2.4
44432026-02-25T20:25:30.327Z 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`
44442026-02-25T20:25:30.352Z Compiling ctr v0.9.2
44452026-02-25T20:25:30.352Z 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=d23ca4c727b3086f -C extra-filename=-4d64d25d14b919c4 --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-c4cf7be64d07a3a5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44462026-02-25T20:25:30.785Z Compiling guppy-workspace-hack v0.1.0
44472026-02-25T20:25:30.810Z 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`
44482026-02-25T20:25:30.835Z Compiling plotters-backend v0.3.7
44492026-02-25T20:25:30.835Z 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`
44502026-02-25T20:25:31.106Z Compiling aes-gcm v0.10.3
44512026-02-25T20:25:31.132Z 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=2c656d96e8aef9b8 -C extra-filename=-14054e13aba39bfe --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-728ba8e2f14f5afb.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-b43b0f232a6e7695.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-c4cf7be64d07a3a5.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-4d64d25d14b919c4.rmeta --extern ghash=/work/oxidecomputer/omicron/target/debug/deps/libghash-67c6e6140791cffc.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`
44522026-02-25T20:25:31.255Z Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-41d26ec4c11013c3/build-script-build`
44532026-02-25T20:25:31.334Z 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.12.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="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", "fips", "non-fips", "prebuilt-nasm", "ring-io", "ring-sig-verify", "test_logging", "unstable"))' -C metadata=1292b809ca3664a4 -C extra-filename=-512ae01fe4b7cca3 --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-07508c9a3ff40b28.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-77243b0bd188ebab.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.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-c50047f036cf1dbb/out/build/artifacts --check-cfg 'cfg(disable_slow_tests)'`
44542026-02-25T20:25:31.439Z Compiling plotters-svg v0.3.7
44552026-02-25T20:25:31.464Z 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`
44562026-02-25T20:25:31.521Z Compiling blocking v1.6.1
44572026-02-25T20:25:31.547Z 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=95d5d9e3d19ab311 -C extra-filename=-dc8205156af07af2 --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-b1a3f5743578c339.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-4f575a47481bd2d3.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`
44582026-02-25T20:25:31.641Z Compiling async-executor v1.13.1
44592026-02-25T20:25:31.666Z 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=385d0d79d71fb52d -C extra-filename=-aecbdb22d2c70241 --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-4f575a47481bd2d3.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`
44602026-02-25T20:25:31.917Z 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"'`
44612026-02-25T20:25:32.158Z Compiling async-signal v0.2.10
44622026-02-25T20:25:32.186Z 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=8510579d99afa1e8 -C extra-filename=-5c0d753f22ffa5c6 --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-9947249917473251.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-5ef34cadf3341d7d.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aa566f17b2a089a4.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-f03f04b4b6546582.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`
44632026-02-25T20:25:32.433Z Compiling tokio-rustls v0.24.1
44642026-02-25T20:25:32.459Z 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=9186bdb9af11268a -C extra-filename=-49e237dcd9168b6a --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-595358cf5c627738.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`
44652026-02-25T20:25:32.651Z Compiling fatfs v0.3.6
44662026-02-25T20:25:32.676Z 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=19c925ac1d09d752 -C extra-filename=-798d48f9b368db03 --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-26147300913a2b5a.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`
44672026-02-25T20:25:32.734Z Compiling ssh-encoding v0.2.0
44682026-02-25T20:25:32.759Z 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=b0b8f30d9fdd05b9 -C extra-filename=-91a113f9622444fa --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-f63087145c59662c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44692026-02-25T20:25:32.936Z Compiling blowfish v0.9.1
44702026-02-25T20:25:32.962Z 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=a1895fc716b54c32 -C extra-filename=-3ac058f09460e845 --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-c4cf7be64d07a3a5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44712026-02-25T20:25:33.317Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
44722026-02-25T20:25:33.342Z 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=15d72cbb19a4764c -C extra-filename=-4c7bd181e4351380 --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-9880ddee2528f34f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44732026-02-25T20:25:33.450Z Compiling target-spec v3.5.0
44742026-02-25T20:25:33.475Z 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`
44752026-02-25T20:25:34.075Z Compiling rustls-webpki v0.102.8
44762026-02-25T20:25:34.099Z 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="aws_lc_rs"' --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=63bb2735d265bfed -C extra-filename=-af6a6c8a9b8d3977 --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-512ae01fe4b7cca3.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2124dfe23d5b97bf.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-1e47dd6669950f74.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out`
44772026-02-25T20:25:34.343Z Compiling futures-timer v3.0.3
44782026-02-25T20:25:34.368Z 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`
44792026-02-25T20:25:34.461Z Compiling arrayref v0.3.9
44802026-02-25T20:25:34.486Z 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`
44812026-02-25T20:25:34.680Z Compiling seq-macro v0.3.6
44822026-02-25T20:25:34.705Z 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`
44832026-02-25T20:25:35.260Z 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.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="aws_lc_rs"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=83a2f3dcf2a334b6 -C extra-filename=-530ecc18ff00e380 --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-512ae01fe4b7cca3.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-1e47dd6669950f74.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-af6a6c8a9b8d3977.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'`
44842026-02-25T20:25:35.833Z 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=bd1d560a5affff84 -C extra-filename=-fb06dac6f67592ac --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-1e47dd6669950f74.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-af6a6c8a9b8d3977.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.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-c50047f036cf1dbb/out/build/artifacts`
44852026-02-25T20:25:35.898Z Compiling arrayvec v0.7.6
44862026-02-25T20:25:35.923Z 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`
44872026-02-25T20:25:36.122Z Compiling cast v0.3.0
44882026-02-25T20:25:36.147Z 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`
44892026-02-25T20:25:36.424Z Compiling event-listener v2.5.3
44902026-02-25T20:25:36.450Z 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`
44912026-02-25T20:25:36.553Z Compiling constant_time_eq v0.3.1
44922026-02-25T20:25:36.578Z 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`
44932026-02-25T20:25:36.857Z Compiling async-channel v1.9.0
44942026-02-25T20:25:36.857Z 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=cbb03f4cb43ab813 -C extra-filename=-91b78f1a38bb7853 --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-5ef34cadf3341d7d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44952026-02-25T20:25:36.919Z Compiling criterion-plot v0.6.0
44962026-02-25T20:25:36.944Z 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`
44972026-02-25T20:25:37.246Z Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-822782f8b00e6905/build-script-build`
44982026-02-25T20:25:37.312Z Compiling bcrypt-pbkdf v0.10.0
44992026-02-25T20:25:37.338Z 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=2605477ee4e185cd -C extra-filename=-8953a97f1d3bd63e --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-3ac058f09460e845.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-4b23df7d3799a162.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45002026-02-25T20:25:38.014Z Compiling ssh-cipher v0.2.0
45012026-02-25T20:25:38.045Z 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=1491541b82c83c6f -C extra-filename=-efd3430a8e1a21c5 --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-b43b0f232a6e7695.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-14054e13aba39bfe.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-ca7f16df0e7a3907.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-176f7e30da96d363.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-c4cf7be64d07a3a5.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-4d64d25d14b919c4.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-be6a669294179270.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-91a113f9622444fa.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`
45022026-02-25T20:25:38.094Z Compiling async-process v2.3.0
45032026-02-25T20:25:38.094Z 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=a28443c14097ba03 -C extra-filename=-30b3fc4b9cd7a634 --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-9947249917473251.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-5c0d753f22ffa5c6.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-4f575a47481bd2d3.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-f03f04b4b6546582.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-cc4c8bb02a9b9e01.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45042026-02-25T20:25:39.054Z Compiling cfg-expr v0.20.1
45052026-02-25T20:25:39.080Z 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`
45062026-02-25T20:25:39.382Z Compiling async-global-executor v2.4.1
45072026-02-25T20:25:39.469Z 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=810f40508b0f459f -C extra-filename=-2a16cc7c28819c10 --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-b1a3f5743578c339.rmeta --extern async_executor=/work/oxidecomputer/omicron/target/debug/deps/libasync_executor-aecbdb22d2c70241.rmeta --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-9947249917473251.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-9e48acc722cfd38a.rmeta --extern blocking=/work/oxidecomputer/omicron/target/debug/deps/libblocking-dc8205156af07af2.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-4f575a47481bd2d3.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`
45082026-02-25T20:25:39.494Z Compiling plotters v0.3.7
45092026-02-25T20:25:39.494Z 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`
45102026-02-25T20:25:40.380Z 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`
45112026-02-25T20:25:40.549Z Compiling tokio-rustls v0.25.0
45122026-02-25T20:25:40.590Z 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=762a2c0097b4e503 -C extra-filename=-8afd3d2646b74428 --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-fb06dac6f67592ac.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-1e47dd6669950f74.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.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-c50047f036cf1dbb/out/build/artifacts`
45132026-02-25T20:25:40.941Z Compiling supports-color v2.1.0
45142026-02-25T20:25:40.965Z 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`
45152026-02-25T20:25:41.082Z 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=1ed005601a02cdc2 -C extra-filename=-9691c4f91b237a30 --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-e4276711ec4f513d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.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-b9ca482e2ea89265.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-27609812460f1d12.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-5742bdc72f8cda4e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-00677b18825d4732.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-579e2954eea9547f.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-833783da88e2e52d.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-937df4ade9988992.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1e2967a1dca46d32.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-fb06dac6f67592ac.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-b980969d56f21bc4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.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-839c1c9f312a7691.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-fdb259f868f965ab.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-0c2878dfc4a36e8d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-326615d2ebd3e016.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-d9bb9983b440f0ee.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-8afd3d2646b74428.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f9eb69c1c26ec2c3.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-c99ea7f9de61c02c.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 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c50047f036cf1dbb/out/build/artifacts`
45162026-02-25T20:25:41.414Z Compiling textwrap v0.15.2
45172026-02-25T20:25:41.439Z 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`
45182026-02-25T20:25:41.827Z Compiling supports-unicode v2.1.0
45192026-02-25T20:25:41.852Z 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`
45202026-02-25T20:25:42.165Z Compiling supports-hyperlinks v2.1.0
45212026-02-25T20:25:42.190Z 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`
45222026-02-25T20:25:42.257Z Compiling tokio-rustls v0.26.0
45232026-02-25T20:25:42.282Z 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="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=b4c7fa0a0a79d954 -C extra-filename=-48565d2235565696 --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-530ecc18ff00e380.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-1e47dd6669950f74.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out`
45242026-02-25T20:25:42.527Z Compiling hashbrown v0.14.5
45252026-02-25T20:25:42.552Z 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=4b47530459eba6ca -C extra-filename=-f5e80582e6650d9f --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-994143e5b7399f4d.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`
45262026-02-25T20:25:42.831Z Compiling hyper-rustls v0.27.7
45272026-02-25T20:25:42.856Z 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=b6de0103deda1384 -C extra-filename=-3b49ee9e3249e7aa --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-a2a2a4a16aad62f2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-579e2954eea9547f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-530ecc18ff00e380.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-6dcfb168df31f742.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-1e47dd6669950f74.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-48565d2235565696.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-2f6441d53cbddf21.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out`
45282026-02-25T20:25:43.548Z Compiling reqwest v0.12.24
45292026-02-25T20:25:43.617Z 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.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(reqwest_unstable)' --cfg 'feature="__rustls"' --cfg 'feature="__rustls-ring"' --cfg 'feature="__tls"' --cfg 'feature="blocking"' --cfg 'feature="charset"' --cfg 'feature="cookies"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="h2"' --cfg 'feature="http2"' --cfg 'feature="json"' --cfg 'feature="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=f220e2059dc55efd -C extra-filename=-de9ed2cb75e0887b --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-d3b297ef696f7fa0.rmeta --extern cookie_crate=/work/oxidecomputer/omicron/target/debug/deps/libcookie-f1a56c0a641fda20.rmeta --extern cookie_store=/work/oxidecomputer/omicron/target/debug/deps/libcookie_store-6909c91a0e6918b2.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-dfa4784a203e919e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-17ee7386fcecf0f7.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-6ae712a802a79a83.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-5d581a070c6a7e88.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-00677b18825d4732.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-3b49ee9e3249e7aa.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-b76390c5f9517233.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-579e2954eea9547f.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-e3558325dce96f62.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-530ecc18ff00e380.rmeta --extern rustls_pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-1e47dd6669950f74.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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-fdb259f868f965ab.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-97e59ee6a82c9763.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-eeab86570af20586.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-48565d2235565696.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-32d9d227e9d46b8a.rmeta --extern tower_http=/work/oxidecomputer/omicron/target/debug/deps/libtower_http-0970b0bdb1e40c05.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-6ddcf9da373dcc6c.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-47e15988146239e3.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-2f6441d53cbddf21.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/usr/ssl-3/lib/amd64`
45302026-02-25T20:25:43.786Z 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=474346d16a831d58 -C extra-filename=-8a0376b60a36ef13 --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-cbf42121684a23d9.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-38ba13b1dd5cc181.rmeta --extern dice_mfg_msgs=/work/oxidecomputer/omicron/target/debug/deps/libdice_mfg_msgs-c4c6a2f9f0bdfce0.rmeta --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-bebe2a6c169fa1f0.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-6af5bb40bdb644ed.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-0f24a40b7ddc99d7.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-fac091bac27f8609.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-76ae0420101700af.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-530ecc18ff00e380.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-9944887eb09a09da.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-5e50f97cdfef7b49.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-faea33d7e770db07.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-48565d2235565696.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-c984b9133564234d.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.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-c50047f036cf1dbb/out/build/artifacts -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/`
45312026-02-25T20:25:44.606Z Compiling backtrace-ext v0.2.1
45322026-02-25T20:25:44.631Z 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`
45332026-02-25T20:25:44.988Z Compiling password-hash v0.4.2
45342026-02-25T20:25:45.014Z 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`
45352026-02-25T20:25:45.907Z Compiling async-attributes v1.1.2
45362026-02-25T20:25:45.932Z 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=ee1a2fa6c10304f5 -C extra-filename=-6551f526be2dc1c2 --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-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8ed2192b54913f4d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45372026-02-25T20:25:46.278Z Compiling tinytemplate v1.2.1
45382026-02-25T20:25:46.319Z 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=3ba15a7d872f2a70 -C extra-filename=-01c21edab87fe9c4 --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-839c1c9f312a7691.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`
45392026-02-25T20:25:46.868Z Compiling miette-derive v5.10.0
45402026-02-25T20:25:46.892Z 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=7f48cbc69d869462 -C extra-filename=-95a14e44912296b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45412026-02-25T20:25:47.256Z Compiling terminal_size v0.1.17
45422026-02-25T20:25:47.281Z 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`
45432026-02-25T20:25:47.509Z Compiling kv-log-macro v1.0.7
45442026-02-25T20:25:47.533Z 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`
45452026-02-25T20:25:47.787Z Compiling progenitor-client v0.10.0
45462026-02-25T20:25:47.812Z 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=037c7368067b0888 -C extra-filename=-a9c307c12d0e12ce --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-d3b297ef696f7fa0.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-4e27467e3006387d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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-fdb259f868f965ab.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/usr/ssl-3/lib/amd64`
45472026-02-25T20:25:48.022Z Compiling progenitor-client v0.11.2
45482026-02-25T20:25:48.046Z 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=ca64608c2f36a1d9 -C extra-filename=-3bd2b61c034ab738 --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-d3b297ef696f7fa0.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-4e27467e3006387d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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-fdb259f868f965ab.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/usr/ssl-3/lib/amd64`
45492026-02-25T20:25:48.384Z Compiling progenitor v0.10.0
45502026-02-25T20:25:48.410Z 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=4e1eb6b6689c5bf1 -C extra-filename=-c5de98fc8c408aaf --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-a9c307c12d0e12ce.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-d7735dfc5c954c6f.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-c28c513e9fdd0a3d.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/usr/ssl-3/lib/amd64`
45512026-02-25T20:25:48.648Z Compiling progenitor v0.11.2
45522026-02-25T20:25:48.648Z 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=b8c8e98008b5827b -C extra-filename=-b891bc2e858e4b53 --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-3bd2b61c034ab738.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-420a8e3f15170aaf.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-6152c6915f3ec687.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/usr/ssl-3/lib/amd64`
45532026-02-25T20:25:48.673Z Compiling tough v0.20.0
45542026-02-25T20:25:48.673Z 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=0b5158be668f424b -C extra-filename=-ddb12d3c860fbf05 --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-8c2c3fd5c7fb1f46.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-512ae01fe4b7cca3.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-ed331fa3a9daa5c0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-d4fb3867a8061fe3.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-5b18c826a41a0d23.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-de9ed2cb75e0887b.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-530ecc18ff00e380.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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-7b24f3b731a1a55b.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-b0ccaff2b6d5c39f.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ab6b255b7ac8a78d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.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-47e15988146239e3.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/usr/ssl-3/lib/amd64`
45552026-02-25T20:25:48.931Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
45562026-02-25T20:25:48.956Z 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=566defc2fe4264a3 -C extra-filename=-14cd3b07749803fe --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-26147300913a2b5a.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-8977f1b2f5eb734a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b891bc2e858e4b53.rmeta --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-0d75efef0704100a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/usr/ssl-3/lib/amd64`
45572026-02-25T20:25:49.481Z Compiling progenitor-client v0.8.0
45582026-02-25T20:25:49.506Z 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=a32ad45927bbb122 -C extra-filename=-589861ede2f5242f --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-d3b297ef696f7fa0.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-4e27467e3006387d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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-fdb259f868f965ab.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/usr/ssl-3/lib/amd64`
45592026-02-25T20:25:50.081Z Compiling progenitor v0.8.0
45602026-02-25T20:25:50.106Z 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=0b6e20908f682495 -C extra-filename=-9638002fdff5bbf4 --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-589861ede2f5242f.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-1b13e008c6f74885.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-3b7a702732986b11.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/usr/ssl-3/lib/amd64`
45612026-02-25T20:25:50.416Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
45622026-02-25T20:25:50.441Z 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=0b4175ab15b2cd83 -C extra-filename=-f7fd78c15bf2d9bd --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-88cea7bf556fbbd3.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-25862f5051364d8f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-9638002fdff5bbf4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c2206934edeca671.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-faea33d7e770db07.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-105361971c29a71a.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/usr/ssl-3/lib/amd64`
45632026-02-25T20:25:54.363Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
45642026-02-25T20:25:54.388Z 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=0d9b66e6391f5661 -C extra-filename=-ca40db9743f7eb22 --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-88cea7bf556fbbd3.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-830a3bed8fd2fb03.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c5de98fc8c408aaf.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-a9c307c12d0e12ce.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-6145e16765a43466.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-faea33d7e770db07.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-105361971c29a71a.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/usr/ssl-3/lib/amd64`
45652026-02-25T20:25:54.609Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
45662026-02-25T20:25:54.657Z 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=210e22d8b78d9117 -C extra-filename=-b52ccb5be90959ff --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-b52ccb5be90959ff -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-994143e5b7399f4d.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-512ae01fe4b7cca3.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-9880ddee2528f34f.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-d20757e461794771.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3ad25da4e0be3c38.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-7d81945d2ab4a7b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-c4cf7be64d07a3a5.rlib --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-f8f02bf32a2ed5e4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-e65843c263c6b84d.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-7fcf3363fa4d8b33.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-f1a56c0a641fda20.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-92c99ae1ab92930d.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-b7ae764de0150ab4.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-52021b1685c9fddc.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-5d4dd4f25a3a940c.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-904e4fb8bb5c555d.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-832701acb9ca9d3b.rlib --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-458baaceb28d36ea.rlib --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-1d0003365d08156c.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-eb43643541947398.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-6af5bb40bdb644ed.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-72fe975ad5fe86d5.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 form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-27609812460f1d12.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-5ad0edf18e465266.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-dfa4784a203e919e.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.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-17ee7386fcecf0f7.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-15cf27f70eb8100b.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-655d5fdec46223d1.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-e031f19ba2f6cfb1.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-f506e72af970f0a6.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-dabc04b0d25f1f86.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-e64b9610087ab7c2.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-1f53edda588876e5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-3b49ee9e3249e7aa.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-579e2954eea9547f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-23c24be66a4c0dc5.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-833783da88e2e52d.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-13ddba1753151442.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-58606c2cc24cce8a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-d47b523d2b6a239a.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-9c26ba82ff743d15.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-e8cdefffbc26f2a7.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f223968053a21210.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-5ab434a4034fc222.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-2dd8e7bf4dc5ca8d.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-1e2967a1dca46d32.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-0ea5c03b1627206b.rlib --extern petgraph_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-fa15e0097da5bf7b.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-065b615e0557dad8.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-c0a33bd7df5bf90f.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-22a53ab63963f93c.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-a48a7ff70d304dcf.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-ad1b960f39afe063.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-c2206934edeca671.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-f2585e3e3b8ef856.rlib --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-40431de2039ba476.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-e943678c4f94acce.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-01dd8b748c5ec2c7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-6bdd53e489872ed5.rlib --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-8224c8d8cdd657a3.rlib --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-f03f04b4b6546582.rlib --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-1939e5575b5e5905.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-530ecc18ff00e380.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-af6a6c8a9b8d3977.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.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-839c1c9f312a7691.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-522443f97758344a.rlib --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-1b45a0b9cfade78e.so --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-0c2878dfc4a36e8d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-5e50f97cdfef7b49.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-86f40f3e61b1f3ba.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.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-e8597f0e24f239bd.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-250bbb7014fdbcd8.rlib --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-6efbd3184f8ad59c.rlib --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8ed2192b54913f4d.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-129e369738b0a325.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-668262bdb1c23283.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-befaf97320b47129.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-48565d2235565696.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c772f91fd049de46.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9169fd5e318a8d7a.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-6b10785537462411.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-3c7f2b74b49a7e41.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-00a3611f23739f0e.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-cc4c8bb02a9b9e01.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-47e15988146239e3.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-c99ea7f9de61c02c.rlib --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-e4e20a9c5ff34c84.rlib --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-09a17b58795e45a1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-9d1c7305ddaa88d4.rlib --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-d1190d30f9aea155.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-c984b9133564234d.rlib --extern zerocopy_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-86657b3b2519ee82.rlib --extern zerocopy_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-af45d7a74cb7353d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-5fc24b5c46adbd72.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-16598a50354cc7e8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c50047f036cf1dbb/out/build/artifacts -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`
45672026-02-25T20:25:55.154Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-b52ccb5be90959ff/build-script-build`
45682026-02-25T20:25:55.275Z 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=2410aa20405f40d3 -C extra-filename=-6291a591ea2fbb89 --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-994143e5b7399f4d.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-512ae01fe4b7cca3.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-9880ddee2528f34f.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-d20757e461794771.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3ad25da4e0be3c38.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-c4cf7be64d07a3a5.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-e65843c263c6b84d.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-7fcf3363fa4d8b33.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-f1a56c0a641fda20.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-92c99ae1ab92930d.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-b7ae764de0150ab4.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-52021b1685c9fddc.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-5d4dd4f25a3a940c.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-904e4fb8bb5c555d.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-832701acb9ca9d3b.rmeta --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-458baaceb28d36ea.rmeta --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-1d0003365d08156c.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-eb43643541947398.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-6af5bb40bdb644ed.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-72fe975ad5fe86d5.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 form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-27609812460f1d12.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-5ad0edf18e465266.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-dfa4784a203e919e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.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-17ee7386fcecf0f7.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-15cf27f70eb8100b.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-655d5fdec46223d1.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-e031f19ba2f6cfb1.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-f506e72af970f0a6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-e64b9610087ab7c2.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-1f53edda588876e5.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-3b49ee9e3249e7aa.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-579e2954eea9547f.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-23c24be66a4c0dc5.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-833783da88e2e52d.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-13ddba1753151442.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-58606c2cc24cce8a.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.rmeta --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-d47b523d2b6a239a.rmeta --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-9c26ba82ff743d15.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-e8cdefffbc26f2a7.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f223968053a21210.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-5ab434a4034fc222.rmeta --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-2dd8e7bf4dc5ca8d.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-1e2967a1dca46d32.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-0ea5c03b1627206b.rmeta --extern petgraph_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-fa15e0097da5bf7b.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-065b615e0557dad8.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-c0a33bd7df5bf90f.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-22a53ab63963f93c.rmeta --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-a48a7ff70d304dcf.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-ad1b960f39afe063.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rmeta --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-c2206934edeca671.rmeta --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rmeta --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-f2585e3e3b8ef856.rmeta --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-40431de2039ba476.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-e943678c4f94acce.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-01dd8b748c5ec2c7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-6bdd53e489872ed5.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-8224c8d8cdd657a3.rmeta --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-f03f04b4b6546582.rmeta --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-1939e5575b5e5905.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-530ecc18ff00e380.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-af6a6c8a9b8d3977.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.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-839c1c9f312a7691.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-522443f97758344a.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-0c2878dfc4a36e8d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-5e50f97cdfef7b49.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-86f40f3e61b1f3ba.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.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-e8597f0e24f239bd.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-250bbb7014fdbcd8.rmeta --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-6efbd3184f8ad59c.rmeta --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-129e369738b0a325.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-befaf97320b47129.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-48565d2235565696.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c772f91fd049de46.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9169fd5e318a8d7a.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-6b10785537462411.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-3c7f2b74b49a7e41.rmeta --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-00a3611f23739f0e.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-cc4c8bb02a9b9e01.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-47e15988146239e3.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-c99ea7f9de61c02c.rmeta --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-e4e20a9c5ff34c84.rmeta --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-09a17b58795e45a1.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-c984b9133564234d.rmeta --extern zerocopy_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-86657b3b2519ee82.rmeta --extern zerocopy_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-af45d7a74cb7353d.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.rmeta --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-5fc24b5c46adbd72.rmeta --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-16598a50354cc7e8.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c50047f036cf1dbb/out/build/artifacts -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`
45692026-02-25T20:25:55.447Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
45702026-02-25T20:25:55.472Z 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=1ad906e7e808f37e -C extra-filename=-a6b831b623e321bf --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-6291a591ea2fbb89.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.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-c50047f036cf1dbb/out/build/artifacts -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`
45712026-02-25T20:25:56.392Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
45722026-02-25T20:25:56.417Z 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=bbda4975d78d2ac3 -C extra-filename=-e5e0888dc68feb62 --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-6291a591ea2fbb89.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e7c33b969303809a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c50047f036cf1dbb/out/build/artifacts -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`
45732026-02-25T20:25:56.653Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
45742026-02-25T20:25:56.677Z 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=b9e7f4effaf5c77b -C extra-filename=-c9b20a6596fb7345 --out-dir /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-26147300913a2b5a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.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-6291a591ea2fbb89.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-c50047f036cf1dbb/out/build/artifacts -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`
45752026-02-25T20:25:57.613Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
45762026-02-25T20:25:57.637Z 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=28d2702563e9ba91 -C extra-filename=-68eb43ca4fcb3f41 --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-2f5f3c9501bb523c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e7c33b969303809a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-522443f97758344a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c50047f036cf1dbb/out/build/artifacts -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`
45772026-02-25T20:25:58.056Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45782026-02-25T20:25:58.080Z 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=eec6abfbe7e3f480 -C extra-filename=-8c85f8a3e0f0cfc2 --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-832701acb9ca9d3b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e7c33b969303809a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c50047f036cf1dbb/out/build/artifacts -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`
45792026-02-25T20:25:58.175Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45802026-02-25T20:25:58.201Z 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=4db676a92da7e54f -C extra-filename=-17abdf8718294db9 --out-dir /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-1c77f98783115915.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.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-faeb7aac8eb71b65.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-833783da88e2e52d.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-35bc9e709ee2586e.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-6291a591ea2fbb89.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-32f3b4bd9ec60dad.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-fa15e0097da5bf7b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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-522443f97758344a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.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-c50047f036cf1dbb/out/build/artifacts -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`
45812026-02-25T20:25:58.457Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45822026-02-25T20:25:58.483Z 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=90f5f4c7117eb4bb -C extra-filename=-1552c0414843e779 --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-0fae711ad65ff322.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-655d5fdec46223d1.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-22e823a1af21dd78.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
45832026-02-25T20:25:59.827Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
45842026-02-25T20:25:59.874Z 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=38357dde85a9d1fe -C extra-filename=-0931f0890f594ff5 --out-dir /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-a6b831b623e321bf.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-e5577dd0b2ee6471.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d9f5788e2a13327f.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-14cd3b07749803fe.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0507e84d998ece5e.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-a9c307c12d0e12ce.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rmeta --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-0d4ce179ccc9bb16.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f3fb1f928f6ef4dc.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-522443f97758344a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-22e823a1af21dd78.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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-25T20:26:02.415Z 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=74cdf6a92a12c32e -C extra-filename=-1e354fbab61f6e32 --out-dir /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-a6b831b623e321bf.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-e5577dd0b2ee6471.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d9f5788e2a13327f.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-14cd3b07749803fe.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0507e84d998ece5e.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-a9c307c12d0e12ce.rmeta --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-0d4ce179ccc9bb16.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f3fb1f928f6ef4dc.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-522443f97758344a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
45862026-02-25T20:26:02.501Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45872026-02-25T20:26:02.526Z 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=776f5bdfb3de1e6e -C extra-filename=-0007ca7bf57f322b --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-9691c4f91b237a30.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
45882026-02-25T20:26:02.989Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45892026-02-25T20:26:03.015Z 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=bf942a7f6f6b5473 -C extra-filename=-1278f6b4b36ec8c5 --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-1552c0414843e779.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
45902026-02-25T20:26:03.432Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45912026-02-25T20:26:03.456Z 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=a273147c1443344c -C extra-filename=-a7cc13a5c2111f82 --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-26147300913a2b5a.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-0007ca7bf57f322b.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-655d5fdec46223d1.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1278f6b4b36ec8c5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c5de98fc8c408aaf.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
45922026-02-25T20:26:03.818Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
45932026-02-25T20:26:03.843Z 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=94b9872baa84f72e -C extra-filename=-d36dc24c4dcccedd --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-6291a591ea2fbb89.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.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-c50047f036cf1dbb/out/build/artifacts -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`
45942026-02-25T20:26:04.171Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
45952026-02-25T20:26:04.196Z 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=c681fa16cac8427d -C extra-filename=-850596837964440e --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-26147300913a2b5a.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-838063cee5c7bef7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c50047f036cf1dbb/out/build/artifacts -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`
45962026-02-25T20:26:05.256Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
45972026-02-25T20:26:05.281Z 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=98fa3b31cbbcbf0c -C extra-filename=-0209946c5d5ce0b3 --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-38ba13b1dd5cc181.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e19bce47ba6e7c57.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.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-ab9a3159c4975703.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-f7fd78c15bf2d9bd.rmeta --extern propolis_server_config=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server_config-cdb82b18a6a87a9f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c2206934edeca671.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rmeta --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-b585e073d24a7e50.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-e846b58d2700cb43.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-bf0f1ab4025844ea.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-c7e16a2bc3c2662b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-faea33d7e770db07.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-105361971c29a71a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9169fd5e318a8d7a.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-f60413d8a4d8969c.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
45982026-02-25T20:26:06.146Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
45992026-02-25T20:26:06.170Z 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=84c544d5fcf3fb27 -C extra-filename=-a47fb2c3a2a2d343 --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-850596837964440e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c50047f036cf1dbb/out/build/artifacts -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`
46002026-02-25T20:26:06.569Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
46012026-02-25T20:26:06.594Z 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=664d06faca8c59ac -C extra-filename=-ab21664d7b4ab098 --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-6291a591ea2fbb89.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c50047f036cf1dbb/out/build/artifacts -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`
46022026-02-25T20:26:06.939Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
46032026-02-25T20:26:06.964Z 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=581848ef87dfb0d0 -C extra-filename=-3cc368e441bd589e --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-6291a591ea2fbb89.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c50047f036cf1dbb/out/build/artifacts -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`
46042026-02-25T20:26:07.260Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
46052026-02-25T20:26:07.285Z 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=be0d204453fbcdd7 -C extra-filename=-7163d56e3093223e --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-26147300913a2b5a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c5de98fc8c408aaf.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c50047f036cf1dbb/out/build/artifacts -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`
46062026-02-25T20:26:09.177Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
46072026-02-25T20:26:09.201Z 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=3570c9c3c7763ace -C extra-filename=-2519b2e1f09b46c1 --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-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c50047f036cf1dbb/out/build/artifacts -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`
46082026-02-25T20:26:09.984Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
46092026-02-25T20:26:10.009Z 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=1d022b3570350138 -C extra-filename=-8bbb1d80334d3bc8 --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-26147300913a2b5a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c5de98fc8c408aaf.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c50047f036cf1dbb/out/build/artifacts -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`
46102026-02-25T20:26:10.203Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
46112026-02-25T20:26:10.228Z 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=0606fc717097d711 -C extra-filename=-ae8be8fd4972d4b0 --out-dir /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-26147300913a2b5a.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-7163d56e3093223e.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-a47fb2c3a2a2d343.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-3cc368e441bd589e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c50047f036cf1dbb/out/build/artifacts -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`
46122026-02-25T20:26:10.988Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
46132026-02-25T20:26:11.013Z 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=577c1a82b968f2d6 -C extra-filename=-e363a8aa5591db61 --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-6291a591ea2fbb89.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c50047f036cf1dbb/out/build/artifacts -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`
46142026-02-25T20:26:11.304Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
46152026-02-25T20:26:11.329Z 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=f1d0583c27a6091a -C extra-filename=-dc957c120ddea2cd --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-schema-dc957c120ddea2cd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ab21664d7b4ab098.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c50047f036cf1dbb/out/build/artifacts -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`
46162026-02-25T20:26:11.764Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-schema-dc957c120ddea2cd/build-script-build`
46172026-02-25T20:26:11.829Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
46182026-02-25T20:26:11.854Z 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=045f6ce9b8ee2759 -C extra-filename=-08c7a9cad4a71505 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-08c7a9cad4a71505 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ab21664d7b4ab098.rlib --extern vergen_gitcl=/work/oxidecomputer/omicron/target/debug/deps/libvergen_gitcl-8ad9af5bb7e87e04.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c50047f036cf1dbb/out/build/artifacts -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`
46192026-02-25T20:26:11.920Z 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=1a4b38d0f8b336eb -C extra-filename=-8209fba9310ebeb9 --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-cb6fed0666e78053.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.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-c50047f036cf1dbb/out/build/artifacts -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`
46202026-02-25T20:26:13.290Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-08c7a9cad4a71505/build-script-build`
46212026-02-25T20:26:13.540Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
46222026-02-25T20:26:13.565Z 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=424e730d16f2f36a -C extra-filename=-4b58e439e4ee3da5 --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-e363a8aa5591db61.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-5445f283397c81ad.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.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-c50047f036cf1dbb/out/build/artifacts -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`
46232026-02-25T20:26:13.825Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
46242026-02-25T20:26:13.883Z 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=dc885cfd0079edf0 -C extra-filename=-021fc26425e3c492 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-021fc26425e3c492 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ab21664d7b4ab098.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c50047f036cf1dbb/out/build/artifacts -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`
46252026-02-25T20:26:14.285Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
46262026-02-25T20:26:14.310Z 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=f4bb34c36ae88721 -C extra-filename=-1214e6aff97524c8 --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-c6bc5f10b3790839.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b891bc2e858e4b53.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/usr/ssl-3/lib/amd64`
46272026-02-25T20:26:15.751Z 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=7965d680aa8437a3 -C extra-filename=-b934c8f39b9b8745 --out-dir /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-88cea7bf556fbbd3.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-ceeb021a1fc90143.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-30204990db0efbd8.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-a69d61b81f6a260b.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.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-e5e0888dc68feb62.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d9f5788e2a13327f.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-db86bf4fdb6fd800.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2af3499fa6024671.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-18800e7cec4c4855.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-c9b20a6596fb7345.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-1939e5575b5e5905.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-bf0f1ab4025844ea.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-8e78d06de7bcad1b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.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-aec6cbaaf359968a.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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)'`
46282026-02-25T20:26:16.043Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
46292026-02-25T20:26:16.067Z 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=99e02f32f53bb655 -C extra-filename=-33b902823ba09e2b --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-26147300913a2b5a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
46302026-02-25T20:26:16.798Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
46312026-02-25T20:26:16.822Z 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=c0e035a8d8f812e3 -C extra-filename=-781c8b2efa5ac9e8 --out-dir /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-8d5c5cfd6e356a04.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d537e50f274b5c62.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
46322026-02-25T20:26:17.319Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
46332026-02-25T20:26:17.344Z 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=664aa5832c1bab79 -C extra-filename=-16ace4a7da492984 --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-d3b297ef696f7fa0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.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-0931f0890f594ff5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-33b902823ba09e2b.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0507e84d998ece5e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
46342026-02-25T20:26:20.343Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
46352026-02-25T20:26:20.368Z 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=4a05d7d3c0b55946 -C extra-filename=-cba1fc4791afa4e6 --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-781c8b2efa5ac9e8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
46362026-02-25T20:26:20.833Z 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=813a9a4d95ea2df8 -C extra-filename=-e38d929ee0705593 --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-26147300913a2b5a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1e354fbab61f6e32.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
46372026-02-25T20:26:20.882Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
46382026-02-25T20:26:20.907Z 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=ae9e9511ad4e5544 -C extra-filename=-97e118f57bd789a5 --out-dir /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-26147300913a2b5a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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-25T20:26:21.371Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
46402026-02-25T20:26:21.396Z 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=2067531072ad52c7 -C extra-filename=-68f02fe77db3f4b1 --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-0fae711ad65ff322.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b934c8f39b9b8745.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-22e823a1af21dd78.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
46412026-02-25T20:26:22.013Z 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=aaa2757b54c6166f -C extra-filename=-350b8d171ca53524 --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-d3b297ef696f7fa0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.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-1e354fbab61f6e32.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-e38d929ee0705593.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0507e84d998ece5e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
46422026-02-25T20:26:22.065Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
46432026-02-25T20:26:22.090Z 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=44a459b9238d16ac -C extra-filename=-bbb7add5e14b5e40 --out-dir /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-26147300913a2b5a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.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-6291a591ea2fbb89.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-16ace4a7da492984.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-948b859312dbbac6.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c50047f036cf1dbb/out/build/artifacts -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`
46442026-02-25T20:26:22.785Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
46452026-02-25T20:26:22.810Z 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=d7a79fabdb1bb9ce -C extra-filename=-94a14105dddae7b9 --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-d3b297ef696f7fa0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-ccdf398cf07cacbf.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-94666c5d13597da6.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d537e50f274b5c62.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-95d50c88f87ccb76.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-c2206934edeca671.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e7c33b969303809a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-522443f97758344a.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-5e50f97cdfef7b49.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-68f02fe77db3f4b1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-378bfe3bd2c3ab3c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
46462026-02-25T20:26:22.930Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
46472026-02-25T20:26:22.957Z 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=0f9ff93002f98c96 -C extra-filename=-47f4adae3c61ba58 --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-0fae711ad65ff322.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d537e50f274b5c62.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-8c85f8a3e0f0cfc2.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f3fb1f928f6ef4dc.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-522443f97758344a.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-68f02fe77db3f4b1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c50047f036cf1dbb/out/build/artifacts -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`
46482026-02-25T20:26:23.742Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
46492026-02-25T20:26:23.766Z 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=2f7ee13635ac2dd9 -C extra-filename=-546cf8b62ba5286d --out-dir /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-26147300913a2b5a.rmeta --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-97e118f57bd789a5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
46502026-02-25T20:26:25.321Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
46512026-02-25T20:26:25.346Z 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=66ebcd6c91534b24 -C extra-filename=-005898b2a94b195b --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-6291a591ea2fbb89.rmeta --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-47f4adae3c61ba58.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c50047f036cf1dbb/out/build/artifacts -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`
46522026-02-25T20:26:25.370Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
46532026-02-25T20:26:25.395Z 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=691e8a6581ced3bf -C extra-filename=-fe28fc0648490ff3 --out-dir /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-26147300913a2b5a.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-6291a591ea2fbb89.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-16ace4a7da492984.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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-c50047f036cf1dbb/out/build/artifacts -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`
46542026-02-25T20:26:25.847Z 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=ca60014d107754ef -C extra-filename=-4ed6310de33bdd13 --out-dir /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-26147300913a2b5a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.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-6291a591ea2fbb89.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-350b8d171ca53524.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-948b859312dbbac6.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c50047f036cf1dbb/out/build/artifacts -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`
46552026-02-25T20:26:25.992Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
46562026-02-25T20:26:26.017Z 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=c098a78fa614958b -C extra-filename=-43cef2770a571538 --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-1c251e2ec15413d7.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-e64b9610087ab7c2.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-027944bdf890a5a3.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-546cf8b62ba5286d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-085fd6f52ea50190.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
46572026-02-25T20:26:26.050Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46582026-02-25T20:26:26.104Z 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=014f9e4b6ef83b6b -C extra-filename=-aa556bfde9458125 --out-dir /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-1c251e2ec15413d7.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-c676e4095544447e.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-fa70e72376fb3500.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b934c8f39b9b8745.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-2b58e19978114f20.rmeta --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-51bd8ba17db94cd8.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d9f5788e2a13327f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-68f02fe77db3f4b1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-8e78d06de7bcad1b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-aec6cbaaf359968a.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
46592026-02-25T20:26:28.303Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
46602026-02-25T20:26:28.350Z 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=a2a98f08af50e90e -C extra-filename=-9a351cb5218f61c7 --out-dir /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-88cea7bf556fbbd3.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-94a14105dddae7b9.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b934c8f39b9b8745.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-0931f0890f594ff5.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-68eb43ca4fcb3f41.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-6145e16765a43466.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f3fb1f928f6ef4dc.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-522443f97758344a.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-5e50f97cdfef7b49.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-68f02fe77db3f4b1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-22e823a1af21dd78.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-47f4adae3c61ba58.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
46612026-02-25T20:26:29.043Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
46622026-02-25T20:26:29.093Z 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=a86fa4bfe05a3d45 -C extra-filename=-0c67991a05b359bd --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-6291a591ea2fbb89.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-4ed6310de33bdd13.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-350b8d171ca53524.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.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-c50047f036cf1dbb/out/build/artifacts -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`
46632026-02-25T20:26:29.242Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
46642026-02-25T20:26:29.267Z 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=fcb88ea677e6d889 -C extra-filename=-f46b14dcd7bbc585 --out-dir /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-a6b831b623e321bf.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-68eb43ca4fcb3f41.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-2055f5b2989e4397.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fe28fc0648490ff3.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0507e84d998ece5e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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-68f02fe77db3f4b1.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-ddb12d3c860fbf05.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-47e15988146239e3.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
46652026-02-25T20:26:29.840Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
46662026-02-25T20:26:29.865Z 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=e79afc5673371e96 -C extra-filename=-56292dadfdf8ace5 --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-88cea7bf556fbbd3.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-95d50c88f87ccb76.rmeta --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-e5e0888dc68feb62.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e7c33b969303809a.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-5e50f97cdfef7b49.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c50047f036cf1dbb/out/build/artifacts -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`
46672026-02-25T20:26:29.932Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46682026-02-25T20:26:29.962Z 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=d70023b5f3c5f9a1 -C extra-filename=-6558a1a3990c9f12 --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-26147300913a2b5a.rmeta --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rmeta --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-97e118f57bd789a5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c5de98fc8c408aaf.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
46692026-02-25T20:26:30.798Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46702026-02-25T20:26:30.823Z 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=ca7559e41ce3a87e -C extra-filename=-b82fc1232c5205af --out-dir /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-88cea7bf556fbbd3.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.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-d537e50f274b5c62.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b934c8f39b9b8745.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-56292dadfdf8ace5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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-aa556bfde9458125.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c772f91fd049de46.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
46712026-02-25T20:26:31.287Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46722026-02-25T20:26:31.313Z 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=803ea1772b6a61f1 -C extra-filename=-a38b9b0f7cd3e097 --out-dir /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-b934c8f39b9b8745.rmeta --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-2519b2e1f09b46c1.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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-522443f97758344a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-17abdf8718294db9.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
46732026-02-25T20:26:32.845Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
46742026-02-25T20:26:32.869Z 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=6afa6bd760794423 -C extra-filename=-cf248ef374611457 --out-dir /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-88cea7bf556fbbd3.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b934c8f39b9b8745.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-56292dadfdf8ace5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b82fc1232c5205af.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
46752026-02-25T20:26:33.269Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46762026-02-25T20:26:33.295Z 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=61042180e861ca38 -C extra-filename=-a8f34b197225b96b --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-0931f0890f594ff5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-2055f5b2989e4397.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-3002f96437acd722.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
46772026-02-25T20:26:34.206Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
46782026-02-25T20:26:34.231Z 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=2dbac4d494667b54 -C extra-filename=-c5642eb93969e1d0 --out-dir /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-26147300913a2b5a.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-5ad0edf18e465266.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b934c8f39b9b8745.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-6291a591ea2fbb89.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-c9b20a6596fb7345.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-3cc368e441bd589e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-cf248ef374611457.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-16598a50354cc7e8.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
46792026-02-25T20:26:35.014Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
46802026-02-25T20:26:35.039Z 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=c794dc419dd36fd3 -C extra-filename=-c0b89a4df75567e6 --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-26147300913a2b5a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.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-97e118f57bd789a5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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-25T20:26:36.783Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
46822026-02-25T20:26:36.830Z 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=f8410023bbe95274 -C extra-filename=-764a062b0096a8c4 --out-dir /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-26147300913a2b5a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-c0b89a4df75567e6.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6558a1a3990c9f12.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rmeta --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-dbf3c26303ac12fa.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-e64b9610087ab7c2.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-027944bdf890a5a3.rmeta --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-222f1d3cf1381884.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-546cf8b62ba5286d.rmeta --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-97e118f57bd789a5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4cc5ba24a6003517.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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-5f62dafef9bf8e12.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-e846b58d2700cb43.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ab6b255b7ac8a78d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
46832026-02-25T20:26:37.331Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
46842026-02-25T20:26:37.356Z 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=edc59783f615fa0d -C extra-filename=-4a27b66be26f3078 --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-b506b73b6d5c9588.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
46852026-02-25T20:26:38.212Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
46862026-02-25T20:26:38.237Z 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=435a0130391dba4b -C extra-filename=-66f2af10d9a55c8b --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-d3b297ef696f7fa0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.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-1e354fbab61f6e32.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0507e84d998ece5e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
46872026-02-25T20:26:38.768Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
46882026-02-25T20:26:38.821Z 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=02d72f176f680305 -C extra-filename=-c3ed264523e92dc2 --out-dir /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-26147300913a2b5a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-d36dc24c4dcccedd.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-bbb7add5e14b5e40.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-0c67991a05b359bd.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-16ace4a7da492984.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-948b859312dbbac6.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.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-c50047f036cf1dbb/out/build/artifacts -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`
46892026-02-25T20:26:39.331Z 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=2c5881ea0b1eb2c5 -C extra-filename=-4602a54bd75d3351 --out-dir /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-8c2c3fd5c7fb1f46.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-23a35671277130b0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-b2eb96f28f0124c2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-3572cb27f8f66195.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-3ccd842abda31d0e.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4a3c62c97b5beaa1.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-9691c4f91b237a30.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-c676e4095544447e.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-833783da88e2e52d.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-0931f0890f594ff5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c3ed264523e92dc2.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fe28fc0648490ff3.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0507e84d998ece5e.rmeta --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-d5c79c108e63e61b.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-085fd6f52ea50190.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-81076bf3f848e0d1.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rmeta --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-c9172f5d3701e141.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rmeta --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-580ab898584e9fdb.rmeta --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-2a41b09a7fdea892.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-99fa6c2fce8d7f42.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-229621499bbc22b0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b5d8d2d6b8567c9c.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
46902026-02-25T20:26:44.483Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
46912026-02-25T20:26:44.509Z 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=caca558b7c06df87 -C extra-filename=-d82db3ef48160de6 --out-dir /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-88cea7bf556fbbd3.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-94a14105dddae7b9.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f3fb1f928f6ef4dc.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-9a351cb5218f61c7.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-68f02fe77db3f4b1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
46922026-02-25T20:26:46.357Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
46932026-02-25T20:26:46.382Z 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=4ba4aad71b3caffa -C extra-filename=-c9279c123bc018de --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-26147300913a2b5a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-9c9fd4f14932d9a2.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-6291a591ea2fbb89.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c3ed264523e92dc2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
46942026-02-25T20:26:50.802Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
46952026-02-25T20:26:50.850Z 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=b1b38fede6fc674a -C extra-filename=-e17492c22e486554 --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-94a14105dddae7b9.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-ccdf398cf07cacbf.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-94666c5d13597da6.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d537e50f274b5c62.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-8c85f8a3e0f0cfc2.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-95d50c88f87ccb76.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e7c33b969303809a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-522443f97758344a.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-5e50f97cdfef7b49.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d82db3ef48160de6.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-68f02fe77db3f4b1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.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-4bb6e69cb038f134.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-005898b2a94b195b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
46962026-02-25T20:26:50.904Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
46972026-02-25T20:26:50.928Z 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=e1f62fc56096e1d8 -C extra-filename=-cb09c42c9e851008 --out-dir /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-88cea7bf556fbbd3.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c5de98fc8c408aaf.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ca40db9743f7eb22.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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-d82db3ef48160de6.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-9a351cb5218f61c7.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-68f02fe77db3f4b1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-005898b2a94b195b.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
46982026-02-25T20:26:51.579Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
46992026-02-25T20:26:51.621Z 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=0f118e80725035c6 -C extra-filename=-35edf6c99537f20a --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-26147300913a2b5a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.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-a2a2a4a16aad62f2.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d82db3ef48160de6.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-9a351cb5218f61c7.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c5642eb93969e1d0.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-68f02fe77db3f4b1.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-005898b2a94b195b.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-c984b9133564234d.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
47002026-02-25T20:26:52.608Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
47012026-02-25T20:26:52.633Z 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=8e02085cd4ef3e7d -C extra-filename=-77d69464fc86bba9 --out-dir /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-26147300913a2b5a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.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-6291a591ea2fbb89.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-66f2af10d9a55c8b.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-948b859312dbbac6.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.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-c50047f036cf1dbb/out/build/artifacts -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`
47022026-02-25T20:26:55.835Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47032026-02-25T20:26:55.883Z 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=1bc190744519f138 -C extra-filename=-44953c3e4aa34309 --out-dir /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-a6b831b623e321bf.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-cba1fc4791afa4e6.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-a47fb2c3a2a2d343.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-f1a56c0a641fda20.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-faeb7aac8eb71b65.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d537e50f274b5c62.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-0007ca7bf57f322b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a7cc13a5c2111f82.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1278f6b4b36ec8c5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b934c8f39b9b8745.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-546cf8b62ba5286d.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-58606c2cc24cce8a.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-e8cdefffbc26f2a7.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-f46b14dcd7bbc585.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-68eb43ca4fcb3f41.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-2055f5b2989e4397.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4602a54bd75d3351.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fe28fc0648490ff3.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0507e84d998ece5e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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-522443f97758344a.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d82db3ef48160de6.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-9a351cb5218f61c7.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-68f02fe77db3f4b1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a16fab7cf1860802.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-99fa6c2fce8d7f42.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-22e823a1af21dd78.so --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-3a41fdc669eacdfb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-ddb12d3c860fbf05.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e17492c22e486554.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-005898b2a94b195b.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.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-17abdf8718294db9.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-47e15988146239e3.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
47042026-02-25T20:26:55.946Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
47052026-02-25T20:26:56.005Z 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=925ab366b630f0b5 -C extra-filename=-aabcb1e0a310ca19 --out-dir /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-8c2c3fd5c7fb1f46.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.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-d537e50f274b5c62.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b934c8f39b9b8745.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a38b9b0f7cd3e097.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-56292dadfdf8ace5.rmeta --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-e5e0888dc68feb62.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-8bbb1d80334d3bc8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e7c33b969303809a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-35edf6c99537f20a.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d82db3ef48160de6.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-9a351cb5218f61c7.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-aa556bfde9458125.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b82fc1232c5205af.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-005898b2a94b195b.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-aec6cbaaf359968a.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
47062026-02-25T20:26:57.041Z Compiling samael v0.0.19
47072026-02-25T20:26:57.069Z 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=d1f40f6e7d22ed2a -C extra-filename=-dcac02b662be72d4 --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-dcac02b662be72d4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-c651a0029cd6b4d9.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`
47082026-02-25T20:26:57.428Z 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=a3373a9b11c7b2ee -C extra-filename=-f452ee2f5b049fbb --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-d3b297ef696f7fa0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.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-0931f0890f594ff5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0507e84d998ece5e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
47092026-02-25T20:26:59.447Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-021fc26425e3c492/build-script-build`
47102026-02-25T20:26:59.512Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-dcac02b662be72d4/build-script-bindings`
47112026-02-25T20:27:01.504Z 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=d503702a289ef816 -C extra-filename=-d72646f9f0859ce0 --out-dir /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-26147300913a2b5a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.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-6291a591ea2fbb89.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f452ee2f5b049fbb.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-948b859312dbbac6.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.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-c50047f036cf1dbb/out/build/artifacts -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`
47122026-02-25T20:27:01.796Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
47132026-02-25T20:27:01.822Z 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=4a02eaedb9ce6d1d -C extra-filename=-4306b15cefc13e46 --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-6291a591ea2fbb89.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-77d69464fc86bba9.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-66f2af10d9a55c8b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.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-c50047f036cf1dbb/out/build/artifacts -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`
47142026-02-25T20:27:03.488Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
47152026-02-25T20:27:03.513Z 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=ce56ca56bbeddb9f -C extra-filename=-af7844df82cf1aa9 --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-1214e6aff97524c8.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-a9c307c12d0e12ce.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-68f02fe77db3f4b1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.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-c50047f036cf1dbb/out/build/artifacts -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`
47162026-02-25T20:27:03.544Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
47172026-02-25T20:27:03.582Z 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=1f60ce18552c1e31 -C extra-filename=-f6a3d4c216ed39e2 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-auth-f6a3d4c216ed39e2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ab21664d7b4ab098.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c50047f036cf1dbb/out/build/artifacts -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`
47182026-02-25T20:27:03.982Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
47192026-02-25T20:27:04.009Z 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=4da3fd6b3d86d147 -C extra-filename=-b054a111796c9a29 --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-6291a591ea2fbb89.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.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-c50047f036cf1dbb/out/build/artifacts -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`
47202026-02-25T20:27:04.295Z Compiling polar-core v0.27.3
47212026-02-25T20:27:04.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/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=620e25f50da860af -C extra-filename=-9c5c7ad37389c55c --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-9c5c7ad37389c55c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-8bac3d11e8bee880.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-2f7eb2a94594c188.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47222026-02-25T20:27:04.574Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-auth-f6a3d4c216ed39e2/build-script-build`
47232026-02-25T20:27:04.647Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
47242026-02-25T20:27:04.672Z 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=f97ad85355cfdb84 -C extra-filename=-da53b6dbf1bde44e --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-13b7c297f0c180b5.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b934c8f39b9b8745.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-36b1178678ed49cf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-aabcb1e0a310ca19.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d82db3ef48160de6.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b82fc1232c5205af.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
47252026-02-25T20:27:04.810Z 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=a802cc27b7d7102f -C extra-filename=-02597dc866b79438 --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-26147300913a2b5a.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-18f1cf9a5f88f30f.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-2055f5b2989e4397.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-fe8ca084cd2bf804.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-47e15988146239e3.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)'`
47262026-02-25T20:27:05.302Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
47272026-02-25T20:27:05.327Z 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=12ff6eeb8d130a3e -C extra-filename=-bad1a6b2b2a7a591 --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-e363a8aa5591db61.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-5445f283397c81ad.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.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-c50047f036cf1dbb/out/build/artifacts -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`
47282026-02-25T20:27:06.193Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-9c5c7ad37389c55c/build-script-build`
47292026-02-25T20:27:07.018Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
47302026-02-25T20:27:07.044Z 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=77e29506397aa303 -C extra-filename=-1916aa3e26b4c1c2 --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-6291a591ea2fbb89.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c5de98fc8c408aaf.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c50047f036cf1dbb/out/build/artifacts -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`
47312026-02-25T20:27:07.855Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
47322026-02-25T20:27:07.880Z 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=d2a8d6052163105b -C extra-filename=-3df7f4ae138397a7 --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-0931f0890f594ff5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c5de98fc8c408aaf.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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-68f02fe77db3f4b1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
47332026-02-25T20:27:07.940Z 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=5767ca47574b1c93 -C extra-filename=-6fb45e37122f738d --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-839c1c9f312a7691.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-bbf3ee06f1e9a7a3.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47342026-02-25T20:27:07.998Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
47352026-02-25T20:27:08.065Z 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=8dc9bc74038c24d3 -C extra-filename=-0db4f98211e0adfb --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-88cea7bf556fbbd3.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcommon-e9f32fbf68d7ef36.rmeta --extern crc8=/work/oxidecomputer/omicron/target/debug/deps/libcrc8-9f7b75d80455c3c7.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b891bc2e858e4b53.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-0a8497f91cadc05b.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/usr/ssl-3/lib/amd64`
47362026-02-25T20:27:09.433Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
47372026-02-25T20:27:09.494Z 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=64a1b88513c2f2e2 -C extra-filename=-3ccbfbbe3006f132 --out-dir /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-26147300913a2b5a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern trait_variant=/work/oxidecomputer/omicron/target/debug/deps/libtrait_variant-472d9a0e51632895.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 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c50047f036cf1dbb/out/build/artifacts`
47382026-02-25T20:27:10.095Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
47392026-02-25T20:27:10.120Z 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=461e83c3a73bf0c7 -C extra-filename=-d5f7ff6e9478a84b --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-lookup-d5f7ff6e9478a84b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ab21664d7b4ab098.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c50047f036cf1dbb/out/build/artifacts -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`
47402026-02-25T20:27:10.152Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
47412026-02-25T20:27:10.231Z 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=28e01ec053b4e6d1 -C extra-filename=-f47f9bb516010278 --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-9691c4f91b237a30.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-6291a591ea2fbb89.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
47422026-02-25T20:27:10.549Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
47432026-02-25T20:27:10.577Z 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=f4516c4c546fa887 -C extra-filename=-e0ceb93742ed809a --out-dir /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-88cea7bf556fbbd3.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-512ae01fe4b7cca3.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3ad25da4e0be3c38.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.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-1c251e2ec15413d7.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-1e791e864c0c7f61.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-c2206934edeca671.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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-f63087145c59662c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6a737287b10e2c5e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-ddb12d3c860fbf05.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-fbb3802d90c287fc.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-47e15988146239e3.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-16598a50354cc7e8.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-c50047f036cf1dbb/out/build/artifacts -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`
47442026-02-25T20:27:10.998Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
47452026-02-25T20:27:11.024Z 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=5466d4467f20f5f6 -C extra-filename=-7b2042affe701373 --out-dir /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-26147300913a2b5a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-b054a111796c9a29.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-d72646f9f0859ce0.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-4306b15cefc13e46.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f452ee2f5b049fbb.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-948b859312dbbac6.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.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-c50047f036cf1dbb/out/build/artifacts -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`
47462026-02-25T20:27:11.520Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-lookup-d5f7ff6e9478a84b/build-script-build`
47472026-02-25T20:27:11.583Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
47482026-02-25T20:27:11.608Z 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=6ee7a59cd4f92be1 -C extra-filename=-24e8f0453d9dda13 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-24e8f0453d9dda13 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ab21664d7b4ab098.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c50047f036cf1dbb/out/build/artifacts -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-25T20:27:11.806Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
47502026-02-25T20:27:11.832Z 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=4d58af9903907e8b -C extra-filename=-640b40e1fa55647e --out-dir /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-d3b297ef696f7fa0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-56292dadfdf8ace5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-aabcb1e0a310ca19.rmeta --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-da53b6dbf1bde44e.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d82db3ef48160de6.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-9a351cb5218f61c7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c50047f036cf1dbb/out/build/artifacts -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`
47512026-02-25T20:27:12.004Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-24e8f0453d9dda13/build-script-build`
47522026-02-25T20:27:12.101Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
47532026-02-25T20:27:12.125Z 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=68ac9064ed5251c1 -C extra-filename=-9138d31495cbd222 --out-dir /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-26147300913a2b5a.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-c5de98fc8c408aaf.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/usr/ssl-3/lib/amd64`
47542026-02-25T20:27:13.223Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
47552026-02-25T20:27:13.251Z 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=3325c9f839839f46 -C extra-filename=-531d3dafb3c2b314 --out-dir /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-26147300913a2b5a.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7b2042affe701373.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-326615d2ebd3e016.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c6a096c4a50ffc09.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-faea33d7e770db07.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.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-c50047f036cf1dbb/out/build/artifacts -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`
47562026-02-25T20:27:13.376Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
47572026-02-25T20:27:13.402Z 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=b1268a64da51e081 -C extra-filename=-f0fa5c0e3ceb2546 --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-9691c4f91b237a30.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-68eb43ca4fcb3f41.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d82db3ef48160de6.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-68f02fe77db3f4b1.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
47582026-02-25T20:27:13.812Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
47592026-02-25T20:27:13.838Z 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=068497d2ef6fd987 -C extra-filename=-003088e45352a674 --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-9691c4f91b237a30.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-0931f0890f594ff5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d82db3ef48160de6.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-9a351cb5218f61c7.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-68f02fe77db3f4b1.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
47602026-02-25T20:27:15.058Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
47612026-02-25T20:27:15.083Z 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=34dccdba3bc7dcb8 -C extra-filename=-a4a08d77ae893dd7 --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-94666c5d13597da6.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-fac091bac27f8609.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.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-c50047f036cf1dbb/out/build/artifacts -L native=/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`
47622026-02-25T20:27:15.711Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
47632026-02-25T20:27:15.739Z 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=9389898bd2164994 -C extra-filename=-cffe1df8dc2387c4 --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-d3b297ef696f7fa0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-00677b18825d4732.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
47642026-02-25T20:27:15.876Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
47652026-02-25T20:27:15.903Z 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=3a564587de911d06 -C extra-filename=-a9c79fe1e0bfd229 --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-88cea7bf556fbbd3.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcommon-531d3dafb3c2b314.rmeta --extern crc8=/work/oxidecomputer/omicron/target/debug/deps/libcrc8-9f7b75d80455c3c7.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b891bc2e858e4b53.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-0a8497f91cadc05b.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-c50047f036cf1dbb/out/build/artifacts -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`
47662026-02-25T20:27:16.417Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47672026-02-25T20:27:16.443Z 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=d5ffc83235057934 -C extra-filename=-ce85a1ff3c740760 --out-dir /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-9691c4f91b237a30.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-58606c2cc24cce8a.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-44953c3e4aa34309.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-522443f97758344a.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-befaf97320b47129.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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-25T20:27:17.737Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47692026-02-25T20:27:17.776Z 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=62505d34b39c0b19 -C extra-filename=-86de30a0e9b71f96 --out-dir /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-88cea7bf556fbbd3.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-15cf27f70eb8100b.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-655d5fdec46223d1.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1278f6b4b36ec8c5.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e25cc5d3cccd507f.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-44953c3e4aa34309.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-db86bf4fdb6fd800.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-892e4d8dc6f71793.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-5e50f97cdfef7b49.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-af45d7a74cb7353d.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
47702026-02-25T20:27:18.774Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
47712026-02-25T20:27:18.774Z 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=f027746970eea7eb -C extra-filename=-ee8d0764527f6b54 --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-26147300913a2b5a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-44953c3e4aa34309.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c5de98fc8c408aaf.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
47722026-02-25T20:27:18.861Z Compiling oso v0.27.3
47732026-02-25T20:27:18.888Z 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=a9a272d35064e4e3 -C extra-filename=-d6a442a1cc96b301 --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-5495ba6784f2c74e.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-f1488323d3266d18.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-6fb45e37122f738d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-faea33d7e770db07.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-cc4c8bb02a9b9e01.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47742026-02-25T20:27:20.841Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
47752026-02-25T20:27:20.893Z 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=3e840335e9667795 -C extra-filename=-c8c63c0f51045c8c --out-dir /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-8d5c5cfd6e356a04.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-4d1c13631f59c0a4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-c901b26b160583a6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-0209946c5d5ce0b3.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ce85a1ff3c740760.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1007dc04ff25c671.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ff50cf069db302cb.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2124dfe23d5b97bf.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-fb06dac6f67592ac.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6a737287b10e2c5e.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ab6b255b7ac8a78d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-befaf97320b47129.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b5d8d2d6b8567c9c.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
47762026-02-25T20:27:23.835Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
47772026-02-25T20:27:23.861Z 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=91dfeec1b41e2f77 -C extra-filename=-45841cc3e2914d38 --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-26147300913a2b5a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.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-43cef2770a571538.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-546cf8b62ba5286d.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ee8d0764527f6b54.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c3ed264523e92dc2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
47782026-02-25T20:27:24.008Z 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=d1f5554c4f9a7914 -C extra-filename=-280d917f95dd2532 --out-dir /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-26147300913a2b5a.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-cba1fc4791afa4e6.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-a47fb2c3a2a2d343.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-4b58e439e4ee3da5.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-faeb7aac8eb71b65.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-cb6fed0666e78053.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-0007ca7bf57f322b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d9f5788e2a13327f.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-ce85a1ff3c740760.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-8209fba9310ebeb9.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-4a27b66be26f3078.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-44953c3e4aa34309.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-a8f34b197225b96b.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-ae8be8fd4972d4b0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-68eb43ca4fcb3f41.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0507e84d998ece5e.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-a72601627a6a109b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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-cb09c42c9e851008.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d82db3ef48160de6.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-68f02fe77db3f4b1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a16fab7cf1860802.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e17492c22e486554.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
47792026-02-25T20:27:24.514Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
47802026-02-25T20:27:24.544Z 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=db029410447522bc -C extra-filename=-aed300909351f7ff --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-26147300913a2b5a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-44953c3e4aa34309.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-68eb43ca4fcb3f41.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c5de98fc8c408aaf.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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-9a351cb5218f61c7.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-68f02fe77db3f4b1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
47812026-02-25T20:27:29.140Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
47822026-02-25T20:27:29.218Z 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=a03ea3d003527c96 -C extra-filename=-fb163dfafbb44ad3 --out-dir /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-94a14105dddae7b9.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-ccdf398cf07cacbf.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-94666c5d13597da6.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.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-d537e50f274b5c62.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-8c85f8a3e0f0cfc2.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-95d50c88f87ccb76.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e7c33b969303809a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-522443f97758344a.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-5e50f97cdfef7b49.rmeta --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-640b40e1fa55647e.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d82db3ef48160de6.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-68f02fe77db3f4b1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-8a0376b60a36ef13.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-4bb6e69cb038f134.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e17492c22e486554.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-005898b2a94b195b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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/`
47832026-02-25T20:27:29.220Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
47842026-02-25T20:27:29.220Z 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=5c32bbb109bcd093 -C extra-filename=-e6b007febb5b9ac5 --out-dir /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-88cea7bf556fbbd3.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d537e50f274b5c62.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b934c8f39b9b8745.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-35edf6c99537f20a.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d82db3ef48160de6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
47852026-02-25T20:27:29.220Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
47862026-02-25T20:27:29.220Z 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=fd7fb8d3a6d7f8d5 -C extra-filename=-3d6d9836aac79324 --out-dir /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-38ba13b1dd5cc181.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c5de98fc8c408aaf.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-6145e16765a43466.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-5c3772d9310d92f3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-326615d2ebd3e016.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-faea33d7e770db07.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-105361971c29a71a.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-c50047f036cf1dbb/out/build/artifacts -L native=/usr/ssl-3/lib/amd64`
47872026-02-25T20:27:31.444Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47882026-02-25T20:27:31.469Z 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=143aa23c92290496 -C extra-filename=-a0c881ea38bffce3 --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-1b93fa9d5486cd17.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d82db3ef48160de6.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b82fc1232c5205af.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
47892026-02-25T20:27:33.460Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
47902026-02-25T20:27:33.485Z 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=8913df9c4650747d -C extra-filename=-118edb141eb72ad8 --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-26147300913a2b5a.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-cba1fc4791afa4e6.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c5de98fc8c408aaf.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
47912026-02-25T20:27:34.480Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
47922026-02-25T20:27:34.524Z 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=0b125f0a0c3fd161 -C extra-filename=-d533a6a15dc980fa --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-9691c4f91b237a30.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-0007ca7bf57f322b.rmeta --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-1552c0414843e779.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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-25T20:27:34.808Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
47942026-02-25T20:27:34.833Z 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=2a06ae744b1b01e7 -C extra-filename=-dfa18c79d427fcb8 --out-dir /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-d3b297ef696f7fa0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.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-9691c4f91b237a30.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-5ad0edf18e465266.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e25cc5d3cccd507f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6a737287b10e2c5e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-ddb12d3c860fbf05.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-fbb3802d90c287fc.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e0ceb93742ed809a.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
47952026-02-25T20:27:36.435Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
47962026-02-25T20:27:36.482Z 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=76ae5156d4e28b7e -C extra-filename=-a330a9a643310129 --out-dir /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-26147300913a2b5a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-0007ca7bf57f322b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-d533a6a15dc980fa.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-655d5fdec46223d1.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-21d7abd67f6f3eb1.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1278f6b4b36ec8c5.rmeta --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-1552c0414843e779.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b934c8f39b9b8745.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-a4a08d77ae893dd7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c3ed264523e92dc2.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c9279c123bc018de.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-45841cc3e2914d38.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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-d9f77773095d1fe1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c772f91fd049de46.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-8407c2a602f4c9fe.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-16598a50354cc7e8.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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/`
47972026-02-25T20:27:37.071Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47982026-02-25T20:27:37.095Z 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=85433fab0745e78c -C extra-filename=-17c1eda51b457bd9 --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-44953c3e4aa34309.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d82db3ef48160de6.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
47992026-02-25T20:27:37.386Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
48002026-02-25T20:27:37.410Z 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=0f3b84f82871d47c -C extra-filename=-90a4b45980e053b0 --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-26147300913a2b5a.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-cba1fc4791afa4e6.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c5de98fc8c408aaf.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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-25T20:27:40.594Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
48022026-02-25T20:27:40.634Z 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=651439823067405d -C extra-filename=-5ad29d1fa6db8d27 --out-dir /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-26147300913a2b5a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.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-5f62dafef9bf8e12.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-e846b58d2700cb43.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e0ceb93742ed809a.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-c50047f036cf1dbb/out/build/artifacts -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`
48032026-02-25T20:27:40.957Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
48042026-02-25T20:27:41.006Z 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=afe3752ecda0dfcf -C extra-filename=-e21527e956cb7c8e --out-dir /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-88cea7bf556fbbd3.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-8d5c5cfd6e356a04.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-94a14105dddae7b9.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-003088e45352a674.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-3df7f4ae138397a7.rmeta --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-f0fa5c0e3ceb2546.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1c77f98783115915.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-cba1fc4791afa4e6.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-7163d56e3093223e.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-9138d31495cbd222.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d537e50f274b5c62.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-fb5836d44357ffa7.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-764a062b0096a8c4.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6558a1a3990c9f12.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a9c79fe1e0bfd229.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a7cc13a5c2111f82.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-00677b18825d4732.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-18ed1948276c6267.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b934c8f39b9b8745.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a38b9b0f7cd3e097.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-43cef2770a571538.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-546cf8b62ba5286d.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-56292dadfdf8ace5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d9f5788e2a13327f.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-14cd3b07749803fe.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ee8d0764527f6b54.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ce85a1ff3c740760.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-aed300909351f7ff.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-44953c3e4aa34309.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-8bbb1d80334d3bc8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-af7844df82cf1aa9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2af3499fa6024671.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c3ed264523e92dc2.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c9279c123bc018de.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-45841cc3e2914d38.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ca40db9743f7eb22.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-3d6d9836aac79324.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-6145e16765a43466.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-cffe1df8dc2387c4.rmeta --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-0d75efef0704100a.rmeta --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-f47f9bb516010278.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-1916aa3e26b4c1c2.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e7c33b969303809a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f3fb1f928f6ef4dc.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-5e50f97cdfef7b49.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-35edf6c99537f20a.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cb09c42c9e851008.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-aabcb1e0a310ca19.rmeta --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-e6b007febb5b9ac5.rmeta --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-640b40e1fa55647e.rmeta --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-da53b6dbf1bde44e.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d82db3ef48160de6.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-9a351cb5218f61c7.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c5642eb93969e1d0.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-aa556bfde9458125.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-68f02fe77db3f4b1.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b82fc1232c5205af.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-bf0f1ab4025844ea.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-86de30a0e9b71f96.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-8a0376b60a36ef13.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6a737287b10e2c5e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-8e78d06de7bcad1b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c772f91fd049de46.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rmeta --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-fb163dfafbb44ad3.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e17492c22e486554.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-005898b2a94b195b.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-fbb3802d90c287fc.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b5d8d2d6b8567c9c.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-c984b9133564234d.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-16598a50354cc7e8.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-aec6cbaaf359968a.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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/`
48052026-02-25T20:27:42.113Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
48062026-02-25T20:27:42.139Z 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=ce5121349ebf5cf0 -C extra-filename=-12d37f5a9f0e0bbb --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-e8cdefffbc26f2a7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.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-c50047f036cf1dbb/out/build/artifacts -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`
48072026-02-25T20:27:42.461Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
48082026-02-25T20:27:42.492Z 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=a9404ccf8b2a4eb0 -C extra-filename=-53ecc71e5d415740 --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-26147300913a2b5a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c5de98fc8c408aaf.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
48092026-02-25T20:27:44.622Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
48102026-02-25T20:27:44.647Z 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=fb38f93c6d6b5e83 -C extra-filename=-2a9a3e75d1edf5a1 --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-9691c4f91b237a30.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a7cc13a5c2111f82.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-655d5fdec46223d1.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1278f6b4b36ec8c5.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-a330a9a643310129.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8c63c0f51045c8c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-085fd6f52ea50190.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-86de30a0e9b71f96.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
48112026-02-25T20:27:45.310Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
48122026-02-25T20:27:45.357Z 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=235c0f3ed3a35ea0 -C extra-filename=-63222bbd9717272d --out-dir /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-26147300913a2b5a.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-90a4b45980e053b0.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-118edb141eb72ad8.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-cba1fc4791afa4e6.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-a47fb2c3a2a2d343.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6558a1a3990c9f12.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a7cc13a5c2111f82.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-655d5fdec46223d1.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1278f6b4b36ec8c5.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b934c8f39b9b8745.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-44953c3e4aa34309.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-8bbb1d80334d3bc8.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-ae8be8fd4972d4b0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.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-cb09c42c9e851008.rmeta --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-a0c881ea38bffce3.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d82db3ef48160de6.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-9a351cb5218f61c7.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-68f02fe77db3f4b1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-12d37f5a9f0e0bbb.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
48132026-02-25T20:27:50.156Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
48142026-02-25T20:27:50.181Z 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=486bd12391146880 -C extra-filename=-e87a5e469d2c778b --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-9691c4f91b237a30.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-0931f0890f594ff5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-33b902823ba09e2b.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
48152026-02-25T20:27:50.231Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
48162026-02-25T20:27:50.256Z 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=4506408a21de6b5e -C extra-filename=-f9fe0f79e6475c9d --out-dir /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-30204990db0efbd8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-cba1fc4791afa4e6.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-a47fb2c3a2a2d343.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.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-a7cc13a5c2111f82.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1278f6b4b36ec8c5.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b934c8f39b9b8745.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-833783da88e2e52d.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-43cef2770a571538.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-58606c2cc24cce8a.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ce85a1ff3c740760.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-63222bbd9717272d.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-17c1eda51b457bd9.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-44953c3e4aa34309.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.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-cb09c42c9e851008.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d82db3ef48160de6.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-68f02fe77db3f4b1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-86de30a0e9b71f96.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-5ad29d1fa6db8d27.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e0ceb93742ed809a.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-12d37f5a9f0e0bbb.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-dfa18c79d427fcb8.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
48172026-02-25T20:27:52.045Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
48182026-02-25T20:27:52.092Z 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=63d53da6ebe06106 -C extra-filename=-93b0d2e15ff57a5e --out-dir /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-88cea7bf556fbbd3.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-43cef2770a571538.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-546cf8b62ba5286d.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ee8d0764527f6b54.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-44953c3e4aa34309.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c3ed264523e92dc2.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-e87a5e469d2c778b.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-53ecc71e5d415740.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4602a54bd75d3351.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-16ace4a7da492984.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-085fd6f52ea50190.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b5d8d2d6b8567c9c.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
48192026-02-25T20:27:52.119Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
48202026-02-25T20:27:52.119Z 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=1f336276b7d52756 -C extra-filename=-491505ea241fc69f --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-test-interface-491505ea241fc69f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ab21664d7b4ab098.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c50047f036cf1dbb/out/build/artifacts -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`
48212026-02-25T20:27:52.559Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-test-interface-491505ea241fc69f/build-script-build`
48222026-02-25T20:27:52.623Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
48232026-02-25T20:27:52.649Z 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=549e7d974a82f090 -C extra-filename=-ba42343d6a5a680d --out-dir /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-0db4f98211e0adfb.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a7cc13a5c2111f82.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1278f6b4b36ec8c5.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-32f3b4bd9ec60dad.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-68f02fe77db3f4b1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-069a1e206b58c36c.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-17abdf8718294db9.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c50047f036cf1dbb/out/build/artifacts -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`
48242026-02-25T20:27:58.015Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
48252026-02-25T20:27:58.041Z 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=eb341518fe28aa6b -C extra-filename=-3c07cc7cc91ec00e --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-850596837964440e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.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-a2a2a4a16aad62f2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.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-c50047f036cf1dbb/out/build/artifacts -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`
48262026-02-25T20:27:59.363Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
48272026-02-25T20:27:59.388Z 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=14f3fabacd08ae30 -C extra-filename=-9c6ae4a32688645d --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-9c6ae4a32688645d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ab21664d7b4ab098.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c50047f036cf1dbb/out/build/artifacts -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`
48282026-02-25T20:27:59.447Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
48292026-02-25T20:27:59.472Z 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=69d41cae457f996c -C extra-filename=-57d02e634c83b9fb --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-test-utils-57d02e634c83b9fb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ab21664d7b4ab098.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c50047f036cf1dbb/out/build/artifacts -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`
48302026-02-25T20:27:59.825Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-9c6ae4a32688645d/build-script-build`
48312026-02-25T20:27:59.905Z 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=3d38d4e043ec2396 -C extra-filename=-0fd3bf287d7587e2 --out-dir /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-30204990db0efbd8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-3c07cc7cc91ec00e.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-a47fb2c3a2a2d343.rmeta --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-850596837964440e.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-838063cee5c7bef7.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b934c8f39b9b8745.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-befaf97320b47129.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c50047f036cf1dbb/out/build/artifacts -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`
48322026-02-25T20:27:59.958Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-test-utils-57d02e634c83b9fb/build-script-build`
48332026-02-25T20:28:00.036Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
48342026-02-25T20:28:00.063Z 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=8b31a9cc5263d99e -C extra-filename=-053c7a39493508f4 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-preparation-053c7a39493508f4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ab21664d7b4ab098.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c50047f036cf1dbb/out/build/artifacts -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-25T20:28:00.526Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-preparation-053c7a39493508f4/build-script-build`
48362026-02-25T20:28:00.594Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
48372026-02-25T20:28:00.619Z 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=e083228506d42718 -C extra-filename=-d884009ee48f8811 --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-26147300913a2b5a.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a38b9b0f7cd3e097.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c5de98fc8c408aaf.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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-d82db3ef48160de6.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-68f02fe77db3f4b1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-17abdf8718294db9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-ba42343d6a5a680d.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
48382026-02-25T20:28:02.385Z 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,)'`
48392026-02-25T20:28:03.091Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48402026-02-25T20:28:03.116Z 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=ba9bd22804fb7761 -C extra-filename=-c4d6412cc7ed9f96 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-networking-c4d6412cc7ed9f96 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ab21664d7b4ab098.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c50047f036cf1dbb/out/build/artifacts -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`
48412026-02-25T20:28:03.543Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-networking-c4d6412cc7ed9f96/build-script-build`
48422026-02-25T20:28:03.627Z Compiling git2 v0.20.2
48432026-02-25T20:28:03.627Z 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=d2d49b8a0d4f85f5 -C extra-filename=-ab1bfeb2b23c7d32 --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-9880ddee2528f34f.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-47e15988146239e3.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`
48442026-02-25T20:28:08.403Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
48452026-02-25T20:28:08.450Z 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=35fe83010ccededf -C extra-filename=-5f7e4259c5408189 --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-26147300913a2b5a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a7cc13a5c2111f82.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-655d5fdec46223d1.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1278f6b4b36ec8c5.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b934c8f39b9b8745.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-43cef2770a571538.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-546cf8b62ba5286d.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-44953c3e4aa34309.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-085fd6f52ea50190.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-1916aa3e26b4c1c2.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cb09c42c9e851008.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d82db3ef48160de6.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-68f02fe77db3f4b1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c772f91fd049de46.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-005898b2a94b195b.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
48462026-02-25T20:28:08.647Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
48472026-02-25T20:28:08.647Z 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=7f68f5bd9b05a6d6 -C extra-filename=-8252126d8dc47962 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-8252126d8dc47962 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ab21664d7b4ab098.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c50047f036cf1dbb/out/build/artifacts -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`
48482026-02-25T20:28:08.680Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
48492026-02-25T20:28:08.680Z 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=b19a527e5a51709b -C extra-filename=-74fcf26f614cef05 --out-dir /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-26147300913a2b5a.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7b2042affe701373.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-326615d2ebd3e016.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c6a096c4a50ffc09.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-faea33d7e770db07.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.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-c50047f036cf1dbb/out/build/artifacts -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`
48502026-02-25T20:28:09.097Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-8252126d8dc47962/build-script-build`
48512026-02-25T20:28:09.166Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
48522026-02-25T20:28:09.166Z 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=2c6dad466200d0a8 -C extra-filename=-a72de9457f49e6ab --out-dir /work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-a72de9457f49e6ab -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ab21664d7b4ab098.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c50047f036cf1dbb/out/build/artifacts -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`
48532026-02-25T20:28:09.632Z 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=984bd23c9be100a1 -C extra-filename=-575b25ff68531f35 --out-dir /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-18f1cf9a5f88f30f.rmeta --extern git2_rs=/work/oxidecomputer/omicron/target/debug/deps/libgit2-ab1bfeb2b23c7d32.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-129e369738b0a325.rmeta --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-9d1c7305ddaa88d4.rmeta --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-d1190d30f9aea155.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)'`
48542026-02-25T20:28:11.117Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
48552026-02-25T20:28:11.142Z 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=6ea73b9606cf84f9 -C extra-filename=-21af09dfa7c09dee --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-21af09dfa7c09dee -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ab21664d7b4ab098.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c50047f036cf1dbb/out/build/artifacts -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`
48562026-02-25T20:28:11.567Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
48572026-02-25T20:28:11.591Z 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=609ec26f373856cf -C extra-filename=-57c617c73ca9945b --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-57c617c73ca9945b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ab21664d7b4ab098.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c50047f036cf1dbb/out/build/artifacts -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`
48582026-02-25T20:28:12.004Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48592026-02-25T20:28:12.029Z 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=69e1561ea569cd98 -C extra-filename=-0180eb13155584f5 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-0180eb13155584f5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ab21664d7b4ab098.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c50047f036cf1dbb/out/build/artifacts -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`
48602026-02-25T20:28:12.196Z Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
48612026-02-25T20:28:12.221Z 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=5b3024f027a849c6 -C extra-filename=-cea32215bc04675c --out-dir /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-38ba13b1dd5cc181.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-81076bf3f848e0d1.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-c50047f036cf1dbb/out/build/artifacts -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`
48622026-02-25T20:28:12.514Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-0180eb13155584f5/build-script-build`
48632026-02-25T20:28:12.612Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
48642026-02-25T20:28:12.637Z 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=2db3549536ee91de -C extra-filename=-0857412e2a5cb114 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-common-0857412e2a5cb114 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-9d1c7305ddaa88d4.rlib --extern vergen_git2=/work/oxidecomputer/omicron/target/debug/deps/libvergen_git2-575b25ff68531f35.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`
48652026-02-25T20:28:12.675Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-57c617c73ca9945b/build-script-build`
48662026-02-25T20:28:12.721Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-21af09dfa7c09dee/build-script-build`
48672026-02-25T20:28:12.791Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
48682026-02-25T20:28:12.816Z 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=1639e62794545853 -C extra-filename=-72275d0e7c1ff9ff --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-88cea7bf556fbbd3.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcommon-74fcf26f614cef05.rmeta --extern crc8=/work/oxidecomputer/omicron/target/debug/deps/libcrc8-9f7b75d80455c3c7.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b891bc2e858e4b53.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-0a8497f91cadc05b.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-c50047f036cf1dbb/out/build/artifacts -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`
48692026-02-25T20:28:13.337Z Running `/work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-a72de9457f49e6ab/build-script-build`
48702026-02-25T20:28:13.400Z Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
48712026-02-25T20:28:13.425Z 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=d4701ab35f641636 -C extra-filename=-2aeb5bec63f7ee12 --out-dir /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-26147300913a2b5a.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-833783da88e2e52d.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-63222bbd9717272d.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-f9fe0f79e6475c9d.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-44953c3e4aa34309.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-bda9d7b3463089bb.rmeta --extern renderdag=/work/oxidecomputer/omicron/target/debug/deps/librenderdag-e4c04f53b101375e.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d82db3ef48160de6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.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-4bb6e69cb038f134.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-12d37f5a9f0e0bbb.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
48722026-02-25T20:28:13.720Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
48732026-02-25T20:28:13.745Z 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=285a30900d3d3f98 -C extra-filename=-479c4ba842b982f7 --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-26147300913a2b5a.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-cba1fc4791afa4e6.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c5de98fc8c408aaf.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
48742026-02-25T20:28:14.825Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48752026-02-25T20:28:14.873Z 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=c24ca9d625309437 -C extra-filename=-feacc104d68b912c --out-dir /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-3ad25da4e0be3c38.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-94666c5d13597da6.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4a3c62c97b5beaa1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-833783da88e2e52d.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-0931f0890f594ff5.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-68eb43ca4fcb3f41.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-32f3b4bd9ec60dad.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-a032cef27cf8de49.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.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-839c1c9f312a7691.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-68f02fe77db3f4b1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-e846b58d2700cb43.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-1142157a3ff864fb.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-3a41fdc669eacdfb.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-00a3611f23739f0e.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-069a1e206b58c36c.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-836bfab03d98ee71.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-17abdf8718294db9.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-ba42343d6a5a680d.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-d884009ee48f8811.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
48762026-02-25T20:28:14.899Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-common-0857412e2a5cb114/build-script-build`
48772026-02-25T20:28:16.951Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
48782026-02-25T20:28:16.976Z 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=3a6964919075927a -C extra-filename=-9e2f111058031261 --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-9691c4f91b237a30.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-a2a2a4a16aad62f2.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-44953c3e4aa34309.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
48792026-02-25T20:28:19.017Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
48802026-02-25T20:28:19.042Z 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=73589cd4ef68adde -C extra-filename=-3d160f05219c092b --out-dir /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-a6b831b623e321bf.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.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-a2a2a4a16aad62f2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-44953c3e4aa34309.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-f46b14dcd7bbc585.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1e2967a1dca46d32.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-16ace4a7da492984.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fe28fc0648490ff3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-3ccbfbbe3006f132.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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-005898b2a94b195b.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
48812026-02-25T20:28:19.522Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
48822026-02-25T20:28:19.547Z 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=6255275f0ddd6a35 -C extra-filename=-78066210a78969d6 --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-9691c4f91b237a30.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-44953c3e4aa34309.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-f46b14dcd7bbc585.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-68f02fe77db3f4b1.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-005898b2a94b195b.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
48832026-02-25T20:28:20.445Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
48842026-02-25T20:28:20.470Z 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=88ac22dac3e945c4 -C extra-filename=-7a069971e5ec8672 --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-781c8b2efa5ac9e8.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.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-0931f0890f594ff5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
48852026-02-25T20:28:22.480Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
48862026-02-25T20:28:22.505Z 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=cf36f25481b326cd -C extra-filename=-9e91d4afa452af78 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-9e91d4afa452af78 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ab21664d7b4ab098.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c50047f036cf1dbb/out/build/artifacts -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`
48872026-02-25T20:28:22.932Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
48882026-02-25T20:28:22.957Z 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=4bba4f5a1b429ade -C extra-filename=-a97e3deef1b62fd4 --out-dir /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-26147300913a2b5a.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-c5de98fc8c408aaf.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/usr/ssl-3/lib/amd64`
48892026-02-25T20:28:23.272Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-9e91d4afa452af78/build-script-build`
48902026-02-25T20:28:23.339Z 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=30a2572f6b028d3e -C extra-filename=-7b04fd33e42e9298 --out-dir /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-9691c4f91b237a30.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f223968053a21210.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-a86c3f9949cd5da7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-326615d2ebd3e016.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ab6b255b7ac8a78d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-49e237dcd9168b6a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rmeta --extern twox_hash=/work/oxidecomputer/omicron/target/debug/deps/libtwox_hash-15e324ea2161d371.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-c50047f036cf1dbb/out/build/artifacts`
48912026-02-25T20:28:25.527Z 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=e719864706184170 -C extra-filename=-1817bf1beedd1b27 --out-dir /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-26147300913a2b5a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e19bce47ba6e7c57.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1278f6b4b36ec8c5.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.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-546cf8b62ba5286d.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-e8cdefffbc26f2a7.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-63222bbd9717272d.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-17c1eda51b457bd9.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-f9fe0f79e6475c9d.rmeta --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-2aeb5bec63f7ee12.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-44953c3e4aa34309.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rmeta --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-cea32215bc04675c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.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-d82db3ef48160de6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-99fa6c2fce8d7f42.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rmeta --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-5ad29d1fa6db8d27.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e0ceb93742ed809a.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-dfa18c79d427fcb8.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
48922026-02-25T20:28:26.119Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
48932026-02-25T20:28:26.144Z 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=719438dae75eb2de -C extra-filename=-e5118c23422e0762 --out-dir /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-26147300913a2b5a.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-3572cb27f8f66195.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8c63c0f51045c8c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4602a54bd75d3351.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-d36dc24c4dcccedd.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-16ace4a7da492984.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
48942026-02-25T20:28:28.958Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
48952026-02-25T20:28:28.983Z 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=60adc6a388541e25 -C extra-filename=-5ac2a558c48b31c5 --out-dir /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-72275d0e7c1ff9ff.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-326615d2ebd3e016.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-faea33d7e770db07.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-c50047f036cf1dbb/out/build/artifacts -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`
48962026-02-25T20:28:30.832Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
48972026-02-25T20:28:30.858Z 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=9a0011cda23d7ce1 -C extra-filename=-6856cfd8ff37646e --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-26147300913a2b5a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern lldpd_common=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_common-5ac2a558c48b31c5.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b891bc2e858e4b53.rmeta --extern protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-0d4ce179ccc9bb16.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.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-c50047f036cf1dbb/out/build/artifacts -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`
48982026-02-25T20:28:31.554Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
48992026-02-25T20:28:31.581Z 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=242aac07683326d5 -C extra-filename=-b0b8d7fe8248492d --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-6291a591ea2fbb89.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c50047f036cf1dbb/out/build/artifacts -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`
49002026-02-25T20:28:31.962Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
49012026-02-25T20:28:31.987Z 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=34fa6a1359998e79 -C extra-filename=-126388bf581bf66d --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-0931f0890f594ff5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c5de98fc8c408aaf.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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-68f02fe77db3f4b1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
49022026-02-25T20:28:35.014Z 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=202fc5b548a38143 -C extra-filename=-083f1aaa2e1c4f02 --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-280d917f95dd2532.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-44953c3e4aa34309.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
49032026-02-25T20:28:36.537Z 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=f93f3c4dffb44f0a -C extra-filename=-87748e58ff995f86 --out-dir /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-88cea7bf556fbbd3.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-bad1a6b2b2a7a591.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-f1a56c0a641fda20.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-c901b26b160583a6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.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-083f1aaa2e1c4f02.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-280d917f95dd2532.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-44953c3e4aa34309.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-2055f5b2989e4397.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-d6a442a1cc96b301.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-02597dc866b79438.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fdb259f868f965ab.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b5d8d2d6b8567c9c.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
49042026-02-25T20:28:36.562Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
49052026-02-25T20:28:36.588Z 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=057e379021c3b59d -C extra-filename=-2e5a158439ddb7a7 --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-6291a591ea2fbb89.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c50047f036cf1dbb/out/build/artifacts -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`
49062026-02-25T20:28:36.616Z Compiling anes v0.1.6
49072026-02-25T20:28:36.684Z 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`
49082026-02-25T20:28:37.083Z Compiling oorandom v11.1.4
49092026-02-25T20:28:37.108Z 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`
49102026-02-25T20:28:37.168Z Compiling owo-colors v3.5.0
49112026-02-25T20:28:37.194Z 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`
49122026-02-25T20:28:37.392Z Compiling criterion v0.7.0
49132026-02-25T20:28:37.417Z 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=9dca6922f18f4346 -C extra-filename=-23dd006b86ea45ee --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-94666c5d13597da6.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.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-154dd6639b7e72c8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-01c21edab87fe9c4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.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`
49142026-02-25T20:28:38.969Z Compiling miette v5.10.0
49152026-02-25T20:28:38.994Z 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=1dbe85a1ec8af92a -C extra-filename=-fd47aabccc090fbd --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-95a14e44912296b7.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-faea33d7e770db07.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`
49162026-02-25T20:28:41.168Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
49172026-02-25T20:28:41.215Z 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=20df07075720bd6a -C extra-filename=-3195440edf1a3fe2 --out-dir /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-26147300913a2b5a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-7a069971e5ec8672.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-cba1fc4791afa4e6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b934c8f39b9b8745.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4602a54bd75d3351.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-befaf97320b47129.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
49182026-02-25T20:28:41.732Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
49192026-02-25T20:28:41.756Z 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=22849abf24c96a52 -C extra-filename=-02d31fef03fd9c7d --out-dir /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-26147300913a2b5a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-027944bdf890a5a3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c5de98fc8c408aaf.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-a9c307c12d0e12ce.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.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-c50047f036cf1dbb/out/build/artifacts -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`
49202026-02-25T20:28:46.136Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
49212026-02-25T20:28:46.161Z 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=1515c008ec63c8c2 -C extra-filename=-01ae29f97f76e46a --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-cb6fed0666e78053.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-87748e58ff995f86.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
49222026-02-25T20:28:47.238Z Compiling async-std v1.13.0
49232026-02-25T20:28:47.263Z 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=956fa43436784166 -C extra-filename=-2d37a320df3eacfc --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-6551f526be2dc1c2.so --extern async_channel=/work/oxidecomputer/omicron/target/debug/deps/libasync_channel-91b78f1a38bb7853.rmeta --extern async_global_executor=/work/oxidecomputer/omicron/target/debug/deps/libasync_global_executor-2a16cc7c28819c10.rmeta --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-9947249917473251.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-30b3fc4b9cd7a634.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-5ef34cadf3341d7d.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-4f575a47481bd2d3.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`
49242026-02-25T20:28:47.778Z 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=7291c29f5430461c -C extra-filename=-d627276d710ad636 --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-42cf0d5c083d7881.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-4b58e439e4ee3da5.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-cb6fed0666e78053.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-6bb6224ddadfe465.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-87748e58ff995f86.rmeta --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-01ae29f97f76e46a.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-280d917f95dd2532.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-8209fba9310ebeb9.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-44953c3e4aa34309.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-085fd6f52ea50190.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
49252026-02-25T20:28:47.923Z Compiling pbkdf2 v0.11.0
49262026-02-25T20:28:47.948Z 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=087362fd5585a292 -C extra-filename=-0e97bd029e5f8b69 --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-832701acb9ca9d3b.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-1f53edda588876e5.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-876336a718e2396c.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49272026-02-25T20:28:48.396Z Compiling chumsky v0.9.3
49282026-02-25T20:28:48.421Z 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=ae2e399ab1812619 -C extra-filename=-dbc489fbf1fff024 --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-f5e80582e6650d9f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49292026-02-25T20:28:48.532Z 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`
49302026-02-25T20:28:49.504Z Compiling ssh-key v0.6.6
49312026-02-25T20:28:49.529Z 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=84f1b71ca1bed4d3 -C extra-filename=-bd46574a62b10d4d --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-8953a97f1d3bd63e.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-6af5bb40bdb644ed.rmeta --extern bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-2dd8e7bf4dc5ca8d.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-6bdd53e489872ed5.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-04e0b5fa969b42d8.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-a1e74511cd0f7d98.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libssh_cipher-efd3430a8e1a21c5.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-91a113f9622444fa.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49322026-02-25T20:28:51.539Z Compiling p256 v0.13.2
49332026-02-25T20:28:51.564Z 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=07ebb561fde7db52 -C extra-filename=-ae11029dde155df5 --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-eb43643541947398.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-72fe975ad5fe86d5.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-55536784a5509cd6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49342026-02-25T20:28:52.415Z Compiling p521 v0.13.3
49352026-02-25T20:28:52.440Z 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=121e0c1b2df628c4 -C extra-filename=-8a3b63df1b18a0fb --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-eb43643541947398.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-72fe975ad5fe86d5.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-55536784a5509cd6.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49362026-02-25T20:28:53.546Z Compiling knuffel-derive v3.2.0
49372026-02-25T20:28:53.571Z 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=2b54439b6c726805 -C extra-filename=-c5c9d4d7124b974a --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-a463ec35a5a1cb06.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8ed2192b54913f4d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49382026-02-25T20:28:53.752Z Compiling pathdiff v0.2.3
49392026-02-25T20:28:53.776Z 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`
49402026-02-25T20:28:54.047Z Compiling blake3 v1.5.4
49412026-02-25T20:28:54.071Z 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`
49422026-02-25T20:28:54.135Z Compiling russh-cryptovec v0.7.3
49432026-02-25T20:28:54.160Z 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`
49442026-02-25T20:28:54.573Z Compiling md5 v0.7.0
49452026-02-25T20:28:54.599Z 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`
49462026-02-25T20:28:54.600Z Compiling nested v0.1.1
49472026-02-25T20:28:54.625Z 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`
49482026-02-25T20:28:54.898Z Running `/work/oxidecomputer/omicron/target/debug/build/blake3-fe4b462a7057fc84/build-script-build`
49492026-02-25T20:28:55.014Z Compiling guppy v0.17.20
49502026-02-25T20:28:55.039Z 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=6fb0e96f8244d52e -C extra-filename=-7bc7243d5bfca2d0 --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-994143e5b7399f4d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-84bb7bf787c4e466.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-833783da88e2e52d.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-fa15e0097da5bf7b.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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`
49512026-02-25T20:28:55.233Z Compiling russh-keys v0.45.0
49522026-02-25T20:28:55.258Z 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=3db241f197941007 -C extra-filename=-4987c76e5e5dade7 --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-b43b0f232a6e7695.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-8953a97f1d3bd63e.rmeta --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-3dbd7d43ff320970.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-ca7f16df0e7a3907.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-4d64d25d14b919c4.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-5d4dd4f25a3a940c.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-904e4fb8bb5c555d.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-832701acb9ca9d3b.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-eb43643541947398.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-6af5bb40bdb644ed.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-72fe975ad5fe86d5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-1f53edda588876e5.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-ef6679bdb4d45792.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-13ddba1753151442.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-ae11029dde155df5.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-dd5618436a68c7e4.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-8a3b63df1b18a0fb.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-0e97bd029e5f8b69.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-0f01b34c3b6ddffe.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-b20cc15bb5109791.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-c0a33bd7df5bf90f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c2206934edeca671.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-6bdd53e489872ed5.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-2ae8f212020c3a79.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-04e0b5fa969b42d8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-0c2878dfc4a36e8d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-e8597f0e24f239bd.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-91a113f9622444fa.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-bd46574a62b10d4d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-faea33d7e770db07.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c772f91fd049de46.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-9ce058c51c6e1495.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49532026-02-25T20:28:55.590Z Compiling async-object-pool v0.1.5
49542026-02-25T20:28:55.615Z 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=aeb2ba25805c7e5f -C extra-filename=-6f9a4627857573af --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-2d37a320df3eacfc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49552026-02-25T20:28:55.649Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
49562026-02-25T20:28:55.649Z 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=97c0d683b574f049 -C extra-filename=-5388c6e2a896c849 --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-126388bf581bf66d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a7cc13a5c2111f82.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-68eb43ca4fcb3f41.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-68f02fe77db3f4b1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-ba42343d6a5a680d.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
49572026-02-25T20:28:55.999Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
49582026-02-25T20:28:56.026Z 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=62431cee73bb3ea3 -C extra-filename=-f6f1d02f2df73afa --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-cba1fc4791afa4e6.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-3572cb27f8f66195.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
49592026-02-25T20:28:56.717Z Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
49602026-02-25T20:28:56.742Z 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=4c34c02c384d2df7 -C extra-filename=-f4aa1d496e328246 --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-0931f0890f594ff5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c5de98fc8c408aaf.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-17abdf8718294db9.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
49612026-02-25T20:28:57.296Z 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=519eadb961d9147e -C extra-filename=-c8a038d0397d32ce --out-dir /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-42cf0d5c083d7881.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-cba1fc4791afa4e6.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-a47fb2c3a2a2d343.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-3ccd842abda31d0e.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-4b58e439e4ee3da5.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-cb6fed0666e78053.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-6bb6224ddadfe465.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-0007ca7bf57f322b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b934c8f39b9b8745.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-43cef2770a571538.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-546cf8b62ba5286d.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d9f5788e2a13327f.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-87748e58ff995f86.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ce85a1ff3c740760.rmeta --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-01ae29f97f76e46a.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-083f1aaa2e1c4f02.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-d627276d710ad636.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-280d917f95dd2532.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-8209fba9310ebeb9.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-44953c3e4aa34309.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-ae8be8fd4972d4b0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-68eb43ca4fcb3f41.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8c63c0f51045c8c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c3ed264523e92dc2.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.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-085fd6f52ea50190.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-a72601627a6a109b.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-3ccbfbbe3006f132.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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-522443f97758344a.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cb09c42c9e851008.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d82db3ef48160de6.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-68f02fe77db3f4b1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a16fab7cf1860802.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e17492c22e486554.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-005898b2a94b195b.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-47e15988146239e3.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b5d8d2d6b8567c9c.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
49622026-02-25T20:28:57.548Z Compiling knuffel v3.2.0
49632026-02-25T20:28:57.572Z 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=0bf867f7f14bfd5a -C extra-filename=-8b6b7054f3ee68b6 --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-dbc489fbf1fff024.rmeta --extern knuffel_derive=/work/oxidecomputer/omicron/target/debug/deps/libknuffel_derive-c5c9d4d7124b974a.so --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-fd47aabccc090fbd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-faea33d7e770db07.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`
49642026-02-25T20:28:58.762Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
49652026-02-25T20:28:58.787Z 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=3933329aa5f3a941 -C extra-filename=-2e935542f09cbbf2 --out-dir /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-9691c4f91b237a30.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-edfb34fb7fdc0918.rmeta --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-2519b2e1f09b46c1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-17abdf8718294db9.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
49662026-02-25T20:28:59.424Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
49672026-02-25T20:28:59.448Z 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=6d4331f4d3859110 -C extra-filename=-451106adaaa7c59f --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-6291a591ea2fbb89.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.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-c50047f036cf1dbb/out/build/artifacts -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`
49682026-02-25T20:28:59.587Z Compiling num-bigint v0.4.6
49692026-02-25T20:28:59.612Z 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=02a8e41584bfb2d4 -C extra-filename=-569bce5317354b49 --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-c2206934edeca671.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49702026-02-25T20:29:00.005Z Compiling des v0.8.1
49712026-02-25T20:29:00.030Z 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=444157bf186ae23b -C extra-filename=-94dea67bdd717ef3 --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-c4cf7be64d07a3a5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49722026-02-25T20:29:00.465Z Compiling assert-json-diff v2.0.2
49732026-02-25T20:29:00.489Z 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=54315f21d14affb4 -C extra-filename=-31b63d875eae9b35 --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-839c1c9f312a7691.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`
49742026-02-25T20:29:00.792Z Compiling serde_regex v1.1.0
49752026-02-25T20:29:00.792Z 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=28f167c77af2182e -C extra-filename=-66891693eea02d6c --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-154dd6639b7e72c8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49762026-02-25T20:29:00.988Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
49772026-02-25T20:29:01.012Z 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=a4e908dd9e2920be -C extra-filename=-5959ea41a791c57b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49782026-02-25T20:29:01.199Z Compiling path-tree v0.8.1
49792026-02-25T20:29:01.223Z 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`
49802026-02-25T20:29:01.392Z Compiling doc-comment v0.3.3
49812026-02-25T20:29:01.416Z 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`
49822026-02-25T20:29:01.850Z Compiling stringmetrics v2.2.2
49832026-02-25T20:29:01.874Z 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`
49842026-02-25T20:29:01.946Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
49852026-02-25T20:29:01.970Z 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=b3c0b02095ee070f -C extra-filename=-f61c9cb578892415 --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-5959ea41a791c57b.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-9e0bf447e16fe659.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-58606c2cc24cce8a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c2206934edeca671.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-faea33d7e770db07.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-47e15988146239e3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49862026-02-25T20:29:02.058Z Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-5add1f02005f2b0e/build-script-build`
49872026-02-25T20:29:02.138Z 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()))'`
49882026-02-25T20:29:02.215Z Compiling httpmock v0.8.0-alpha.1
49892026-02-25T20:29:02.239Z 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=2cbbb472530b9527 -C extra-filename=-1cd76d9de7de973e --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-31b63d875eae9b35.rmeta --extern async_object_pool=/work/oxidecomputer/omicron/target/debug/deps/libasync_object_pool-6f9a4627857573af.rmeta --extern async_std=/work/oxidecomputer/omicron/target/debug/deps/libasync_std-2d37a320df3eacfc.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.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-17ee7386fcecf0f7.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-c901b26b160583a6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-00677b18825d4732.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-579e2954eea9547f.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-154dd6639b7e72c8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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-66891693eea02d6c.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-86f40f3e61b1f3ba.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-faea33d7e770db07.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-47e15988146239e3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49902026-02-25T20:29:02.306Z Compiling rstest_macros v0.25.0
49912026-02-25T20:29:02.331Z 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`
49922026-02-25T20:29:02.946Z Compiling russh v0.45.0
49932026-02-25T20:29:02.971Z 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=bc574462b97c37bf -C extra-filename=-803adda7b9603816 --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-b43b0f232a6e7695.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-14054e13aba39bfe.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-9880ddee2528f34f.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-ca7f16df0e7a3907.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-176f7e30da96d363.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-4d64d25d14b919c4.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-52021b1685c9fddc.rmeta --extern des=/work/oxidecomputer/omicron/target/debug/deps/libdes-94dea67bdd717ef3.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-832701acb9ca9d3b.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-72fe975ad5fe86d5.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-e031f19ba2f6cfb1.rmeta --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-def746e7eb804baf.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-1f53edda588876e5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-569bce5317354b49.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-ae11029dde155df5.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-dd5618436a68c7e4.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-8a3b63df1b18a0fb.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-be6a669294179270.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c2206934edeca671.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-4987c76e5e5dade7.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-0c2878dfc4a36e8d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-91a113f9622444fa.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-bd46574a62b10d4d.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-faea33d7e770db07.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49942026-02-25T20:29:03.273Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
49952026-02-25T20:29:03.297Z 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=8dc0df413f3e4811 -C extra-filename=-2ebef30c91f831db --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-839c1c9f312a7691.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49962026-02-25T20:29:03.822Z Compiling topological-sort v0.2.2
49972026-02-25T20:29:03.847Z 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`
49982026-02-25T20:29:04.167Z Compiling target-triple v0.1.3
49992026-02-25T20:29:04.192Z 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`
50002026-02-25T20:29:04.802Z Compiling internet-checksum v0.2.1
50012026-02-25T20:29:04.866Z 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`
50022026-02-25T20:29:04.867Z Compiling escape8259 v0.5.3
50032026-02-25T20:29:04.867Z 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`
50042026-02-25T20:29:05.152Z Compiling assert_cmd v2.0.17
50052026-02-25T20:29:05.176Z 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`
50062026-02-25T20:29:05.283Z Compiling libtest-mimic v0.8.1
50072026-02-25T20:29:05.308Z 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=5e79e73a71300612 -C extra-filename=-6ee30147d7670a44 --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-38ba13b1dd5cc181.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`
50082026-02-25T20:29:05.727Z Running `/work/oxidecomputer/omicron/target/debug/build/assert_cmd-f6f8289b2a178f09/build-script-build`
50092026-02-25T20:29:05.820Z Running `/work/oxidecomputer/omicron/target/debug/build/target-triple-fe335a6f78b9e585/build-script-build`
50102026-02-25T20:29:05.892Z Compiling omicron-zone-package v0.12.2
50112026-02-25T20:29:05.917Z 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=ed39c98428dabdd7 -C extra-filename=-8bec5bf0dfd6680c --out-dir /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-88cea7bf556fbbd3.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-30204990db0efbd8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.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-1c251e2ec15413d7.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-17ee7386fcecf0f7.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-2f7eb2a94594c188.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6a737287b10e2c5e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-faea33d7e770db07.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9169fd5e318a8d7a.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/usr/ssl-3/lib/amd64`
50122026-02-25T20:29:07.064Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-38451c84c5799677/build-script-build`
50132026-02-25T20:29:07.244Z 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`
50142026-02-25T20:29:07.421Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
50152026-02-25T20:29:07.475Z 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=3efbbd3696ffe60e -C extra-filename=-691f058f48d6b515 --out-dir /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-88cea7bf556fbbd3.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3ad25da4e0be3c38.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1c77f98783115915.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.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-1c251e2ec15413d7.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b934c8f39b9b8745.rmeta --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-f4aa1d496e328246.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a38b9b0f7cd3e097.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-a4a08d77ae893dd7.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-0931f0890f594ff5.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-af7844df82cf1aa9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-aa556bfde9458125.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-68f02fe77db3f4b1.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b82fc1232c5205af.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-e846b58d2700cb43.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-bf0f1ab4025844ea.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e0ceb93742ed809a.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-17abdf8718294db9.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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/`
50162026-02-25T20:29:08.537Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
50172026-02-25T20:29:08.577Z 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=b972c36e3aa8c822 -C extra-filename=-67c2d37362e5c497 --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-9691c4f91b237a30.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-a2a2a4a16aad62f2.rmeta --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-2e5a158439ddb7a7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
50182026-02-25T20:29:09.898Z Compiling omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
50192026-02-25T20:29:09.922Z 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=b306d36f6dddc9c4 -C extra-filename=-c9a7fa0154c9c562 --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-c8c63c0f51045c8c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
50202026-02-25T20:29:09.966Z Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
50212026-02-25T20:29:10.007Z 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=e5749b64e17b9105 -C extra-filename=-3334c8d9d5a9b735 --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-94a14105dddae7b9.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rmeta --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-8c85f8a3e0f0cfc2.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e7c33b969303809a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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-d82db3ef48160de6.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-68f02fe77db3f4b1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e17492c22e486554.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-005898b2a94b195b.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
50222026-02-25T20:29:11.172Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
50232026-02-25T20:29:11.197Z 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=d33fc9a16a191c18 -C extra-filename=-2044da4bcefec579 --out-dir /work/oxidecomputer/omicron/target/debug/build/db-dev-2044da4bcefec579 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ab21664d7b4ab098.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c50047f036cf1dbb/out/build/artifacts -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`
50242026-02-25T20:29:11.622Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
50252026-02-25T20:29:11.648Z 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=010ed590455d303d -C extra-filename=-c165bd8c50bafbc1 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-cli-integration-tests-c165bd8c50bafbc1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ab21664d7b4ab098.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c50047f036cf1dbb/out/build/artifacts -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`
50262026-02-25T20:29:12.083Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
50272026-02-25T20:29:12.108Z 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=c8dd6ad82a0ccdac -C extra-filename=-bcb7f8762ce5cc65 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-bcb7f8762ce5cc65 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ab21664d7b4ab098.rlib --extern vergen_gitcl=/work/oxidecomputer/omicron/target/debug/deps/libvergen_gitcl-8ad9af5bb7e87e04.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c50047f036cf1dbb/out/build/artifacts -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`
50282026-02-25T20:29:12.221Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
50292026-02-25T20:29:12.246Z 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=60afdb6fe25a07da -C extra-filename=-5f00274d47960da1 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-ntp-admin-5f00274d47960da1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ab21664d7b4ab098.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c50047f036cf1dbb/out/build/artifacts -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`
50302026-02-25T20:29:12.669Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
50312026-02-25T20:29:12.694Z 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=c214afa623240b3b -C extra-filename=-cbf808208cf20feb --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-cbf808208cf20feb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ab21664d7b4ab098.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c50047f036cf1dbb/out/build/artifacts -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`
50322026-02-25T20:29:13.143Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
50332026-02-25T20:29:13.168Z 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=17ba85783adc6c0e -C extra-filename=-536eb4f611398d06 --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-904e4fb8bb5c555d.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-f05a29efbbe49ca1.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-0f24a40b7ddc99d7.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-db0458943f458992.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-3d81302466d39d0d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-522443f97758344a.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-5e50f97cdfef7b49.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50342026-02-25T20:29:13.371Z Compiling proc-macro-crate v3.2.0
50352026-02-25T20:29:13.396Z 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=af632d57f7915fd6 -C extra-filename=-d9b537330dcb397b --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-00a3611f23739f0e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50362026-02-25T20:29:14.358Z Compiling fancy-regex v0.14.0
50372026-02-25T20:29:14.383Z 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=a2b1c51bc6cd9580 -C extra-filename=-ceec8d5495b4577a --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-e943678c4f94acce.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`
50382026-02-25T20:29:14.664Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
50392026-02-25T20:29:14.690Z 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`
50402026-02-25T20:29:15.140Z Compiling relative-path v1.9.3
50412026-02-25T20:29:15.165Z 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`
50422026-02-25T20:29:15.910Z 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=17edd99734e9b90b -C extra-filename=-f63049b46242730f --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-d9b537330dcb397b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern relative_path=/work/oxidecomputer/omicron/target/debug/deps/librelative_path-c8f249cb25081882.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-303fed53668a23a0.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50432026-02-25T20:29:16.445Z Compiling datatest-stable v0.3.2
50442026-02-25T20:29:16.471Z 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=58fd68101c161336 -C extra-filename=-75110706afaa0f53 --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-ceec8d5495b4577a.rmeta --extern libtest_mimic=/work/oxidecomputer/omicron/target/debug/deps/liblibtest_mimic-6ee30147d7670a44.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`
50452026-02-25T20:29:17.203Z Compiling attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
50462026-02-25T20:29:17.228Z 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=1eb36a25c332be35 -C extra-filename=-dbf13d0d6b06a6fd --out-dir /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-536eb4f611398d06.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-0f24a40b7ddc99d7.rmeta --extern knuffel=/work/oxidecomputer/omicron/target/debug/deps/libknuffel-8b6b7054f3ee68b6.rmeta --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-fd47aabccc090fbd.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-db0458943f458992.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`
50472026-02-25T20:29:17.722Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-bcb7f8762ce5cc65/build-script-build`
50482026-02-25T20:29:17.980Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-cbf808208cf20feb/build-script-build`
50492026-02-25T20:29:18.050Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-ntp-admin-5f00274d47960da1/build-script-build`
50502026-02-25T20:29:18.118Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-cli-integration-tests-c165bd8c50bafbc1/build-script-build`
50512026-02-25T20:29:18.190Z Running `/work/oxidecomputer/omicron/target/debug/build/db-dev-2044da4bcefec579/build-script-build`
50522026-02-25T20:29:18.261Z 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=d1e6a977486cef26 -C extra-filename=-e7480d472d62072d --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-d20757e461794771.rmeta --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-0d597f77cf951862.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-ad1b960f39afe063.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`
50532026-02-25T20:29:18.422Z 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"))'`
50542026-02-25T20:29:18.637Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
50552026-02-25T20:29:18.663Z 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=a36237c3a95fcd8a -C extra-filename=-9e6c8bddc707ccfe --out-dir /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-88cea7bf556fbbd3.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-3df7f4ae138397a7.rmeta --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-126388bf581bf66d.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3ad25da4e0be3c38.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.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-0db4f98211e0adfb.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a7cc13a5c2111f82.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-655d5fdec46223d1.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-027944bdf890a5a3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-00677b18825d4732.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e25cc5d3cccd507f.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b934c8f39b9b8745.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-2e935542f09cbbf2.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a38b9b0f7cd3e097.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-43cef2770a571538.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-546cf8b62ba5286d.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-a8f34b197225b96b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-af7844df82cf1aa9.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-68eb43ca4fcb3f41.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-68f02fe77db3f4b1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c772f91fd049de46.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-ddb12d3c860fbf05.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-069a1e206b58c36c.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e0ceb93742ed809a.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-dfa18c79d427fcb8.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-17abdf8718294db9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-ba42343d6a5a680d.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-5388c6e2a896c849.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-d884009ee48f8811.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
50562026-02-25T20:29:19.497Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
50572026-02-25T20:29:19.522Z 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=9e4a39a52ab883a7 -C extra-filename=-7dde09e4f13f452e --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-2e5a158439ddb7a7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c50047f036cf1dbb/out/build/artifacts -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`
50582026-02-25T20:29:19.756Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
50592026-02-25T20:29:19.781Z 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=767d38105c9dc5e1 -C extra-filename=-cadfd34735075e30 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-cadfd34735075e30 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ab21664d7b4ab098.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c50047f036cf1dbb/out/build/artifacts -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`
50602026-02-25T20:29:20.222Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
50612026-02-25T20:29:20.247Z 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=17ae6ec39c50e02c -C extra-filename=-67850f6c83103c77 --out-dir /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-84bb7bf787c4e466.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.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-6291a591ea2fbb89.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0507e84d998ece5e.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-fa15e0097da5bf7b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c50047f036cf1dbb/out/build/artifacts -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`
50622026-02-25T20:29:25.222Z Compiling support-bundle-viewer v0.1.2
50632026-02-25T20:29:25.246Z 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=bafa9b0bcffc6476 -C extra-filename=-aa9a1b87a4a32cd0 --out-dir /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-88cea7bf556fbbd3.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-92c99ae1ab92930d.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-a032cef27cf8de49.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-16598a50354cc7e8.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`
50642026-02-25T20:29:26.884Z Compiling multimap v0.10.1
50652026-02-25T20:29:26.908Z 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=67e42126b05f00f9 -C extra-filename=-9ce6d9331657eede --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-839c1c9f312a7691.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50662026-02-25T20:29:27.104Z Compiling uzers v0.12.1
50672026-02-25T20:29:27.130Z 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`
50682026-02-25T20:29:27.381Z Compiling termcolor v1.4.1
50692026-02-25T20:29:27.406Z 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`
50702026-02-25T20:29:27.989Z Compiling rstest v0.25.0
50712026-02-25T20:29:28.013Z 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=752415660c9693c3 -C extra-filename=-7223926e0f953b35 --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-17ee7386fcecf0f7.rmeta --extern rstest_macros=/work/oxidecomputer/omicron/target/debug/deps/librstest_macros-f63049b46242730f.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50722026-02-25T20:29:28.331Z Compiling trybuild v1.0.106
50732026-02-25T20:29:28.356Z 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=8d5fac85db8e6b9d -C extra-filename=-7d3e231f9c31b536 --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-839c1c9f312a7691.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-2f7eb2a94594c188.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`
50742026-02-25T20:29:28.451Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-cadfd34735075e30/build-script-build`
50752026-02-25T20:29:28.476Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
50762026-02-25T20:29:28.476Z 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=ab10202f76bb62fa -C extra-filename=-bd049802a8196adf --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-38ba13b1dd5cc181.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-7fcf3363fa4d8b33.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-904e4fb8bb5c555d.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-832701acb9ca9d3b.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-6af5bb40bdb644ed.rmeta --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-1dea235448aeae48.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-58606c2cc24cce8a.rmeta --extern knuffel=/work/oxidecomputer/omicron/target/debug/deps/libknuffel-8b6b7054f3ee68b6.rmeta --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-fd47aabccc090fbd.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-dd5618436a68c7e4.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-76ae0420101700af.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-c0a33bd7df5bf90f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c2206934edeca671.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-6bdd53e489872ed5.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-0c2878dfc4a36e8d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-5e50f97cdfef7b49.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-a1e74511cd0f7d98.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-e8597f0e24f239bd.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-c984b9133564234d.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50772026-02-25T20:29:28.529Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
50782026-02-25T20:29:28.554Z 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=cbaaab6aa3ccb9c5 -C extra-filename=-c0d6ab359435c93f --out-dir /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-d3b297ef696f7fa0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-94666c5d13597da6.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4a3c62c97b5beaa1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-81076bf3f848e0d1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-e846b58d2700cb43.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-feacc104d68b912c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c50047f036cf1dbb/out/build/artifacts -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`
50792026-02-25T20:29:34.471Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
50802026-02-25T20:29:34.496Z 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=a96375cdeec86505 -C extra-filename=-735fc9f420738bf6 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-reconfigurator-exec-unsafe-735fc9f420738bf6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ab21664d7b4ab098.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c50047f036cf1dbb/out/build/artifacts -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`
50812026-02-25T20:29:34.940Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
50822026-02-25T20:29:34.965Z 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=6da28e546741a1ba -C extra-filename=-2aa43083f7bea98b --out-dir /work/oxidecomputer/omicron/target/debug/build/ch-dev-2aa43083f7bea98b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ab21664d7b4ab098.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c50047f036cf1dbb/out/build/artifacts -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`
50832026-02-25T20:29:35.415Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
50842026-02-25T20:29:35.440Z 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=f0d02129e2baf758 -C extra-filename=-e0fdbe23bf3444dc --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-6291a591ea2fbb89.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.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-c50047f036cf1dbb/out/build/artifacts -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`
50852026-02-25T20:29:36.437Z Compiling blake2b_simd v1.0.2
50862026-02-25T20:29:36.462Z 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`
50872026-02-25T20:29:39.158Z Compiling partial-io v0.5.4
50882026-02-25T20:29:39.183Z 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=d3c4c07f01c88068 -C extra-filename=-35b071198303dc4d --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-1c251e2ec15413d7.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-558c8dd83b84dff9.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50892026-02-25T20:29:39.768Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
50902026-02-25T20:29:39.815Z 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=ff697e4b00d94f97 -C extra-filename=-685150314934bc23 --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-88cea7bf556fbbd3.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e19bce47ba6e7c57.rmeta --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-f61c9cb578892415.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-027944bdf890a5a3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.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-43cef2770a571538.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-546cf8b62ba5286d.rmeta --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-ac17f8168544be18.rmeta --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-2ebef30c91f831db.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d9f5788e2a13327f.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-aed300909351f7ff.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-e21527e956cb7c8e.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8c63c0f51045c8c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-02d31fef03fd9c7d.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rmeta --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-803adda7b9603816.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-4987c76e5e5dade7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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-d82db3ef48160de6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-003ec141f350818d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
50912026-02-25T20:29:41.468Z Compiling httptest v0.16.3
50922026-02-25T20:29:41.493Z 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=6dfa5cae2817649e -C extra-filename=-04b3ca1d732f85ce --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-d20757e461794771.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.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-1c251e2ec15413d7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-00677b18825d4732.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-579e2954eea9547f.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-154dd6639b7e72c8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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-fdb259f868f965ab.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50932026-02-25T20:29:42.733Z Compiling drift v0.1.3
50942026-02-25T20:29:42.758Z 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=97abb69113baa0ae -C extra-filename=-719c768ce3be2cd9 --out-dir /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-833783da88e2e52d.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1e2967a1dca46d32.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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`
50952026-02-25T20:29:42.783Z Compiling rand_distr v0.5.1
50962026-02-25T20:29:42.808Z 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=53ed7ba94c772aa9 -C extra-filename=-6b7b6bab6481afe0 --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-afe5225732d12924.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50972026-02-25T20:29:44.028Z Compiling approx v0.5.1
50982026-02-25T20:29:44.053Z 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`
50992026-02-25T20:29:44.372Z Compiling dropshot-api-manager v0.3.0
51002026-02-25T20:29:44.430Z 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=746997c51241061f -C extra-filename=-434d709f880a33f6 --out-dir /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-8d5c5cfd6e356a04.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rmeta --extern drift=/work/oxidecomputer/omicron/target/debug/deps/libdrift-719c768ce3be2cd9.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.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-5ad0edf18e465266.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.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-1e2967a1dca46d32.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-f63087145c59662c.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-86f40f3e61b1f3ba.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-1142157a3ff864fb.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-3a41fdc669eacdfb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.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-c50047f036cf1dbb/out/build/artifacts`
51012026-02-25T20:29:46.400Z Compiling rust-argon2 v2.1.0
51022026-02-25T20:29:46.425Z 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`
51032026-02-25T20:29:48.092Z Running `/work/oxidecomputer/omicron/target/debug/build/ch-dev-2aa43083f7bea98b/build-script-build`
51042026-02-25T20:29:48.157Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-reconfigurator-exec-unsafe-735fc9f420738bf6/build-script-build`
51052026-02-25T20:29:48.227Z Compiling sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
51062026-02-25T20:29:48.251Z 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=44c7182bcee60bc0 -C extra-filename=-4e8a720457475a25 --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-bd049802a8196adf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
51072026-02-25T20:29:48.931Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
51082026-02-25T20:29:48.956Z 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=aca23a40cd1cb70d -C extra-filename=-3826d6039d537d6e --out-dir /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-38ba13b1dd5cc181.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b934c8f39b9b8745.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.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-d82db3ef48160de6.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-68f02fe77db3f4b1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-933ab27ca108577d.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-aec6cbaaf359968a.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
51092026-02-25T20:29:50.285Z 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=21326c712ab5dd5b -C extra-filename=-d5a253c43563315a --out-dir /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-26147300913a2b5a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rmeta --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-67c2d37362e5c497.rmeta --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-7dde09e4f13f452e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-befaf97320b47129.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
51102026-02-25T20:29:50.713Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
51112026-02-25T20:29:50.738Z 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=60ce2443773dc0b5 -C extra-filename=-14660289d26e740a --out-dir /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-84bb7bf787c4e466.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.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-1c251e2ec15413d7.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b934c8f39b9b8745.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-6291a591ea2fbb89.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-8bec5bf0dfd6680c.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-fa15e0097da5bf7b.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-36b1178678ed49cf.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.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-839c1c9f312a7691.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-aa556bfde9458125.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-326615d2ebd3e016.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-bf0f1ab4025844ea.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6a737287b10e2c5e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
51122026-02-25T20:29:51.105Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
51132026-02-25T20:29:51.131Z 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=7b8f344b923ebd9b -C extra-filename=-8429c479b01658e8 --out-dir /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-26147300913a2b5a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-118edb141eb72ad8.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-cba1fc4791afa4e6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-a032cef27cf8de49.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-befaf97320b47129.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
51142026-02-25T20:29:52.773Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
51152026-02-25T20:29:52.798Z 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=03e150ca6cdee1f2 -C extra-filename=-6403acb1b97c6bdf --out-dir /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-84bb7bf787c4e466.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-5ad0edf18e465266.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-00a3611f23739f0e.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c50047f036cf1dbb/out/build/artifacts -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`
51162026-02-25T20:29:53.000Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
51172026-02-25T20:29:53.025Z 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=f5c96c87586109a1 -C extra-filename=-ff2c94581b9c7dd4 --out-dir /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-38ba13b1dd5cc181.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6a737287b10e2c5e.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ab6b255b7ac8a78d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c50047f036cf1dbb/out/build/artifacts -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`
51182026-02-25T20:29:53.638Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
51192026-02-25T20:29:53.663Z 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=228589e5f93831b5 -C extra-filename=-eda3ab8a28708964 --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-94666c5d13597da6.rmeta --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-36e8255da928bcf3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-522443f97758344a.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-6efbd3184f8ad59c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
51202026-02-25T20:29:56.172Z Compiling cargo_toml v0.21.0
51212026-02-25T20:29:56.197Z 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=75c867408da1bd3f -C extra-filename=-81f96bc48c20a4a1 --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-839c1c9f312a7691.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
51222026-02-25T20:29:57.137Z Compiling termios v0.3.3
51232026-02-25T20:29:57.162Z 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`
51242026-02-25T20:29:57.530Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
51252026-02-25T20:29:57.531Z 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=20383a71522bb824 -C extra-filename=-91781c5f98b3928c --out-dir /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-38ba13b1dd5cc181.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a7cc13a5c2111f82.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-655d5fdec46223d1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-3ed3057121073a4a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-8407c2a602f4c9fe.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
51262026-02-25T20:29:57.886Z 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=c8a5ee01bf852b39 -C extra-filename=-297c9457c4cf40db --out-dir /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-88cea7bf556fbbd3.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-3df7f4ae138397a7.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-126388bf581bf66d.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3ad25da4e0be3c38.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.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-0db4f98211e0adfb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-5ad0edf18e465266.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a7cc13a5c2111f82.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-655d5fdec46223d1.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-2a9a3e75d1edf5a1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-027944bdf890a5a3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-00677b18825d4732.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e25cc5d3cccd507f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b934c8f39b9b8745.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-691f058f48d6b515.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-2e935542f09cbbf2.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-f4aa1d496e328246.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a38b9b0f7cd3e097.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-43cef2770a571538.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-546cf8b62ba5286d.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-a8f34b197225b96b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-af7844df82cf1aa9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-68eb43ca4fcb3f41.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8c63c0f51045c8c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c2b6f22af536197c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1e2967a1dca46d32.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-aabcb1e0a310ca19.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-da53b6dbf1bde44e.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-a0c881ea38bffce3.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d82db3ef48160de6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-68f02fe77db3f4b1.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b82fc1232c5205af.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6a737287b10e2c5e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c772f91fd049de46.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-ddb12d3c860fbf05.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-069a1e206b58c36c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-5ad29d1fa6db8d27.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e0ceb93742ed809a.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-dfa18c79d427fcb8.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-17abdf8718294db9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-feacc104d68b912c.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-ba42343d6a5a680d.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-9e6c8bddc707ccfe.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-5388c6e2a896c849.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-d884009ee48f8811.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
51272026-02-25T20:29:58.195Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
51282026-02-25T20:29:58.221Z 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=08e8d738a3465d53 -C extra-filename=-806a50acfe07d143 --out-dir /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-30204990db0efbd8.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-84bb7bf787c4e466.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-5ad0edf18e465266.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern omicron_pins=/work/oxidecomputer/omicron/target/debug/deps/libomicron_pins-6403acb1b97c6bdf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-8bec5bf0dfd6680c.rlib --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-eda3ab8a28708964.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-376719857cb8fb32.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6a737287b10e2c5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e0ceb93742ed809a.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-dfa18c79d427fcb8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c50047f036cf1dbb/out/build/artifacts -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`
51292026-02-25T20:29:58.877Z 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=97fe30260f14c1f4 -C extra-filename=-eafe112eb8a2da9b --out-dir /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-38ba13b1dd5cc181.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6a737287b10e2c5e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ab6b255b7ac8a78d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-ff2c94581b9c7dd4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c50047f036cf1dbb/out/build/artifacts -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`
51302026-02-25T20:29:59.846Z 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=83b9fc57069f4241 -C extra-filename=-e9fce01a397cc7ce --out-dir /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-88cea7bf556fbbd3.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-3df7f4ae138397a7.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-126388bf581bf66d.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3ad25da4e0be3c38.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.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-0db4f98211e0adfb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-5ad0edf18e465266.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a7cc13a5c2111f82.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-655d5fdec46223d1.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-2a9a3e75d1edf5a1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-027944bdf890a5a3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-00677b18825d4732.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e25cc5d3cccd507f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b934c8f39b9b8745.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-691f058f48d6b515.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-2e935542f09cbbf2.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-f4aa1d496e328246.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a38b9b0f7cd3e097.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-43cef2770a571538.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-546cf8b62ba5286d.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-a8f34b197225b96b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-af7844df82cf1aa9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-68eb43ca4fcb3f41.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8c63c0f51045c8c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c2b6f22af536197c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1e2967a1dca46d32.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-aabcb1e0a310ca19.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-da53b6dbf1bde44e.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-a0c881ea38bffce3.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d82db3ef48160de6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-68f02fe77db3f4b1.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b82fc1232c5205af.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6a737287b10e2c5e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c772f91fd049de46.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-ddb12d3c860fbf05.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-069a1e206b58c36c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-5ad29d1fa6db8d27.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e0ceb93742ed809a.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-dfa18c79d427fcb8.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-17abdf8718294db9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-feacc104d68b912c.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-ba42343d6a5a680d.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-9e6c8bddc707ccfe.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-5388c6e2a896c849.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-d884009ee48f8811.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
51312026-02-25T20:30:03.178Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
51322026-02-25T20:30:03.203Z 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=fc93346a8bc58db9 -C extra-filename=-f2314be12bdda86c --out-dir /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-30204990db0efbd8.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-84bb7bf787c4e466.rlib --extern cargo_toml=/work/oxidecomputer/omicron/target/debug/deps/libcargo_toml-81f96bc48c20a4a1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.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-5ad0edf18e465266.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d9f5788e2a13327f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-99fa6c2fce8d7f42.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-3a41fdc669eacdfb.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b5d8d2d6b8567c9c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
51332026-02-25T20:30:03.264Z 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=e451dd771a364033 -C extra-filename=-1928d02c7404bdea --out-dir /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-88cea7bf556fbbd3.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-3df7f4ae138397a7.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-126388bf581bf66d.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3ad25da4e0be3c38.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.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-0db4f98211e0adfb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a7cc13a5c2111f82.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-655d5fdec46223d1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-027944bdf890a5a3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-00677b18825d4732.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e25cc5d3cccd507f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b934c8f39b9b8745.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-2e935542f09cbbf2.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a38b9b0f7cd3e097.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-43cef2770a571538.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-546cf8b62ba5286d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-a8f34b197225b96b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-af7844df82cf1aa9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-68eb43ca4fcb3f41.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-68f02fe77db3f4b1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c772f91fd049de46.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-ddb12d3c860fbf05.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-069a1e206b58c36c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e0ceb93742ed809a.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-dfa18c79d427fcb8.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-17abdf8718294db9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-ba42343d6a5a680d.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-9e6c8bddc707ccfe.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-5388c6e2a896c849.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-d884009ee48f8811.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
51342026-02-25T20:30:03.601Z 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=147d5c1e12e76730 -C extra-filename=-11d3195caf97d538 --out-dir /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-84bb7bf787c4e466.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.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-0c440abe45f834e0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b934c8f39b9b8745.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-14660289d26e740a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-8bec5bf0dfd6680c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-fa15e0097da5bf7b.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-36b1178678ed49cf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.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-839c1c9f312a7691.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-aa556bfde9458125.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-326615d2ebd3e016.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-bf0f1ab4025844ea.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6a737287b10e2c5e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
51352026-02-25T20:30:05.873Z Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
51362026-02-25T20:30:05.920Z 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=5030b0b8d55df84f -C extra-filename=-64be2d532c9b743b --out-dir /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-003088e45352a674.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-f0fa5c0e3ceb2546.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-7a069971e5ec8672.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-3c07cc7cc91ec00e.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-c0b89a4df75567e6.rlib --extern dropshot_api_manager=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager-434d709f880a33f6.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-d533a6a15dc980fa.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-2e935542f09cbbf2.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-3d160f05219c092b.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-9e2f111058031261.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-78066210a78969d6.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-67c2d37362e5c497.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c2b6f22af536197c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1e2967a1dca46d32.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-e87a5e469d2c778b.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-f47f9bb516010278.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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-35edf6c99537f20a.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-5388c6e2a896c849.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
51372026-02-25T20:30:06.117Z 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=8dc8afdbdea1055e -C extra-filename=-632a5f114da1fcd2 --out-dir /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-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-8429c479b01658e8.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-118edb141eb72ad8.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-cba1fc4791afa4e6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-a032cef27cf8de49.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-befaf97320b47129.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
51382026-02-25T20:30:06.480Z 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=627eda0cfbfe5766 -C extra-filename=-2f91c15c7052c224 --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-dbf13d0d6b06a6fd.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-94a14105dddae7b9.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-ccdf398cf07cacbf.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-94666c5d13597da6.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d537e50f274b5c62.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-8c85f8a3e0f0cfc2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-95d50c88f87ccb76.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8c63c0f51045c8c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e7c33b969303809a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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-522443f97758344a.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-5e50f97cdfef7b49.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d82db3ef48160de6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-68f02fe77db3f4b1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.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-22e823a1af21dd78.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-3334c8d9d5a9b735.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-005898b2a94b195b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
51392026-02-25T20:30:08.864Z Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
51402026-02-25T20:30:08.888Z 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=528f2793a5f9935a -C extra-filename=-1ecd3a20415812af --out-dir /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-38ba13b1dd5cc181.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e19bce47ba6e7c57.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-cea32215bc04675c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-1817bf1beedd1b27.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-81076bf3f848e0d1.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-68f02fe77db3f4b1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-99fa6c2fce8d7f42.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e17492c22e486554.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-3334c8d9d5a9b735.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c50047f036cf1dbb/out/build/artifacts -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`
51412026-02-25T20:30:10.379Z 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=d21db4de6d159e19 -C extra-filename=-7c076296d3432068 --out-dir /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-dbf13d0d6b06a6fd.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-94a14105dddae7b9.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-ccdf398cf07cacbf.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-94666c5d13597da6.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.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-d537e50f274b5c62.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-8c85f8a3e0f0cfc2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-95d50c88f87ccb76.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8c63c0f51045c8c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e7c33b969303809a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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-522443f97758344a.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-5e50f97cdfef7b49.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-640b40e1fa55647e.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d82db3ef48160de6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-68f02fe77db3f4b1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-8a0376b60a36ef13.rlib --extern sprockets_tls_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls_test_utils-4e8a720457475a25.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-22e823a1af21dd78.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e17492c22e486554.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-3334c8d9d5a9b735.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-005898b2a94b195b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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/`
51422026-02-25T20:30:12.757Z 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=e1fb0717f16b2fea -C extra-filename=-32f8f18d10fb1456 --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-dbf13d0d6b06a6fd.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-94a14105dddae7b9.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-ccdf398cf07cacbf.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-94666c5d13597da6.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d537e50f274b5c62.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-8c85f8a3e0f0cfc2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-95d50c88f87ccb76.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8c63c0f51045c8c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e7c33b969303809a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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-522443f97758344a.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-5e50f97cdfef7b49.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d82db3ef48160de6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-68f02fe77db3f4b1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.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-22e823a1af21dd78.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e17492c22e486554.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-3334c8d9d5a9b735.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-005898b2a94b195b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
51432026-02-25T20:30:20.533Z 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=42e105d30fd03099 -C extra-filename=-ad4b9e4e50a4b062 --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-88cea7bf556fbbd3.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ce85a1ff3c740760.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c8a038d0397d32ce.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-44953c3e4aa34309.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.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-d82db3ef48160de6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
51442026-02-25T20:30:21.693Z 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=05abddd5c9d37593 -C extra-filename=-54d3561c43ecbfb2 --out-dir /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-d3b297ef696f7fa0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-9138d31495cbd222.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-764a062b0096a8c4.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6558a1a3990c9f12.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-0db4f98211e0adfb.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-655d5fdec46223d1.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-2a9a3e75d1edf5a1.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-c901b26b160583a6.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-027944bdf890a5a3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-00677b18825d4732.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b934c8f39b9b8745.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-43cef2770a571538.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-546cf8b62ba5286d.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ee8d0764527f6b54.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ce85a1ff3c740760.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c8a038d0397d32ce.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-aed300909351f7ff.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ad4b9e4e50a4b062.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-44953c3e4aa34309.rmeta --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-0fd3bf287d7587e2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-68eb43ca4fcb3f41.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-e21527e956cb7c8e.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8c63c0f51045c8c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c3ed264523e92dc2.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-93b0d2e15ff57a5e.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-45841cc3e2914d38.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.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-839c1c9f312a7691.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-fdb259f868f965ab.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cb09c42c9e851008.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d82db3ef48160de6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-befaf97320b47129.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.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-c50047f036cf1dbb/out/build/artifacts -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`
51452026-02-25T20:30:30.707Z 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=5b1719d346e66365 -C extra-filename=-ce51a11387d6816a --out-dir /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-1c251e2ec15413d7.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-280d917f95dd2532.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c8a038d0397d32ce.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-44953c3e4aa34309.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.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-d82db3ef48160de6.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-68f02fe77db3f4b1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
51462026-02-25T20:30:33.191Z 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=562178b6c39f3eb9 -C extra-filename=-1eb38ee54638c944 --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-1c251e2ec15413d7.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-d627276d710ad636.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c8a038d0397d32ce.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cb09c42c9e851008.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-68f02fe77db3f4b1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
51472026-02-25T20:30:35.705Z 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=dce1c695b7e36ccd -C extra-filename=-737aaf5be6919b80 --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-26147300913a2b5a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-280d917f95dd2532.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c8a038d0397d32ce.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a16fab7cf1860802.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
51482026-02-25T20:30:39.031Z 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=23dc7110d29351da -C extra-filename=-3b0fc0014036ecf3 --out-dir /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-26147300913a2b5a.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-90a4b45980e053b0.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-118edb141eb72ad8.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-479c4ba842b982f7.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-cba1fc4791afa4e6.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-7163d56e3093223e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-43cef2770a571538.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-546cf8b62ba5286d.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-e8cdefffbc26f2a7.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ce85a1ff3c740760.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-d627276d710ad636.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-280d917f95dd2532.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c8a038d0397d32ce.rmeta --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-5f7e4259c5408189.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-1eb38ee54638c944.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-44953c3e4aa34309.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cb09c42c9e851008.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d82db3ef48160de6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-17abdf8718294db9.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
51492026-02-25T20:30:42.186Z 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=6686363aae0a6295 -C extra-filename=-3dfc7332bd8285cc --out-dir /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-c8a038d0397d32ce.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-44953c3e4aa34309.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
51502026-02-25T20:30:42.896Z 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=7a2a2aa891adba1c -C extra-filename=-541f75af248e40a5 --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-26147300913a2b5a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c8a038d0397d32ce.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-53ecc71e5d415740.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
51512026-02-25T20:30:45.053Z 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=2c9c0f3934ae5fce -C extra-filename=-25a36148dcb4c315 --out-dir /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-88cea7bf556fbbd3.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-8d5c5cfd6e356a04.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-94a14105dddae7b9.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-003088e45352a674.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-3df7f4ae138397a7.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-f0fa5c0e3ceb2546.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1c77f98783115915.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-cba1fc4791afa4e6.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-7163d56e3093223e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-9138d31495cbd222.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d537e50f274b5c62.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-fb5836d44357ffa7.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-764a062b0096a8c4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6558a1a3990c9f12.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a9c79fe1e0bfd229.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a7cc13a5c2111f82.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-7bc7243d5bfca2d0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-def746e7eb804baf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-00677b18825d4732.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-18ed1948276c6267.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b934c8f39b9b8745.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a38b9b0f7cd3e097.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-43cef2770a571538.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-546cf8b62ba5286d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-56292dadfdf8ace5.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d9f5788e2a13327f.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-14cd3b07749803fe.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ee8d0764527f6b54.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ce85a1ff3c740760.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-aed300909351f7ff.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-17c1eda51b457bd9.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-44953c3e4aa34309.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-8bbb1d80334d3bc8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-af7844df82cf1aa9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-e21527e956cb7c8e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8c63c0f51045c8c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2af3499fa6024671.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c3ed264523e92dc2.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c9279c123bc018de.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-45841cc3e2914d38.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c5de98fc8c408aaf.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ca40db9743f7eb22.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-3d6d9836aac79324.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-6145e16765a43466.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-cffe1df8dc2387c4.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ff50cf069db302cb.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-0d75efef0704100a.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-f47f9bb516010278.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-1916aa3e26b4c1c2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e7c33b969303809a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f3fb1f928f6ef4dc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-5e50f97cdfef7b49.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-35edf6c99537f20a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cb09c42c9e851008.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-aabcb1e0a310ca19.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-e6b007febb5b9ac5.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-640b40e1fa55647e.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-da53b6dbf1bde44e.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d82db3ef48160de6.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-9a351cb5218f61c7.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c5642eb93969e1d0.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-aa556bfde9458125.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-68f02fe77db3f4b1.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b82fc1232c5205af.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-bf0f1ab4025844ea.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-86de30a0e9b71f96.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-8a0376b60a36ef13.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6a737287b10e2c5e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ab6b255b7ac8a78d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-8e78d06de7bcad1b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c772f91fd049de46.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-fb163dfafbb44ad3.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e17492c22e486554.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-005898b2a94b195b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-fbb3802d90c287fc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b5d8d2d6b8567c9c.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-c984b9133564234d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-cf248ef374611457.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-16598a50354cc7e8.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-aec6cbaaf359968a.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
51522026-02-25T20:30:46.959Z 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=30bb7ed50c8d5e67 -C extra-filename=-ef619e11738a5581 --out-dir /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-42cf0d5c083d7881.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3ad25da4e0be3c38.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1c77f98783115915.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-90a4b45980e053b0.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-118edb141eb72ad8.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-479c4ba842b982f7.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-7163d56e3093223e.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-9138d31495cbd222.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-7b04fd33e42e9298.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-a97e3deef1b62fd4.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-cb6fed0666e78053.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-6558a1a3990c9f12.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-0db4f98211e0adfb.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-0007ca7bf57f322b.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-798d48f9b368db03.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a7cc13a5c2111f82.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1278f6b4b36ec8c5.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-c901b26b160583a6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-027944bdf890a5a3.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-1f53edda588876e5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-00677b18825d4732.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-18ed1948276c6267.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b934c8f39b9b8745.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-43cef2770a571538.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-546cf8b62ba5286d.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-58606c2cc24cce8a.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.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-6856cfd8ff37646e.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d9f5788e2a13327f.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-14cd3b07749803fe.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-87748e58ff995f86.rmeta --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-b0b8d7fe8248492d.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ce85a1ff3c740760.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-d627276d710ad636.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-280d917f95dd2532.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c8a038d0397d32ce.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-8209fba9310ebeb9.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-4a27b66be26f3078.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-3d160f05219c092b.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-9e2f111058031261.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-63222bbd9717272d.rmeta --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-78066210a78969d6.rmeta --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-541f75af248e40a5.rmeta --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-5f7e4259c5408189.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-1eb38ee54638c944.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-3b0fc0014036ecf3.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-f9fe0f79e6475c9d.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ce51a11387d6816a.rmeta --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-3dfc7332bd8285cc.rmeta --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-737aaf5be6919b80.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ad4b9e4e50a4b062.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-44953c3e4aa34309.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-f46b14dcd7bbc585.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-8bbb1d80334d3bc8.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-ae8be8fd4972d4b0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-68eb43ca4fcb3f41.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-2055f5b2989e4397.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c3ed264523e92dc2.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-53ecc71e5d415740.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4602a54bd75d3351.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c9279c123bc018de.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-45841cc3e2914d38.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fe28fc0648490ff3.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-3cc368e441bd589e.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0507e84d998ece5e.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-a9c307c12d0e12ce.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ca40db9743f7eb22.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-085fd6f52ea50190.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-cffe1df8dc2387c4.rmeta --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-4c7bd181e4351380.rmeta --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-0d75efef0704100a.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-a72601627a6a109b.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2124dfe23d5b97bf.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-fb06dac6f67592ac.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-b980969d56f21bc4.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-02597dc866b79438.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-3ccbfbbe3006f132.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-839c1c9f312a7691.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-fdb259f868f965ab.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-522443f97758344a.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cb09c42c9e851008.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d82db3ef48160de6.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-68f02fe77db3f4b1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a16fab7cf1860802.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ab6b255b7ac8a78d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-befaf97320b47129.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-ddb12d3c860fbf05.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-005898b2a94b195b.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-dfa18c79d427fcb8.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-17abdf8718294db9.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b5d8d2d6b8567c9c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-16598a50354cc7e8.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
51532026-02-25T20:30:49.469Z 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=4e5086faa85a75a4 -C extra-filename=-29ad3bea350a8826 --out-dir /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-88cea7bf556fbbd3.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-8d5c5cfd6e356a04.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-94a14105dddae7b9.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-003088e45352a674.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-3df7f4ae138397a7.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-f0fa5c0e3ceb2546.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1c77f98783115915.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-cba1fc4791afa4e6.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-7163d56e3093223e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-9138d31495cbd222.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d537e50f274b5c62.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-fb5836d44357ffa7.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-764a062b0096a8c4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6558a1a3990c9f12.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a9c79fe1e0bfd229.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a7cc13a5c2111f82.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-00677b18825d4732.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-18ed1948276c6267.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b934c8f39b9b8745.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a38b9b0f7cd3e097.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-43cef2770a571538.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-546cf8b62ba5286d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-56292dadfdf8ace5.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d9f5788e2a13327f.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-14cd3b07749803fe.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ee8d0764527f6b54.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ce85a1ff3c740760.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-aed300909351f7ff.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-44953c3e4aa34309.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-8bbb1d80334d3bc8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-af7844df82cf1aa9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-e21527e956cb7c8e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2af3499fa6024671.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c3ed264523e92dc2.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c9279c123bc018de.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-45841cc3e2914d38.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ca40db9743f7eb22.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-3d6d9836aac79324.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-6145e16765a43466.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-cffe1df8dc2387c4.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-0d75efef0704100a.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-f47f9bb516010278.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-1916aa3e26b4c1c2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e7c33b969303809a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f3fb1f928f6ef4dc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-5e50f97cdfef7b49.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-35edf6c99537f20a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cb09c42c9e851008.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-aabcb1e0a310ca19.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-e6b007febb5b9ac5.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-640b40e1fa55647e.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-da53b6dbf1bde44e.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d82db3ef48160de6.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-9a351cb5218f61c7.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c5642eb93969e1d0.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-aa556bfde9458125.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-68f02fe77db3f4b1.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b82fc1232c5205af.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-bf0f1ab4025844ea.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-86de30a0e9b71f96.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-8a0376b60a36ef13.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6a737287b10e2c5e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-8e78d06de7bcad1b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c772f91fd049de46.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-fb163dfafbb44ad3.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e17492c22e486554.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-005898b2a94b195b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-fbb3802d90c287fc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b5d8d2d6b8567c9c.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-c984b9133564234d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-16598a50354cc7e8.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-aec6cbaaf359968a.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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/`
51542026-02-25T20:30:50.570Z 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=e2b04b96d566d942 -C extra-filename=-913f1578aeaed573 --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-42cf0d5c083d7881.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-4b58e439e4ee3da5.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-cb6fed0666e78053.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-6bb6224ddadfe465.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-87748e58ff995f86.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-01ae29f97f76e46a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-280d917f95dd2532.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c8a038d0397d32ce.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-8209fba9310ebeb9.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-44953c3e4aa34309.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8c63c0f51045c8c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-085fd6f52ea50190.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
51552026-02-25T20:30:58.466Z 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=c4bb6b10787c8e05 -C extra-filename=-d2afd31d90f306ad --out-dir /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-38ba13b1dd5cc181.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-43cef2770a571538.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-546cf8b62ba5286d.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-280d917f95dd2532.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c8a038d0397d32ce.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-5f7e4259c5408189.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-3b0fc0014036ecf3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-44953c3e4aa34309.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-085fd6f52ea50190.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-1916aa3e26b4c1c2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-1142157a3ff864fb.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-17abdf8718294db9.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
51562026-02-25T20:31:00.429Z 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=06515163c243cd09 -C extra-filename=-625f87f84736c0b9 --out-dir /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-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-54d3561c43ecbfb2.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-67c2d37362e5c497.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-7dde09e4f13f452e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8c63c0f51045c8c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c2b6f22af536197c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1e2967a1dca46d32.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-22e823a1af21dd78.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-befaf97320b47129.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-47e15988146239e3.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
51572026-02-25T20:31:03.112Z 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=daa5d980e90c0ad9 -C extra-filename=-c755c5b615c33fb5 --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-26147300913a2b5a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-87748e58ff995f86.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-280d917f95dd2532.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c8a038d0397d32ce.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-54d3561c43ecbfb2.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-451106adaaa7c59f.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-44953c3e4aa34309.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8c63c0f51045c8c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.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-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a16fab7cf1860802.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
51582026-02-25T20:31:03.506Z 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=ebb4bcdee48aee09 -C extra-filename=-55350f34d40f33f9 --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-1c251e2ec15413d7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-d627276d710ad636.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c8a038d0397d32ce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cb09c42c9e851008.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-68f02fe77db3f4b1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
51592026-02-25T20:31:06.254Z 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=5c7b0974fc6e7be1 -C extra-filename=-530e876d480e41cf --out-dir /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-30204990db0efbd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-3c07cc7cc91ec00e.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-a47fb2c3a2a2d343.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-850596837964440e.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-838063cee5c7bef7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b934c8f39b9b8745.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-54d3561c43ecbfb2.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-0fd3bf287d7587e2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8c63c0f51045c8c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c2b6f22af536197c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1e2967a1dca46d32.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-22e823a1af21dd78.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-befaf97320b47129.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-47e15988146239e3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c50047f036cf1dbb/out/build/artifacts -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`
51602026-02-25T20:31:06.943Z 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=c7213068045f576a -C extra-filename=-37aee71de883086b --out-dir /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-42cf0d5c083d7881.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-cba1fc4791afa4e6.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-a47fb2c3a2a2d343.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-3ccd842abda31d0e.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-23dd006b86ea45ee.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-4b58e439e4ee3da5.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-cb6fed0666e78053.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-6bb6224ddadfe465.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-0007ca7bf57f322b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a7cc13a5c2111f82.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1278f6b4b36ec8c5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-3b49ee9e3249e7aa.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b934c8f39b9b8745.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-43cef2770a571538.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-546cf8b62ba5286d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d9f5788e2a13327f.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-87748e58ff995f86.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ce85a1ff3c740760.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-01ae29f97f76e46a.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-083f1aaa2e1c4f02.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-d627276d710ad636.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-280d917f95dd2532.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-8209fba9310ebeb9.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-63222bbd9717272d.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-f9fe0f79e6475c9d.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-54d3561c43ecbfb2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-44953c3e4aa34309.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-ae8be8fd4972d4b0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-68eb43ca4fcb3f41.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-e21527e956cb7c8e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8c63c0f51045c8c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1e2967a1dca46d32.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-d6a442a1cc96b301.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c3ed264523e92dc2.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.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-fa15e0097da5bf7b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-ad1b960f39afe063.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-085fd6f52ea50190.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ff50cf069db302cb.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-a72601627a6a109b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-fb06dac6f67592ac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-3ccbfbbe3006f132.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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-522443f97758344a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cb09c42c9e851008.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d82db3ef48160de6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-68f02fe77db3f4b1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a16fab7cf1860802.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.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-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e17492c22e486554.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-005898b2a94b195b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-47e15988146239e3.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b5d8d2d6b8567c9c.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
51612026-02-25T20:31:09.281Z 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=76f9f9021b7a4ed3 -C extra-filename=-7c89ff34fb92a22c --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-42cf0d5c083d7881.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-4b58e439e4ee3da5.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-cb6fed0666e78053.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-6bb6224ddadfe465.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-87748e58ff995f86.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-01ae29f97f76e46a.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-d627276d710ad636.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-280d917f95dd2532.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c8a038d0397d32ce.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-8209fba9310ebeb9.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-44953c3e4aa34309.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8c63c0f51045c8c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-085fd6f52ea50190.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
51622026-02-25T20:31:13.953Z 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=47c9978d2396ce86 -C extra-filename=-01b560dd2484562b --out-dir /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-6558a1a3990c9f12.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-43cef2770a571538.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-546cf8b62ba5286d.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-e0fdbe23bf3444dc.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ce85a1ff3c740760.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-280d917f95dd2532.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c8a038d0397d32ce.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-63222bbd9717272d.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-aed300909351f7ff.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-f9fe0f79e6475c9d.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ce51a11387d6816a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-44953c3e4aa34309.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8c63c0f51045c8c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d82db3ef48160de6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-3a41fdc669eacdfb.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
51632026-02-25T20:31:16.618Z 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=b83691d5eab2f2c3 -C extra-filename=-1e2b554563425866 --out-dir /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-42cf0d5c083d7881.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4a3c62c97b5beaa1.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-9138d31495cbd222.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-a97e3deef1b62fd4.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-838063cee5c7bef7.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-cb6fed0666e78053.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.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-0007ca7bf57f322b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a7cc13a5c2111f82.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-655d5fdec46223d1.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-2a9a3e75d1edf5a1.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1278f6b4b36ec8c5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.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-43cef2770a571538.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-546cf8b62ba5286d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-9ce6d9331657eede.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ce85a1ff3c740760.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-01ae29f97f76e46a.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-d627276d710ad636.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-280d917f95dd2532.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c8a038d0397d32ce.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-8209fba9310ebeb9.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-63222bbd9717272d.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-aed300909351f7ff.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ce51a11387d6816a.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-737aaf5be6919b80.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-44953c3e4aa34309.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.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-20e21b9c25ad411b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-53ecc71e5d415740.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4602a54bd75d3351.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-fa15e0097da5bf7b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-a032cef27cf8de49.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-81076bf3f848e0d1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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-cb09c42c9e851008.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d82db3ef48160de6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-68f02fe77db3f4b1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a16fab7cf1860802.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-aa9a1b87a4a32cd0.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-1142157a3ff864fb.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-99fa6c2fce8d7f42.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-3a41fdc669eacdfb.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-005898b2a94b195b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.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-17abdf8718294db9.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-47e15988146239e3.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-c50047f036cf1dbb/out/build/artifacts -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`
51642026-02-25T20:31:30.415Z 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=c93bb1fef25847da -C extra-filename=-cee50dbb4a4afee1 --out-dir /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-6558a1a3990c9f12.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-43cef2770a571538.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-546cf8b62ba5286d.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-e0fdbe23bf3444dc.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ce85a1ff3c740760.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-280d917f95dd2532.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c8a038d0397d32ce.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-63222bbd9717272d.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-aed300909351f7ff.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-f9fe0f79e6475c9d.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ce51a11387d6816a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-44953c3e4aa34309.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8c63c0f51045c8c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d82db3ef48160de6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-3a41fdc669eacdfb.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
51652026-02-25T20:31:44.447Z 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=af47493ab131f2c2 -C extra-filename=-c9176f983ddf00bc --out-dir /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-30204990db0efbd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-3c07cc7cc91ec00e.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-a47fb2c3a2a2d343.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-850596837964440e.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-838063cee5c7bef7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b934c8f39b9b8745.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-54d3561c43ecbfb2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8c63c0f51045c8c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c2b6f22af536197c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1e2967a1dca46d32.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-22e823a1af21dd78.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-befaf97320b47129.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-47e15988146239e3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c50047f036cf1dbb/out/build/artifacts -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`
51662026-02-25T20:31:54.794Z 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=817674d5446fdaea -C extra-filename=-e49a8351270797cc --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-88cea7bf556fbbd3.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ce85a1ff3c740760.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c8a038d0397d32ce.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-44953c3e4aa34309.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.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-d82db3ef48160de6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
51672026-02-25T20:31:58.431Z 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=9bc6d7895cf15ade -C extra-filename=-718e093dc099a1fd --out-dir /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-42cf0d5c083d7881.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-cb6fed0666e78053.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-280d917f95dd2532.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c8a038d0397d32ce.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-8209fba9310ebeb9.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-44953c3e4aa34309.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8c63c0f51045c8c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-22e823a1af21dd78.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
51682026-02-25T20:32:10.729Z 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=a79075713818426c -C extra-filename=-54a1cf230873ea60 --out-dir /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-1c251e2ec15413d7.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-280d917f95dd2532.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c8a038d0397d32ce.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-44953c3e4aa34309.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.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-d82db3ef48160de6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-68f02fe77db3f4b1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
51692026-02-25T20:32:27.523Z 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=8900ff0d0bcc5e64 -C extra-filename=-b4025a53e30072c8 --out-dir /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-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-9138d31495cbd222.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-764a062b0096a8c4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6558a1a3990c9f12.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-0db4f98211e0adfb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-655d5fdec46223d1.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-2a9a3e75d1edf5a1.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-c901b26b160583a6.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-027944bdf890a5a3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-00677b18825d4732.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b934c8f39b9b8745.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-43cef2770a571538.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-546cf8b62ba5286d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ee8d0764527f6b54.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ce85a1ff3c740760.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c8a038d0397d32ce.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-aed300909351f7ff.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ad4b9e4e50a4b062.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-44953c3e4aa34309.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-0fd3bf287d7587e2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-68eb43ca4fcb3f41.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-e21527e956cb7c8e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8c63c0f51045c8c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c3ed264523e92dc2.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-93b0d2e15ff57a5e.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-45841cc3e2914d38.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.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-839c1c9f312a7691.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-fdb259f868f965ab.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cb09c42c9e851008.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d82db3ef48160de6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-befaf97320b47129.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.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-c50047f036cf1dbb/out/build/artifacts -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`
51702026-02-25T20:33:45.006Z 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=0f9ae9a8a78a2135 -C extra-filename=-6f90a88b52a7e625 --out-dir /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-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-54d3561c43ecbfb2.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-67c2d37362e5c497.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-7dde09e4f13f452e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_ntp_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ntp_admin-d5a253c43563315a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8c63c0f51045c8c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c2b6f22af536197c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1e2967a1dca46d32.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-22e823a1af21dd78.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-befaf97320b47129.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-47e15988146239e3.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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-25T20:33:50.949Z 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=976ab597e28b026c -C extra-filename=-5e89dbae84444083 --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-42cf0d5c083d7881.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-cb6fed0666e78053.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-04b3ca1d732f85ce.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-280d917f95dd2532.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c8a038d0397d32ce.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-8209fba9310ebeb9.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-54d3561c43ecbfb2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-44953c3e4aa34309.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8c63c0f51045c8c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-53ecc71e5d415740.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
51722026-02-25T20:33:55.745Z 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=4d8cf8610e03b261 -C extra-filename=-f0d9cf0f4d47381c --out-dir /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-88cea7bf556fbbd3.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-8d5c5cfd6e356a04.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-94a14105dddae7b9.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-003088e45352a674.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-3df7f4ae138397a7.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-f0fa5c0e3ceb2546.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1c77f98783115915.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-cba1fc4791afa4e6.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-7163d56e3093223e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-9138d31495cbd222.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d537e50f274b5c62.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-fb5836d44357ffa7.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-764a062b0096a8c4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6558a1a3990c9f12.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a9c79fe1e0bfd229.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a7cc13a5c2111f82.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-7bc7243d5bfca2d0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-def746e7eb804baf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-00677b18825d4732.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-18ed1948276c6267.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b934c8f39b9b8745.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a38b9b0f7cd3e097.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-43cef2770a571538.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-546cf8b62ba5286d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-56292dadfdf8ace5.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d9f5788e2a13327f.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-14cd3b07749803fe.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ee8d0764527f6b54.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ce85a1ff3c740760.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-aed300909351f7ff.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-17c1eda51b457bd9.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-44953c3e4aa34309.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-8bbb1d80334d3bc8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-af7844df82cf1aa9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-e21527e956cb7c8e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8c63c0f51045c8c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2af3499fa6024671.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c3ed264523e92dc2.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c9279c123bc018de.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-45841cc3e2914d38.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c5de98fc8c408aaf.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ca40db9743f7eb22.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-3d6d9836aac79324.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-6145e16765a43466.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-cffe1df8dc2387c4.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ff50cf069db302cb.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-0d75efef0704100a.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-f47f9bb516010278.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-1916aa3e26b4c1c2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e7c33b969303809a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f3fb1f928f6ef4dc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-5e50f97cdfef7b49.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-35edf6c99537f20a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cb09c42c9e851008.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-aabcb1e0a310ca19.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-e6b007febb5b9ac5.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-640b40e1fa55647e.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-da53b6dbf1bde44e.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d82db3ef48160de6.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-9a351cb5218f61c7.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c5642eb93969e1d0.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-aa556bfde9458125.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-68f02fe77db3f4b1.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b82fc1232c5205af.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-bf0f1ab4025844ea.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-86de30a0e9b71f96.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-8a0376b60a36ef13.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6a737287b10e2c5e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ab6b255b7ac8a78d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-8e78d06de7bcad1b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c772f91fd049de46.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-fb163dfafbb44ad3.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e17492c22e486554.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-005898b2a94b195b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-fbb3802d90c287fc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b5d8d2d6b8567c9c.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-c984b9133564234d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-cf248ef374611457.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-16598a50354cc7e8.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-aec6cbaaf359968a.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
51732026-02-25T20:34:02.180Z 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=0b2802f0bb38db0d -C extra-filename=-130b8e81e9916a11 --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-88cea7bf556fbbd3.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e19bce47ba6e7c57.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-f61c9cb578892415.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-027944bdf890a5a3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.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-43cef2770a571538.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-546cf8b62ba5286d.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-ac17f8168544be18.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-2ebef30c91f831db.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d9f5788e2a13327f.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-aed300909351f7ff.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-e21527e956cb7c8e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8c63c0f51045c8c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-02d31fef03fd9c7d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-803adda7b9603816.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-4987c76e5e5dade7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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-d82db3ef48160de6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-003ec141f350818d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
51742026-02-25T20:34:17.336Z 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=29de08c65d7489d3 -C extra-filename=-ffb575b818f9431e --out-dir /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-88cea7bf556fbbd3.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-8d5c5cfd6e356a04.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-94a14105dddae7b9.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-003088e45352a674.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-3df7f4ae138397a7.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-f0fa5c0e3ceb2546.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1c77f98783115915.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-cba1fc4791afa4e6.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-7163d56e3093223e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-9138d31495cbd222.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d537e50f274b5c62.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-fb5836d44357ffa7.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-764a062b0096a8c4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6558a1a3990c9f12.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a9c79fe1e0bfd229.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a7cc13a5c2111f82.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-7bc7243d5bfca2d0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-def746e7eb804baf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-00677b18825d4732.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-18ed1948276c6267.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b934c8f39b9b8745.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a38b9b0f7cd3e097.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-43cef2770a571538.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-546cf8b62ba5286d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-56292dadfdf8ace5.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d9f5788e2a13327f.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-14cd3b07749803fe.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ee8d0764527f6b54.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ce85a1ff3c740760.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-aed300909351f7ff.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-17c1eda51b457bd9.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-44953c3e4aa34309.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-8bbb1d80334d3bc8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-af7844df82cf1aa9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-e21527e956cb7c8e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8c63c0f51045c8c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2af3499fa6024671.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c3ed264523e92dc2.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c9279c123bc018de.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-45841cc3e2914d38.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c5de98fc8c408aaf.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ca40db9743f7eb22.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-3d6d9836aac79324.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-6145e16765a43466.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-cffe1df8dc2387c4.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ff50cf069db302cb.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-0d75efef0704100a.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-f47f9bb516010278.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-1916aa3e26b4c1c2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e7c33b969303809a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f3fb1f928f6ef4dc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-5e50f97cdfef7b49.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-35edf6c99537f20a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cb09c42c9e851008.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-aabcb1e0a310ca19.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-e6b007febb5b9ac5.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-640b40e1fa55647e.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-da53b6dbf1bde44e.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d82db3ef48160de6.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-9a351cb5218f61c7.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c5642eb93969e1d0.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-aa556bfde9458125.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-68f02fe77db3f4b1.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b82fc1232c5205af.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-bf0f1ab4025844ea.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-86de30a0e9b71f96.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-8a0376b60a36ef13.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6a737287b10e2c5e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ab6b255b7ac8a78d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-8e78d06de7bcad1b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c772f91fd049de46.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-fb163dfafbb44ad3.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e17492c22e486554.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-005898b2a94b195b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-fbb3802d90c287fc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b5d8d2d6b8567c9c.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-c984b9133564234d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-cf248ef374611457.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-16598a50354cc7e8.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-aec6cbaaf359968a.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
51752026-02-25T20:34:21.233Z 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=cb9969bbd358841f -C extra-filename=-9108fbf3a12aed84 --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-88cea7bf556fbbd3.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e19bce47ba6e7c57.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-f61c9cb578892415.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-685150314934bc23.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-027944bdf890a5a3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.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-43cef2770a571538.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-546cf8b62ba5286d.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-ac17f8168544be18.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-2ebef30c91f831db.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d9f5788e2a13327f.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-aed300909351f7ff.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-e21527e956cb7c8e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8c63c0f51045c8c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-02d31fef03fd9c7d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-803adda7b9603816.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-4987c76e5e5dade7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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-d82db3ef48160de6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-003ec141f350818d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
51762026-02-25T20:34:21.802Z 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=f54c9d86f8d6ef02 -C extra-filename=-d1e568d770218de3 --out-dir /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-88cea7bf556fbbd3.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-8d5c5cfd6e356a04.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-94a14105dddae7b9.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-003088e45352a674.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-3df7f4ae138397a7.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-f0fa5c0e3ceb2546.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1c77f98783115915.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-cba1fc4791afa4e6.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-7163d56e3093223e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-9138d31495cbd222.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d537e50f274b5c62.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-fb5836d44357ffa7.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-764a062b0096a8c4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6558a1a3990c9f12.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a9c79fe1e0bfd229.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a7cc13a5c2111f82.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-00677b18825d4732.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-18ed1948276c6267.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b934c8f39b9b8745.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a38b9b0f7cd3e097.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-43cef2770a571538.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-546cf8b62ba5286d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-56292dadfdf8ace5.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d9f5788e2a13327f.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-14cd3b07749803fe.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ee8d0764527f6b54.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ce85a1ff3c740760.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-aed300909351f7ff.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-44953c3e4aa34309.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-8bbb1d80334d3bc8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-af7844df82cf1aa9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-e21527e956cb7c8e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2af3499fa6024671.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c3ed264523e92dc2.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c9279c123bc018de.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-45841cc3e2914d38.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ca40db9743f7eb22.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-3d6d9836aac79324.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-6145e16765a43466.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-cffe1df8dc2387c4.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-0d75efef0704100a.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-f47f9bb516010278.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-1916aa3e26b4c1c2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e7c33b969303809a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f3fb1f928f6ef4dc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-5e50f97cdfef7b49.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-35edf6c99537f20a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cb09c42c9e851008.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-aabcb1e0a310ca19.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-e6b007febb5b9ac5.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-640b40e1fa55647e.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-da53b6dbf1bde44e.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d82db3ef48160de6.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-9a351cb5218f61c7.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c5642eb93969e1d0.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-aa556bfde9458125.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-68f02fe77db3f4b1.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b82fc1232c5205af.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-bf0f1ab4025844ea.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-86de30a0e9b71f96.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-8a0376b60a36ef13.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6a737287b10e2c5e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-8e78d06de7bcad1b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c772f91fd049de46.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-fb163dfafbb44ad3.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e17492c22e486554.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-005898b2a94b195b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-fbb3802d90c287fc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b5d8d2d6b8567c9c.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-c984b9133564234d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-16598a50354cc7e8.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-aec6cbaaf359968a.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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/`
51772026-02-25T20:34:24.855Z 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=4eeca7ea1a13a463 -C extra-filename=-68400ee196659a71 --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-88cea7bf556fbbd3.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e19bce47ba6e7c57.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-f61c9cb578892415.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-685150314934bc23.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-027944bdf890a5a3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.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-43cef2770a571538.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-546cf8b62ba5286d.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-ac17f8168544be18.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-2ebef30c91f831db.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d9f5788e2a13327f.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-aed300909351f7ff.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-e21527e956cb7c8e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8c63c0f51045c8c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-02d31fef03fd9c7d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-803adda7b9603816.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-4987c76e5e5dade7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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-d82db3ef48160de6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-003ec141f350818d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
51782026-02-25T20:34:28.545Z 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=470c5ad0be9b7722 -C extra-filename=-80c9dbb03e707447 --out-dir /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-88cea7bf556fbbd3.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-8d5c5cfd6e356a04.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-94a14105dddae7b9.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-003088e45352a674.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-3df7f4ae138397a7.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-f0fa5c0e3ceb2546.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1c77f98783115915.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-cba1fc4791afa4e6.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-7163d56e3093223e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-9138d31495cbd222.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d537e50f274b5c62.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-fb5836d44357ffa7.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-764a062b0096a8c4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6558a1a3990c9f12.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a9c79fe1e0bfd229.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a7cc13a5c2111f82.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-00677b18825d4732.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-18ed1948276c6267.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b934c8f39b9b8745.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a38b9b0f7cd3e097.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-43cef2770a571538.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-546cf8b62ba5286d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-56292dadfdf8ace5.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d9f5788e2a13327f.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-14cd3b07749803fe.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ee8d0764527f6b54.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ce85a1ff3c740760.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-aed300909351f7ff.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-44953c3e4aa34309.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-8bbb1d80334d3bc8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-af7844df82cf1aa9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-e21527e956cb7c8e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2af3499fa6024671.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c3ed264523e92dc2.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c9279c123bc018de.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-45841cc3e2914d38.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ca40db9743f7eb22.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-3d6d9836aac79324.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-6145e16765a43466.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-cffe1df8dc2387c4.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-0d75efef0704100a.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-f47f9bb516010278.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-1916aa3e26b4c1c2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e7c33b969303809a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f3fb1f928f6ef4dc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-5e50f97cdfef7b49.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-35edf6c99537f20a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cb09c42c9e851008.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-aabcb1e0a310ca19.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-e6b007febb5b9ac5.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-640b40e1fa55647e.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-da53b6dbf1bde44e.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d82db3ef48160de6.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-9a351cb5218f61c7.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c5642eb93969e1d0.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-aa556bfde9458125.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-68f02fe77db3f4b1.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b82fc1232c5205af.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-bf0f1ab4025844ea.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-86de30a0e9b71f96.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-8a0376b60a36ef13.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6a737287b10e2c5e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-8e78d06de7bcad1b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c772f91fd049de46.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-fb163dfafbb44ad3.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e17492c22e486554.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-005898b2a94b195b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-fbb3802d90c287fc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b5d8d2d6b8567c9c.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-c984b9133564234d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-16598a50354cc7e8.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-aec6cbaaf359968a.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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/`
51792026-02-25T20:35:08.404Z 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=46ab38953393a460 -C extra-filename=-852b3d678fd7aa48 --out-dir /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-88cea7bf556fbbd3.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-8d5c5cfd6e356a04.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-94a14105dddae7b9.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-003088e45352a674.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-3df7f4ae138397a7.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-f0fa5c0e3ceb2546.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1c77f98783115915.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-cba1fc4791afa4e6.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-7163d56e3093223e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-9138d31495cbd222.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d537e50f274b5c62.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-fb5836d44357ffa7.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-764a062b0096a8c4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6558a1a3990c9f12.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a9c79fe1e0bfd229.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a7cc13a5c2111f82.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-00677b18825d4732.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-18ed1948276c6267.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b934c8f39b9b8745.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a38b9b0f7cd3e097.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-43cef2770a571538.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-546cf8b62ba5286d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-56292dadfdf8ace5.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d9f5788e2a13327f.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-14cd3b07749803fe.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ee8d0764527f6b54.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ce85a1ff3c740760.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-aed300909351f7ff.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-44953c3e4aa34309.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-8bbb1d80334d3bc8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-af7844df82cf1aa9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-e21527e956cb7c8e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2af3499fa6024671.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c3ed264523e92dc2.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c9279c123bc018de.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-45841cc3e2914d38.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ca40db9743f7eb22.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-3d6d9836aac79324.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-6145e16765a43466.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-cffe1df8dc2387c4.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-0d75efef0704100a.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-f47f9bb516010278.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-1916aa3e26b4c1c2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e7c33b969303809a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f3fb1f928f6ef4dc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-5e50f97cdfef7b49.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-35edf6c99537f20a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cb09c42c9e851008.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-aabcb1e0a310ca19.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-e6b007febb5b9ac5.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-640b40e1fa55647e.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-da53b6dbf1bde44e.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d82db3ef48160de6.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-9a351cb5218f61c7.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c5642eb93969e1d0.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-aa556bfde9458125.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-68f02fe77db3f4b1.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b82fc1232c5205af.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-bf0f1ab4025844ea.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-86de30a0e9b71f96.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-8a0376b60a36ef13.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6a737287b10e2c5e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-8e78d06de7bcad1b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c772f91fd049de46.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-fb163dfafbb44ad3.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e17492c22e486554.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-005898b2a94b195b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-fbb3802d90c287fc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b5d8d2d6b8567c9c.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-c984b9133564234d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-16598a50354cc7e8.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-aec6cbaaf359968a.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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/`
51802026-02-25T20:35:16.172Z 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=be7b22e18e0d9ba6 -C extra-filename=-ab61cf1a56bf724b --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-88cea7bf556fbbd3.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e19bce47ba6e7c57.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-f61c9cb578892415.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-685150314934bc23.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-027944bdf890a5a3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.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-43cef2770a571538.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-546cf8b62ba5286d.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-ac17f8168544be18.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-2ebef30c91f831db.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d9f5788e2a13327f.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-aed300909351f7ff.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-e21527e956cb7c8e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8c63c0f51045c8c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-02d31fef03fd9c7d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-803adda7b9603816.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-4987c76e5e5dade7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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-d82db3ef48160de6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-003ec141f350818d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
51812026-02-25T20:35:17.226Z 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=5dd7827dfe1af78f -C extra-filename=-815a64d2ed1e5952 --out-dir /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-26147300913a2b5a.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-90a4b45980e053b0.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-118edb141eb72ad8.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-cba1fc4791afa4e6.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-a47fb2c3a2a2d343.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6558a1a3990c9f12.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a7cc13a5c2111f82.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-655d5fdec46223d1.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-2a9a3e75d1edf5a1.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1278f6b4b36ec8c5.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-1cd76d9de7de973e.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b934c8f39b9b8745.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ee8d0764527f6b54.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-44953c3e4aa34309.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-8bbb1d80334d3bc8.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-ae8be8fd4972d4b0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-e21527e956cb7c8e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.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-cb09c42c9e851008.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-a0c881ea38bffce3.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d82db3ef48160de6.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-9a351cb5218f61c7.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-68f02fe77db3f4b1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-12d37f5a9f0e0bbb.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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/`
51822026-02-25T20:35:21.610Z 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=3c0d01fb0d8305df -C extra-filename=-7bcaed7e92e9557c --out-dir /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-88cea7bf556fbbd3.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-8d5c5cfd6e356a04.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-94a14105dddae7b9.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-003088e45352a674.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-3df7f4ae138397a7.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-f0fa5c0e3ceb2546.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1c77f98783115915.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-cba1fc4791afa4e6.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-7163d56e3093223e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-9138d31495cbd222.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d537e50f274b5c62.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-fb5836d44357ffa7.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-764a062b0096a8c4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6558a1a3990c9f12.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a9c79fe1e0bfd229.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a7cc13a5c2111f82.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-7bc7243d5bfca2d0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-def746e7eb804baf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-00677b18825d4732.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-18ed1948276c6267.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b934c8f39b9b8745.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a38b9b0f7cd3e097.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-43cef2770a571538.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-546cf8b62ba5286d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-56292dadfdf8ace5.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d9f5788e2a13327f.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-14cd3b07749803fe.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ee8d0764527f6b54.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ce85a1ff3c740760.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-aed300909351f7ff.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-17c1eda51b457bd9.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-44953c3e4aa34309.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-8bbb1d80334d3bc8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-af7844df82cf1aa9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-e21527e956cb7c8e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8c63c0f51045c8c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2af3499fa6024671.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c3ed264523e92dc2.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c9279c123bc018de.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-45841cc3e2914d38.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c5de98fc8c408aaf.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ca40db9743f7eb22.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-3d6d9836aac79324.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-6145e16765a43466.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-cffe1df8dc2387c4.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ff50cf069db302cb.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-0d75efef0704100a.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-f47f9bb516010278.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-1916aa3e26b4c1c2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e7c33b969303809a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f3fb1f928f6ef4dc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-5e50f97cdfef7b49.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-35edf6c99537f20a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cb09c42c9e851008.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-aabcb1e0a310ca19.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-e6b007febb5b9ac5.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-640b40e1fa55647e.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-da53b6dbf1bde44e.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d82db3ef48160de6.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-9a351cb5218f61c7.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c5642eb93969e1d0.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-aa556bfde9458125.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-68f02fe77db3f4b1.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b82fc1232c5205af.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-bf0f1ab4025844ea.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-86de30a0e9b71f96.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-8a0376b60a36ef13.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6a737287b10e2c5e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ab6b255b7ac8a78d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-8e78d06de7bcad1b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c772f91fd049de46.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-fb163dfafbb44ad3.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e17492c22e486554.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-005898b2a94b195b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-fbb3802d90c287fc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b5d8d2d6b8567c9c.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-c984b9133564234d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-cf248ef374611457.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-16598a50354cc7e8.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-aec6cbaaf359968a.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
51832026-02-25T20:35:26.131Z 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=00bd8037e22cc551 -C extra-filename=-1ed84123097c795b --out-dir /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-88cea7bf556fbbd3.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-8d5c5cfd6e356a04.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-94a14105dddae7b9.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-003088e45352a674.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-3df7f4ae138397a7.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-f0fa5c0e3ceb2546.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1c77f98783115915.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-cba1fc4791afa4e6.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-7163d56e3093223e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-9138d31495cbd222.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d537e50f274b5c62.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-fb5836d44357ffa7.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-764a062b0096a8c4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6558a1a3990c9f12.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a9c79fe1e0bfd229.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a7cc13a5c2111f82.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-7bc7243d5bfca2d0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-def746e7eb804baf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-00677b18825d4732.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-18ed1948276c6267.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b934c8f39b9b8745.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a38b9b0f7cd3e097.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-43cef2770a571538.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-546cf8b62ba5286d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-56292dadfdf8ace5.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d9f5788e2a13327f.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-14cd3b07749803fe.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ee8d0764527f6b54.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ce85a1ff3c740760.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-aed300909351f7ff.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-17c1eda51b457bd9.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-44953c3e4aa34309.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-8bbb1d80334d3bc8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-af7844df82cf1aa9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-e21527e956cb7c8e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8c63c0f51045c8c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2af3499fa6024671.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c3ed264523e92dc2.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c9279c123bc018de.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-45841cc3e2914d38.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c5de98fc8c408aaf.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ca40db9743f7eb22.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-3d6d9836aac79324.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-6145e16765a43466.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-cffe1df8dc2387c4.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ff50cf069db302cb.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-0d75efef0704100a.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-f47f9bb516010278.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-1916aa3e26b4c1c2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e7c33b969303809a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f3fb1f928f6ef4dc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-5e50f97cdfef7b49.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-35edf6c99537f20a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cb09c42c9e851008.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-aabcb1e0a310ca19.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-e6b007febb5b9ac5.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-640b40e1fa55647e.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-da53b6dbf1bde44e.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d82db3ef48160de6.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-9a351cb5218f61c7.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c5642eb93969e1d0.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-aa556bfde9458125.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-68f02fe77db3f4b1.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b82fc1232c5205af.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-bf0f1ab4025844ea.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-86de30a0e9b71f96.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-8a0376b60a36ef13.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6a737287b10e2c5e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ab6b255b7ac8a78d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-8e78d06de7bcad1b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c772f91fd049de46.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-fb163dfafbb44ad3.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e17492c22e486554.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-005898b2a94b195b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-fbb3802d90c287fc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b5d8d2d6b8567c9c.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-c984b9133564234d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-cf248ef374611457.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-16598a50354cc7e8.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-aec6cbaaf359968a.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
51842026-02-25T20:35:27.623Z 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=c96c7d5a784d7e84 -C extra-filename=-b2438b7c6321b18f --out-dir /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-38ba13b1dd5cc181.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b934c8f39b9b8745.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.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-d82db3ef48160de6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-68f02fe77db3f4b1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-933ab27ca108577d.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-aec6cbaaf359968a.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-3826d6039d537d6e.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
51852026-02-25T20:35:28.865Z 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=cb4db3c3820ce4d1 -C extra-filename=-3a1b7cde0d578907 --out-dir /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-38ba13b1dd5cc181.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8c63c0f51045c8c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.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-d9f77773095d1fe1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
51862026-02-25T20:35:30.522Z 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=bee13e067f5a201a -C extra-filename=-775fa05b2e64ad9d --out-dir /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-2f5f3c9501bb523c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-23dd006b86ea45ee.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-be6e958c7a2fb8aa.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e7c33b969303809a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-522443f97758344a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c50047f036cf1dbb/out/build/artifacts -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`
51872026-02-25T20:35:31.384Z 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=80e3c0a8577851ad -C extra-filename=-38386984d052872c --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-d3b297ef696f7fa0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-23dd006b86ea45ee.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-0931f0890f594ff5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-d36dc24c4dcccedd.so --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-33b902823ba09e2b.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0507e84d998ece5e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-6b7b6bab6481afe0.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-7223926e0f953b35.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-7d3e231f9c31b536.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
51882026-02-25T20:35:32.482Z 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=ca5cde3e71284563 -C extra-filename=-f017f22984f8d5d2 --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-d3b297ef696f7fa0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-23dd006b86ea45ee.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-0931f0890f594ff5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-d36dc24c4dcccedd.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-16ace4a7da492984.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-33b902823ba09e2b.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0507e84d998ece5e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-6b7b6bab6481afe0.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-7223926e0f953b35.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-7d3e231f9c31b536.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
51892026-02-25T20:35:32.683Z 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=2f0c597109b12d39 -C extra-filename=-9497e54c736668ba --out-dir /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-88cea7bf556fbbd3.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3ad25da4e0be3c38.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1c77f98783115915.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.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-1c251e2ec15413d7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-def746e7eb804baf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b934c8f39b9b8745.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-f4aa1d496e328246.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a38b9b0f7cd3e097.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-a4a08d77ae893dd7.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-0931f0890f594ff5.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-af7844df82cf1aa9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8c63c0f51045c8c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-35b071198303dc4d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-aa556bfde9458125.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-68f02fe77db3f4b1.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b82fc1232c5205af.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-e846b58d2700cb43.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-bf0f1ab4025844ea.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-22e823a1af21dd78.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c772f91fd049de46.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e0ceb93742ed809a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-17abdf8718294db9.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
51902026-02-25T20:35:33.665Z 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=8ca20ed19cd49748 -C extra-filename=-c3e1d927f40ced5a --out-dir /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-88cea7bf556fbbd3.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3ad25da4e0be3c38.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1c77f98783115915.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.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-1c251e2ec15413d7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-def746e7eb804baf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b934c8f39b9b8745.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-691f058f48d6b515.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-f4aa1d496e328246.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a38b9b0f7cd3e097.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-a4a08d77ae893dd7.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-0931f0890f594ff5.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-af7844df82cf1aa9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8c63c0f51045c8c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-35b071198303dc4d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-aa556bfde9458125.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-68f02fe77db3f4b1.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b82fc1232c5205af.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-e846b58d2700cb43.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-bf0f1ab4025844ea.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-22e823a1af21dd78.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c772f91fd049de46.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e0ceb93742ed809a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-17abdf8718294db9.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
51912026-02-25T20:35:36.976Z 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=0e2d1a645255b697 -C extra-filename=-aad321c50280a6e4 --out-dir /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-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-94666c5d13597da6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4a3c62c97b5beaa1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-81076bf3f848e0d1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-e846b58d2700cb43.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-feacc104d68b912c.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-c0d6ab359435c93f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c50047f036cf1dbb/out/build/artifacts -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`
51922026-02-25T20:35:41.552Z 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=a61d6e8a654c4d10 -C extra-filename=-aabb322b9bb2cd23 --out-dir /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-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-94666c5d13597da6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4a3c62c97b5beaa1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-81076bf3f848e0d1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-e846b58d2700cb43.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-feacc104d68b912c.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-c0d6ab359435c93f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c50047f036cf1dbb/out/build/artifacts -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`
51932026-02-25T20:35:45.662Z 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=0ac7bf20a610b03d -C extra-filename=-d63fe9ff6947f3e6 --out-dir /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-38ba13b1dd5cc181.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b934c8f39b9b8745.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.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-d82db3ef48160de6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-68f02fe77db3f4b1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-933ab27ca108577d.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-aec6cbaaf359968a.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
51942026-02-25T20:35:47.914Z 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=8dfd735cc85aed17 -C extra-filename=-5543feda51c54598 --out-dir /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-84bb7bf787c4e466.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.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-67850f6c83103c77.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8c63c0f51045c8c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0507e84d998ece5e.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-fa15e0097da5bf7b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c50047f036cf1dbb/out/build/artifacts -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`
51952026-02-25T20:35:48.100Z 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=b7af795b89217339 -C extra-filename=-67a23f90b0185802 --out-dir /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-84bb7bf787c4e466.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.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-67850f6c83103c77.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8c63c0f51045c8c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0507e84d998ece5e.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-fa15e0097da5bf7b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c50047f036cf1dbb/out/build/artifacts -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`
51962026-02-25T20:35:48.145Z 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=50031687d803cb99 -C extra-filename=-6cfc5e600060107a --out-dir /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-84bb7bf787c4e466.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.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-67850f6c83103c77.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0507e84d998ece5e.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-fa15e0097da5bf7b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c50047f036cf1dbb/out/build/artifacts -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`
51972026-02-25T20:35:48.192Z 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=92733894ba5344c6 -C extra-filename=-7500c4189b558ad6 --out-dir /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-e7480d472d62072d.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3ad25da4e0be3c38.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-94666c5d13597da6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4a3c62c97b5beaa1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-833783da88e2e52d.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-0931f0890f594ff5.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-68eb43ca4fcb3f41.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-32f3b4bd9ec60dad.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-a032cef27cf8de49.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.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-839c1c9f312a7691.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-68f02fe77db3f4b1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-e846b58d2700cb43.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-1142157a3ff864fb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ab6b255b7ac8a78d.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-3a41fdc669eacdfb.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-00a3611f23739f0e.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-069a1e206b58c36c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-836bfab03d98ee71.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-17abdf8718294db9.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-feacc104d68b912c.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-ba42343d6a5a680d.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-d884009ee48f8811.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
51982026-02-25T20:35:49.269Z 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=69916e05fa9caab3 -C extra-filename=-09d42e50042cab87 --out-dir /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-e7480d472d62072d.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3ad25da4e0be3c38.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-94666c5d13597da6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4a3c62c97b5beaa1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-833783da88e2e52d.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-0931f0890f594ff5.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-68eb43ca4fcb3f41.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-32f3b4bd9ec60dad.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-a032cef27cf8de49.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.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-839c1c9f312a7691.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-68f02fe77db3f4b1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-e846b58d2700cb43.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-1142157a3ff864fb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ab6b255b7ac8a78d.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-3a41fdc669eacdfb.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-00a3611f23739f0e.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-069a1e206b58c36c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-836bfab03d98ee71.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-17abdf8718294db9.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-ba42343d6a5a680d.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-d884009ee48f8811.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
51992026-02-25T20:35:51.243Z 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=e3a0e081133b1cf7 -C extra-filename=-f5a04d4e529b218e --out-dir /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-e7480d472d62072d.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3ad25da4e0be3c38.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-94666c5d13597da6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4a3c62c97b5beaa1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-833783da88e2e52d.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-0931f0890f594ff5.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-68eb43ca4fcb3f41.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-32f3b4bd9ec60dad.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-a032cef27cf8de49.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.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-839c1c9f312a7691.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-68f02fe77db3f4b1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-e846b58d2700cb43.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-1142157a3ff864fb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ab6b255b7ac8a78d.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-3a41fdc669eacdfb.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-00a3611f23739f0e.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-069a1e206b58c36c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-836bfab03d98ee71.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-17abdf8718294db9.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-feacc104d68b912c.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-ba42343d6a5a680d.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-d884009ee48f8811.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
52002026-02-25T20:35:52.786Z 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=04e30d3e6d1a629b -C extra-filename=-0c96118b75fb9235 --out-dir /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-88cea7bf556fbbd3.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-3df7f4ae138397a7.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-126388bf581bf66d.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3ad25da4e0be3c38.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.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-0db4f98211e0adfb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-5ad0edf18e465266.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a7cc13a5c2111f82.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-655d5fdec46223d1.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-2a9a3e75d1edf5a1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-027944bdf890a5a3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-00677b18825d4732.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e25cc5d3cccd507f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b934c8f39b9b8745.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-691f058f48d6b515.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-2e935542f09cbbf2.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-f4aa1d496e328246.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a38b9b0f7cd3e097.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-43cef2770a571538.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-546cf8b62ba5286d.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-a8f34b197225b96b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-af7844df82cf1aa9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-68eb43ca4fcb3f41.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8c63c0f51045c8c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c2b6f22af536197c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1e2967a1dca46d32.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-aabcb1e0a310ca19.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-da53b6dbf1bde44e.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-a0c881ea38bffce3.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d82db3ef48160de6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-68f02fe77db3f4b1.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b82fc1232c5205af.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6a737287b10e2c5e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c772f91fd049de46.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-ddb12d3c860fbf05.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-069a1e206b58c36c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-5ad29d1fa6db8d27.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e0ceb93742ed809a.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-dfa18c79d427fcb8.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-17abdf8718294db9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-feacc104d68b912c.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-ba42343d6a5a680d.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-5388c6e2a896c849.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-d884009ee48f8811.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
52012026-02-25T20:35:52.932Z 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=8f013e7b13fb746f -C extra-filename=-42b0fc5136722b7a --out-dir /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-38ba13b1dd5cc181.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.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-c9a7fa0154c9c562.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8c63c0f51045c8c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.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-d9f77773095d1fe1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-befaf97320b47129.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
52022026-02-25T20:36:08.312Z 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=847f8e917bc58458 -C extra-filename=-af54c43d34ecded2 --out-dir /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-38ba13b1dd5cc181.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.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-c8c63c0f51045c8c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.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-d9f77773095d1fe1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-befaf97320b47129.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
52032026-02-25T20:36:13.905Z 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=c3659d4a70baa7db -C extra-filename=-e2667d39f700553a --out-dir /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-38ba13b1dd5cc181.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.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-c9a7fa0154c9c562.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8c63c0f51045c8c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.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-d9f77773095d1fe1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-befaf97320b47129.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
52042026-02-25T20:36:14.467Z 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=17fd59ffd6b9f83d -C extra-filename=-9b57ae92b9aaf02a --out-dir /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-38ba13b1dd5cc181.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.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-1817bf1beedd1b27.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c50047f036cf1dbb/out/build/artifacts -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`
52052026-02-25T20:36:16.980Z 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=c5f189c57d590a93 -C extra-filename=-1fe9092348c04921 --out-dir /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-88cea7bf556fbbd3.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-1cd76d9de7de973e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-43cef2770a571538.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-546cf8b62ba5286d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ee8d0764527f6b54.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-44953c3e4aa34309.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8c63c0f51045c8c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c2b6f22af536197c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1e2967a1dca46d32.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c3ed264523e92dc2.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-e87a5e469d2c778b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-53ecc71e5d415740.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-93b0d2e15ff57a5e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4602a54bd75d3351.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-16ace4a7da492984.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-085fd6f52ea50190.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b5d8d2d6b8567c9c.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
52062026-02-25T20:36:18.697Z 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=9625a3a73e5b1ac6 -C extra-filename=-6cce75aaa89dd467 --out-dir /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-88cea7bf556fbbd3.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-1cd76d9de7de973e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-43cef2770a571538.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-546cf8b62ba5286d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ee8d0764527f6b54.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-44953c3e4aa34309.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8c63c0f51045c8c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c2b6f22af536197c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1e2967a1dca46d32.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c3ed264523e92dc2.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-e87a5e469d2c778b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-53ecc71e5d415740.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4602a54bd75d3351.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-16ace4a7da492984.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-085fd6f52ea50190.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b5d8d2d6b8567c9c.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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-25T20:36:22.252Z 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=989aa7ff1436308e -C extra-filename=-68cedc15d1d21ce0 --out-dir /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-88cea7bf556fbbd3.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-1cd76d9de7de973e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-43cef2770a571538.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-546cf8b62ba5286d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ee8d0764527f6b54.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-44953c3e4aa34309.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8c63c0f51045c8c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c2b6f22af536197c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1e2967a1dca46d32.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c3ed264523e92dc2.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-e87a5e469d2c778b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-53ecc71e5d415740.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-93b0d2e15ff57a5e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4602a54bd75d3351.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-16ace4a7da492984.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-085fd6f52ea50190.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b5d8d2d6b8567c9c.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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-25T20:36:27.157Z 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=8fb7ec9c3bd6e5ae -C extra-filename=-ab717d8fac750378 --out-dir /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-88cea7bf556fbbd3.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-1cd76d9de7de973e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-43cef2770a571538.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-546cf8b62ba5286d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ee8d0764527f6b54.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-44953c3e4aa34309.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8c63c0f51045c8c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c2b6f22af536197c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1e2967a1dca46d32.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c3ed264523e92dc2.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-e87a5e469d2c778b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-53ecc71e5d415740.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-93b0d2e15ff57a5e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4602a54bd75d3351.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-16ace4a7da492984.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-085fd6f52ea50190.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b5d8d2d6b8567c9c.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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-25T20:36:27.368Z 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=a9a6b4f6131006e7 -C extra-filename=-ecc87f1bbb9a522d --out-dir /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-30204990db0efbd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e19bce47ba6e7c57.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-75110706afaa0f53.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1278f6b4b36ec8c5.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.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-546cf8b62ba5286d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-e8cdefffbc26f2a7.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-63222bbd9717272d.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-17c1eda51b457bd9.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-f9fe0f79e6475c9d.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-2aeb5bec63f7ee12.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-44953c3e4aa34309.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-cea32215bc04675c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8c63c0f51045c8c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.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-839c1c9f312a7691.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-d82db3ef48160de6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.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-99fa6c2fce8d7f42.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-5ad29d1fa6db8d27.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e0ceb93742ed809a.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-dfa18c79d427fcb8.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
52102026-02-25T20:36:31.097Z 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=f3d78225566451bf -C extra-filename=-9fe8b1c31ba389cd --out-dir /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-30204990db0efbd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e19bce47ba6e7c57.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-75110706afaa0f53.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1278f6b4b36ec8c5.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.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-546cf8b62ba5286d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-e8cdefffbc26f2a7.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-63222bbd9717272d.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-17c1eda51b457bd9.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-f9fe0f79e6475c9d.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-2aeb5bec63f7ee12.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-44953c3e4aa34309.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-cea32215bc04675c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8c63c0f51045c8c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.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-1817bf1beedd1b27.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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-d82db3ef48160de6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.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-99fa6c2fce8d7f42.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-5ad29d1fa6db8d27.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e0ceb93742ed809a.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-dfa18c79d427fcb8.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
52112026-02-25T20:36:32.863Z 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=03ad8acf7777a70f -C extra-filename=-b1ea2293ef1273c9 --out-dir /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-30204990db0efbd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e19bce47ba6e7c57.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-75110706afaa0f53.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1278f6b4b36ec8c5.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.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-546cf8b62ba5286d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-e8cdefffbc26f2a7.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-63222bbd9717272d.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-17c1eda51b457bd9.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-f9fe0f79e6475c9d.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-2aeb5bec63f7ee12.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-44953c3e4aa34309.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-cea32215bc04675c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8c63c0f51045c8c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.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-1817bf1beedd1b27.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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-d82db3ef48160de6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.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-99fa6c2fce8d7f42.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-5ad29d1fa6db8d27.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e0ceb93742ed809a.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-dfa18c79d427fcb8.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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-25T20:36:35.158Z 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=a7a66d49ddedf2e5 -C extra-filename=-6f922ca494973aa7 --out-dir /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-84bb7bf787c4e466.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.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-0c440abe45f834e0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b934c8f39b9b8745.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-6291a591ea2fbb89.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-8bec5bf0dfd6680c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-fa15e0097da5bf7b.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-36b1178678ed49cf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.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-839c1c9f312a7691.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-aa556bfde9458125.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-326615d2ebd3e016.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-bf0f1ab4025844ea.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6a737287b10e2c5e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
52132026-02-25T20:36:36.551Z 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=f184e7b3448b7f8a -C extra-filename=-d26c2557b1ad7544 --out-dir /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-88cea7bf556fbbd3.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-8d5c5cfd6e356a04.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-94a14105dddae7b9.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-003088e45352a674.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-3df7f4ae138397a7.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-f0fa5c0e3ceb2546.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1c77f98783115915.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-cba1fc4791afa4e6.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-7163d56e3093223e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-9138d31495cbd222.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d537e50f274b5c62.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-fb5836d44357ffa7.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-764a062b0096a8c4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6558a1a3990c9f12.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a9c79fe1e0bfd229.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a7cc13a5c2111f82.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-7bc7243d5bfca2d0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-def746e7eb804baf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-00677b18825d4732.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-18ed1948276c6267.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b934c8f39b9b8745.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a38b9b0f7cd3e097.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-43cef2770a571538.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-546cf8b62ba5286d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-56292dadfdf8ace5.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d9f5788e2a13327f.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-14cd3b07749803fe.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ee8d0764527f6b54.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ce85a1ff3c740760.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-aed300909351f7ff.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-17c1eda51b457bd9.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-44953c3e4aa34309.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-8bbb1d80334d3bc8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-af7844df82cf1aa9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8c63c0f51045c8c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2af3499fa6024671.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c3ed264523e92dc2.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c9279c123bc018de.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-45841cc3e2914d38.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c5de98fc8c408aaf.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ca40db9743f7eb22.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-3d6d9836aac79324.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-6145e16765a43466.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-cffe1df8dc2387c4.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ff50cf069db302cb.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-0d75efef0704100a.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-f47f9bb516010278.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-1916aa3e26b4c1c2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e7c33b969303809a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f3fb1f928f6ef4dc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-5e50f97cdfef7b49.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-35edf6c99537f20a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cb09c42c9e851008.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-aabcb1e0a310ca19.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-e6b007febb5b9ac5.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-640b40e1fa55647e.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-da53b6dbf1bde44e.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d82db3ef48160de6.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-9a351cb5218f61c7.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c5642eb93969e1d0.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-aa556bfde9458125.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-68f02fe77db3f4b1.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b82fc1232c5205af.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-bf0f1ab4025844ea.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-86de30a0e9b71f96.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-8a0376b60a36ef13.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6a737287b10e2c5e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ab6b255b7ac8a78d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-8e78d06de7bcad1b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c772f91fd049de46.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-fb163dfafbb44ad3.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e17492c22e486554.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-005898b2a94b195b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-fbb3802d90c287fc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b5d8d2d6b8567c9c.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-c984b9133564234d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-cf248ef374611457.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-16598a50354cc7e8.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-aec6cbaaf359968a.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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/`
52142026-02-25T20:36:45.616Z 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=27cce6fbbb191949 -C extra-filename=-d7ab1e74657aff53 --out-dir /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-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-7a069971e5ec8672.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-f6f1d02f2df73afa.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-cba1fc4791afa4e6.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-3572cb27f8f66195.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b934c8f39b9b8745.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-3195440edf1a3fe2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8c63c0f51045c8c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c2b6f22af536197c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1e2967a1dca46d32.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4602a54bd75d3351.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-e5118c23422e0762.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-befaf97320b47129.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-47e15988146239e3.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
52152026-02-25T20:36:46.069Z 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=b6a3b22e36d8c8f5 -C extra-filename=-eab6a47f310f4c2f --out-dir /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-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-7a069971e5ec8672.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-f6f1d02f2df73afa.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-cba1fc4791afa4e6.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-3572cb27f8f66195.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b934c8f39b9b8745.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-3195440edf1a3fe2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8c63c0f51045c8c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c2b6f22af536197c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1e2967a1dca46d32.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4602a54bd75d3351.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-e5118c23422e0762.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-befaf97320b47129.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-47e15988146239e3.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
52162026-02-25T20:36:47.575Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
52172026-02-25T20:36:47.621Z 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=85342ea19cd3337f -C extra-filename=-8c7debccea89f726 --out-dir /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-f6f1d02f2df73afa.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-3572cb27f8f66195.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4602a54bd75d3351.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-e5118c23422e0762.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-a654ba7dfca26712.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
52182026-02-25T20:36:49.241Z 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=e936b4c0414ad053 -C extra-filename=-1f478a633a84839e --out-dir /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-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-7a069971e5ec8672.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-f6f1d02f2df73afa.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-cba1fc4791afa4e6.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-3572cb27f8f66195.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b934c8f39b9b8745.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-3195440edf1a3fe2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8c63c0f51045c8c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c2b6f22af536197c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1e2967a1dca46d32.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4602a54bd75d3351.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-e5118c23422e0762.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-befaf97320b47129.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-47e15988146239e3.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
52192026-02-25T20:36:49.588Z 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=1da82a6ce53e6a6a -C extra-filename=-6a7ab820ede8d963 --out-dir /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-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-7a069971e5ec8672.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-f6f1d02f2df73afa.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-cba1fc4791afa4e6.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-3572cb27f8f66195.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b934c8f39b9b8745.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8c63c0f51045c8c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c2b6f22af536197c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1e2967a1dca46d32.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4602a54bd75d3351.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-e5118c23422e0762.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-befaf97320b47129.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-47e15988146239e3.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
52202026-02-25T20:36:51.804Z 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=17e333bf3c751c1e -C extra-filename=-08070b1eed7abbb9 --out-dir /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-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-7a069971e5ec8672.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-f6f1d02f2df73afa.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-cba1fc4791afa4e6.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-3572cb27f8f66195.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b934c8f39b9b8745.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-3195440edf1a3fe2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8c63c0f51045c8c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c2b6f22af536197c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1e2967a1dca46d32.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4602a54bd75d3351.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-e5118c23422e0762.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-befaf97320b47129.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-47e15988146239e3.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
52212026-02-25T20:36:54.178Z 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=6ac3014a94551a95 -C extra-filename=-49840efdcb4d03d9 --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-cb6fed0666e78053.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-87748e58ff995f86.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
52222026-02-25T20:36:55.520Z 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=830ed5d56273cec1 -C extra-filename=-63b19860697a3800 --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-280d917f95dd2532.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-44953c3e4aa34309.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
52232026-02-25T20:36:58.494Z 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=a1d284b656dc1585 -C extra-filename=-73f9a558078c1684 --out-dir /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-88cea7bf556fbbd3.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-bad1a6b2b2a7a591.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-f1a56c0a641fda20.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-c901b26b160583a6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.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-083f1aaa2e1c4f02.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-280d917f95dd2532.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-44953c3e4aa34309.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8c63c0f51045c8c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-2055f5b2989e4397.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-d6a442a1cc96b301.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-02597dc866b79438.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fdb259f868f965ab.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b5d8d2d6b8567c9c.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
52242026-02-25T20:37:04.025Z 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=053a32eb8a51bf03 -C extra-filename=-701f10c9d8775b16 --out-dir /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-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-7a069971e5ec8672.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-cba1fc4791afa4e6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b934c8f39b9b8745.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-3195440edf1a3fe2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4602a54bd75d3351.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-befaf97320b47129.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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-25T20:37:09.762Z 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=b75d66d0f151bb33 -C extra-filename=-7b58ecd7c41b4f48 --out-dir /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-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-7a069971e5ec8672.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-cba1fc4791afa4e6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b934c8f39b9b8745.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-3195440edf1a3fe2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4602a54bd75d3351.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-befaf97320b47129.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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-25T20:37:19.228Z 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=be725d2c03e717ee -C extra-filename=-666276260a887aa4 --out-dir /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-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-7a069971e5ec8672.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-cba1fc4791afa4e6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b934c8f39b9b8745.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-3195440edf1a3fe2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4602a54bd75d3351.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-befaf97320b47129.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
52272026-02-25T20:37:21.459Z 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=b0e0cb9ae58057eb -C extra-filename=-89c50b13471cb6f3 --out-dir /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-30204990db0efbd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-cba1fc4791afa4e6.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-a47fb2c3a2a2d343.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.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-764a062b0096a8c4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a7cc13a5c2111f82.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1278f6b4b36ec8c5.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-027944bdf890a5a3.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b934c8f39b9b8745.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-833783da88e2e52d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-43cef2770a571538.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-546cf8b62ba5286d.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-58606c2cc24cce8a.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-ce85a1ff3c740760.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-63222bbd9717272d.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-17c1eda51b457bd9.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-f9fe0f79e6475c9d.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-2aeb5bec63f7ee12.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-44953c3e4aa34309.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8c63c0f51045c8c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-1817bf1beedd1b27.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-cb09c42c9e851008.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d82db3ef48160de6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-68f02fe77db3f4b1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-86de30a0e9b71f96.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-22e823a1af21dd78.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-5ad29d1fa6db8d27.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e0ceb93742ed809a.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-12d37f5a9f0e0bbb.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-dfa18c79d427fcb8.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
52282026-02-25T20:37:23.402Z 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=c9a3a8b098c96f3e -C extra-filename=-374829e9524dffa5 --out-dir /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-30204990db0efbd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-cba1fc4791afa4e6.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-a47fb2c3a2a2d343.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.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-764a062b0096a8c4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a7cc13a5c2111f82.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1278f6b4b36ec8c5.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-027944bdf890a5a3.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b934c8f39b9b8745.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-833783da88e2e52d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-43cef2770a571538.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-546cf8b62ba5286d.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-58606c2cc24cce8a.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-ce85a1ff3c740760.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-63222bbd9717272d.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-17c1eda51b457bd9.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-2aeb5bec63f7ee12.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-44953c3e4aa34309.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8c63c0f51045c8c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-1817bf1beedd1b27.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-cb09c42c9e851008.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d82db3ef48160de6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-68f02fe77db3f4b1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-86de30a0e9b71f96.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-22e823a1af21dd78.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-5ad29d1fa6db8d27.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e0ceb93742ed809a.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-12d37f5a9f0e0bbb.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-dfa18c79d427fcb8.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
52292026-02-25T20:37:29.869Z 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=0510f8a804bced9e -C extra-filename=-aa02b5067248a5c1 --out-dir /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-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e19bce47ba6e7c57.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1278f6b4b36ec8c5.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.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-546cf8b62ba5286d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-e8cdefffbc26f2a7.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-63222bbd9717272d.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-17c1eda51b457bd9.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-f9fe0f79e6475c9d.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-2aeb5bec63f7ee12.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-44953c3e4aa34309.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-cea32215bc04675c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.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-1817bf1beedd1b27.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-d82db3ef48160de6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-99fa6c2fce8d7f42.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-5ad29d1fa6db8d27.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e0ceb93742ed809a.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-dfa18c79d427fcb8.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
52302026-02-25T20:37:35.059Z 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=39b3f8e1cea1bafc -C extra-filename=-092ab96218b0241d --out-dir /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-8c2c3fd5c7fb1f46.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-23a35671277130b0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-b2eb96f28f0124c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-3572cb27f8f66195.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-3ccd842abda31d0e.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-23dd006b86ea45ee.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4a3c62c97b5beaa1.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-9691c4f91b237a30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-c676e4095544447e.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-833783da88e2e52d.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-0931f0890f594ff5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8c63c0f51045c8c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c3ed264523e92dc2.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4602a54bd75d3351.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-e5118c23422e0762.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fe28fc0648490ff3.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0507e84d998ece5e.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-d5c79c108e63e61b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-085fd6f52ea50190.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-81076bf3f848e0d1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-c9172f5d3701e141.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-580ab898584e9fdb.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-2a41b09a7fdea892.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-99fa6c2fce8d7f42.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ab6b255b7ac8a78d.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-229621499bbc22b0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b5d8d2d6b8567c9c.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
52312026-02-25T20:37:38.801Z 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=01818694e767318e -C extra-filename=-531a30cf3bc280e7 --out-dir /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-8c2c3fd5c7fb1f46.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-23a35671277130b0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-b2eb96f28f0124c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-3572cb27f8f66195.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-3ccd842abda31d0e.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-23dd006b86ea45ee.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4a3c62c97b5beaa1.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-9691c4f91b237a30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-c676e4095544447e.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-833783da88e2e52d.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-0931f0890f594ff5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8c63c0f51045c8c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c3ed264523e92dc2.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-e5118c23422e0762.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fe28fc0648490ff3.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0507e84d998ece5e.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-d5c79c108e63e61b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-085fd6f52ea50190.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-81076bf3f848e0d1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-c9172f5d3701e141.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-580ab898584e9fdb.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-2a41b09a7fdea892.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-99fa6c2fce8d7f42.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ab6b255b7ac8a78d.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-229621499bbc22b0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b5d8d2d6b8567c9c.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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-25T20:37:42.733Z 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=d68ec850d8edecbc -C extra-filename=-ee49266957824164 --out-dir /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-8c2c3fd5c7fb1f46.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-23a35671277130b0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-b2eb96f28f0124c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-3572cb27f8f66195.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-3ccd842abda31d0e.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-23dd006b86ea45ee.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4a3c62c97b5beaa1.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-9691c4f91b237a30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-c676e4095544447e.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-833783da88e2e52d.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-0931f0890f594ff5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8c63c0f51045c8c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c3ed264523e92dc2.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4602a54bd75d3351.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-e5118c23422e0762.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fe28fc0648490ff3.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0507e84d998ece5e.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-d5c79c108e63e61b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-085fd6f52ea50190.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-81076bf3f848e0d1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-c9172f5d3701e141.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-580ab898584e9fdb.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-2a41b09a7fdea892.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-99fa6c2fce8d7f42.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ab6b255b7ac8a78d.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-229621499bbc22b0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b5d8d2d6b8567c9c.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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-25T20:38:06.180Z 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=8eb936448a7da6a2 -C extra-filename=-684f8ea62ec4d4c2 --out-dir /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-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-94666c5d13597da6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4a3c62c97b5beaa1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-81076bf3f848e0d1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-e846b58d2700cb43.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-feacc104d68b912c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c50047f036cf1dbb/out/build/artifacts -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`
52342026-02-25T20:38:06.261Z 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=d765c60b9e0beca8 -C extra-filename=-59d5028947a3f080 --out-dir /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-3ad25da4e0be3c38.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-94666c5d13597da6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4a3c62c97b5beaa1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-833783da88e2e52d.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-0931f0890f594ff5.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-68eb43ca4fcb3f41.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-32f3b4bd9ec60dad.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-a032cef27cf8de49.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.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-839c1c9f312a7691.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-68f02fe77db3f4b1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-e846b58d2700cb43.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-1142157a3ff864fb.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-3a41fdc669eacdfb.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-00a3611f23739f0e.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-069a1e206b58c36c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-836bfab03d98ee71.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-17abdf8718294db9.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-feacc104d68b912c.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-ba42343d6a5a680d.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-d884009ee48f8811.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
52352026-02-25T20:38:13.598Z 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=353a7634aecace61 -C extra-filename=-a2124b18ae186262 --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-2e5a158439ddb7a7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c50047f036cf1dbb/out/build/artifacts -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`
52362026-02-25T20:38:14.428Z 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=eb5828a6a4b4e788 -C extra-filename=-186236edcb10c776 --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-9691c4f91b237a30.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-a2a2a4a16aad62f2.rlib --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-2e5a158439ddb7a7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
52372026-02-25T20:38:16.861Z 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=6b0d4240d5232968 -C extra-filename=-38767ab4e59865e4 --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-126388bf581bf66d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a7cc13a5c2111f82.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-68eb43ca4fcb3f41.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-68f02fe77db3f4b1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-ba42343d6a5a680d.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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-25T20:38:21.449Z Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
52392026-02-25T20:38:21.477Z 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=13f78dc0c6a58b8c -C extra-filename=-894e39918e846cce --out-dir /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-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a7cc13a5c2111f82.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1278f6b4b36ec8c5.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-43cef2770a571538.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-546cf8b62ba5286d.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-5f7e4259c5408189.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-44953c3e4aa34309.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-cea32215bc04675c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-085fd6f52ea50190.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-d82db3ef48160de6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-68f02fe77db3f4b1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
52402026-02-25T20:38:21.549Z 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=ad48c8428bfb9567 -C extra-filename=-c0bed06260947c11 --out-dir /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-26147300913a2b5a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a7cc13a5c2111f82.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-655d5fdec46223d1.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-2a9a3e75d1edf5a1.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1278f6b4b36ec8c5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e25cc5d3cccd507f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b934c8f39b9b8745.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-43cef2770a571538.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-546cf8b62ba5286d.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-5f7e4259c5408189.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-44953c3e4aa34309.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8c63c0f51045c8c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-085fd6f52ea50190.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-f47f9bb516010278.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-1916aa3e26b4c1c2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-35edf6c99537f20a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cb09c42c9e851008.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d82db3ef48160de6.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c5642eb93969e1d0.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-68f02fe77db3f4b1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-86de30a0e9b71f96.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c772f91fd049de46.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-005898b2a94b195b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
52412026-02-25T20:38:26.555Z 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=2d936b2b87ccea86 -C extra-filename=-b991941f185b8ea8 --out-dir /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-26147300913a2b5a.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-833783da88e2e52d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-63222bbd9717272d.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-f9fe0f79e6475c9d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-44953c3e4aa34309.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-bda9d7b3463089bb.rlib --extern renderdag=/work/oxidecomputer/omicron/target/debug/deps/librenderdag-e4c04f53b101375e.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d82db3ef48160de6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.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-4bb6e69cb038f134.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-12d37f5a9f0e0bbb.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
52422026-02-25T20:38:27.425Z 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=9f3911f7f6617b63 -C extra-filename=-c7f4b59343c93430 --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-58606c2cc24cce8a.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-f9fe0f79e6475c9d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-44953c3e4aa34309.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8c63c0f51045c8c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d82db3ef48160de6.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
52432026-02-25T20:38:36.018Z 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=58035e6a563707c2 -C extra-filename=-37e31e35954df5db --out-dir /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-88cea7bf556fbbd3.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-43cef2770a571538.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-546cf8b62ba5286d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ee8d0764527f6b54.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-44953c3e4aa34309.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c3ed264523e92dc2.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-e87a5e469d2c778b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-53ecc71e5d415740.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-93b0d2e15ff57a5e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4602a54bd75d3351.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-16ace4a7da492984.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-085fd6f52ea50190.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b5d8d2d6b8567c9c.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
52442026-02-25T20:38:37.930Z 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=171b8afcbf5bf748 -C extra-filename=-c98b56f6340a902d --out-dir /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-88cea7bf556fbbd3.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-43cef2770a571538.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-546cf8b62ba5286d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ee8d0764527f6b54.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-44953c3e4aa34309.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c3ed264523e92dc2.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-e87a5e469d2c778b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-53ecc71e5d415740.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-93b0d2e15ff57a5e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4602a54bd75d3351.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-16ace4a7da492984.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-085fd6f52ea50190.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b5d8d2d6b8567c9c.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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-25T20:38:56.944Z 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=22ee0170fd898522 -C extra-filename=-e7060517815ce194 --out-dir /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-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-0007ca7bf57f322b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-d533a6a15dc980fa.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a7cc13a5c2111f82.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-655d5fdec46223d1.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-21d7abd67f6f3eb1.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-2a9a3e75d1edf5a1.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1278f6b4b36ec8c5.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-1552c0414843e779.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b934c8f39b9b8745.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-a4a08d77ae893dd7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8c63c0f51045c8c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c3ed264523e92dc2.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c9279c123bc018de.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-45841cc3e2914d38.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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-d9f77773095d1fe1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-86de30a0e9b71f96.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c772f91fd049de46.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-8407c2a602f4c9fe.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-16598a50354cc7e8.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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-25T20:38:59.015Z 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=c09e3cc5b8674465 -C extra-filename=-ff67222b3ba2b875 --out-dir /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-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-0007ca7bf57f322b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-d533a6a15dc980fa.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-655d5fdec46223d1.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-21d7abd67f6f3eb1.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1278f6b4b36ec8c5.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-1552c0414843e779.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b934c8f39b9b8745.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-a4a08d77ae893dd7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-a330a9a643310129.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c3ed264523e92dc2.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c9279c123bc018de.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-45841cc3e2914d38.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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-d9f77773095d1fe1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c772f91fd049de46.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-8407c2a602f4c9fe.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-16598a50354cc7e8.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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/`
52472026-02-25T20:39:05.072Z 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=114e708116dab612 -C extra-filename=-cead36e941ace07f --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-9691c4f91b237a30.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a7cc13a5c2111f82.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-655d5fdec46223d1.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1278f6b4b36ec8c5.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-a330a9a643310129.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8c63c0f51045c8c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-085fd6f52ea50190.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-86de30a0e9b71f96.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
52482026-02-25T20:39:12.080Z 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=d501021c85677742 -C extra-filename=-3ad6f2275f2da84e --out-dir /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-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-0007ca7bf57f322b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-d533a6a15dc980fa.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a7cc13a5c2111f82.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-655d5fdec46223d1.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-21d7abd67f6f3eb1.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-2a9a3e75d1edf5a1.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1278f6b4b36ec8c5.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-1552c0414843e779.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b934c8f39b9b8745.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-a4a08d77ae893dd7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-a330a9a643310129.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8c63c0f51045c8c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c3ed264523e92dc2.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c9279c123bc018de.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-45841cc3e2914d38.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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-d9f77773095d1fe1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-86de30a0e9b71f96.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c772f91fd049de46.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-8407c2a602f4c9fe.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-16598a50354cc7e8.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
52492026-02-25T20:39:30.287Z 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=4895ee05282e4d6a -C extra-filename=-e0ae24cdbe13c6c0 --out-dir /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-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-0007ca7bf57f322b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-d533a6a15dc980fa.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a7cc13a5c2111f82.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-655d5fdec46223d1.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-21d7abd67f6f3eb1.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-2a9a3e75d1edf5a1.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1278f6b4b36ec8c5.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-1552c0414843e779.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b934c8f39b9b8745.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-a4a08d77ae893dd7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-a330a9a643310129.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8c63c0f51045c8c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c3ed264523e92dc2.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c9279c123bc018de.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-45841cc3e2914d38.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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-d9f77773095d1fe1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-86de30a0e9b71f96.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c772f91fd049de46.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-8407c2a602f4c9fe.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-16598a50354cc7e8.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
52502026-02-25T20:39:35.522Z Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
52512026-02-25T20:39:35.547Z 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=10a4257f07c581ff -C extra-filename=-8d1c5be242454a9f --out-dir /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-38ba13b1dd5cc181.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-655d5fdec46223d1.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-2a9a3e75d1edf5a1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-a330a9a643310129.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-d9f77773095d1fe1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
52522026-02-25T20:39:40.425Z 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=346668163095fab2 -C extra-filename=-51ba007ee378bf3e --out-dir /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-26147300913a2b5a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a7cc13a5c2111f82.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-655d5fdec46223d1.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-2a9a3e75d1edf5a1.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1278f6b4b36ec8c5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e25cc5d3cccd507f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b934c8f39b9b8745.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-43cef2770a571538.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-546cf8b62ba5286d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-44953c3e4aa34309.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8c63c0f51045c8c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-085fd6f52ea50190.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-f47f9bb516010278.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-1916aa3e26b4c1c2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-35edf6c99537f20a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cb09c42c9e851008.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d82db3ef48160de6.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c5642eb93969e1d0.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-68f02fe77db3f4b1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-86de30a0e9b71f96.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c772f91fd049de46.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-005898b2a94b195b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
52532026-02-25T20:39:40.525Z 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=33613daeb533fdd2 -C extra-filename=-a5f7d6aa23dc9596 --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-26147300913a2b5a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a38b9b0f7cd3e097.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c5de98fc8c408aaf.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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-d82db3ef48160de6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-68f02fe77db3f4b1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-17abdf8718294db9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-ba42343d6a5a680d.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
52542026-02-25T20:39:41.273Z 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=f596ccdc7fb804e1 -C extra-filename=-72bd6bd311c3ca47 --out-dir /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-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.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-9691c4f91b237a30.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-5ad0edf18e465266.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e25cc5d3cccd507f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8c63c0f51045c8c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6a737287b10e2c5e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-ddb12d3c860fbf05.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-5ad29d1fa6db8d27.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-fbb3802d90c287fc.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e0ceb93742ed809a.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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-25T20:39:45.998Z Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
52562026-02-25T20:39:46.024Z 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=055b2646805c9423 -C extra-filename=-dc1d26797c045458 --out-dir /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-3ad25da4e0be3c38.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-f47f9bb516010278.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-d9f77773095d1fe1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-dfa18c79d427fcb8.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
52572026-02-25T20:39:49.465Z 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=bd42c0d55bb6291e -C extra-filename=-1c728e133ef63dd3 --out-dir /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-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-118edb141eb72ad8.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-cba1fc4791afa4e6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-a032cef27cf8de49.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-befaf97320b47129.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
52582026-02-25T20:39:55.241Z 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=b1cc11695503c960 -C extra-filename=-6e30df526b3b8a35 --out-dir /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-a6b831b623e321bf.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-cba1fc4791afa4e6.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-a47fb2c3a2a2d343.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-f1a56c0a641fda20.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-faeb7aac8eb71b65.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d537e50f274b5c62.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-0007ca7bf57f322b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a7cc13a5c2111f82.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1278f6b4b36ec8c5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b934c8f39b9b8745.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-546cf8b62ba5286d.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-58606c2cc24cce8a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-e8cdefffbc26f2a7.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-f46b14dcd7bbc585.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-68eb43ca4fcb3f41.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8c63c0f51045c8c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-2055f5b2989e4397.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4602a54bd75d3351.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fe28fc0648490ff3.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0507e84d998ece5e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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-522443f97758344a.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d82db3ef48160de6.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-9a351cb5218f61c7.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-68f02fe77db3f4b1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a16fab7cf1860802.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-99fa6c2fce8d7f42.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-22e823a1af21dd78.so --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-3a41fdc669eacdfb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-ddb12d3c860fbf05.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e17492c22e486554.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-005898b2a94b195b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.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-17abdf8718294db9.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-47e15988146239e3.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
52592026-02-25T20:39:57.646Z 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=0707e21246a0533a -C extra-filename=-dbea1bcc61087cdc --out-dir /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-88cea7bf556fbbd3.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.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-d537e50f274b5c62.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b934c8f39b9b8745.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-56292dadfdf8ace5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8c63c0f51045c8c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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-aa556bfde9458125.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c772f91fd049de46.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
52602026-02-25T20:40:00.533Z 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=ee9a28d777972792 -C extra-filename=-705296fb04cf30bb --out-dir /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-88cea7bf556fbbd3.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-ceeb021a1fc90143.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-30204990db0efbd8.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-a69d61b81f6a260b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.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-e5e0888dc68feb62.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d9f5788e2a13327f.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-db86bf4fdb6fd800.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8c63c0f51045c8c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2af3499fa6024671.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-18800e7cec4c4855.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-c9b20a6596fb7345.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-1939e5575b5e5905.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-bf0f1ab4025844ea.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-8e78d06de7bcad1b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.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-aec6cbaaf359968a.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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)'`
52612026-02-25T20:40:12.361Z 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=5e20ec2dce89e887 -C extra-filename=-ac06dc0b8dfd357a --out-dir /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-30204990db0efbd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-c0b89a4df75567e6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6558a1a3990c9f12.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-dbf3c26303ac12fa.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-e64b9610087ab7c2.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-027944bdf890a5a3.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-222f1d3cf1381884.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-546cf8b62ba5286d.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-97e118f57bd789a5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8c63c0f51045c8c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c2b6f22af536197c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1e2967a1dca46d32.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4cc5ba24a6003517.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c5de98fc8c408aaf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-e846b58d2700cb43.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ab6b255b7ac8a78d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
52622026-02-25T20:40:20.118Z 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=ff47c7c3f8bdf843 -C extra-filename=-a06fdb71ecf9459b --out-dir /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-30204990db0efbd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-764a062b0096a8c4.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-c0b89a4df75567e6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6558a1a3990c9f12.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-dbf3c26303ac12fa.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-e64b9610087ab7c2.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-027944bdf890a5a3.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-222f1d3cf1381884.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-546cf8b62ba5286d.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-97e118f57bd789a5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8c63c0f51045c8c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c2b6f22af536197c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1e2967a1dca46d32.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4cc5ba24a6003517.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c5de98fc8c408aaf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-e846b58d2700cb43.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ab6b255b7ac8a78d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
52632026-02-25T20:40:23.867Z 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=f0b853702b0b15bd -C extra-filename=-4485c2bc03d619bb --out-dir /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-3ad25da4e0be3c38.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1c77f98783115915.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.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-faeb7aac8eb71b65.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-833783da88e2e52d.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-35bc9e709ee2586e.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-c8c63c0f51045c8c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-32f3b4bd9ec60dad.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-fa15e0097da5bf7b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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-522443f97758344a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.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-595358cf5c627738.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c772f91fd049de46.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
52642026-02-25T20:40:25.009Z 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=7082b8873a629c7e -C extra-filename=-1a91085d9c3daa1d --out-dir /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-88cea7bf556fbbd3.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-94a14105dddae7b9.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8c63c0f51045c8c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ff50cf069db302cb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f3fb1f928f6ef4dc.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-9a351cb5218f61c7.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-68f02fe77db3f4b1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-22e823a1af21dd78.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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-25T20:40:39.244Z Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
52662026-02-25T20:40:39.270Z 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=b64fd3bb41f7c94e -C extra-filename=-90e3b99601e204af --out-dir /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-30204990db0efbd8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.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-c8c63c0f51045c8c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-2055f5b2989e4397.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ff50cf069db302cb.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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-25T20:40:45.239Z 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=46a312c4a0aed6d6 -C extra-filename=-4d71c01d61565217 --out-dir /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-88cea7bf556fbbd3.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-15cf27f70eb8100b.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-655d5fdec46223d1.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1278f6b4b36ec8c5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e25cc5d3cccd507f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-44953c3e4aa34309.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-db86bf4fdb6fd800.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-892e4d8dc6f71793.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-5e50f97cdfef7b49.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-86de30a0e9b71f96.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-af45d7a74cb7353d.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
52682026-02-25T20:40:59.475Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
52692026-02-25T20:40:59.500Z 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=4c2a79e1a91f6361 -C extra-filename=-36c7789a6807cb90 --out-dir /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-9691c4f91b237a30.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8c63c0f51045c8c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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-25T20:41:08.017Z 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=46c0f158569080e0 -C extra-filename=-407d124644399b6b --out-dir /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-30204990db0efbd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-764a062b0096a8c4.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-c0b89a4df75567e6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6558a1a3990c9f12.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-dbf3c26303ac12fa.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-e64b9610087ab7c2.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-027944bdf890a5a3.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-222f1d3cf1381884.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-546cf8b62ba5286d.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-97e118f57bd789a5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8c63c0f51045c8c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c2b6f22af536197c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1e2967a1dca46d32.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4cc5ba24a6003517.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c5de98fc8c408aaf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-e846b58d2700cb43.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ab6b255b7ac8a78d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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-25T20:41:08.254Z 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=2ee1a76e14a0681d -C extra-filename=-1cef6e689392253e --out-dir /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-8d5c5cfd6e356a04.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-4d1c13631f59c0a4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-c676e4095544447e.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-c901b26b160583a6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-0209946c5d5ce0b3.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ce85a1ff3c740760.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8c63c0f51045c8c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1007dc04ff25c671.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ff50cf069db302cb.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2124dfe23d5b97bf.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-fb06dac6f67592ac.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6a737287b10e2c5e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ab6b255b7ac8a78d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-befaf97320b47129.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b5d8d2d6b8567c9c.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
52722026-02-25T20:41:10.336Z 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=66bda4a667dc5b5e -C extra-filename=-bddbe8159999ce18 --out-dir /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-9691c4f91b237a30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-58606c2cc24cce8a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-44953c3e4aa34309.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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-522443f97758344a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-befaf97320b47129.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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-25T20:41:12.127Z 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=8513da3d18fad74e -C extra-filename=-bd6368123af8e67a --out-dir /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-764a062b0096a8c4.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-c0b89a4df75567e6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6558a1a3990c9f12.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-e64b9610087ab7c2.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-027944bdf890a5a3.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-546cf8b62ba5286d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8c63c0f51045c8c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c5de98fc8c408aaf.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-085fd6f52ea50190.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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-5f62dafef9bf8e12.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ab6b255b7ac8a78d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
52742026-02-25T20:41:13.509Z 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=84d62db46b3174da -C extra-filename=-bcc3885c12749f38 --out-dir /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-26147300913a2b5a.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-3572cb27f8f66195.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8c63c0f51045c8c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4602a54bd75d3351.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-d36dc24c4dcccedd.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-16ace4a7da492984.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
52752026-02-25T20:41:13.765Z 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=4ee084c55e4e88d7 -C extra-filename=-e98ba12a8a8e1e3c --out-dir /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-8c2c3fd5c7fb1f46.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-1b93fa9d5486cd17.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.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-d537e50f274b5c62.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b934c8f39b9b8745.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a38b9b0f7cd3e097.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-56292dadfdf8ace5.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-e5e0888dc68feb62.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-8bbb1d80334d3bc8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8c63c0f51045c8c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-a654ba7dfca26712.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e7c33b969303809a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-35edf6c99537f20a.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-a0c881ea38bffce3.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d82db3ef48160de6.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-9a351cb5218f61c7.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-aa556bfde9458125.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b82fc1232c5205af.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-22e823a1af21dd78.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-005898b2a94b195b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-59b484ead9726af3.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-aec6cbaaf359968a.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
52762026-02-25T20:41:21.134Z 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=0bf05d34e654590a -C extra-filename=-e63ac2c1acbf41ff --out-dir /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-30204990db0efbd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-764a062b0096a8c4.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-c0b89a4df75567e6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6558a1a3990c9f12.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-dbf3c26303ac12fa.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-e64b9610087ab7c2.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-027944bdf890a5a3.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-222f1d3cf1381884.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-546cf8b62ba5286d.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-97e118f57bd789a5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8c63c0f51045c8c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c2b6f22af536197c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1e2967a1dca46d32.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4cc5ba24a6003517.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c5de98fc8c408aaf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-e846b58d2700cb43.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ab6b255b7ac8a78d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
52772026-02-25T20:41:22.008Z 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=02aa0f662fae6de6 -C extra-filename=-27b1755076058596 --out-dir /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-30204990db0efbd8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.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-c8c63c0f51045c8c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-2055f5b2989e4397.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ff50cf069db302cb.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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-25T20:41:24.044Z 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=d91140b17d4fe591 -C extra-filename=-31b2c2eb77489acd --out-dir /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-84bb7bf787c4e466.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.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-c8c63c0f51045c8c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0507e84d998ece5e.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-fa15e0097da5bf7b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
52792026-02-25T20:41:26.128Z 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=0d6b5c47c41315b0 -C extra-filename=-068fe973032a0b43 --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-c8c63c0f51045c8c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
52802026-02-25T20:41:31.334Z 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=9abf7e04cf81e4a7 -C extra-filename=-0470de24aa419c4a --out-dir /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-88cea7bf556fbbd3.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-15cf27f70eb8100b.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-655d5fdec46223d1.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1278f6b4b36ec8c5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e25cc5d3cccd507f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-44953c3e4aa34309.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-db86bf4fdb6fd800.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-892e4d8dc6f71793.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-5e50f97cdfef7b49.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-af45d7a74cb7353d.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
52812026-02-25T20:41:57.223Z 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=5fdbdcb456aeb40d -C extra-filename=-924a99daed75e09e --out-dir /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-30204990db0efbd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-764a062b0096a8c4.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-c0b89a4df75567e6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6558a1a3990c9f12.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-dbf3c26303ac12fa.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-e64b9610087ab7c2.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-027944bdf890a5a3.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-222f1d3cf1381884.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-546cf8b62ba5286d.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-97e118f57bd789a5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8c63c0f51045c8c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c2b6f22af536197c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1e2967a1dca46d32.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4cc5ba24a6003517.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c5de98fc8c408aaf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-e846b58d2700cb43.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ab6b255b7ac8a78d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
52822026-02-25T20:41:57.818Z 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=9504d2dd4a4a5176 -C extra-filename=-1f2bef5a566c6a70 --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-0931f0890f594ff5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8c63c0f51045c8c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-2055f5b2989e4397.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-3002f96437acd722.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ff50cf069db302cb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
52832026-02-25T20:41:58.749Z 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=7d3c81c68f8d3885 -C extra-filename=-ff75ba0ec3a89319 --out-dir /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-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.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-43cef2770a571538.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-546cf8b62ba5286d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ee8d0764527f6b54.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8c63c0f51045c8c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c3ed264523e92dc2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
52842026-02-25T20:41:59.309Z 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=d78c94b10526a693 -C extra-filename=-5398b284829d4a07 --out-dir /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-8d5c5cfd6e356a04.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-4d1c13631f59c0a4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-c676e4095544447e.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-c901b26b160583a6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-0209946c5d5ce0b3.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ce85a1ff3c740760.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1007dc04ff25c671.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ff50cf069db302cb.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2124dfe23d5b97bf.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-fb06dac6f67592ac.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6a737287b10e2c5e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ab6b255b7ac8a78d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-befaf97320b47129.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b5d8d2d6b8567c9c.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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-25T20:42:04.955Z 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=8620380a90eefe46 -C extra-filename=-fa57072102bf94a6 --out-dir /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-1c251e2ec15413d7.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-c676e4095544447e.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-fa70e72376fb3500.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b934c8f39b9b8745.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-2b58e19978114f20.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-51bd8ba17db94cd8.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d9f5788e2a13327f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8c63c0f51045c8c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-68f02fe77db3f4b1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-8e78d06de7bcad1b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-aec6cbaaf359968a.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
52862026-02-25T20:42:31.112Z 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=d7ad08e17b03b372 -C extra-filename=-d4947cff18ddfb05 --out-dir /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-26147300913a2b5a.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-5ad0edf18e465266.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b934c8f39b9b8745.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-0931f0890f594ff5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8c63c0f51045c8c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-c9b20a6596fb7345.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-3cc368e441bd589e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b82fc1232c5205af.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-cf248ef374611457.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-16598a50354cc7e8.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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-25T20:42:32.744Z 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=8a9afda885c041e3 -C extra-filename=-df9bfc07e3f44188 --out-dir /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-30204990db0efbd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-764a062b0096a8c4.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-c0b89a4df75567e6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6558a1a3990c9f12.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-dbf3c26303ac12fa.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-e64b9610087ab7c2.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-027944bdf890a5a3.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-222f1d3cf1381884.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-546cf8b62ba5286d.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-97e118f57bd789a5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8c63c0f51045c8c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c2b6f22af536197c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1e2967a1dca46d32.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4cc5ba24a6003517.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c5de98fc8c408aaf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-e846b58d2700cb43.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ab6b255b7ac8a78d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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-25T20:42:38.322Z 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=fb0fdb06efce7309 -C extra-filename=-6741dd454036aa92 --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-26147300913a2b5a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-44953c3e4aa34309.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c5de98fc8c408aaf.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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-25T20:42:39.422Z 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=22f5686c33f61eda -C extra-filename=-4f78e1c7f60cc869 --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-26147300913a2b5a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-44953c3e4aa34309.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-68eb43ca4fcb3f41.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c5de98fc8c408aaf.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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-9a351cb5218f61c7.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-68f02fe77db3f4b1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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-25T20:42:40.702Z 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=04f2244622d912a7 -C extra-filename=-d9406dc1a020604d --out-dir /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-30204990db0efbd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-764a062b0096a8c4.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-c0b89a4df75567e6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6558a1a3990c9f12.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-dbf3c26303ac12fa.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-e64b9610087ab7c2.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-027944bdf890a5a3.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-222f1d3cf1381884.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-546cf8b62ba5286d.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-97e118f57bd789a5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8c63c0f51045c8c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c2b6f22af536197c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1e2967a1dca46d32.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4cc5ba24a6003517.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c5de98fc8c408aaf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-e846b58d2700cb43.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ab6b255b7ac8a78d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
52912026-02-25T20:42:43.613Z 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=82007ca921a1e3fd -C extra-filename=-c6400a2c0db5acb1 --out-dir /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-88cea7bf556fbbd3.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-94a14105dddae7b9.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b934c8f39b9b8745.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-0931f0890f594ff5.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-68eb43ca4fcb3f41.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8c63c0f51045c8c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-6145e16765a43466.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f3fb1f928f6ef4dc.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-522443f97758344a.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-5e50f97cdfef7b49.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-68f02fe77db3f4b1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-22e823a1af21dd78.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-47f4adae3c61ba58.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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-25T20:42:46.404Z 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=fc359445f60e12d6 -C extra-filename=-f8c3b39eea33e30b --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-9691c4f91b237a30.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-44953c3e4aa34309.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-f46b14dcd7bbc585.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-68f02fe77db3f4b1.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-005898b2a94b195b.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
52932026-02-25T20:42:49.867Z 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=65ba4a534d71defe -C extra-filename=-5491eb90b829178e --out-dir /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-8d5c5cfd6e356a04.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-4d1c13631f59c0a4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-c676e4095544447e.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-c901b26b160583a6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-0209946c5d5ce0b3.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ce85a1ff3c740760.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8c63c0f51045c8c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1007dc04ff25c671.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ff50cf069db302cb.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2124dfe23d5b97bf.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-fb06dac6f67592ac.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6a737287b10e2c5e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ab6b255b7ac8a78d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-befaf97320b47129.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b5d8d2d6b8567c9c.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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-25T20:42:53.892Z 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=4187edade02834e0 -C extra-filename=-27bdc235ae41e111 --out-dir /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-a6b831b623e321bf.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.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-a2a2a4a16aad62f2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-44953c3e4aa34309.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-f46b14dcd7bbc585.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1e2967a1dca46d32.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-16ace4a7da492984.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fe28fc0648490ff3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-3ccbfbbe3006f132.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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-005898b2a94b195b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
52952026-02-25T20:42:56.496Z 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=03e51c1512e094a3 -C extra-filename=-3089d36aa62b0563 --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-9691c4f91b237a30.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-a2a2a4a16aad62f2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-44953c3e4aa34309.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
52962026-02-25T20:42:59.113Z 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=7a11a8c8a6fb2c3b -C extra-filename=-4d9a65cdb560bc65 --out-dir /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-30204990db0efbd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-cba1fc4791afa4e6.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-a47fb2c3a2a2d343.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-4b58e439e4ee3da5.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-faeb7aac8eb71b65.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-cb6fed0666e78053.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-0007ca7bf57f322b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d9f5788e2a13327f.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-ce85a1ff3c740760.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-8209fba9310ebeb9.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-4a27b66be26f3078.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-44953c3e4aa34309.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-a8f34b197225b96b.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-ae8be8fd4972d4b0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-68eb43ca4fcb3f41.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0507e84d998ece5e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-a72601627a6a109b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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-cb09c42c9e851008.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d82db3ef48160de6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-68f02fe77db3f4b1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a16fab7cf1860802.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-22e823a1af21dd78.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e17492c22e486554.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
52972026-02-25T20:43:00.171Z 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=dfb52f7e7a87aae1 -C extra-filename=-5e6651bc8cf3725b --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-1b93fa9d5486cd17.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b934c8f39b9b8745.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.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-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-aabcb1e0a310ca19.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-a0c881ea38bffce3.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d82db3ef48160de6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b82fc1232c5205af.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
52982026-02-25T20:43:02.425Z 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=d897fb01692443bd -C extra-filename=-4d26bb9c2f6b7c6f --out-dir /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-0db4f98211e0adfb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a7cc13a5c2111f82.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1278f6b4b36ec8c5.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-32f3b4bd9ec60dad.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-68f02fe77db3f4b1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-069a1e206b58c36c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-17abdf8718294db9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c50047f036cf1dbb/out/build/artifacts -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`
52992026-02-25T20:43:07.140Z 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=bcd128984969d8f5 -C extra-filename=-97dd90c4e322678b --out-dir /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-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-56292dadfdf8ace5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-aabcb1e0a310ca19.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-da53b6dbf1bde44e.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d82db3ef48160de6.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-9a351cb5218f61c7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c50047f036cf1dbb/out/build/artifacts -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`
53002026-02-25T20:43:08.126Z 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=c387be16f8f93c21 -C extra-filename=-91364917e0fe779e --out-dir /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-8c2c3fd5c7fb1f46.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-23a35671277130b0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-b2eb96f28f0124c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-3572cb27f8f66195.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-3ccd842abda31d0e.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4a3c62c97b5beaa1.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-9691c4f91b237a30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-c676e4095544447e.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-833783da88e2e52d.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-0931f0890f594ff5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c3ed264523e92dc2.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4602a54bd75d3351.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fe28fc0648490ff3.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0507e84d998ece5e.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-d5c79c108e63e61b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-085fd6f52ea50190.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-81076bf3f848e0d1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-c9172f5d3701e141.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-580ab898584e9fdb.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-2a41b09a7fdea892.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-99fa6c2fce8d7f42.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-229621499bbc22b0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b5d8d2d6b8567c9c.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
53012026-02-25T20:43:09.984Z 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=a4546a54b8a71c93 -C extra-filename=-694608d6f82fd813 --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-94a14105dddae7b9.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-8c85f8a3e0f0cfc2.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e7c33b969303809a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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-d82db3ef48160de6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-68f02fe77db3f4b1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e17492c22e486554.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-005898b2a94b195b.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
53022026-02-25T20:43:10.098Z 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=842cfc03782e1d0c -C extra-filename=-318b0eb29cd4c765 --out-dir /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-88cea7bf556fbbd3.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d537e50f274b5c62.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b934c8f39b9b8745.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-35edf6c99537f20a.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d82db3ef48160de6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
53032026-02-25T20:43:12.762Z 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=9b8361dab24cc1e6 -C extra-filename=-d0d4d9a9b88f308f --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-94a14105dddae7b9.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-ccdf398cf07cacbf.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-94666c5d13597da6.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d537e50f274b5c62.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-95d50c88f87ccb76.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-c2206934edeca671.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e7c33b969303809a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-522443f97758344a.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-5e50f97cdfef7b49.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-68f02fe77db3f4b1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-378bfe3bd2c3ab3c.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
53042026-02-25T20:43:14.232Z 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=639713c2a6209f55 -C extra-filename=-8ceeef675e78e2ed --out-dir /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-88cea7bf556fbbd3.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c5de98fc8c408aaf.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ca40db9743f7eb22.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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-d82db3ef48160de6.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-9a351cb5218f61c7.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-68f02fe77db3f4b1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-005898b2a94b195b.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
53052026-02-25T20:43:19.356Z 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=73676b8f32265b76 -C extra-filename=-9175271a9d060fb1 --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-9691c4f91b237a30.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-0931f0890f594ff5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d82db3ef48160de6.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-9a351cb5218f61c7.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-68f02fe77db3f4b1.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
53062026-02-25T20:43:21.967Z 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=daf76bad2931817a -C extra-filename=-300ed8e4966ef0df --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-26147300913a2b5a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.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-a2a2a4a16aad62f2.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d82db3ef48160de6.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-9a351cb5218f61c7.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c5642eb93969e1d0.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-68f02fe77db3f4b1.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-005898b2a94b195b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-c984b9133564234d.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
53072026-02-25T20:43:22.525Z 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=1b04a32dba4851c9 -C extra-filename=-29ab08255af382a8 --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-9691c4f91b237a30.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-68eb43ca4fcb3f41.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d82db3ef48160de6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-68f02fe77db3f4b1.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
53082026-02-25T20:43:25.160Z 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=f8a3fb6ea51bc717 -C extra-filename=-a612bcb67a93fec3 --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-94a14105dddae7b9.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-ccdf398cf07cacbf.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-94666c5d13597da6.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d537e50f274b5c62.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-95d50c88f87ccb76.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-c2206934edeca671.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e7c33b969303809a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-522443f97758344a.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-5e50f97cdfef7b49.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-68f02fe77db3f4b1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-378bfe3bd2c3ab3c.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
53092026-02-25T20:43:25.494Z 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=44baf286d6d0042b -C extra-filename=-1fa4eaf3b569d227 --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-1b93fa9d5486cd17.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d82db3ef48160de6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b82fc1232c5205af.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
53102026-02-25T20:43:28.920Z 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=374b41ba6392e55f -C extra-filename=-70222d2b65732bf9 --out-dir /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-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-764a062b0096a8c4.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-c0b89a4df75567e6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6558a1a3990c9f12.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-dbf3c26303ac12fa.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-e64b9610087ab7c2.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-027944bdf890a5a3.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-222f1d3cf1381884.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-546cf8b62ba5286d.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-97e118f57bd789a5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4cc5ba24a6003517.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-e846b58d2700cb43.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ab6b255b7ac8a78d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
53112026-02-25T20:43:33.947Z 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=c4c105618456e0ef -C extra-filename=-4cbeb3f990d838a3 --out-dir /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-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-764a062b0096a8c4.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-c0b89a4df75567e6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6558a1a3990c9f12.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-dbf3c26303ac12fa.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-e64b9610087ab7c2.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-027944bdf890a5a3.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-222f1d3cf1381884.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-546cf8b62ba5286d.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-97e118f57bd789a5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4cc5ba24a6003517.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-e846b58d2700cb43.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ab6b255b7ac8a78d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
53122026-02-25T20:43:40.880Z 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=02c1c82e3db63a50 -C extra-filename=-557d6672e488b07f --out-dir /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-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-764a062b0096a8c4.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-c0b89a4df75567e6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6558a1a3990c9f12.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-dbf3c26303ac12fa.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-e64b9610087ab7c2.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-027944bdf890a5a3.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-222f1d3cf1381884.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-546cf8b62ba5286d.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-97e118f57bd789a5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4cc5ba24a6003517.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-e846b58d2700cb43.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ab6b255b7ac8a78d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
53132026-02-25T20:43:40.917Z 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=cedd288f5bc36d34 -C extra-filename=-2ea6a9eb3f7af153 --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-26147300913a2b5a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-9c9fd4f14932d9a2.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-6291a591ea2fbb89.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c3ed264523e92dc2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
53142026-02-25T20:43:42.902Z 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=23f6a558fc5dd2c1 -C extra-filename=-4bbc22b549530ee6 --out-dir /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-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-d36dc24c4dcccedd.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-bbb7add5e14b5e40.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-0c67991a05b359bd.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-16ace4a7da492984.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-948b859312dbbac6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.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-c50047f036cf1dbb/out/build/artifacts -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`
53152026-02-25T20:43:43.694Z 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=bfdd5543b65d8b46 -C extra-filename=-5414519be9a302c7 --out-dir /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-88cea7bf556fbbd3.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b934c8f39b9b8745.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-56292dadfdf8ace5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b82fc1232c5205af.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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-25T20:43:46.489Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
53172026-02-25T20:43:46.514Z 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=71fde06a59e36669 -C extra-filename=-5e886ccc6f0ca773 --out-dir /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-38ba13b1dd5cc181.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-027944bdf890a5a3.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-43cef2770a571538.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-546cf8b62ba5286d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
53182026-02-25T20:43:47.253Z 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=9f847e108fae7dd7 -C extra-filename=-6d4abd0aacdbf03b --out-dir /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-a6b831b623e321bf.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-68eb43ca4fcb3f41.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-2055f5b2989e4397.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fe28fc0648490ff3.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0507e84d998ece5e.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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-68f02fe77db3f4b1.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-ddb12d3c860fbf05.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-47e15988146239e3.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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-25T20:43:49.887Z 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=4b36f99d2f9d21a3 -C extra-filename=-9f9a644e6302a237 --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-6291a591ea2fbb89.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-4ed6310de33bdd13.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-350b8d171ca53524.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.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-c50047f036cf1dbb/out/build/artifacts -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`
53202026-02-25T20:43:49.970Z 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=d501a64a25b6d4d3 -C extra-filename=-edaecb7b3fe58cef --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-6291a591ea2fbb89.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-47f4adae3c61ba58.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c50047f036cf1dbb/out/build/artifacts -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`
53212026-02-25T20:43:51.136Z 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=37076e81eacc6e04 -C extra-filename=-79d9fd64b0077d0b --out-dir /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-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.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-6291a591ea2fbb89.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-bbb7add5e14b5e40.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-16ace4a7da492984.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-948b859312dbbac6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c50047f036cf1dbb/out/build/artifacts -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`
53222026-02-25T20:43:52.079Z 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=829598464bf5e0b0 -C extra-filename=-34b5d080838b9772 --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-0931f0890f594ff5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c5de98fc8c408aaf.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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-68f02fe77db3f4b1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
53232026-02-25T20:43:52.380Z 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=67e57056b233dd13 -C extra-filename=-e90631c17f12ee7d --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-0fae711ad65ff322.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b934c8f39b9b8745.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d9f5788e2a13327f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-22e823a1af21dd78.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
53242026-02-25T20:43:53.807Z 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=e4d6ba38ca0ed437 -C extra-filename=-3b7f13b74e5e845e --out-dir /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-b934c8f39b9b8745.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-2519b2e1f09b46c1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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-522443f97758344a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-22e823a1af21dd78.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-17abdf8718294db9.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
53252026-02-25T20:43:53.858Z 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=2da807bb653da2f4 -C extra-filename=-30cfc141550a4a30 --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-1214e6aff97524c8.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-a9c307c12d0e12ce.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-68f02fe77db3f4b1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.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-c50047f036cf1dbb/out/build/artifacts -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`
53262026-02-25T20:43:56.737Z 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=3f004e0989aad8f2 -C extra-filename=-72942eaf1d376211 --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-0fae711ad65ff322.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d537e50f274b5c62.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-8c85f8a3e0f0cfc2.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f3fb1f928f6ef4dc.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-522443f97758344a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-68f02fe77db3f4b1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c50047f036cf1dbb/out/build/artifacts -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`
53272026-02-25T20:43:58.453Z 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=18dd24f18731d76b -C extra-filename=-a2de4dc96d49b070 --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-0931f0890f594ff5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c5de98fc8c408aaf.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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-68f02fe77db3f4b1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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-25T20:43:58.694Z 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=d1190dcec7bc721b -C extra-filename=-ca47e0ad804e90ab --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-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-ccdf398cf07cacbf.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-94666c5d13597da6.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d537e50f274b5c62.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-95d50c88f87ccb76.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-c2206934edeca671.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e7c33b969303809a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-522443f97758344a.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-5e50f97cdfef7b49.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-68f02fe77db3f4b1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-378bfe3bd2c3ab3c.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
53292026-02-25T20:44:00.959Z 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=2adfff74e312c334 -C extra-filename=-bf9cfb3989f6c330 --out-dir /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-26147300913a2b5a.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-6291a591ea2fbb89.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-16ace4a7da492984.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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-c50047f036cf1dbb/out/build/artifacts -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`
53302026-02-25T20:44:02.950Z 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=bc6f8719c8a6b9cd -C extra-filename=-29e7638b9769ed62 --out-dir /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-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.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-6291a591ea2fbb89.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-16ace4a7da492984.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-948b859312dbbac6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c50047f036cf1dbb/out/build/artifacts -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`
53312026-02-25T20:44:03.419Z 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=119047a08a530f20 -C extra-filename=-622fd0163a789c3b --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-26147300913a2b5a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.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-97e118f57bd789a5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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-25T20:44:05.981Z 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=3faf3431b2306a73 -C extra-filename=-02fedefb8ca5942b --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-26147300913a2b5a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-97e118f57bd789a5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c5de98fc8c408aaf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
53332026-02-25T20:44:06.450Z 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=71edf87717bedb86 -C extra-filename=-ba03a9e1a2537794 --out-dir /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-26147300913a2b5a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-97e118f57bd789a5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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-25T20:44:08.776Z 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=129f06bbb011cebe -C extra-filename=-5d7ccbf428e4c7ba --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-cba1fc4791afa4e6.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-3572cb27f8f66195.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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-25T20:44:11.207Z 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=bd8be49c3675d22c -C extra-filename=-c27782a2351396d7 --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-26147300913a2b5a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-cba1fc4791afa4e6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c5de98fc8c408aaf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
53362026-02-25T20:44:14.834Z 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=a163cc3409f11944 -C extra-filename=-096e0d8583d5b8d8 --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-26147300913a2b5a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-cba1fc4791afa4e6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c5de98fc8c408aaf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
53372026-02-25T20:44:15.550Z 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=a427f711356a51e3 -C extra-filename=-287d11aed320c75c --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-781c8b2efa5ac9e8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.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-0931f0890f594ff5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
53382026-02-25T20:44:17.675Z 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=c7456ca8f41fd124 -C extra-filename=-26a1bc64899cb767 --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-26147300913a2b5a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-cba1fc4791afa4e6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c5de98fc8c408aaf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
53392026-02-25T20:44:17.910Z 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=3d218650c52e60ed -C extra-filename=-100f31b51717493c --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-781c8b2efa5ac9e8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
53402026-02-25T20:44:19.224Z 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=cc019e341518401b -C extra-filename=-bd483f6dea5b3990 --out-dir /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-8d5c5cfd6e356a04.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d537e50f274b5c62.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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-25T20:44:19.291Z 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=7e36b2c88378cfef -C extra-filename=-2413817a167ad3cf --out-dir /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-9691c4f91b237a30.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-edfb34fb7fdc0918.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-2519b2e1f09b46c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-17abdf8718294db9.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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-25T20:44:19.442Z 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=93bdc91b47d91534 -C extra-filename=-9cc07578ca50826f --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-94666c5d13597da6.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-fac091bac27f8609.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-22e823a1af21dd78.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.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-c50047f036cf1dbb/out/build/artifacts -L native=/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`
53432026-02-25T20:44:20.270Z 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=022f2a2e0067106b -C extra-filename=-c7638da5f5563ea6 --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-850596837964440e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.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-a2a2a4a16aad62f2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.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-c50047f036cf1dbb/out/build/artifacts -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`
53442026-02-25T20:44:21.687Z 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=b0d5bdb042e8992e -C extra-filename=-549aa7a80a3e4456 --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-9691c4f91b237a30.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-0007ca7bf57f322b.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-1552c0414843e779.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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-25T20:44:22.484Z 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=4921c2171d53eee0 -C extra-filename=-37a9debdf034a804 --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-88cea7bf556fbbd3.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-95d50c88f87ccb76.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-e5e0888dc68feb62.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e7c33b969303809a.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-5e50f97cdfef7b49.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c50047f036cf1dbb/out/build/artifacts -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`
53462026-02-25T20:44:22.858Z 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=11f12e8032a6f1b7 -C extra-filename=-eee41bd85c74bcdf --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-26147300913a2b5a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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-25T20:44:24.338Z 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=1794ed85fd63213c -C extra-filename=-5be4dd4db6aec718 --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-26147300913a2b5a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c5de98fc8c408aaf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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-25T20:44:26.000Z 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=9e5e05cf2e5c3dab -C extra-filename=-41de301566f8b3bf --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-b506b73b6d5c9588.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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-25T20:44:26.076Z 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=83620b6f006d662d -C extra-filename=-e89076dbd349631d --out-dir /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-26147300913a2b5a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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-25T20:44:26.416Z 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=6bb1838c1dda9ed4 -C extra-filename=-2d9dffb6cf39e67c --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-9691c4f91b237a30.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-0931f0890f594ff5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-33b902823ba09e2b.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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-25T20:44:27.866Z 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=7582eee55aea508a -C extra-filename=-cb2ce3102bcef34b --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-0931f0890f594ff5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c5de98fc8c408aaf.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-17abdf8718294db9.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
53522026-02-25T20:44:28.613Z 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=e646e09e2a6e2c55 -C extra-filename=-65fb26b3ce02761f --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-cb6fed0666e78053.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.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-c50047f036cf1dbb/out/build/artifacts -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`
53532026-02-25T20:44:29.237Z 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=6328d129e567c840 -C extra-filename=-4e5614a17fd381db --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-0c440abe45f834e0.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-e363a8aa5591db61.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-948b859312dbbac6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-5445f283397c81ad.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.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-c50047f036cf1dbb/out/build/artifacts -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`
53542026-02-25T20:44:30.509Z 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=a1455dd54d5026b7 -C extra-filename=-c667abcefce15a99 --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-0c440abe45f834e0.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-e363a8aa5591db61.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-948b859312dbbac6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-5445f283397c81ad.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.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-c50047f036cf1dbb/out/build/artifacts -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`
53552026-02-25T20:44:30.560Z 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=ac2ee03c65cfa419 -C extra-filename=-135840a258fa014c --out-dir /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-26147300913a2b5a.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-7163d56e3093223e.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-a47fb2c3a2a2d343.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-3cc368e441bd589e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c50047f036cf1dbb/out/build/artifacts -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-25T20:44:34.124Z 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=533289a162d2bdb6 -C extra-filename=-af92923eb868adf3 --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-850596837964440e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c50047f036cf1dbb/out/build/artifacts -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`
53572026-02-25T20:44:34.260Z 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=2ee5d0ea7abf4a1e -C extra-filename=-2f6428ae85874062 --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-26147300913a2b5a.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-0007ca7bf57f322b.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-655d5fdec46223d1.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1278f6b4b36ec8c5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c5de98fc8c408aaf.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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-25T20:44:35.280Z 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=0e2a0412768b22b5 -C extra-filename=-bdf8dc8a7adf8473 --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-1552c0414843e779.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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-25T20:44:35.630Z 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=a1eb275ccd1d3bf2 -C extra-filename=-e94bbfce7e85a64c --out-dir /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-a6b831b623e321bf.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-e5577dd0b2ee6471.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.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-d9f5788e2a13327f.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-14cd3b07749803fe.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0507e84d998ece5e.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-a9c307c12d0e12ce.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rlib --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-0d4ce179ccc9bb16.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f3fb1f928f6ef4dc.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-fdb259f868f965ab.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-522443f97758344a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-22e823a1af21dd78.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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-25T20:44:36.674Z 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=2d1a3d11c00cefc1 -C extra-filename=-805653d7bb0a2bad --out-dir /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-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.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-6291a591ea2fbb89.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-c9b20a6596fb7345.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-c50047f036cf1dbb/out/build/artifacts -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`
53612026-02-25T20:44:37.372Z 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=92b2dd5af26a72cc -C extra-filename=-acbb671cf8a20a1c --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-6291a591ea2fbb89.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c5de98fc8c408aaf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c50047f036cf1dbb/out/build/artifacts -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-25T20:44:38.802Z 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=3629f659bc760367 -C extra-filename=-b71cdcfac95d4965 --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-6291a591ea2fbb89.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c50047f036cf1dbb/out/build/artifacts -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-25T20:44:38.853Z 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=5eb371f3fab14b3d -C extra-filename=-5281f7a4f6b617cf --out-dir /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-38ba13b1dd5cc181.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-6291a591ea2fbb89.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ff50cf069db302cb.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c50047f036cf1dbb/out/build/artifacts -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-25T20:44:39.792Z 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=208c38dce76d05d5 -C extra-filename=-2afa7949effdc991 --out-dir /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-26147300913a2b5a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-027944bdf890a5a3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c5de98fc8c408aaf.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-a9c307c12d0e12ce.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.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-c50047f036cf1dbb/out/build/artifacts -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`
53652026-02-25T20:44:42.152Z 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=2d01d9c26ec93016 -C extra-filename=-209a365b74bcb523 --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-6291a591ea2fbb89.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e7c33b969303809a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c50047f036cf1dbb/out/build/artifacts -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`
53662026-02-25T20:44:42.565Z 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=0446d23b3ef78330 -C extra-filename=-f639409119ccfbcd --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-0fae711ad65ff322.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-655d5fdec46223d1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-22e823a1af21dd78.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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-25T20:44:42.709Z 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=8ad3b3fcd5393794 -C extra-filename=-c5e3966161820c35 --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-6291a591ea2fbb89.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.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-c50047f036cf1dbb/out/build/artifacts -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-25T20:44:42.911Z 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=31e581e3b04375da -C extra-filename=-8e72befa70c073ab --out-dir /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-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.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-6291a591ea2fbb89.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-c50047f036cf1dbb/out/build/artifacts -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-25T20:44:44.216Z 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=d10a04ed3a649c02 -C extra-filename=-1a9746c0d07014c3 --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-832701acb9ca9d3b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e7c33b969303809a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-22e823a1af21dd78.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c50047f036cf1dbb/out/build/artifacts -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`
53702026-02-25T20:44:44.812Z 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=ab8ca28bc45a0446 -C extra-filename=-586c084e06a5f0a4 --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-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c50047f036cf1dbb/out/build/artifacts -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-25T20:44:45.739Z 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=d3922cea001562f5 -C extra-filename=-aea52f615c6b5012 --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-26147300913a2b5a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c5de98fc8c408aaf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c50047f036cf1dbb/out/build/artifacts -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-25T20:44:47.985Z 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=71c7af8e6602ce6e -C extra-filename=-1c99a4fb40ba605e --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-26147300913a2b5a.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-838063cee5c7bef7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-22e823a1af21dd78.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c50047f036cf1dbb/out/build/artifacts -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-25T20:44:48.521Z 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=43d06df415bbd6d2 -C extra-filename=-291bdf0b2130cd95 --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-6291a591ea2fbb89.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c50047f036cf1dbb/out/build/artifacts -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-25T20:44:49.483Z 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=161ca1da00ed4026 -C extra-filename=-2595ecbb03052d3b --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-6291a591ea2fbb89.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.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-c50047f036cf1dbb/out/build/artifacts -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-25T20:44:50.064Z 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=5c17f538bab1b45e -C extra-filename=-16643d6ae62cb02f --out-dir /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-38ba13b1dd5cc181.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6a737287b10e2c5e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ab6b255b7ac8a78d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c50047f036cf1dbb/out/build/artifacts -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-25T20:44:52.023Z 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=103f9b9ed915d2c1 -C extra-filename=-161b02ba77d35c3f --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-e8cdefffbc26f2a7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.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-c50047f036cf1dbb/out/build/artifacts -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-25T20:44:52.935Z 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=f0fc6c9c5f96f9a4 -C extra-filename=-3aaff6abfafeac71 --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-6291a591ea2fbb89.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c50047f036cf1dbb/out/build/artifacts -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-25T20:44:53.756Z 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=271088f0c9ee7396 -C extra-filename=-550e4a1c39dfccdb --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-d3b297ef696f7fa0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-5d581a070c6a7e88.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-00677b18825d4732.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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-25T20:44:53.892Z 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=f9241788150663ba -C extra-filename=-9a605104b49bb922 --out-dir /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-38ba13b1dd5cc181.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-81076bf3f848e0d1.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-c50047f036cf1dbb/out/build/artifacts -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-25T20:44:54.735Z 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=4ffe9b02749e4890 -C extra-filename=-063988f38763bba8 --out-dir /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-84bb7bf787c4e466.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-5ad0edf18e465266.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-00a3611f23739f0e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c50047f036cf1dbb/out/build/artifacts -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-25T20:44:55.713Z 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=dd1f8e600eb66636 -C extra-filename=-c81e22b879e397c0 --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-6291a591ea2fbb89.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c50047f036cf1dbb/out/build/artifacts -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-25T20:44:57.869Z 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=4a6f015545e6e5dc -C extra-filename=-5c94ffe986ae3445 --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-26147300913a2b5a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c5de98fc8c408aaf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c50047f036cf1dbb/out/build/artifacts -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-25T20:44:59.346Z 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=32b557e8d66293b5 -C extra-filename=-60d228a20c7c02a6 --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-6291a591ea2fbb89.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c50047f036cf1dbb/out/build/artifacts -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-25T20:45:00.078Z 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=9f3920cacaa0f6c8 -C extra-filename=-9b099ee34f400db1 --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-9691c4f91b237a30.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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-25T20:45:01.231Z 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=0b803bcae7ed6990 -C extra-filename=-a488bacee1923f65 --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-6291a591ea2fbb89.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.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-c50047f036cf1dbb/out/build/artifacts -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-25T20:45:01.344Z 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=a2e1274253a7524d -C extra-filename=-8433410b35f869ab --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-6291a591ea2fbb89.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.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-c50047f036cf1dbb/out/build/artifacts -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-25T20:45:01.781Z 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=54ee0700c91a264f -C extra-filename=-1ca5fe682b87a151 --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-9691c4f91b237a30.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-6291a591ea2fbb89.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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-25T20:45:02.489Z 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=ab0f59dd2a0e73a2 -C extra-filename=-9ba0f26af2ffaf30 --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-994143e5b7399f4d.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-512ae01fe4b7cca3.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-9880ddee2528f34f.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-d20757e461794771.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3ad25da4e0be3c38.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-c4cf7be64d07a3a5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-e65843c263c6b84d.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-7fcf3363fa4d8b33.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-f1a56c0a641fda20.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-92c99ae1ab92930d.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-b7ae764de0150ab4.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-52021b1685c9fddc.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-5d4dd4f25a3a940c.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-904e4fb8bb5c555d.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-832701acb9ca9d3b.rlib --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-458baaceb28d36ea.rlib --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-1d0003365d08156c.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-eb43643541947398.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-6af5bb40bdb644ed.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-72fe975ad5fe86d5.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 form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-27609812460f1d12.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-5ad0edf18e465266.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-dfa4784a203e919e.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.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-17ee7386fcecf0f7.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-15cf27f70eb8100b.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-655d5fdec46223d1.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-e031f19ba2f6cfb1.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-f506e72af970f0a6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-e64b9610087ab7c2.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-1f53edda588876e5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-3b49ee9e3249e7aa.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-579e2954eea9547f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-23c24be66a4c0dc5.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-833783da88e2e52d.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-13ddba1753151442.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-58606c2cc24cce8a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-d47b523d2b6a239a.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-9c26ba82ff743d15.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-e8cdefffbc26f2a7.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f223968053a21210.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-5ab434a4034fc222.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-2dd8e7bf4dc5ca8d.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-1e2967a1dca46d32.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-0ea5c03b1627206b.rlib --extern petgraph_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-fa15e0097da5bf7b.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-065b615e0557dad8.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-c0a33bd7df5bf90f.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-22a53ab63963f93c.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-a48a7ff70d304dcf.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-ad1b960f39afe063.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-c2206934edeca671.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-f2585e3e3b8ef856.rlib --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-40431de2039ba476.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-e943678c4f94acce.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-01dd8b748c5ec2c7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-6bdd53e489872ed5.rlib --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-8224c8d8cdd657a3.rlib --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-f03f04b4b6546582.rlib --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-1939e5575b5e5905.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-530ecc18ff00e380.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-af6a6c8a9b8d3977.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.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-839c1c9f312a7691.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-522443f97758344a.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-0c2878dfc4a36e8d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-5e50f97cdfef7b49.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-86f40f3e61b1f3ba.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.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-e8597f0e24f239bd.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-250bbb7014fdbcd8.rlib --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-6efbd3184f8ad59c.rlib --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-129e369738b0a325.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-befaf97320b47129.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-48565d2235565696.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c772f91fd049de46.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9169fd5e318a8d7a.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-6b10785537462411.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-3c7f2b74b49a7e41.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-00a3611f23739f0e.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-cc4c8bb02a9b9e01.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-47e15988146239e3.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-c99ea7f9de61c02c.rlib --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-e4e20a9c5ff34c84.rlib --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-09a17b58795e45a1.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-c984b9133564234d.rlib --extern zerocopy_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-86657b3b2519ee82.rlib --extern zerocopy_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-af45d7a74cb7353d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-5fc24b5c46adbd72.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-16598a50354cc7e8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c50047f036cf1dbb/out/build/artifacts -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-25T20:45:03.106Z 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=06f9119255f4d329 -C extra-filename=-0b9a5925c32ee636 --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-0fae711ad65ff322.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-e8cdefffbc26f2a7.rlib --extern newtype_uuid_macros=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid_macros-629984ee1cbfbcc0.so --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
53902026-02-25T20:45:03.973Z 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`
53912026-02-25T20:46:25.733Z 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=ef505e968d59139e -C extra-filename=-f7ca399c7a330931 --out-dir /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-30204990db0efbd8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c8a038d0397d32ce.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-aed300909351f7ff.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ce51a11387d6816a.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-54d3561c43ecbfb2.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-451106adaaa7c59f.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-44953c3e4aa34309.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-ef619e11738a5581.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8c63c0f51045c8c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.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-1817bf1beedd1b27.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.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-595358cf5c627738.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
53922026-02-25T20:46:25.758Z 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=207ca130ad12aeb4 -C extra-filename=-a04b42c5ea23b1a1 --out-dir /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-38ba13b1dd5cc181.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-2a9a3e75d1edf5a1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ce85a1ff3c740760.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ad4b9e4e50a4b062.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-54d3561c43ecbfb2.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-c9a7fa0154c9c562.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-ef619e11738a5581.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8c63c0f51045c8c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-02d31fef03fd9c7d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.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-d9f77773095d1fe1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-befaf97320b47129.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
53932026-02-25T20:46:25.801Z 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=4332e7f435ea2463 -C extra-filename=-7904d4993ebe12c9 --out-dir /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-42cf0d5c083d7881.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-90a4b45980e053b0.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-118edb141eb72ad8.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-479c4ba842b982f7.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-cba1fc4791afa4e6.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-7163d56e3093223e.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-cb6fed0666e78053.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-04b3ca1d732f85ce.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-43cef2770a571538.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-546cf8b62ba5286d.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-58606c2cc24cce8a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-e8cdefffbc26f2a7.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ce85a1ff3c740760.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-d627276d710ad636.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-280d917f95dd2532.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c8a038d0397d32ce.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-8209fba9310ebeb9.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-63222bbd9717272d.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-5f7e4259c5408189.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-1eb38ee54638c944.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-f9fe0f79e6475c9d.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ce51a11387d6816a.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-54d3561c43ecbfb2.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-451106adaaa7c59f.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-44953c3e4aa34309.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-ef619e11738a5581.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8c63c0f51045c8c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cb09c42c9e851008.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d82db3ef48160de6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-17abdf8718294db9.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
53942026-02-25T20:46:25.838Z 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=d6ec3d8743c625c6 -C extra-filename=-59540aeab5ce59a8 --out-dir /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-30204990db0efbd8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c8a038d0397d32ce.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-aed300909351f7ff.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ce51a11387d6816a.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-54d3561c43ecbfb2.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-451106adaaa7c59f.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-44953c3e4aa34309.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-ef619e11738a5581.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8c63c0f51045c8c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.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-1817bf1beedd1b27.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.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-595358cf5c627738.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
53952026-02-25T20:46:25.879Z 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=ba299b5952e67c25 -C extra-filename=-b24bc614987177c4 --out-dir /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-42cf0d5c083d7881.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4a3c62c97b5beaa1.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-9138d31495cbd222.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-a97e3deef1b62fd4.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-838063cee5c7bef7.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-cb6fed0666e78053.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.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-0007ca7bf57f322b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a7cc13a5c2111f82.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-655d5fdec46223d1.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-2a9a3e75d1edf5a1.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1278f6b4b36ec8c5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.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-43cef2770a571538.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-546cf8b62ba5286d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-9ce6d9331657eede.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ce85a1ff3c740760.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-01ae29f97f76e46a.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-d627276d710ad636.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-280d917f95dd2532.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c8a038d0397d32ce.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-8209fba9310ebeb9.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-63222bbd9717272d.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-aed300909351f7ff.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ce51a11387d6816a.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-737aaf5be6919b80.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-54d3561c43ecbfb2.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-451106adaaa7c59f.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-44953c3e4aa34309.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-ef619e11738a5581.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8c63c0f51045c8c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.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-20e21b9c25ad411b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-53ecc71e5d415740.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4602a54bd75d3351.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-fa15e0097da5bf7b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-a032cef27cf8de49.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-81076bf3f848e0d1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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-cb09c42c9e851008.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d82db3ef48160de6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-68f02fe77db3f4b1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a16fab7cf1860802.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.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-aa9a1b87a4a32cd0.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-1142157a3ff864fb.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-99fa6c2fce8d7f42.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-3a41fdc669eacdfb.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-005898b2a94b195b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.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-17abdf8718294db9.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-47e15988146239e3.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-c50047f036cf1dbb/out/build/artifacts -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`
53962026-02-25T20:46:25.904Z 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=d0c14203efe2d677 -C extra-filename=-668497124b5a7c6c --out-dir /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-38ba13b1dd5cc181.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-2a9a3e75d1edf5a1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ce85a1ff3c740760.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ad4b9e4e50a4b062.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-54d3561c43ecbfb2.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-ef619e11738a5581.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.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-d9f77773095d1fe1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
53972026-02-25T20:46:25.963Z 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=9c5326b98f06c487 -C extra-filename=-03199dc917088aa1 --out-dir /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-42cf0d5c083d7881.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4a3c62c97b5beaa1.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-9138d31495cbd222.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-a97e3deef1b62fd4.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-838063cee5c7bef7.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-cb6fed0666e78053.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.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-0007ca7bf57f322b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a7cc13a5c2111f82.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-655d5fdec46223d1.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-2a9a3e75d1edf5a1.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1278f6b4b36ec8c5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.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-43cef2770a571538.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-546cf8b62ba5286d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-9ce6d9331657eede.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ce85a1ff3c740760.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-01ae29f97f76e46a.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-d627276d710ad636.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-280d917f95dd2532.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c8a038d0397d32ce.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-8209fba9310ebeb9.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-63222bbd9717272d.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-aed300909351f7ff.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ce51a11387d6816a.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-737aaf5be6919b80.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-54d3561c43ecbfb2.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-451106adaaa7c59f.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-44953c3e4aa34309.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-ef619e11738a5581.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8c63c0f51045c8c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.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-20e21b9c25ad411b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-53ecc71e5d415740.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4602a54bd75d3351.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-fa15e0097da5bf7b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-a032cef27cf8de49.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-81076bf3f848e0d1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.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-cb09c42c9e851008.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d82db3ef48160de6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-68f02fe77db3f4b1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a16fab7cf1860802.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.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-aa9a1b87a4a32cd0.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-1142157a3ff864fb.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-99fa6c2fce8d7f42.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-3a41fdc669eacdfb.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-005898b2a94b195b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.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-17abdf8718294db9.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-47e15988146239e3.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-c50047f036cf1dbb/out/build/artifacts -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`
53982026-02-25T20:46:25.988Z 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=d02a7459e901549e -C extra-filename=-76b96d9e615d8cb0 --out-dir /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-38ba13b1dd5cc181.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-2a9a3e75d1edf5a1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ce85a1ff3c740760.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ad4b9e4e50a4b062.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-54d3561c43ecbfb2.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-c9a7fa0154c9c562.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-ef619e11738a5581.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8c63c0f51045c8c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-02d31fef03fd9c7d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.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-d9f77773095d1fe1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-befaf97320b47129.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
53992026-02-25T21:03:51.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 42m 43s
54002026-02-25T21:04:15.548Z
54012026-02-25T21:04:15.582Zreal 43:07.160664983
54022026-02-25T21:04:15.582Zuser 2:41:48.615558602
54032026-02-25T21:04:15.582Zsys 41:41.090940551
54042026-02-25T21:04:15.582Ztrap 33.628143986
54052026-02-25T21:04:15.582Ztflt 5.656861382
54062026-02-25T21:04:15.582Zdflt 35:33.111920578
54072026-02-25T21:04:15.582Zkflt 0.966630231
54082026-02-25T21:04:15.582Zlock 11:36:32.836573260
54092026-02-25T21:04:15.582Zslp 20:46:20.750963792
54102026-02-25T21:04:15.583Zlat 32:13.041746792
54112026-02-25T21:04:15.583Zstop 17:18.456331577
54122026-02-25T21:04:16.568Z+ ptime -m cargo build -Z unstable-options --timings=json --workspace --tests --locked --verbose
54132026-02-25T21:04:25.460Z Fresh unicode-ident v1.0.19
54142026-02-25T21:04:25.544Z Fresh cfg-if v1.0.4
54152026-02-25T21:04:25.544Z Fresh memchr v2.7.4
54162026-02-25T21:04:25.544Z Fresh autocfg v1.4.0
54172026-02-25T21:04:25.544Z Fresh proc-macro2 v1.0.101
54182026-02-25T21:04:25.544Z Fresh value-bag v1.12.0
54192026-02-25T21:04:25.544Z Fresh smallvec v1.15.1
54202026-02-25T21:04:25.544Z Fresh version_check v0.9.5
54212026-02-25T21:04:25.544Z Fresh itoa v1.0.11
54222026-02-25T21:04:25.544Z Fresh quote v1.0.40
54232026-02-25T21:04:25.544Z Fresh libc v0.2.180
54242026-02-25T21:04:25.544Z Fresh serde_core v1.0.228
54252026-02-25T21:04:25.544Z Fresh log v0.4.29
54262026-02-25T21:04:25.545Z Fresh scopeguard v1.2.0
54272026-02-25T21:04:25.545Z Fresh syn v2.0.114
54282026-02-25T21:04:25.545Z Fresh getrandom v0.2.15
54292026-02-25T21:04:25.545Z Fresh stable_deref_trait v1.2.0
54302026-02-25T21:04:25.545Z Fresh serde_derive v1.0.228
54312026-02-25T21:04:25.545Z Fresh lock_api v0.4.12
54322026-02-25T21:04:25.545Z Fresh libm v0.2.8
54332026-02-25T21:04:25.545Z Fresh zeroize_derive v1.4.2
54342026-02-25T21:04:25.545Z Fresh synstructure v0.13.1
54352026-02-25T21:04:25.545Z Fresh serde v1.0.228
54362026-02-25T21:04:25.545Z Fresh num-traits v0.2.19
54372026-02-25T21:04:25.545Z Fresh zmij v1.0.15
54382026-02-25T21:04:25.545Z Fresh zeroize v1.8.1
54392026-02-25T21:04:25.545Z Fresh zerofrom-derive v0.1.4
54402026-02-25T21:04:25.545Z Fresh critical-section v1.1.3
54412026-02-25T21:04:25.545Z Fresh bitflags v2.9.4
54422026-02-25T21:04:25.545Z Fresh bytes v1.11.1
54432026-02-25T21:04:25.545Z Fresh serde_json v1.0.149
54442026-02-25T21:04:25.545Z Fresh portable-atomic v1.11.0
54452026-02-25T21:04:25.545Z Fresh zerofrom v0.1.4
54462026-02-25T21:04:25.545Z Fresh yoke-derive v0.7.4
54472026-02-25T21:04:25.545Z Fresh zerovec-derive v0.10.3
54482026-02-25T21:04:25.545Z Fresh getrandom v0.3.4
54492026-02-25T21:04:25.545Z Fresh once_cell v1.21.3
54502026-02-25T21:04:25.545Z Fresh yoke v0.7.4
54512026-02-25T21:04:25.545Z Fresh displaydoc v0.2.5
54522026-02-25T21:04:25.545Z Fresh percent-encoding v2.3.2
54532026-02-25T21:04:25.545Z Fresh litemap v0.7.3
54542026-02-25T21:04:25.545Z Fresh writeable v0.5.5
54552026-02-25T21:04:25.545Z Fresh icu_provider_macros v1.5.0
54562026-02-25T21:04:25.545Z Fresh zerovec v0.10.4
54572026-02-25T21:04:25.546Z Fresh shlex v1.3.0
54582026-02-25T21:04:25.546Z Fresh icu_locid_transform_data v1.5.0
54592026-02-25T21:04:25.546Z Fresh semver v1.0.27
54602026-02-25T21:04:25.546Z Fresh icu_properties_data v1.5.0
54612026-02-25T21:04:25.546Z Fresh errno v0.3.12
54622026-02-25T21:04:25.546Z Fresh jobserver v0.1.32
54632026-02-25T21:04:25.546Z Fresh find-msvc-tools v0.1.9
54642026-02-25T21:04:25.546Z Fresh tinystr v0.7.6
54652026-02-25T21:04:25.546Z Fresh icu_collections v1.5.0
54662026-02-25T21:04:25.546Z Fresh utf8_iter v1.0.4
54672026-02-25T21:04:25.546Z Fresh write16 v1.0.0
54682026-02-25T21:04:25.546Z Fresh utf16_iter v1.0.5
54692026-02-25T21:04:25.546Z Fresh icu_normalizer_data v1.5.0
54702026-02-25T21:04:25.546Z Fresh allocator-api2 v0.2.21
54712026-02-25T21:04:25.546Z Fresh cc v1.2.56
54722026-02-25T21:04:25.546Z Fresh icu_locid v1.5.0
54732026-02-25T21:04:25.546Z Fresh form_urlencoded v1.2.2
54742026-02-25T21:04:25.547Z Fresh rand_core v0.6.4
54752026-02-25T21:04:25.547Z Fresh pin-project-lite v0.2.14
54762026-02-25T21:04:25.547Z Fresh byteorder v1.5.0
54772026-02-25T21:04:25.547Z Fresh regex-syntax v0.8.5
54782026-02-25T21:04:25.547Z Fresh subtle v2.6.1
54792026-02-25T21:04:25.547Z Fresh icu_provider v1.5.0
54802026-02-25T21:04:25.547Z Fresh heck v0.5.0
54812026-02-25T21:04:25.547Z Fresh equivalent v1.0.2
54822026-02-25T21:04:25.547Z Fresh signal-hook-registry v1.4.2
54832026-02-25T21:04:25.547Z Fresh icu_locid_transform v1.5.0
54842026-02-25T21:04:25.547Z Fresh parking_lot_core v0.9.10
54852026-02-25T21:04:25.547Z Fresh aho-corasick v1.1.3
54862026-02-25T21:04:25.547Z Fresh fnv v1.0.7
54872026-02-25T21:04:25.547Z Fresh mio v1.0.2
54882026-02-25T21:04:25.547Z Fresh icu_properties v1.5.1
54892026-02-25T21:04:25.547Z Fresh parking_lot v0.12.3
54902026-02-25T21:04:25.547Z Fresh rustix v0.38.37
54912026-02-25T21:04:25.547Z Fresh regex-automata v0.4.11
54922026-02-25T21:04:25.547Z Fresh typenum v1.17.0
54932026-02-25T21:04:25.547Z Fresh futures-core v0.3.31
54942026-02-25T21:04:25.547Z Fresh thiserror-impl v2.0.18
54952026-02-25T21:04:25.547Z Fresh icu_normalizer v1.5.0
54962026-02-25T21:04:25.547Z Fresh generic-array v0.14.7
54972026-02-25T21:04:25.547Z Fresh iana-time-zone v0.1.63
54982026-02-25T21:04:25.547Z Fresh hashbrown v0.16.1
54992026-02-25T21:04:25.547Z Fresh uuid v1.19.0
55002026-02-25T21:04:25.547Z Fresh tokio-macros v2.6.0
55012026-02-25T21:04:25.547Z Fresh socket2 v0.6.1
55022026-02-25T21:04:25.547Z Fresh idna_adapter v1.2.0
55032026-02-25T21:04:25.547Z Fresh chrono v0.4.43
55042026-02-25T21:04:25.547Z Fresh thiserror v2.0.18
55052026-02-25T21:04:25.547Z Fresh crypto-common v0.1.6
55062026-02-25T21:04:25.547Z Fresh tokio v1.49.0
55072026-02-25T21:04:25.547Z Fresh regex v1.11.3
55082026-02-25T21:04:25.547Z Fresh either v1.15.0
55092026-02-25T21:04:25.548Z Fresh indexmap v2.13.0
55102026-02-25T21:04:25.548Z Fresh idna v1.0.3
55112026-02-25T21:04:25.548Z Fresh spin v0.9.8
55122026-02-25T21:04:25.548Z Fresh thiserror-impl v1.0.69
55132026-02-25T21:04:25.548Z Fresh serde_derive_internals v0.29.1
55142026-02-25T21:04:25.588Z Fresh dyn-clone v1.0.20
55152026-02-25T21:04:25.588Z Fresh zerocopy-derive v0.7.35
55162026-02-25T21:04:25.588Z Fresh url v2.5.4
55172026-02-25T21:04:25.588Z Fresh schemars_derive v0.8.22
55182026-02-25T21:04:25.588Z Fresh const-oid v0.9.6
55192026-02-25T21:04:25.588Z Fresh zerocopy v0.7.35
55202026-02-25T21:04:25.589Z Fresh futures-io v0.3.31
55212026-02-25T21:04:25.589Z Fresh thiserror v1.0.69
55222026-02-25T21:04:25.589Z Fresh schemars v0.8.22
55232026-02-25T21:04:25.589Z Fresh lazy_static v1.5.0
55242026-02-25T21:04:25.589Z Fresh block-buffer v0.10.4
55252026-02-25T21:04:25.589Z Fresh pkg-config v0.3.31
55262026-02-25T21:04:25.589Z Fresh rustversion v1.0.22
55272026-02-25T21:04:25.590Z Fresh digest v0.10.7
55282026-02-25T21:04:25.590Z Fresh strsim v0.11.1
55292026-02-25T21:04:25.590Z Fresh pin-utils v0.1.0
55302026-02-25T21:04:25.590Z Fresh cpufeatures v0.2.14
55312026-02-25T21:04:25.590Z Fresh futures-sink v0.3.31
55322026-02-25T21:04:25.590Z Fresh slab v0.4.9
55332026-02-25T21:04:25.590Z Fresh syn v1.0.109
55342026-02-25T21:04:25.590Z Fresh futures-channel v0.3.31
55352026-02-25T21:04:25.590Z Fresh futures-macro v0.3.31
55362026-02-25T21:04:25.590Z Fresh futures-task v0.3.31
55372026-02-25T21:04:25.590Z Fresh ppv-lite86 v0.2.20
55382026-02-25T21:04:25.590Z Fresh foldhash v0.1.5
55392026-02-25T21:04:25.590Z Fresh adler2 v2.0.0
55402026-02-25T21:04:25.590Z Fresh futures-util v0.3.31
55412026-02-25T21:04:25.590Z Fresh hashbrown v0.15.4
55422026-02-25T21:04:25.590Z Fresh miniz_oxide v0.8.5
55432026-02-25T21:04:25.590Z Fresh tracing-core v0.1.32
55442026-02-25T21:04:25.590Z Fresh tracing-attributes v0.1.27
55452026-02-25T21:04:25.590Z Fresh glob v0.3.2
55462026-02-25T21:04:25.590Z Fresh gimli v0.31.1
55472026-02-25T21:04:25.590Z Fresh object v0.36.5
55482026-02-25T21:04:25.590Z Fresh tracing v0.1.40
55492026-02-25T21:04:25.590Z Fresh addr2line v0.24.2
55502026-02-25T21:04:25.590Z Fresh rustc-demangle v0.1.24
55512026-02-25T21:04:25.590Z Fresh http v1.4.0
55522026-02-25T21:04:25.591Z Fresh minimal-lexical v0.2.1
55532026-02-25T21:04:25.592Z Fresh backtrace v0.3.74
55542026-02-25T21:04:25.592Z Fresh nom v7.1.3
55552026-02-25T21:04:25.592Z Fresh serde_tokenstream v0.2.2
55562026-02-25T21:04:25.592Z Fresh crossbeam-utils v0.8.21
55572026-02-25T21:04:25.592Z Fresh paste v1.0.15
55582026-02-25T21:04:25.592Z Fresh libloading v0.8.5
55592026-02-25T21:04:25.592Z Fresh time-core v0.1.6
55602026-02-25T21:04:25.592Z Fresh utf8parse v0.2.2
55612026-02-25T21:04:25.592Z Fresh powerfmt v0.2.0
55622026-02-25T21:04:25.592Z Fresh num-conv v0.1.0
55632026-02-25T21:04:25.592Z Fresh prettyplease v0.2.36
55642026-02-25T21:04:25.592Z Fresh anyhow v1.0.99
55652026-02-25T21:04:25.592Z Fresh clang-sys v1.8.1
55662026-02-25T21:04:25.592Z Fresh deranged v0.5.3
55672026-02-25T21:04:25.592Z Fresh cexpr v0.6.0
55682026-02-25T21:04:25.592Z Fresh base64ct v1.6.0
55692026-02-25T21:04:25.592Z Fresh base64 v0.22.1
55702026-02-25T21:04:25.592Z Fresh time-macros v0.2.24
55712026-02-25T21:04:25.592Z Fresh home v0.5.9
55722026-02-25T21:04:25.592Z Fresh num_threads v0.1.7
55732026-02-25T21:04:25.592Z Fresh block-padding v0.3.3
55742026-02-25T21:04:25.592Z Fresh vcpkg v0.2.15
55752026-02-25T21:04:25.592Z Fresh ipnet v2.11.0
55762026-02-25T21:04:25.592Z Fresh anstyle v1.0.11
55772026-02-25T21:04:25.592Z Fresh time v0.3.43
55782026-02-25T21:04:25.592Z Fresh inout v0.1.3
55792026-02-25T21:04:25.592Z Fresh itertools v0.12.1
55802026-02-25T21:04:25.592Z Fresh zerocopy-derive v0.8.27
55812026-02-25T21:04:25.592Z Fresh ident_case v1.0.1
55822026-02-25T21:04:25.592Z Fresh cipher v0.4.4
55832026-02-25T21:04:25.593Z Fresh which v4.4.2
55842026-02-25T21:04:25.593Z Fresh anstyle-parse v0.2.5
55852026-02-25T21:04:25.593Z Fresh tokio-util v0.7.15
55862026-02-25T21:04:25.593Z Fresh is_terminal_polyfill v1.70.1
55872026-02-25T21:04:25.593Z Fresh colorchoice v1.0.2
55882026-02-25T21:04:25.593Z Fresh zerocopy v0.8.27
55892026-02-25T21:04:25.593Z Fresh lazycell v1.3.0
55902026-02-25T21:04:25.593Z Fresh rustc-hash v1.1.0
55912026-02-25T21:04:25.593Z Fresh anstyle-query v1.1.1
55922026-02-25T21:04:25.593Z Fresh atomic-waker v1.1.2
55932026-02-25T21:04:25.593Z Fresh pem-rfc7468 v0.7.0
55942026-02-25T21:04:25.593Z Fresh sha2 v0.10.9
55952026-02-25T21:04:25.593Z Fresh anstream v0.6.18
55962026-02-25T21:04:25.593Z Fresh bindgen v0.69.5
55972026-02-25T21:04:25.593Z Fresh cmake v0.1.51
55982026-02-25T21:04:25.593Z Fresh untrusted v0.9.0
55992026-02-25T21:04:25.593Z Fresh dunce v1.0.5
56002026-02-25T21:04:25.593Z Fresh fs_extra v1.3.0
56012026-02-25T21:04:25.593Z Fresh fastrand v2.1.1
56022026-02-25T21:04:25.593Z Fresh httparse v1.9.5
56032026-02-25T21:04:25.593Z Fresh ring v0.17.14
56042026-02-25T21:04:25.593Z Fresh hmac v0.12.1
56052026-02-25T21:04:25.593Z Fresh terminal_size v0.4.0
56062026-02-25T21:04:25.593Z Fresh der_derive v0.7.3
56072026-02-25T21:04:25.593Z Fresh ryu v1.0.18
56082026-02-25T21:04:25.593Z Fresh clap_lex v0.7.4
56092026-02-25T21:04:25.593Z Fresh flagset v0.4.6
56102026-02-25T21:04:25.593Z Fresh clap_builder v4.5.48
56112026-02-25T21:04:25.593Z Fresh rand_chacha v0.3.1
56122026-02-25T21:04:25.593Z Fresh clap_derive v4.5.47
56132026-02-25T21:04:25.593Z Fresh rustls-pki-types v1.10.0
56142026-02-25T21:04:25.619Z Fresh http-body v1.0.1
56152026-02-25T21:04:25.620Z Fresh der v0.7.10
56162026-02-25T21:04:25.620Z Fresh clap v4.5.48
56172026-02-25T21:04:25.620Z Fresh rand v0.8.5
56182026-02-25T21:04:25.620Z Fresh unicode-segmentation v1.12.0
56192026-02-25T21:04:25.620Z Fresh aws-lc-sys v0.26.0
56202026-02-25T21:04:25.620Z Fresh untrusted v0.7.1
56212026-02-25T21:04:25.620Z Fresh httpdate v1.0.3
56222026-02-25T21:04:25.620Z Fresh try-lock v0.2.5
56232026-02-25T21:04:25.620Z Fresh aws-lc-rs v1.12.4
56242026-02-25T21:04:25.620Z Fresh h2 v0.4.6
56252026-02-25T21:04:25.620Z Fresh tower-service v0.3.3
56262026-02-25T21:04:25.620Z Fresh tower-layer v0.3.3
56272026-02-25T21:04:25.620Z Fresh rand_core v0.9.3
56282026-02-25T21:04:25.620Z Fresh want v0.3.1
56292026-02-25T21:04:25.620Z Fresh rustls-webpki v0.102.8
56302026-02-25T21:04:25.622Z Fresh toml_datetime v0.6.11
56312026-02-25T21:04:25.622Z Fresh erased-serde v0.3.31
56322026-02-25T21:04:25.622Z Fresh serde_spanned v0.6.9
56332026-02-25T21:04:25.622Z Fresh async-trait v0.1.89
56342026-02-25T21:04:25.622Z Fresh hyper v1.8.1
56352026-02-25T21:04:25.622Z Fresh slog v2.8.2
56362026-02-25T21:04:25.622Z Fresh spki v0.7.3
56372026-02-25T21:04:25.622Z Fresh pbkdf2 v0.12.2
56382026-02-25T21:04:25.622Z Fresh aes v0.8.4
56392026-02-25T21:04:25.622Z Fresh mime v0.3.17
56402026-02-25T21:04:25.622Z Fresh ucd-trie v0.1.7
56412026-02-25T21:04:25.622Z Fresh hyper-util v0.1.19
56422026-02-25T21:04:25.622Z Fresh camino v1.2.2
56432026-02-25T21:04:25.622Z Fresh salsa20 v0.10.2
56442026-02-25T21:04:25.622Z Fresh cbc v0.1.2
56452026-02-25T21:04:25.622Z Fresh rustc_version v0.4.1
56462026-02-25T21:04:25.622Z Fresh rand_chacha v0.9.0
56472026-02-25T21:04:25.622Z Fresh pest v2.8.2
56482026-02-25T21:04:25.622Z Fresh scrypt v0.11.0
56492026-02-25T21:04:25.622Z Fresh http-body-util v0.1.3
56502026-02-25T21:04:25.622Z Fresh plain v0.2.3
56512026-02-25T21:04:25.622Z Fresh rand v0.9.2
56522026-02-25T21:04:25.622Z Fresh openssl-probe v0.1.5
56532026-02-25T21:04:25.622Z Fresh pest_meta v2.8.2
56542026-02-25T21:04:25.622Z Fresh rustix v1.1.3
56552026-02-25T21:04:25.622Z Fresh pkcs5 v0.7.1
56562026-02-25T21:04:25.622Z Fresh foreign-types-shared v0.1.1
56572026-02-25T21:04:25.622Z Fresh openssl-sys v0.9.109
56582026-02-25T21:04:25.622Z Fresh serde_urlencoded v0.7.1
56592026-02-25T21:04:25.623Z Fresh hex v0.4.3
56602026-02-25T21:04:25.623Z Fresh pest_generator v2.8.2
56612026-02-25T21:04:25.623Z Fresh foreign-types v0.3.2
56622026-02-25T21:04:25.623Z Fresh tempfile v3.24.0
56632026-02-25T21:04:25.623Z Fresh pkcs8 v0.10.2
56642026-02-25T21:04:25.623Z Fresh openssl-macros v0.1.1
56652026-02-25T21:04:25.623Z Fresh encoding_rs v0.8.34
56662026-02-25T21:04:25.623Z Fresh pretty-hex v0.4.1
56672026-02-25T21:04:25.623Z Fresh pest_derive v2.8.2
56682026-02-25T21:04:25.623Z Fresh openssl v0.10.73
56692026-02-25T21:04:25.623Z Fresh ipnetwork v0.21.1
56702026-02-25T21:04:25.623Z Fresh openapiv3 v2.2.0
56712026-02-25T21:04:25.623Z Fresh litrs v0.4.1
56722026-02-25T21:04:25.623Z Fresh rustls v0.23.19
56732026-02-25T21:04:25.623Z Fresh document-features v0.2.11
56742026-02-25T21:04:25.623Z Fresh sync_wrapper v1.0.1
56752026-02-25T21:04:25.623Z Fresh psl-types v2.0.11
56762026-02-25T21:04:25.623Z Fresh rustls-native-certs v0.8.1
56772026-02-25T21:04:25.623Z Fresh webpki-roots v1.0.1
56782026-02-25T21:04:25.623Z Fresh native-tls v0.2.12
56792026-02-25T21:04:25.623Z Fresh tokio-rustls v0.26.0
56802026-02-25T21:04:25.623Z Fresh tower v0.5.2
56812026-02-25T21:04:25.623Z Fresh publicsuffix v2.3.0
56822026-02-25T21:04:25.624Z Fresh cookie v0.18.1
56832026-02-25T21:04:25.624Z Fresh iri-string v0.7.8
56842026-02-25T21:04:25.624Z Fresh winnow v0.7.14
56852026-02-25T21:04:25.624Z Fresh signature v2.2.0
56862026-02-25T21:04:25.624Z Fresh tokio-native-tls v0.3.1
56872026-02-25T21:04:25.624Z Fresh hyper-rustls v0.27.7
56882026-02-25T21:04:25.624Z Fresh cookie_store v0.21.1
56892026-02-25T21:04:25.624Z Fresh tower-http v0.6.6
56902026-02-25T21:04:25.624Z Fresh darling_core v0.21.0
56912026-02-25T21:04:25.624Z Fresh strum_macros v0.26.4
56922026-02-25T21:04:25.628Z Fresh sha1 v0.10.6
56932026-02-25T21:04:25.628Z Fresh winnow v0.5.40
56942026-02-25T21:04:25.628Z Fresh hyper-tls v0.6.0
56952026-02-25T21:04:25.628Z Fresh strum v0.26.3
56962026-02-25T21:04:25.628Z Fresh darling_macro v0.21.0
56972026-02-25T21:04:25.628Z Fresh static_assertions v1.1.0
56982026-02-25T21:04:25.628Z Fresh data-encoding v2.9.0
56992026-02-25T21:04:25.628Z Fresh toml_edit v0.19.15
57002026-02-25T21:04:25.628Z Fresh oxnet v0.1.4
57012026-02-25T21:04:25.628Z Fresh darling_core v0.20.10
57022026-02-25T21:04:25.628Z Fresh reqwest v0.12.24
57032026-02-25T21:04:25.628Z Fresh darling v0.21.0
57042026-02-25T21:04:25.628Z Fresh hubpack_derive v0.1.1
57052026-02-25T21:04:25.628Z Fresh quick-error v1.2.3
57062026-02-25T21:04:25.628Z Fresh tinyvec_macros v0.1.1
57072026-02-25T21:04:25.628Z Fresh darling_macro v0.20.10
57082026-02-25T21:04:25.628Z Fresh num-integer v0.1.46
57092026-02-25T21:04:25.628Z Fresh scroll_derive v0.12.0
57102026-02-25T21:04:25.628Z Fresh tinyvec v1.8.0
57112026-02-25T21:04:25.629Z Fresh hubpack v0.1.2
57122026-02-25T21:04:25.629Z Fresh darling v0.20.10
57132026-02-25T21:04:25.629Z Fresh scroll v0.12.0
57142026-02-25T21:04:25.658Z Fresh bit-vec v0.8.0
57152026-02-25T21:04:25.658Z Fresh base16ct v0.2.0
57162026-02-25T21:04:25.659Z Fresh ff v0.13.0
57172026-02-25T21:04:25.659Z Fresh sec1 v0.7.3
57182026-02-25T21:04:25.659Z Fresh goblin v0.8.2
57192026-02-25T21:04:25.659Z Fresh bit-set v0.8.0
57202026-02-25T21:04:25.659Z Fresh scroll_derive v0.13.1
57212026-02-25T21:04:25.659Z Fresh wait-timeout v0.2.0
57222026-02-25T21:04:25.659Z Fresh crc32fast v1.4.2
57232026-02-25T21:04:25.659Z Fresh scroll v0.13.0
57242026-02-25T21:04:25.659Z Fresh dof v0.3.0
57252026-02-25T21:04:25.659Z Fresh ahash v0.8.12
57262026-02-25T21:04:25.659Z Fresh group v0.13.0
57272026-02-25T21:04:25.659Z Fresh num-iter v0.1.45
57282026-02-25T21:04:25.659Z Fresh dtrace-parser v0.2.0
57292026-02-25T21:04:25.659Z Fresh hkdf v0.12.4
57302026-02-25T21:04:25.659Z Fresh crypto-bigint v0.5.5
57312026-02-25T21:04:25.659Z Fresh bstr v1.10.0
57322026-02-25T21:04:25.659Z Fresh thread-id v4.2.2
57332026-02-25T21:04:25.660Z Fresh toml_write v0.1.2
57342026-02-25T21:04:25.660Z Fresh goblin v0.10.2
57352026-02-25T21:04:25.660Z Fresh rusty-fork v0.3.0
57362026-02-25T21:04:25.660Z Fresh rand_xorshift v0.4.0
57372026-02-25T21:04:25.660Z Fresh elliptic-curve v0.13.8
57382026-02-25T21:04:25.660Z Fresh toml_edit v0.22.27
57392026-02-25T21:04:25.660Z Fresh usdt-impl v0.5.0
57402026-02-25T21:04:25.660Z Fresh heck v0.4.1
57412026-02-25T21:04:25.660Z Fresh crossbeam-epoch v0.9.18
57422026-02-25T21:04:25.660Z Fresh itertools v0.13.0
57432026-02-25T21:04:25.660Z Fresh unarray v0.1.4
57442026-02-25T21:04:25.660Z Fresh zlib-rs v0.5.1
57452026-02-25T21:04:25.660Z Fresh num-bigint-dig v0.8.6
57462026-02-25T21:04:25.661Z Fresh proptest v1.7.0
57472026-02-25T21:04:25.661Z Fresh dof v0.4.0
57482026-02-25T21:04:25.661Z Fresh dtrace-parser v0.3.0
57492026-02-25T21:04:25.661Z Fresh pkcs1 v0.7.5
57502026-02-25T21:04:25.661Z Fresh libz-rs-sys v0.5.1
57512026-02-25T21:04:25.661Z Fresh x509-cert v0.2.5
57522026-02-25T21:04:25.661Z Fresh thread-id v5.0.0
57532026-02-25T21:04:25.661Z Fresh rsa v0.9.8
57542026-02-25T21:04:25.661Z Fresh rfc6979 v0.4.0
57552026-02-25T21:04:25.661Z Fresh usdt-impl v0.6.0
57562026-02-25T21:04:25.661Z Fresh flate2 v1.1.2
57572026-02-25T21:04:25.661Z Fresh curve25519-dalek-derive v0.1.1
57582026-02-25T21:04:25.661Z Fresh memmap2 v0.9.8
57592026-02-25T21:04:25.662Z Fresh bitflags v1.3.2
57602026-02-25T21:04:25.662Z Fresh ecdsa v0.16.9
57612026-02-25T21:04:25.662Z Fresh newtype-uuid v1.3.2
57622026-02-25T21:04:25.662Z Fresh curve25519-dalek v4.1.3
57632026-02-25T21:04:25.662Z Fresh bzip2-sys v0.1.13+1.0.8
57642026-02-25T21:04:25.662Z Fresh derive_builder_core v0.20.2
57652026-02-25T21:04:25.662Z Fresh serde_with_macros v3.16.1
57662026-02-25T21:04:25.662Z Fresh daft-derive v0.1.4
57672026-02-25T21:04:25.662Z Fresh env_filter v0.1.2
57682026-02-25T21:04:25.662Z Fresh siphasher v0.3.11
57692026-02-25T21:04:25.662Z Fresh cfg_aliases v0.2.1
57702026-02-25T21:04:25.662Z Fresh keccak v0.1.5
57712026-02-25T21:04:25.662Z Fresh derive_builder_macro v0.20.2
57722026-02-25T21:04:25.662Z Fresh env_logger v0.11.8
57732026-02-25T21:04:25.662Z Fresh serde_with v3.16.1
57742026-02-25T21:04:25.662Z Fresh phf_shared v0.11.2
57752026-02-25T21:04:25.662Z Fresh sha3 v0.10.8
57762026-02-25T21:04:25.662Z Fresh daft v0.1.4
57772026-02-25T21:04:25.662Z Fresh usdt-macro v0.6.0
57782026-02-25T21:04:25.663Z Fresh usdt-attr-macro v0.6.0
57792026-02-25T21:04:25.663Z Fresh toml v0.7.8
57802026-02-25T21:04:25.663Z Fresh ed25519 v2.2.3
57812026-02-25T21:04:25.663Z Fresh usdt v0.6.0
57822026-02-25T21:04:25.663Z Fresh signal-hook v0.3.18
57832026-02-25T21:04:25.663Z Fresh ed25519-dalek v2.1.1
57842026-02-25T21:04:25.663Z Fresh derive_builder v0.20.2
57852026-02-25T21:04:25.663Z Fresh memoffset v0.9.1
57862026-02-25T21:04:25.663Z Fresh unicode-normalization v0.1.24
57872026-02-25T21:04:25.663Z Fresh enum-as-inner v0.6.1
57882026-02-25T21:04:25.663Z Fresh managed v0.8.0
57892026-02-25T21:04:25.663Z Fresh itertools v0.10.5
57902026-02-25T21:04:25.663Z Fresh cargo-platform v0.1.8
57912026-02-25T21:04:25.663Z Fresh ref-cast-impl v1.0.25
57922026-02-25T21:04:25.663Z Fresh new_debug_unreachable v1.0.6
57932026-02-25T21:04:25.663Z Fresh fixedbitset v0.4.2
57942026-02-25T21:04:25.663Z Fresh precomputed-hash v0.1.1
57952026-02-25T21:04:25.663Z Fresh rustc-hash v2.1.1
57962026-02-25T21:04:25.663Z Fresh vergen-lib v0.1.6
57972026-02-25T21:04:25.664Z Fresh cargo_metadata v0.19.2
57982026-02-25T21:04:25.664Z Fresh string_cache v0.8.9
57992026-02-25T21:04:25.664Z Fresh petgraph v0.6.5
58002026-02-25T21:04:25.664Z Fresh ref-cast v1.0.25
58012026-02-25T21:04:25.664Z Fresh signal-hook-mio v0.2.4
58022026-02-25T21:04:25.664Z Fresh zstd-sys v2.0.14+zstd.1.5.7
58032026-02-25T21:04:25.664Z Fresh bzip2 v0.4.4
58042026-02-25T21:04:25.664Z Fresh vergen v9.0.6
58052026-02-25T21:04:25.664Z Fresh zip v0.6.6
58062026-02-25T21:04:25.664Z Fresh zstd-safe v7.2.3
58072026-02-25T21:04:25.664Z Fresh simd-adler32 v0.3.7
58082026-02-25T21:04:25.664Z Fresh lalrpop-util v0.19.12
58092026-02-25T21:04:25.664Z Fresh bumpalo v3.16.0
58102026-02-25T21:04:25.664Z Fresh lockfree-object-pool v0.1.6
58112026-02-25T21:04:25.664Z Fresh zstd v0.13.3
58122026-02-25T21:04:25.664Z Fresh zopfli v0.8.1
58132026-02-25T21:04:25.664Z Fresh crossterm v0.28.1
58142026-02-25T21:04:25.705Z Fresh bzip2 v0.5.2
58152026-02-25T21:04:25.705Z Fresh similar v2.7.0
58162026-02-25T21:04:25.705Z Fresh hash32 v0.2.1
58172026-02-25T21:04:25.705Z Fresh serde-big-array v0.5.1
58182026-02-25T21:04:25.705Z Fresh socket2 v0.5.10
58192026-02-25T21:04:25.705Z Fresh winnow v0.6.26
58202026-02-25T21:04:25.705Z Fresh unicode-bidi v0.3.17
58212026-02-25T21:04:25.706Z Fresh predicates-core v1.0.8
58222026-02-25T21:04:25.706Z Fresh unicode-properties v0.1.3
58232026-02-25T21:04:25.706Z Fresh jiff v0.2.15
58242026-02-25T21:04:25.706Z Fresh heapless v0.7.17
58252026-02-25T21:04:25.706Z Fresh hickory-proto v0.25.2
58262026-02-25T21:04:25.706Z Fresh zip v4.2.0
58272026-02-25T21:04:25.706Z Fresh stringprep v0.1.5
58282026-02-25T21:04:25.706Z Fresh tokio-stream v0.1.17
58292026-02-25T21:04:25.706Z Fresh md-5 v0.10.6
58302026-02-25T21:04:25.706Z Fresh strum_macros v0.27.2
58312026-02-25T21:04:25.706Z Fresh float-cmp v0.10.0
58322026-02-25T21:04:25.706Z Fresh foldhash v0.2.0
58332026-02-25T21:04:25.706Z Fresh fallible-iterator v0.2.0
58342026-02-25T21:04:25.706Z Fresh difflib v0.4.0
58352026-02-25T21:04:25.706Z Fresh normalize-line-endings v0.3.0
58362026-02-25T21:04:25.706Z Fresh postgres-protocol v0.6.8
58372026-02-25T21:04:25.706Z Fresh iddqd v0.3.16
58382026-02-25T21:04:25.706Z Fresh strum v0.27.2
58392026-02-25T21:04:25.707Z Fresh fs-err v3.1.1
58402026-02-25T21:04:25.707Z Fresh smoltcp v0.9.1
58412026-02-25T21:04:25.707Z Fresh buf-list v1.0.3
58422026-02-25T21:04:25.707Z Fresh predicates v3.1.3
58432026-02-25T21:04:25.707Z Fresh nix v0.29.0
58442026-02-25T21:04:25.707Z Fresh serde_repr v0.1.19
58452026-02-25T21:04:25.707Z Fresh peg-runtime v0.8.5
58462026-02-25T21:04:25.707Z Fresh fixedbitset v0.5.7
58472026-02-25T21:04:25.707Z Fresh postgres-types v0.2.9
58482026-02-25T21:04:25.707Z Fresh phf v0.11.2
58492026-02-25T21:04:25.707Z Fresh gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
58502026-02-25T21:04:25.707Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
58512026-02-25T21:04:25.707Z Fresh petgraph v0.8.2
58522026-02-25T21:04:25.707Z Fresh whoami v1.5.2
58532026-02-25T21:04:25.707Z Fresh futures-executor v0.3.31
58542026-02-25T21:04:25.707Z Fresh is-terminal v0.4.13
58552026-02-25T21:04:25.707Z Fresh regress v0.10.4
58562026-02-25T21:04:25.707Z Fresh crossbeam-channel v0.5.15
58572026-02-25T21:04:25.707Z Fresh thread_local v1.1.8
58582026-02-25T21:04:25.707Z Fresh tokio-postgres v0.7.13
58592026-02-25T21:04:25.707Z Fresh futures v0.3.31
58602026-02-25T21:04:25.707Z Fresh take_mut v0.2.2
58612026-02-25T21:04:25.707Z Fresh term v1.1.0
58622026-02-25T21:04:25.707Z Fresh unsafe-libyaml v0.2.11
58632026-02-25T21:04:25.707Z Fresh match_cfg v0.1.0
58642026-02-25T21:04:25.708Z Fresh typify-impl v0.4.3
58652026-02-25T21:04:25.708Z Fresh slog-term v2.9.2
58662026-02-25T21:04:25.708Z Fresh hostname v0.3.1
58672026-02-25T21:04:25.708Z Fresh serde_yaml v0.9.34+deprecated
58682026-02-25T21:04:25.708Z Fresh typify-macro v0.4.3
58692026-02-25T21:04:25.708Z Fresh debug-ignore v1.0.5
58702026-02-25T21:04:25.708Z Fresh newtype-uuid-macros v0.1.0
58712026-02-25T21:04:25.708Z Fresh slog-async v2.8.0
58722026-02-25T21:04:25.708Z Fresh typify v0.4.3
58732026-02-25T21:04:25.708Z Fresh unicode-width v0.1.14
58742026-02-25T21:04:25.708Z Fresh slog-json v2.6.1
58752026-02-25T21:04:25.708Z Fresh structmeta-derive v0.3.0
58762026-02-25T21:04:25.708Z Fresh structmeta v0.3.0
58772026-02-25T21:04:25.708Z Fresh slog-bunyan v2.5.0
58782026-02-25T21:04:25.709Z Fresh toml_parser v1.0.6+spec-1.1.0
58792026-02-25T21:04:25.709Z Fresh serde_spanned v1.0.4
58802026-02-25T21:04:25.709Z Fresh serde_path_to_error v0.1.20
58812026-02-25T21:04:25.709Z Fresh toml_datetime v0.7.5+spec-1.1.0
58822026-02-25T21:04:25.709Z Fresh toml_writer v1.0.6+spec-1.1.0
58832026-02-25T21:04:25.709Z Fresh rustls v0.22.4
58842026-02-25T21:04:25.709Z Fresh async-stream-impl v0.3.6
58852026-02-25T21:04:25.709Z Fresh rustls-pemfile v2.2.0
58862026-02-25T21:04:25.709Z Fresh waitgroup v0.1.2
58872026-02-25T21:04:25.709Z Fresh dropshot_endpoint v0.16.7
58882026-02-25T21:04:25.709Z Fresh toml v0.9.11+spec-1.1.0
58892026-02-25T21:04:25.709Z Fresh tokio-rustls v0.25.0
58902026-02-25T21:04:25.709Z Fresh async-stream v0.3.6
58912026-02-25T21:04:25.709Z Fresh hostname v0.4.2
58922026-02-25T21:04:25.709Z Fresh progenitor-client v0.10.0
58932026-02-25T21:04:25.709Z Fresh derive-ex v0.1.8
58942026-02-25T21:04:25.709Z Fresh multer v3.1.0
58952026-02-25T21:04:25.709Z Fresh test-strategy v0.4.3
58962026-02-25T21:04:25.709Z Fresh serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
58972026-02-25T21:04:25.710Z Fresh itertools v0.14.0
58982026-02-25T21:04:25.710Z Fresh macaddr v1.0.1
58992026-02-25T21:04:25.710Z Fresh tabwriter v1.4.0
59002026-02-25T21:04:25.710Z Fresh progenitor-impl v0.11.2
59012026-02-25T21:04:25.710Z Fresh instant v0.1.13
59022026-02-25T21:04:25.710Z Fresh dropshot v0.16.7
59032026-02-25T21:04:25.711Z Fresh tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
59042026-02-25T21:04:25.711Z Fresh progenitor-macro v0.11.2
59052026-02-25T21:04:25.711Z Fresh progenitor-client v0.11.2
59062026-02-25T21:04:25.711Z Fresh parse-display-derive v0.10.0
59072026-02-25T21:04:25.711Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
59082026-02-25T21:04:25.711Z Fresh backoff v0.4.0
59092026-02-25T21:04:25.711Z Fresh rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
59102026-02-25T21:04:25.711Z Fresh progenitor v0.11.2
59112026-02-25T21:04:25.711Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
59122026-02-25T21:04:25.711Z Fresh parse-display v0.10.0
59132026-02-25T21:04:25.711Z Fresh colored v3.0.0
59142026-02-25T21:04:25.738Z Fresh protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
59152026-02-25T21:04:25.738Z Fresh camino-tempfile v1.4.1
59162026-02-25T21:04:25.738Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
59172026-02-25T21:04:25.738Z Fresh crossbeam-deque v0.8.5
59182026-02-25T21:04:25.738Z Fresh toml v0.8.23
59192026-02-25T21:04:25.738Z Fresh proc-macro-error-attr v1.0.4
59202026-02-25T21:04:25.738Z Fresh proc-macro-crate v1.3.1
59212026-02-25T21:04:25.738Z Fresh secrecy v0.10.3
59222026-02-25T21:04:25.738Z Fresh proc-macro-error v1.0.4
59232026-02-25T21:04:25.739Z Fresh rayon-core v1.12.1
59242026-02-25T21:04:25.739Z Fresh crucible-workspace-hack v0.1.0
59252026-02-25T21:04:25.739Z Fresh num_enum_derive v0.5.11
59262026-02-25T21:04:25.739Z Fresh nix v0.30.1
59272026-02-25T21:04:25.739Z Fresh ingot-macros v0.1.1
59282026-02-25T21:04:25.739Z Fresh rayon v1.10.0
59292026-02-25T21:04:25.739Z Fresh num_enum v0.5.11
59302026-02-25T21:04:25.739Z Fresh hash32 v0.3.1
59312026-02-25T21:04:25.739Z Fresh ingot-types v0.1.2
59322026-02-25T21:04:25.739Z Fresh heapless v0.8.0
59332026-02-25T21:04:25.740Z Fresh foreign-types-macros v0.2.3
59342026-02-25T21:04:25.740Z Fresh cobs v0.2.3
59352026-02-25T21:04:25.740Z Fresh unicode-width v0.2.0
59362026-02-25T21:04:25.740Z Fresh foreign-types-shared v0.3.1
59372026-02-25T21:04:25.740Z Fresh ingot v0.1.1
59382026-02-25T21:04:25.740Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
59392026-02-25T21:04:25.740Z Fresh postcard v1.0.10
59402026-02-25T21:04:25.740Z Fresh smoltcp v0.11.0
59412026-02-25T21:04:25.740Z Fresh foreign-types v0.5.0
59422026-02-25T21:04:25.740Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
59432026-02-25T21:04:25.740Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
59442026-02-25T21:04:25.740Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
59452026-02-25T21:04:25.740Z Fresh cstr-argument v0.1.2
59462026-02-25T21:04:25.741Z Fresh pretty-hex v0.2.1
59472026-02-25T21:04:25.741Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
59482026-02-25T21:04:25.741Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
59492026-02-25T21:04:25.741Z Fresh colored v2.2.0
59502026-02-25T21:04:25.741Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
59512026-02-25T21:04:25.741Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
59522026-02-25T21:04:25.741Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
59532026-02-25T21:04:25.741Z Fresh sigpipe v0.1.3
59542026-02-25T21:04:25.741Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
59552026-02-25T21:04:25.741Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
59562026-02-25T21:04:25.741Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
59572026-02-25T21:04:25.741Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
59582026-02-25T21:04:25.741Z Fresh zone_cfg_derive v0.3.0
59592026-02-25T21:04:25.742Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
59602026-02-25T21:04:25.742Z Fresh smf v0.2.3
59612026-02-25T21:04:25.742Z Fresh num-derive v0.4.2
59622026-02-25T21:04:25.742Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
59632026-02-25T21:04:25.742Z Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
59642026-02-25T21:04:25.742Z Fresh zone v0.3.1
59652026-02-25T21:04:25.742Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
59662026-02-25T21:04:25.742Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
59672026-02-25T21:04:25.742Z Fresh convert_case v0.4.0
59682026-02-25T21:04:25.742Z Fresh progenitor-impl v0.10.0
59692026-02-25T21:04:25.742Z Fresh derive_more v0.99.20
59702026-02-25T21:04:25.742Z Fresh progenitor-macro v0.10.0
59712026-02-25T21:04:25.742Z Fresh half v2.4.1
59722026-02-25T21:04:25.743Z Fresh ciborium-io v0.2.2
59732026-02-25T21:04:25.743Z Fresh indent_write v2.2.0
59742026-02-25T21:04:25.744Z Fresh usdt-macro v0.5.0
59752026-02-25T21:04:25.744Z Fresh usdt-attr-macro v0.5.0
59762026-02-25T21:04:25.744Z Fresh progenitor v0.10.0
59772026-02-25T21:04:25.744Z Fresh ciborium-ll v0.2.2
59782026-02-25T21:04:25.744Z Fresh memmap v0.7.0
59792026-02-25T21:04:25.744Z Fresh universal-hash v0.5.1
59802026-02-25T21:04:25.745Z Fresh opaque-debug v0.3.1
59812026-02-25T21:04:25.745Z Fresh swrite v0.1.0
59822026-02-25T21:04:25.745Z Fresh aead v0.5.2
59832026-02-25T21:04:25.745Z Fresh ciborium v0.2.2
59842026-02-25T21:04:25.745Z Fresh usdt v0.5.0
59852026-02-25T21:04:25.745Z Fresh poly1305 v0.8.0
59862026-02-25T21:04:25.745Z Fresh chacha20 v0.9.1
59872026-02-25T21:04:25.745Z Fresh password-hash v0.5.0
59882026-02-25T21:04:25.745Z Fresh blake2 v0.10.6
59892026-02-25T21:04:25.745Z Fresh thiserror-impl-no-std v2.0.2
59902026-02-25T21:04:25.745Z Fresh argon2 v0.5.3
59912026-02-25T21:04:25.745Z Fresh thiserror-no-std v2.0.2
59922026-02-25T21:04:25.745Z Fresh chacha20poly1305 v0.10.1
59932026-02-25T21:04:25.745Z Fresh console v0.15.10
59942026-02-25T21:04:25.745Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
59952026-02-25T21:04:25.745Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
59962026-02-25T21:04:25.745Z Fresh derive-where v1.5.0
59972026-02-25T21:04:25.745Z Fresh vsss-rs v3.3.4
59982026-02-25T21:04:25.746Z Fresh propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
59992026-02-25T21:04:25.746Z Fresh atomicwrites v0.4.4
60002026-02-25T21:04:25.746Z Fresh newline-converter v0.3.0
60012026-02-25T21:04:25.746Z Fresh num-rational v0.4.2
60022026-02-25T21:04:25.746Z Fresh num-complex v0.4.6
60032026-02-25T21:04:25.746Z Fresh expectorate v1.2.0
60042026-02-25T21:04:25.746Z Fresh bytecount v0.6.8
60052026-02-25T21:04:25.746Z Fresh num v0.4.3
60062026-02-25T21:04:25.746Z Fresh float-ord v0.3.2
60072026-02-25T21:04:25.746Z Fresh tokio-dtrace v0.1.0
60082026-02-25T21:04:25.746Z Fresh oxide-tokio-rt v0.1.2
60092026-02-25T21:04:25.746Z Fresh libsw-core v0.3.1
60102026-02-25T21:04:25.746Z Fresh linear-map v1.2.0
60112026-02-25T21:04:25.746Z Fresh gethostname v0.5.0
60122026-02-25T21:04:25.747Z Fresh same-file v1.0.6
60132026-02-25T21:04:25.747Z Fresh owo-colors v4.2.3
60142026-02-25T21:04:25.779Z Fresh cancel-safe-futures v0.1.5
60152026-02-25T21:04:25.779Z Fresh libsw v3.5.0
60162026-02-25T21:04:25.779Z Fresh walkdir v2.5.0
60172026-02-25T21:04:25.779Z Fresh unicode-xid v0.2.6
60182026-02-25T21:04:25.779Z Fresh async-recursion v1.1.1
60192026-02-25T21:04:25.779Z Fresh resolv-conf v0.7.0
60202026-02-25T21:04:25.779Z Fresh convert_case v0.7.1
60212026-02-25T21:04:25.779Z Fresh smawk v0.3.2
60222026-02-25T21:04:25.779Z Fresh unicode-linebreak v0.1.5
60232026-02-25T21:04:25.779Z Fresh derive_more-impl v2.0.1
60242026-02-25T21:04:25.779Z Fresh globset v0.4.15
60252026-02-25T21:04:25.779Z Fresh derive_more v2.0.1
60262026-02-25T21:04:25.779Z Fresh vte_generate_state_changes v0.1.2
60272026-02-25T21:04:25.779Z Fresh termtree v0.5.1
60282026-02-25T21:04:25.780Z Fresh slog-dtrace v0.3.0
60292026-02-25T21:04:25.780Z Fresh crossterm v0.29.0
60302026-02-25T21:04:25.780Z Fresh vte v0.11.1
60312026-02-25T21:04:25.780Z Fresh fd-lock v4.0.2
60322026-02-25T21:04:25.780Z Fresh pin-project-internal v1.1.6
60332026-02-25T21:04:25.780Z Fresh linked-hash-map v0.5.6
60342026-02-25T21:04:25.780Z Fresh lru-cache v0.1.2
60352026-02-25T21:04:25.780Z Fresh strip-ansi-escapes v0.2.0
60362026-02-25T21:04:25.780Z Fresh object v0.37.3
60372026-02-25T21:04:25.780Z Fresh pin-project v1.1.6
60382026-02-25T21:04:25.780Z Fresh hickory-proto v0.24.4
60392026-02-25T21:04:25.780Z Fresh pem v3.0.5
60402026-02-25T21:04:25.780Z Fresh nibble_vec v0.1.0
60412026-02-25T21:04:25.780Z Fresh display-error-chain v0.2.2
60422026-02-25T21:04:25.780Z Fresh nu-ansi-term v0.50.1
60432026-02-25T21:04:25.780Z Fresh endian-type v0.1.2
60442026-02-25T21:04:25.780Z Fresh ar_archive_writer v0.5.1
60452026-02-25T21:04:25.780Z Fresh snafu-derive v0.8.5
60462026-02-25T21:04:25.780Z Fresh hickory-resolver v0.24.4
60472026-02-25T21:04:25.780Z Fresh reedline v0.40.0
60482026-02-25T21:04:25.780Z Fresh radix_trie v0.2.1
60492026-02-25T21:04:25.780Z Fresh snafu v0.8.5
60502026-02-25T21:04:25.780Z Fresh textwrap v0.16.2
60512026-02-25T21:04:25.781Z Fresh olpc-cjson v0.1.4
60522026-02-25T21:04:25.781Z Fresh serde_plain v1.0.2
60532026-02-25T21:04:25.781Z Fresh typed-path v0.9.3
60542026-02-25T21:04:25.781Z Fresh tough v0.20.0
60552026-02-25T21:04:25.781Z Fresh qorb v0.4.1
60562026-02-25T21:04:25.781Z Fresh csv-core v0.1.11
60572026-02-25T21:04:25.781Z Fresh cfg_aliases v0.1.1
60582026-02-25T21:04:25.781Z Fresh humantime v2.2.0
60592026-02-25T21:04:25.781Z Fresh highway v1.3.0
60602026-02-25T21:04:25.781Z Fresh psm v0.1.30
60612026-02-25T21:04:25.781Z Fresh csv v1.3.1
60622026-02-25T21:04:25.781Z Fresh siphasher v1.0.1
60632026-02-25T21:04:25.781Z Fresh stacker v0.1.23
60642026-02-25T21:04:25.781Z Fresh phf_shared v0.12.1
60652026-02-25T21:04:25.781Z Fresh papergrid v0.11.0
60662026-02-25T21:04:25.781Z Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
60672026-02-25T21:04:25.781Z Fresh tabled_derive v0.7.0
60682026-02-25T21:04:25.781Z Fresh recursive-proc-macro-impl v0.1.1
60692026-02-25T21:04:25.781Z Fresh base64 v0.21.7
60702026-02-25T21:04:25.781Z Fresh semver v0.1.20
60712026-02-25T21:04:25.781Z Fresh phf v0.12.1
60722026-02-25T21:04:25.781Z Fresh tabled v0.15.0
60732026-02-25T21:04:25.782Z Fresh nix v0.28.0
60742026-02-25T21:04:25.782Z Fresh recursive v0.1.1
60752026-02-25T21:04:25.782Z Fresh rustc_version v0.1.7
60762026-02-25T21:04:25.782Z Fresh const_format_proc_macros v0.2.34
60772026-02-25T21:04:25.782Z Fresh peg-macros v0.8.5
60782026-02-25T21:04:25.782Z Fresh sqlparser_derive v0.5.0
60792026-02-25T21:04:25.782Z Fresh unicode_categories v0.1.1
60802026-02-25T21:04:25.782Z Fresh rustyline v14.0.0
60812026-02-25T21:04:25.782Z Fresh chrono-tz v0.10.4
60822026-02-25T21:04:25.782Z Fresh sqlparser v0.61.0
60832026-02-25T21:04:25.782Z Fresh const_format v0.2.34
60842026-02-25T21:04:25.782Z Fresh peg v0.8.5
60852026-02-25T21:04:25.782Z Fresh sqlformat v0.3.5
60862026-02-25T21:04:25.782Z Fresh bcs v0.1.6
60872026-02-25T21:04:25.782Z Fresh utf-8 v0.7.6
60882026-02-25T21:04:25.782Z Fresh arc-swap v1.7.1
60892026-02-25T21:04:25.782Z Fresh xattr v1.3.1
60902026-02-25T21:04:25.782Z Fresh newtype_derive v0.1.6
60912026-02-25T21:04:25.782Z Fresh tungstenite v0.21.0
60922026-02-25T21:04:25.782Z Fresh slog-scope v4.4.0
60932026-02-25T21:04:25.782Z Fresh filetime v0.2.26
60942026-02-25T21:04:25.782Z Fresh typify-impl v0.2.0
60952026-02-25T21:04:25.782Z Fresh subprocess v0.2.9
60962026-02-25T21:04:25.783Z Fresh headers-core v0.3.0
60972026-02-25T21:04:25.783Z Fresh steno v0.4.1
60982026-02-25T21:04:25.783Z Fresh tokio-tungstenite v0.21.0
60992026-02-25T21:04:25.783Z Fresh slog-stdlog v4.1.1
61002026-02-25T21:04:25.783Z Fresh tar v0.4.44
61012026-02-25T21:04:25.783Z Fresh typify-macro v0.2.0
61022026-02-25T21:04:25.783Z Fresh headers v0.4.1
61032026-02-25T21:04:25.783Z Fresh progenitor-client v0.8.0
61042026-02-25T21:04:25.783Z Fresh slog-envlogger v2.2.0
61052026-02-25T21:04:25.783Z Fresh typify v0.2.0
61062026-02-25T21:04:25.783Z Fresh heck v0.3.3
61072026-02-25T21:04:25.783Z Fresh lzma-sys v0.1.20
61082026-02-25T21:04:25.783Z Fresh cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
61092026-02-25T21:04:25.783Z Fresh yasna v0.5.2
61102026-02-25T21:04:25.783Z Fresh base64 v0.13.1
61112026-02-25T21:04:25.783Z Fresh progenitor-impl v0.8.0
61122026-02-25T21:04:25.783Z Fresh zone_cfg_derive v0.1.2
61132026-02-25T21:04:25.785Z Fresh number_prefix v0.4.0
61142026-02-25T21:04:25.812Z Fresh ron v0.7.1
61152026-02-25T21:04:25.812Z Fresh rcgen v0.12.1
61162026-02-25T21:04:25.812Z Fresh propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
61172026-02-25T21:04:25.812Z Fresh xz2 v0.1.7
61182026-02-25T21:04:25.812Z Fresh progenitor-macro v0.8.0
61192026-02-25T21:04:25.812Z Fresh indicatif v0.17.11
61202026-02-25T21:04:25.812Z Fresh zone v0.1.8
61212026-02-25T21:04:25.812Z Fresh dropshot-api-manager-types v0.3.0
61222026-02-25T21:04:25.812Z Fresh tagptr v0.2.0
61232026-02-25T21:04:25.812Z Fresh progenitor v0.8.0
61242026-02-25T21:04:25.812Z Fresh bitfield-struct v0.6.2
61252026-02-25T21:04:25.812Z Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
61262026-02-25T21:04:25.812Z Fresh tap v1.0.1
61272026-02-25T21:04:25.812Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
61282026-02-25T21:04:25.812Z Fresh moka v0.12.10
61292026-02-25T21:04:25.812Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
61302026-02-25T21:04:25.813Z Fresh wyz v0.5.1
61312026-02-25T21:04:25.814Z Fresh libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
61322026-02-25T21:04:25.814Z Fresh hickory-resolver v0.25.2
61332026-02-25T21:04:25.814Z Fresh libefi-sys v0.1.0
61342026-02-25T21:04:25.814Z Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
61352026-02-25T21:04:25.814Z Fresh radium v0.7.0
61362026-02-25T21:04:25.814Z Fresh zerocopy-derive v0.6.6
61372026-02-25T21:04:25.814Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
61382026-02-25T21:04:25.814Z Fresh crc-catalog v2.4.0
61392026-02-25T21:04:25.814Z Fresh funty v2.0.0
61402026-02-25T21:04:25.814Z Fresh maybe-uninit v2.0.0
61412026-02-25T21:04:25.814Z Fresh zerocopy v0.6.6
61422026-02-25T21:04:25.814Z Fresh bitvec v1.0.1
61432026-02-25T21:04:25.814Z Fresh crc v3.2.1
61442026-02-25T21:04:25.815Z Fresh packed_struct_codegen v0.10.1
61452026-02-25T21:04:25.815Z Fresh bitfield-macros v0.19.2
61462026-02-25T21:04:25.815Z Fresh nodrop v0.1.14
61472026-02-25T21:04:25.815Z Fresh smallvec v0.6.14
61482026-02-25T21:04:25.815Z Fresh array-init v0.0.4
61492026-02-25T21:04:25.815Z Fresh packed_struct v0.10.1
61502026-02-25T21:04:25.815Z Fresh bitfield v0.19.2
61512026-02-25T21:04:25.815Z Fresh hashbrown v0.12.3
61522026-02-25T21:04:25.815Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
61532026-02-25T21:04:25.815Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
61542026-02-25T21:04:25.815Z Fresh ron v0.8.1
61552026-02-25T21:04:25.815Z Fresh serde-hex v0.1.0
61562026-02-25T21:04:25.815Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
61572026-02-25T21:04:25.816Z Fresh indexmap v1.9.3
61582026-02-25T21:04:25.816Z Fresh hashbrown v0.13.2
61592026-02-25T21:04:25.816Z Fresh xshell-macros v0.2.7
61602026-02-25T21:04:25.816Z Fresh crc-any v2.5.0
61612026-02-25T21:04:25.816Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
61622026-02-25T21:04:25.816Z Fresh object v0.30.4
61632026-02-25T21:04:25.816Z Fresh xshell v0.2.7
61642026-02-25T21:04:25.816Z Fresh lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
61652026-02-25T21:04:25.817Z Fresh path-slash v0.1.5
61662026-02-25T21:04:25.817Z Fresh half v1.8.3
61672026-02-25T21:04:25.817Z Fresh proc-macro-error-attr2 v2.0.0
61682026-02-25T21:04:25.817Z Fresh hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
61692026-02-25T21:04:25.817Z Fresh serde_cbor v0.11.2
61702026-02-25T21:04:25.817Z Fresh proc-macro-error2 v2.0.1
61712026-02-25T21:04:25.817Z Fresh num-derive v0.3.3
61722026-02-25T21:04:25.817Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
61732026-02-25T21:04:25.817Z Fresh maplit v1.0.2
61742026-02-25T21:04:25.817Z Fresh tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
61752026-02-25T21:04:25.817Z Fresh libscf-sys v1.1.0
61762026-02-25T21:04:25.817Z Fresh tabled_derive v0.11.0
61772026-02-25T21:04:25.817Z Fresh papergrid v0.17.0
61782026-02-25T21:04:25.818Z Fresh testing_table v0.3.0
61792026-02-25T21:04:25.818Z Fresh smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
61802026-02-25T21:04:25.818Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
61812026-02-25T21:04:25.818Z Fresh tabled v0.20.0
61822026-02-25T21:04:25.818Z Fresh fxhash v0.2.1
61832026-02-25T21:04:25.818Z Fresh unicase v2.8.1
61842026-02-25T21:04:25.818Z Fresh crc8 v0.1.1
61852026-02-25T21:04:25.818Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
61862026-02-25T21:04:25.818Z Fresh diff v0.1.13
61872026-02-25T21:04:25.818Z Fresh dsl_auto_type v0.1.2
61882026-02-25T21:04:25.818Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
61892026-02-25T21:04:25.818Z Fresh kstat-rs v0.2.4
61902026-02-25T21:04:25.818Z Fresh scheduled-thread-pool v0.2.7
61912026-02-25T21:04:25.818Z Fresh diesel_table_macro_syntax v0.2.0
61922026-02-25T21:04:25.818Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
61932026-02-25T21:04:25.818Z Fresh r2d2 v0.8.10
61942026-02-25T21:04:25.819Z Fresh diesel_derives v2.2.3
61952026-02-25T21:04:25.819Z Fresh vergen-gitcl v1.0.8
61962026-02-25T21:04:25.819Z Fresh diesel v2.2.12
61972026-02-25T21:04:25.819Z Fresh dirs-sys-next v0.1.2
61982026-02-25T21:04:25.819Z Fresh parking_lot_core v0.8.6
61992026-02-25T21:04:25.819Z Fresh dirs-next v2.0.0
62002026-02-25T21:04:25.819Z Fresh prefix-trie v0.7.0
62012026-02-25T21:04:25.819Z Fresh nanorand v0.7.0
62022026-02-25T21:04:25.819Z Fresh term v0.7.0
62032026-02-25T21:04:25.819Z Fresh parking_lot v0.11.2
62042026-02-25T21:04:25.819Z Fresh crunchy v0.2.2
62052026-02-25T21:04:25.819Z Fresh bit-vec v0.6.3
62062026-02-25T21:04:25.820Z Fresh hickory-server v0.25.2
62072026-02-25T21:04:25.820Z Fresh flume v0.11.1
62082026-02-25T21:04:25.820Z Fresh hickory-client v0.25.2
62092026-02-25T21:04:25.820Z Fresh bit-set v0.5.3
62102026-02-25T21:04:25.820Z Fresh ascii-canvas v3.0.0
62112026-02-25T21:04:25.820Z Fresh sled v0.34.7
62122026-02-25T21:04:25.820Z Fresh tiny-keccak v2.0.2
62132026-02-25T21:04:25.820Z Fresh ena v0.14.3
62142026-02-25T21:04:25.854Z Fresh regex-syntax v0.6.29
62152026-02-25T21:04:25.854Z Fresh lalrpop v0.19.12
62162026-02-25T21:04:25.854Z Fresh bindgen v0.71.1
62172026-02-25T21:04:25.854Z Fresh primeorder v0.13.6
62182026-02-25T21:04:25.854Z Fresh salty v0.3.0
62192026-02-25T21:04:25.854Z Fresh oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
62202026-02-25T21:04:25.854Z Fresh rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
62212026-02-25T21:04:25.854Z Fresh strum_macros v0.24.3
62222026-02-25T21:04:25.854Z Fresh indoc v1.0.9
62232026-02-25T21:04:25.855Z Fresh libxml v0.3.3
62242026-02-25T21:04:25.855Z Fresh oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
62252026-02-25T21:04:25.855Z Fresh oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
62262026-02-25T21:04:25.855Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
62272026-02-25T21:04:25.855Z Fresh oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
62282026-02-25T21:04:25.855Z Fresh polar-core v0.27.3
62292026-02-25T21:04:25.855Z Fresh oso-derive v0.27.3
62302026-02-25T21:04:25.855Z Fresh impl-trait-for-tuples v0.2.2
62312026-02-25T21:04:25.855Z Fresh quick-xml v0.37.2
62322026-02-25T21:04:25.855Z Fresh oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
62332026-02-25T21:04:25.855Z Fresh p384 v0.13.1
62342026-02-25T21:04:25.855Z Fresh samael v0.0.19
62352026-02-25T21:04:25.855Z Fresh oso v0.27.3
62362026-02-25T21:04:25.855Z Fresh trait-variant v0.1.2
62372026-02-25T21:04:25.855Z Fresh scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
62382026-02-25T21:04:25.855Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
62392026-02-25T21:04:25.855Z Fresh predicates-tree v1.0.12
62402026-02-25T21:04:25.855Z Fresh assert_matches v1.5.0
62412026-02-25T21:04:25.856Z Fresh hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
62422026-02-25T21:04:25.856Z Fresh fs-err v2.11.0
62432026-02-25T21:04:25.856Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
62442026-02-25T21:04:25.856Z Fresh parse-size v1.1.0
62452026-02-25T21:04:25.856Z Fresh bb8 v0.8.5
62462026-02-25T21:04:25.856Z Fresh tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
62472026-02-25T21:04:25.856Z Fresh http-range v0.1.5
62482026-02-25T21:04:25.856Z Fresh async-bb8-diesel v0.2.1
62492026-02-25T21:04:25.856Z Fresh diesel-dtrace v0.4.2
62502026-02-25T21:04:25.856Z Fresh ignore v0.4.23
62512026-02-25T21:04:25.856Z Fresh atty v0.2.14
62522026-02-25T21:04:25.856Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
62532026-02-25T21:04:25.856Z Fresh mime_guess v2.0.5
62542026-02-25T21:04:25.856Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
62552026-02-25T21:04:25.856Z Fresh globwalk v0.9.1
62562026-02-25T21:04:25.856Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
62572026-02-25T21:04:25.856Z Fresh dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
62582026-02-25T21:04:25.856Z Fresh corncobs v0.1.4
62592026-02-25T21:04:25.857Z Fresh nonempty v0.12.0
62602026-02-25T21:04:25.857Z Fresh dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
62612026-02-25T21:04:25.857Z Fresh camino-tempfile-ext v0.3.2
62622026-02-25T21:04:25.857Z Fresh hyper-staticfile v0.10.1
62632026-02-25T21:04:25.857Z Fresh dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
62642026-02-25T21:04:25.857Z Fresh signal-hook-tokio v0.3.1
62652026-02-25T21:04:25.857Z Fresh secrecy v0.8.0
62662026-02-25T21:04:25.857Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
62672026-02-25T21:04:25.857Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
62682026-02-25T21:04:25.857Z Fresh sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
62692026-02-25T21:04:25.857Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
62702026-02-25T21:04:25.857Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
62712026-02-25T21:04:25.857Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
62722026-02-25T21:04:25.857Z Fresh tungstenite v0.23.0
62732026-02-25T21:04:25.857Z Fresh void v1.0.2
62742026-02-25T21:04:25.857Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
62752026-02-25T21:04:25.857Z Fresh dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
62762026-02-25T21:04:25.857Z Fresh tokio-tungstenite v0.23.1
62772026-02-25T21:04:25.858Z Fresh lzss v0.8.2
62782026-02-25T21:04:25.858Z Fresh nix v0.27.1
62792026-02-25T21:04:25.858Z Fresh serde_bytes v0.11.19
62802026-02-25T21:04:25.858Z Fresh rand_seeder v0.4.0
62812026-02-25T21:04:25.858Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
62822026-02-25T21:04:25.858Z Fresh tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
62832026-02-25T21:04:25.858Z Fresh yansi v1.0.1
62842026-02-25T21:04:25.858Z Fresh is_ci v1.2.0
62852026-02-25T21:04:25.858Z Fresh pretty_assertions v1.4.1
62862026-02-25T21:04:25.858Z Fresh openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
62872026-02-25T21:04:25.858Z Fresh tabled_derive v0.10.0
62882026-02-25T21:04:25.859Z Fresh typeid v1.0.3
62892026-02-25T21:04:25.859Z Fresh papergrid v0.14.0
62902026-02-25T21:04:25.859Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
62912026-02-25T21:04:25.859Z Fresh concurrent-queue v2.5.0
62922026-02-25T21:04:25.859Z Fresh parking v2.2.1
62932026-02-25T21:04:25.859Z Fresh erased-serde v0.4.6
62942026-02-25T21:04:25.859Z Fresh tabled v0.18.0
62952026-02-25T21:04:25.859Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
62962026-02-25T21:04:25.859Z Fresh castaway v0.2.3
62972026-02-25T21:04:25.859Z Fresh ordered-float v2.10.1
62982026-02-25T21:04:25.859Z Fresh indoc v2.0.6
62992026-02-25T21:04:25.859Z Fresh serde-untagged v0.1.7
63002026-02-25T21:04:25.859Z Fresh serde-value v0.7.0
63012026-02-25T21:04:25.859Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
63022026-02-25T21:04:25.859Z Fresh compact_str v0.8.0
63032026-02-25T21:04:25.859Z Fresh libz-sys v1.1.20
63042026-02-25T21:04:25.859Z Fresh unicode-truncate v1.1.0
63052026-02-25T21:04:25.859Z Fresh lru v0.12.5
63062026-02-25T21:04:25.859Z Fresh instability v0.3.2
63072026-02-25T21:04:25.860Z Fresh cassowary v0.3.0
63082026-02-25T21:04:25.860Z Fresh cargo-util-schemas v0.8.2
63092026-02-25T21:04:25.860Z Fresh event-listener v5.3.1
63102026-02-25T21:04:25.860Z Fresh ratatui v0.29.0
63112026-02-25T21:04:25.860Z Fresh libgit2-sys v0.18.2+1.9.1
63122026-02-25T21:04:25.860Z Fresh console v0.16.0
63132026-02-25T21:04:25.860Z Fresh cargo-platform v0.2.0
63142026-02-25T21:04:25.889Z Fresh unit-prefix v0.5.1
63152026-02-25T21:04:25.889Z Fresh indicatif v0.18.0
63162026-02-25T21:04:25.889Z Fresh git2 v0.20.2
63172026-02-25T21:04:25.889Z Fresh cargo_metadata v0.21.0
63182026-02-25T21:04:25.889Z Fresh event-listener-strategy v0.5.2
63192026-02-25T21:04:25.889Z Fresh supports-color v3.0.2
63202026-02-25T21:04:25.889Z Fresh vergen-git2 v1.0.7
63212026-02-25T21:04:25.889Z Fresh futures-lite v2.3.0
63222026-02-25T21:04:25.889Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
63232026-02-25T21:04:25.889Z Fresh rustls-webpki v0.101.7
63242026-02-25T21:04:25.889Z Fresh sct v0.7.1
63252026-02-25T21:04:25.889Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
63262026-02-25T21:04:25.889Z Fresh rustls v0.21.12
63272026-02-25T21:04:25.889Z Fresh tokio-rustls v0.24.1
63282026-02-25T21:04:25.890Z Fresh lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
63292026-02-25T21:04:25.891Z Fresh async-lock v3.4.0
63302026-02-25T21:04:25.891Z Fresh rustls-pemfile v1.0.4
63312026-02-25T21:04:25.891Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
63322026-02-25T21:04:25.891Z Fresh twox-hash v2.1.0
63332026-02-25T21:04:25.891Z Fresh polling v3.7.3
63342026-02-25T21:04:25.891Z Fresh hex-literal v0.4.1
63352026-02-25T21:04:25.891Z Fresh shell-words v1.1.0
63362026-02-25T21:04:25.891Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
63372026-02-25T21:04:25.891Z Fresh async-io v2.3.4
63382026-02-25T21:04:25.891Z Fresh lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
63392026-02-25T21:04:25.891Z Fresh fatfs v0.3.6
63402026-02-25T21:04:25.891Z Fresh raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
63412026-02-25T21:04:25.891Z Fresh async-task v4.7.1
63422026-02-25T21:04:25.891Z Fresh seq-macro v0.3.6
63432026-02-25T21:04:25.891Z Fresh async-channel v2.3.1
63442026-02-25T21:04:25.892Z Fresh piper v0.2.4
63452026-02-25T21:04:25.892Z Fresh plotters-backend v0.3.7
63462026-02-25T21:04:25.892Z Fresh blocking v1.6.1
63472026-02-25T21:04:25.892Z Fresh plotters-svg v0.3.7
63482026-02-25T21:04:25.892Z Fresh petname v2.0.2
63492026-02-25T21:04:25.892Z Fresh async-executor v1.13.1
63502026-02-25T21:04:25.892Z Fresh async-signal v0.2.10
63512026-02-25T21:04:25.892Z Fresh sapling-renderdag v0.1.0
63522026-02-25T21:04:25.894Z Fresh rtoolbox v0.0.2
63532026-02-25T21:04:25.894Z Fresh futures-timer v3.0.3
63542026-02-25T21:04:25.894Z Fresh cast v0.3.0
63552026-02-25T21:04:25.894Z Fresh event-listener v2.5.3
63562026-02-25T21:04:25.894Z Fresh sync-ptr v0.1.4
63572026-02-25T21:04:25.894Z Fresh async-process v2.3.0
63582026-02-25T21:04:25.894Z Fresh plotters v0.3.7
63592026-02-25T21:04:25.894Z Fresh async-global-executor v2.4.1
63602026-02-25T21:04:25.894Z Fresh rpassword v7.4.0
63612026-02-25T21:04:25.894Z Fresh criterion-plot v0.6.0
63622026-02-25T21:04:25.894Z Fresh async-channel v1.9.0
63632026-02-25T21:04:25.894Z Fresh tui-tree-widget v0.23.1
63642026-02-25T21:04:25.894Z Fresh async-attributes v1.1.2
63652026-02-25T21:04:25.894Z Fresh tinytemplate v1.2.1
63662026-02-25T21:04:25.894Z Fresh kv-log-macro v1.0.7
63672026-02-25T21:04:25.894Z Fresh oorandom v11.1.4
63682026-02-25T21:04:25.894Z Fresh anes v0.1.6
63692026-02-25T21:04:25.894Z Fresh async-std v1.13.0
63702026-02-25T21:04:25.894Z Fresh polyval v0.6.2
63712026-02-25T21:04:25.894Z Fresh criterion v0.7.0
63722026-02-25T21:04:25.894Z Fresh ghash v0.5.1
63732026-02-25T21:04:25.894Z Fresh async-object-pool v0.1.5
63742026-02-25T21:04:25.894Z Fresh ctr v0.9.2
63752026-02-25T21:04:25.894Z Fresh serde_regex v1.1.0
63762026-02-25T21:04:25.894Z Fresh assert-json-diff v2.0.2
63772026-02-25T21:04:25.894Z Fresh path-tree v0.8.1
63782026-02-25T21:04:25.894Z Fresh stringmetrics v2.2.2
63792026-02-25T21:04:25.894Z Fresh target-lexicon v0.13.2
63802026-02-25T21:04:25.895Z Fresh aes-gcm v0.10.3
63812026-02-25T21:04:25.895Z Fresh httpmock v0.8.0-alpha.1
63822026-02-25T21:04:25.895Z Fresh ssh-encoding v0.2.0
63832026-02-25T21:04:25.895Z Fresh blowfish v0.9.1
63842026-02-25T21:04:25.895Z Fresh arrayvec v0.7.6
63852026-02-25T21:04:25.895Z Fresh arrayref v0.3.9
63862026-02-25T21:04:25.895Z Fresh constant_time_eq v0.3.1
63872026-02-25T21:04:25.895Z Fresh guppy-workspace-hack v0.1.0
63882026-02-25T21:04:25.895Z Fresh ssh-cipher v0.2.0
63892026-02-25T21:04:25.895Z Fresh bcrypt-pbkdf v0.10.0
63902026-02-25T21:04:25.895Z Fresh cfg-expr v0.20.1
63912026-02-25T21:04:25.895Z Fresh supports-color v2.1.0
63922026-02-25T21:04:25.895Z Fresh textwrap v0.15.2
63932026-02-25T21:04:25.895Z Fresh supports-unicode v2.1.0
63942026-02-25T21:04:25.895Z Fresh supports-hyperlinks v2.1.0
63952026-02-25T21:04:25.895Z Fresh hashbrown v0.14.5
63962026-02-25T21:04:25.895Z Fresh password-hash v0.4.2
63972026-02-25T21:04:25.895Z Fresh backtrace-ext v0.2.1
63982026-02-25T21:04:25.895Z Fresh miette-derive v5.10.0
63992026-02-25T21:04:25.895Z Fresh terminal_size v0.1.17
64002026-02-25T21:04:25.895Z Fresh owo-colors v3.5.0
64012026-02-25T21:04:25.895Z Fresh target-spec v3.5.0
64022026-02-25T21:04:25.895Z Fresh chumsky v0.9.3
64032026-02-25T21:04:25.895Z Fresh pbkdf2 v0.11.0
64042026-02-25T21:04:25.898Z Fresh ssh-key v0.6.6
64052026-02-25T21:04:25.898Z Fresh p256 v0.13.2
64062026-02-25T21:04:25.898Z Fresh miette v5.10.0
64072026-02-25T21:04:25.898Z Fresh p521 v0.13.3
64082026-02-25T21:04:25.898Z Fresh knuffel-derive v3.2.0
64092026-02-25T21:04:25.898Z Fresh pathdiff v0.2.3
64102026-02-25T21:04:25.898Z Fresh russh-cryptovec v0.7.3
64112026-02-25T21:04:25.898Z Fresh nested v0.1.1
64122026-02-25T21:04:25.898Z Fresh md5 v0.7.0
64132026-02-25T21:04:25.898Z Fresh guppy v0.17.20
64142026-02-25T21:04:25.925Z Fresh knuffel v3.2.0
64152026-02-25T21:04:25.925Z Fresh russh-keys v0.45.0
64162026-02-25T21:04:25.925Z Fresh httptest v0.16.3
64172026-02-25T21:04:25.925Z Fresh num-bigint v0.4.6
64182026-02-25T21:04:25.925Z Fresh des v0.8.1
64192026-02-25T21:04:25.925Z Fresh dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
64202026-02-25T21:04:25.925Z Fresh blake3 v1.5.4
64212026-02-25T21:04:25.925Z Fresh ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
64222026-02-25T21:04:25.926Z Fresh dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
64232026-02-25T21:04:25.926Z Fresh russh v0.45.0
64242026-02-25T21:04:25.926Z Fresh internet-checksum v0.2.1
64252026-02-25T21:04:25.926Z Fresh topological-sort v0.2.2
64262026-02-25T21:04:25.926Z Fresh escape8259 v0.5.3
64272026-02-25T21:04:25.926Z Fresh omicron-zone-package v0.12.2
64282026-02-25T21:04:25.926Z Fresh doc-comment v0.3.3
64292026-02-25T21:04:25.926Z Fresh libtest-mimic v0.8.1
64302026-02-25T21:04:25.926Z Compiling scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
64312026-02-25T21:04:25.926Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
64322026-02-25T21:04:25.965Z 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=2f79c199c104ce8c -C extra-filename=-bbe92fee0d3429d4 --out-dir /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-38ba13b1dd5cc181.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-3ccbfbbe3006f132.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/usr/ssl-3/lib/amd64`
64332026-02-25T21:04:25.965Z Compiling similar-asserts v1.7.0
64342026-02-25T21:04:25.965Z Fresh proc-macro-crate v3.2.0
64352026-02-25T21:04:25.965Z Fresh fancy-regex v0.14.0
64362026-02-25T21:04:25.965Z Fresh relative-path v1.9.3
64372026-02-25T21:04:25.991Z 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=13a432a75eaabef3 -C extra-filename=-7792d06e79775fc9 --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-86f40f3e61b1f3ba.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
64382026-02-25T21:04:25.991Z Fresh datatest-stable v0.3.2
64392026-02-25T21:04:25.993Z Fresh rstest_macros v0.25.0
64402026-02-25T21:04:25.993Z Fresh attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
64412026-02-25T21:04:25.993Z Fresh assert_cmd v2.0.17
64422026-02-25T21:04:25.993Z Fresh target-triple v0.1.3
64432026-02-25T21:04:25.993Z Fresh support-bundle-viewer v0.1.2
64442026-02-25T21:04:25.993Z Fresh multimap v0.10.1
64452026-02-25T21:04:25.993Z Fresh uzers v0.12.1
64462026-02-25T21:04:26.031Z Fresh termcolor v1.4.1
64472026-02-25T21:04:26.031Z Fresh trybuild v1.0.106
64482026-02-25T21:04:26.031Z Fresh rstest v0.25.0
64492026-02-25T21:04:26.031Z Fresh pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
64502026-02-25T21:04:26.031Z Fresh blake2b_simd v1.0.2
64512026-02-25T21:04:26.031Z Fresh partial-io v0.5.4
64522026-02-25T21:04:26.031Z Fresh drift v0.1.3
64532026-02-25T21:04:26.031Z Fresh rand_distr v0.5.1
64542026-02-25T21:04:26.031Z Fresh approx v0.5.1
64552026-02-25T21:04:26.031Z Fresh dropshot-api-manager v0.3.0
64562026-02-25T21:04:26.031Z Fresh sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
64572026-02-25T21:04:26.031Z Fresh rust-argon2 v2.1.0
64582026-02-25T21:04:26.031Z Fresh rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
64592026-02-25T21:04:26.033Z Fresh cargo_toml v0.21.0
64602026-02-25T21:04:26.033Z Fresh termios v0.3.3
64612026-02-25T21:04:26.033Z Fresh gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
64622026-02-25T21:04:26.033Z Fresh xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
64632026-02-25T21:04:26.033Z Fresh omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
64642026-02-25T21:04:26.033Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
64652026-02-25T21:04:26.033Z Fresh trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
64662026-02-25T21:04:26.033Z Fresh oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
64672026-02-25T21:04:26.033Z Fresh omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
64682026-02-25T21:04:26.033Z Fresh ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
64692026-02-25T21:04:26.033Z Fresh omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
64702026-02-25T21:04:26.033Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
64712026-02-25T21:04:26.033Z Fresh omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
64722026-02-25T21:04:26.034Z Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
64732026-02-25T21:04:26.034Z Fresh omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
64742026-02-25T21:04:26.034Z Fresh omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
64752026-02-25T21:04:26.034Z Fresh omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
64762026-02-25T21:04:26.034Z Fresh nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
64772026-02-25T21:04:26.034Z Fresh trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
64782026-02-25T21:04:26.034Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
64792026-02-25T21:04:26.034Z Fresh tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
64802026-02-25T21:04:26.034Z Fresh db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
64812026-02-25T21:04:26.065Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
64822026-02-25T21:04:26.066Z Fresh end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
64832026-02-25T21:04:26.066Z Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
64842026-02-25T21:04:26.066Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
64852026-02-25T21:04:26.066Z Fresh clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
64862026-02-25T21:04:26.066Z Fresh omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
64872026-02-25T21:04:26.066Z Fresh ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
64882026-02-25T21:04:26.066Z Fresh ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
64892026-02-25T21:04:26.066Z Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
64902026-02-25T21:04:26.066Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
64912026-02-25T21:04:26.067Z Fresh reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
64922026-02-25T21:04:26.067Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
64932026-02-25T21:04:26.067Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
64942026-02-25T21:04:26.067Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
64952026-02-25T21:04:26.067Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
64962026-02-25T21:04:26.067Z Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
64972026-02-25T21:04:26.067Z Fresh reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
64982026-02-25T21:04:26.067Z Fresh nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
64992026-02-25T21:04:26.067Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
65002026-02-25T21:04:26.067Z Fresh nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
65012026-02-25T21:04:26.067Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
65022026-02-25T21:04:26.067Z Fresh omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
65032026-02-25T21:04:26.068Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
65042026-02-25T21:04:26.068Z Fresh omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
65052026-02-25T21:04:26.068Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
65062026-02-25T21:04:26.068Z 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=b768aeb87c659079 -C extra-filename=-4e88387d5c93d894 --out-dir /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-42cf0d5c083d7881.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3ad25da4e0be3c38.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1c77f98783115915.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-90a4b45980e053b0.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-118edb141eb72ad8.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-479c4ba842b982f7.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-7163d56e3093223e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-9138d31495cbd222.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-7b04fd33e42e9298.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-a97e3deef1b62fd4.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-cb6fed0666e78053.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-6558a1a3990c9f12.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-0db4f98211e0adfb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-0007ca7bf57f322b.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-798d48f9b368db03.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a7cc13a5c2111f82.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1278f6b4b36ec8c5.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-c901b26b160583a6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-027944bdf890a5a3.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-1f53edda588876e5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-00677b18825d4732.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-18ed1948276c6267.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b934c8f39b9b8745.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-43cef2770a571538.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-546cf8b62ba5286d.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-58606c2cc24cce8a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.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-6856cfd8ff37646e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d9f5788e2a13327f.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-14cd3b07749803fe.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-87748e58ff995f86.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-b0b8d7fe8248492d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ce85a1ff3c740760.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-d627276d710ad636.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-280d917f95dd2532.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c8a038d0397d32ce.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-8209fba9310ebeb9.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-4a27b66be26f3078.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-3d160f05219c092b.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-9e2f111058031261.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-63222bbd9717272d.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-78066210a78969d6.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-541f75af248e40a5.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-5f7e4259c5408189.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-1eb38ee54638c944.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-3b0fc0014036ecf3.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-f9fe0f79e6475c9d.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ce51a11387d6816a.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-3dfc7332bd8285cc.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-737aaf5be6919b80.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ad4b9e4e50a4b062.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-44953c3e4aa34309.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-f46b14dcd7bbc585.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-8bbb1d80334d3bc8.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-ae8be8fd4972d4b0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-ef619e11738a5581.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-68eb43ca4fcb3f41.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-2055f5b2989e4397.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c3ed264523e92dc2.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-53ecc71e5d415740.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4602a54bd75d3351.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c9279c123bc018de.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-45841cc3e2914d38.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fe28fc0648490ff3.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-3cc368e441bd589e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0507e84d998ece5e.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-a9c307c12d0e12ce.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ca40db9743f7eb22.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-085fd6f52ea50190.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-cffe1df8dc2387c4.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-4c7bd181e4351380.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-0d75efef0704100a.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-a72601627a6a109b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2124dfe23d5b97bf.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-fb06dac6f67592ac.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-b980969d56f21bc4.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-02597dc866b79438.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-3ccbfbbe3006f132.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-839c1c9f312a7691.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-fdb259f868f965ab.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-522443f97758344a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cb09c42c9e851008.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d82db3ef48160de6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-68f02fe77db3f4b1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a16fab7cf1860802.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ab6b255b7ac8a78d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-befaf97320b47129.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-ddb12d3c860fbf05.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-005898b2a94b195b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-dfa18c79d427fcb8.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-17abdf8718294db9.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b5d8d2d6b8567c9c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-16598a50354cc7e8.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
65072026-02-25T21:04:26.096Z 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=72e8040b3834e40e -C extra-filename=-fd73cd23499fa1f6 --out-dir /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-42cf0d5c083d7881.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3ad25da4e0be3c38.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1c77f98783115915.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-90a4b45980e053b0.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-118edb141eb72ad8.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-479c4ba842b982f7.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-7163d56e3093223e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-9138d31495cbd222.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-7b04fd33e42e9298.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-a97e3deef1b62fd4.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-cb6fed0666e78053.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-6558a1a3990c9f12.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-0db4f98211e0adfb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-0007ca7bf57f322b.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-798d48f9b368db03.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a7cc13a5c2111f82.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1278f6b4b36ec8c5.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-c901b26b160583a6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-027944bdf890a5a3.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-1f53edda588876e5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-00677b18825d4732.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-18ed1948276c6267.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b934c8f39b9b8745.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-43cef2770a571538.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-546cf8b62ba5286d.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-58606c2cc24cce8a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.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-6856cfd8ff37646e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d9f5788e2a13327f.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-14cd3b07749803fe.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-87748e58ff995f86.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-b0b8d7fe8248492d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ce85a1ff3c740760.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-d627276d710ad636.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-280d917f95dd2532.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c8a038d0397d32ce.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-8209fba9310ebeb9.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-4a27b66be26f3078.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-3d160f05219c092b.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-9e2f111058031261.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-63222bbd9717272d.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-78066210a78969d6.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-541f75af248e40a5.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-5f7e4259c5408189.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-1eb38ee54638c944.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-3b0fc0014036ecf3.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-f9fe0f79e6475c9d.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ce51a11387d6816a.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-3dfc7332bd8285cc.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-737aaf5be6919b80.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ad4b9e4e50a4b062.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-44953c3e4aa34309.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-f46b14dcd7bbc585.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-8bbb1d80334d3bc8.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-ae8be8fd4972d4b0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-ef619e11738a5581.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-68eb43ca4fcb3f41.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-2055f5b2989e4397.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c3ed264523e92dc2.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-53ecc71e5d415740.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4602a54bd75d3351.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c9279c123bc018de.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-45841cc3e2914d38.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fe28fc0648490ff3.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-3cc368e441bd589e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0507e84d998ece5e.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-a9c307c12d0e12ce.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ca40db9743f7eb22.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-085fd6f52ea50190.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-cffe1df8dc2387c4.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-4c7bd181e4351380.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-0d75efef0704100a.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-a72601627a6a109b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2124dfe23d5b97bf.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-fb06dac6f67592ac.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-b980969d56f21bc4.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-02597dc866b79438.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-3ccbfbbe3006f132.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-839c1c9f312a7691.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-fdb259f868f965ab.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-522443f97758344a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cb09c42c9e851008.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d82db3ef48160de6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-68f02fe77db3f4b1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a16fab7cf1860802.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ab6b255b7ac8a78d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-befaf97320b47129.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-ddb12d3c860fbf05.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-005898b2a94b195b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-dfa18c79d427fcb8.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-17abdf8718294db9.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b5d8d2d6b8567c9c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-16598a50354cc7e8.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
65082026-02-25T21:04:26.098Z Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
65092026-02-25T21:04:26.098Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
65102026-02-25T21:04:26.099Z Fresh clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
65112026-02-25T21:04:26.099Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
65122026-02-25T21:04:26.129Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
65132026-02-25T21:04:26.129Z Fresh nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
65142026-02-25T21:04:26.129Z Fresh mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
65152026-02-25T21:04:26.129Z Fresh nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
65162026-02-25T21:04:26.129Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
65172026-02-25T21:04:26.129Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
65182026-02-25T21:04:26.129Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
65192026-02-25T21:04:26.129Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
65202026-02-25T21:04:26.129Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
65212026-02-25T21:04:26.129Z Fresh sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
65222026-02-25T21:04:26.129Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
65232026-02-25T21:04:26.130Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
65242026-02-25T21:04:26.130Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
65252026-02-25T21:04:26.130Z Fresh omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
65262026-02-25T21:04:26.130Z Fresh nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
65272026-02-25T21:04:26.130Z Fresh sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
65282026-02-25T21:04:26.131Z Fresh sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
65292026-02-25T21:04:26.131Z Fresh range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
65302026-02-25T21:04:26.132Z Fresh nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
65312026-02-25T21:04:26.132Z Fresh nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
65322026-02-25T21:04:26.132Z Fresh sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
65332026-02-25T21:04:26.132Z Fresh internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
65342026-02-25T21:04:26.132Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
65352026-02-25T21:04:26.132Z Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
65362026-02-25T21:04:26.132Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
65372026-02-25T21:04:26.132Z Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
65382026-02-25T21:04:26.132Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
65392026-02-25T21:04:26.132Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
65402026-02-25T21:04:26.132Z Fresh nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
65412026-02-25T21:04:26.132Z Fresh sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
65422026-02-25T21:04:26.132Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
65432026-02-25T21:04:26.132Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
65442026-02-25T21:04:26.132Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
65452026-02-25T21:04:26.133Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
65462026-02-25T21:04:26.133Z Fresh sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
65472026-02-25T21:04:26.133Z Fresh sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
65482026-02-25T21:04:26.133Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
65492026-02-25T21:04:26.134Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
65502026-02-25T21:04:26.134Z Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
65512026-02-25T21:04:26.134Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
65522026-02-25T21:04:26.134Z Fresh zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
65532026-02-25T21:04:26.134Z Fresh omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
65542026-02-25T21:04:26.134Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
65552026-02-25T21:04:26.134Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
65562026-02-25T21:04:26.134Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
65572026-02-25T21:04:26.134Z Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
65582026-02-25T21:04:26.134Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
65592026-02-25T21:04:26.134Z Fresh crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
65602026-02-25T21:04:26.134Z Fresh oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
65612026-02-25T21:04:26.134Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
65622026-02-25T21:04:26.134Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
65632026-02-25T21:04:26.135Z Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
65642026-02-25T21:04:26.135Z Fresh sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
65652026-02-25T21:04:26.135Z Fresh internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
65662026-02-25T21:04:26.135Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
65672026-02-25T21:04:26.135Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
65682026-02-25T21:04:26.135Z Fresh bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
65692026-02-25T21:04:26.135Z Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
65702026-02-25T21:04:26.135Z Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
65712026-02-25T21:04:26.135Z Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
65722026-02-25T21:04:26.135Z Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
65732026-02-25T21:04:26.135Z Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
65742026-02-25T21:04:26.135Z Fresh repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
65752026-02-25T21:04:26.135Z Fresh clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
65762026-02-25T21:04:26.135Z Fresh cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
65772026-02-25T21:04:26.135Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
65782026-02-25T21:04:26.135Z Fresh nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
65792026-02-25T21:04:26.135Z Fresh nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
65802026-02-25T21:04:26.135Z Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
65812026-02-25T21:04:26.135Z Fresh omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
65822026-02-25T21:04:26.135Z Fresh trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
65832026-02-25T21:04:26.163Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
65842026-02-25T21:04:26.163Z Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
65852026-02-25T21:04:26.163Z Fresh clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
65862026-02-25T21:04:26.163Z Fresh nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
65872026-02-25T21:04:26.163Z Fresh cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
65882026-02-25T21:04:26.163Z Fresh oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
65892026-02-25T21:04:26.163Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
65902026-02-25T21:04:26.163Z Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
65912026-02-25T21:04:26.164Z Fresh internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
65922026-02-25T21:04:26.164Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
65932026-02-25T21:04:26.164Z Fresh clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
65942026-02-25T21:04:26.164Z Fresh clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
65952026-02-25T21:04:26.164Z Fresh oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
65962026-02-25T21:04:26.164Z Fresh clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
65972026-02-25T21:04:26.164Z Fresh clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
65982026-02-25T21:04:26.165Z Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
65992026-02-25T21:04:26.165Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
66002026-02-25T21:04:26.165Z Fresh bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
66012026-02-25T21:04:26.165Z Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
66022026-02-25T21:04:26.165Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
66032026-02-25T21:04:26.165Z Fresh clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
66042026-02-25T21:04:26.165Z Fresh trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
66052026-02-25T21:04:26.165Z Fresh trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
66062026-02-25T21:04:26.165Z Fresh bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
66072026-02-25T21:04:26.165Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
66082026-02-25T21:04:26.165Z Fresh ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
66092026-02-25T21:04:26.165Z Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
66102026-02-25T21:04:26.165Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
66112026-02-25T21:04:26.166Z Fresh repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
66122026-02-25T21:04:26.166Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
66132026-02-25T21:04:26.166Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
66142026-02-25T21:04:26.166Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
66152026-02-25T21:04:26.166Z Fresh oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
66162026-02-25T21:04:26.166Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
66172026-02-25T21:04:26.166Z Fresh internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
66182026-02-25T21:04:26.166Z Fresh gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
66192026-02-25T21:04:26.166Z Fresh key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
66202026-02-25T21:04:26.166Z Fresh ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
66212026-02-25T21:04:26.166Z Fresh gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
66222026-02-25T21:04:26.167Z Fresh parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
66232026-02-25T21:04:26.167Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
66242026-02-25T21:04:26.167Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
66252026-02-25T21:04:26.167Z Fresh nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
66262026-02-25T21:04:26.167Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
66272026-02-25T21:04:26.167Z Fresh live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
66282026-02-25T21:04:26.167Z Fresh installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
66292026-02-25T21:04:26.167Z Fresh ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
66302026-02-25T21:04:26.167Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
66312026-02-25T21:04:26.167Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
66322026-02-25T21:04:26.167Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
66332026-02-25T21:04:26.167Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
66342026-02-25T21:04:26.167Z Fresh dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
66352026-02-25T21:04:30.418Z 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=fab85568205f3ff3 -C extra-filename=-27e683fd83af0746 --out-dir /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-42cf0d5c083d7881.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3ad25da4e0be3c38.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1c77f98783115915.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-90a4b45980e053b0.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-118edb141eb72ad8.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-479c4ba842b982f7.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-7163d56e3093223e.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-23dd006b86ea45ee.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-9138d31495cbd222.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-7b04fd33e42e9298.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-a97e3deef1b62fd4.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-cb6fed0666e78053.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-764a062b0096a8c4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6558a1a3990c9f12.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-0db4f98211e0adfb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-0007ca7bf57f322b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-798d48f9b368db03.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a7cc13a5c2111f82.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-655d5fdec46223d1.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-2a9a3e75d1edf5a1.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1278f6b4b36ec8c5.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-c901b26b160583a6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-027944bdf890a5a3.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-1f53edda588876e5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-00677b18825d4732.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-1cd76d9de7de973e.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-04b3ca1d732f85ce.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e25cc5d3cccd507f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-3b49ee9e3249e7aa.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-18ed1948276c6267.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b934c8f39b9b8745.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-43cef2770a571538.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-546cf8b62ba5286d.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-58606c2cc24cce8a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.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-6856cfd8ff37646e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d9f5788e2a13327f.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-14cd3b07749803fe.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-87748e58ff995f86.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-b0b8d7fe8248492d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ee8d0764527f6b54.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ce85a1ff3c740760.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-d627276d710ad636.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-280d917f95dd2532.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c8a038d0397d32ce.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-8209fba9310ebeb9.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-4a27b66be26f3078.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-3d160f05219c092b.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-9e2f111058031261.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-63222bbd9717272d.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-78066210a78969d6.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-aed300909351f7ff.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-541f75af248e40a5.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-5f7e4259c5408189.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-1eb38ee54638c944.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-3b0fc0014036ecf3.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-f9fe0f79e6475c9d.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ce51a11387d6816a.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-3dfc7332bd8285cc.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-737aaf5be6919b80.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ad4b9e4e50a4b062.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-54d3561c43ecbfb2.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-451106adaaa7c59f.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-44953c3e4aa34309.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-f46b14dcd7bbc585.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-8bbb1d80334d3bc8.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-ae8be8fd4972d4b0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-68eb43ca4fcb3f41.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-e21527e956cb7c8e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8c63c0f51045c8c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c2b6f22af536197c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1e2967a1dca46d32.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-2055f5b2989e4397.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-02d31fef03fd9c7d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c3ed264523e92dc2.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-53ecc71e5d415740.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-93b0d2e15ff57a5e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4602a54bd75d3351.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c9279c123bc018de.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-45841cc3e2914d38.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fe28fc0648490ff3.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-3cc368e441bd589e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0507e84d998ece5e.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-fa15e0097da5bf7b.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-a9c307c12d0e12ce.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ca40db9743f7eb22.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-085fd6f52ea50190.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-cffe1df8dc2387c4.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-4c7bd181e4351380.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ff50cf069db302cb.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-0d75efef0704100a.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-a72601627a6a109b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2124dfe23d5b97bf.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-fb06dac6f67592ac.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-b980969d56f21bc4.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-02597dc866b79438.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-3ccbfbbe3006f132.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-bbe92fee0d3429d4.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-839c1c9f312a7691.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-fdb259f868f965ab.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-522443f97758344a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-7792d06e79775fc9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cb09c42c9e851008.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d82db3ef48160de6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-68f02fe77db3f4b1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-86de30a0e9b71f96.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a16fab7cf1860802.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.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-ab6b255b7ac8a78d.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-6e3db23352d37a3b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-befaf97320b47129.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-ddb12d3c860fbf05.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-005898b2a94b195b.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-5ad29d1fa6db8d27.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e0ceb93742ed809a.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-dfa18c79d427fcb8.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-17abdf8718294db9.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b5d8d2d6b8567c9c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-16598a50354cc7e8.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
66362026-02-25T21:04:30.473Z 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=8fc0350664126d07 -C extra-filename=-02d6ece9e3f29336 --out-dir /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-42cf0d5c083d7881.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3ad25da4e0be3c38.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1c77f98783115915.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-90a4b45980e053b0.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-118edb141eb72ad8.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-479c4ba842b982f7.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-7163d56e3093223e.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-23dd006b86ea45ee.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-9138d31495cbd222.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-7b04fd33e42e9298.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-a97e3deef1b62fd4.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-cb6fed0666e78053.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-764a062b0096a8c4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6558a1a3990c9f12.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-0db4f98211e0adfb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-0007ca7bf57f322b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-798d48f9b368db03.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a7cc13a5c2111f82.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-655d5fdec46223d1.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-2a9a3e75d1edf5a1.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1278f6b4b36ec8c5.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-c901b26b160583a6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-027944bdf890a5a3.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-1f53edda588876e5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-00677b18825d4732.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-1cd76d9de7de973e.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-04b3ca1d732f85ce.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e25cc5d3cccd507f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-3b49ee9e3249e7aa.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-18ed1948276c6267.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b934c8f39b9b8745.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-43cef2770a571538.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-546cf8b62ba5286d.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-58606c2cc24cce8a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.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-6856cfd8ff37646e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d9f5788e2a13327f.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-14cd3b07749803fe.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-87748e58ff995f86.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-b0b8d7fe8248492d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ee8d0764527f6b54.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ce85a1ff3c740760.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-d627276d710ad636.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-280d917f95dd2532.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c8a038d0397d32ce.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-8209fba9310ebeb9.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-4a27b66be26f3078.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-3d160f05219c092b.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-9e2f111058031261.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-63222bbd9717272d.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-78066210a78969d6.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-aed300909351f7ff.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-541f75af248e40a5.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-5f7e4259c5408189.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-1eb38ee54638c944.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-3b0fc0014036ecf3.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-f9fe0f79e6475c9d.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ce51a11387d6816a.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-3dfc7332bd8285cc.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-737aaf5be6919b80.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ad4b9e4e50a4b062.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-54d3561c43ecbfb2.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-451106adaaa7c59f.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-44953c3e4aa34309.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-f46b14dcd7bbc585.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-8bbb1d80334d3bc8.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-ae8be8fd4972d4b0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-ef619e11738a5581.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-68eb43ca4fcb3f41.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-e21527e956cb7c8e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8c63c0f51045c8c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c2b6f22af536197c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1e2967a1dca46d32.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-2055f5b2989e4397.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-02d31fef03fd9c7d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c3ed264523e92dc2.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-53ecc71e5d415740.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-93b0d2e15ff57a5e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4602a54bd75d3351.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c9279c123bc018de.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-45841cc3e2914d38.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fe28fc0648490ff3.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-3cc368e441bd589e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0507e84d998ece5e.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-fa15e0097da5bf7b.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-a9c307c12d0e12ce.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ca40db9743f7eb22.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-085fd6f52ea50190.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-cffe1df8dc2387c4.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-4c7bd181e4351380.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ff50cf069db302cb.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-0d75efef0704100a.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-a72601627a6a109b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2124dfe23d5b97bf.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-fb06dac6f67592ac.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-b980969d56f21bc4.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-02597dc866b79438.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-3ccbfbbe3006f132.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-bbe92fee0d3429d4.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-839c1c9f312a7691.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-fdb259f868f965ab.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-522443f97758344a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-7792d06e79775fc9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cb09c42c9e851008.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d82db3ef48160de6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-68f02fe77db3f4b1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-86de30a0e9b71f96.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a16fab7cf1860802.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.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-ab6b255b7ac8a78d.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-6e3db23352d37a3b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-befaf97320b47129.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-ddb12d3c860fbf05.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-005898b2a94b195b.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-5ad29d1fa6db8d27.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e0ceb93742ed809a.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-dfa18c79d427fcb8.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-17abdf8718294db9.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b5d8d2d6b8567c9c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-16598a50354cc7e8.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
66372026-02-25T21:04:30.475Z 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=1bb63b9728a7ae9a -C extra-filename=-46ec180f6e3b8cef --out-dir /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-42cf0d5c083d7881.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3ad25da4e0be3c38.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1c77f98783115915.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-90a4b45980e053b0.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-118edb141eb72ad8.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-479c4ba842b982f7.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-7163d56e3093223e.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-23dd006b86ea45ee.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-9138d31495cbd222.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-7b04fd33e42e9298.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-a97e3deef1b62fd4.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-cb6fed0666e78053.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-764a062b0096a8c4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6558a1a3990c9f12.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-0db4f98211e0adfb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-0007ca7bf57f322b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-798d48f9b368db03.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a7cc13a5c2111f82.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-655d5fdec46223d1.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-2a9a3e75d1edf5a1.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1278f6b4b36ec8c5.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-c901b26b160583a6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-027944bdf890a5a3.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-1f53edda588876e5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-00677b18825d4732.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-1cd76d9de7de973e.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-04b3ca1d732f85ce.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e25cc5d3cccd507f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-3b49ee9e3249e7aa.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-18ed1948276c6267.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b934c8f39b9b8745.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-43cef2770a571538.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-546cf8b62ba5286d.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-58606c2cc24cce8a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.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-6856cfd8ff37646e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d9f5788e2a13327f.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-14cd3b07749803fe.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-87748e58ff995f86.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-b0b8d7fe8248492d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ee8d0764527f6b54.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ce85a1ff3c740760.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-d627276d710ad636.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-280d917f95dd2532.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c8a038d0397d32ce.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-8209fba9310ebeb9.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-4a27b66be26f3078.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-3d160f05219c092b.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-9e2f111058031261.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-63222bbd9717272d.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-78066210a78969d6.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-aed300909351f7ff.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-541f75af248e40a5.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-5f7e4259c5408189.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-1eb38ee54638c944.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-3b0fc0014036ecf3.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-f9fe0f79e6475c9d.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ce51a11387d6816a.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-3dfc7332bd8285cc.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-737aaf5be6919b80.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ad4b9e4e50a4b062.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-54d3561c43ecbfb2.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-451106adaaa7c59f.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-44953c3e4aa34309.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-f46b14dcd7bbc585.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-8bbb1d80334d3bc8.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-ae8be8fd4972d4b0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-ef619e11738a5581.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-68eb43ca4fcb3f41.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-e21527e956cb7c8e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8c63c0f51045c8c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c2b6f22af536197c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1e2967a1dca46d32.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-2055f5b2989e4397.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-02d31fef03fd9c7d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c3ed264523e92dc2.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-53ecc71e5d415740.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-93b0d2e15ff57a5e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4602a54bd75d3351.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c9279c123bc018de.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-45841cc3e2914d38.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fe28fc0648490ff3.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-3cc368e441bd589e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0507e84d998ece5e.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-fa15e0097da5bf7b.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-a9c307c12d0e12ce.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ca40db9743f7eb22.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-085fd6f52ea50190.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-cffe1df8dc2387c4.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-4c7bd181e4351380.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ff50cf069db302cb.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-0d75efef0704100a.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-a72601627a6a109b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2124dfe23d5b97bf.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-fb06dac6f67592ac.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-b980969d56f21bc4.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-02597dc866b79438.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-3ccbfbbe3006f132.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-bbe92fee0d3429d4.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-839c1c9f312a7691.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-fdb259f868f965ab.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-522443f97758344a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-7792d06e79775fc9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cb09c42c9e851008.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d82db3ef48160de6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-68f02fe77db3f4b1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-86de30a0e9b71f96.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a16fab7cf1860802.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.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-ab6b255b7ac8a78d.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-6e3db23352d37a3b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-befaf97320b47129.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-ddb12d3c860fbf05.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-005898b2a94b195b.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-5ad29d1fa6db8d27.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e0ceb93742ed809a.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-dfa18c79d427fcb8.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-17abdf8718294db9.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b5d8d2d6b8567c9c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-16598a50354cc7e8.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
66382026-02-25T21:04:30.481Z 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=50dcc45d8209d1b9 -C extra-filename=-411f84a4ed5f7fa3 --out-dir /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-42cf0d5c083d7881.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3ad25da4e0be3c38.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1c77f98783115915.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-90a4b45980e053b0.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-118edb141eb72ad8.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-479c4ba842b982f7.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-7163d56e3093223e.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-23dd006b86ea45ee.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-9138d31495cbd222.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-7b04fd33e42e9298.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-a97e3deef1b62fd4.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-cb6fed0666e78053.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-764a062b0096a8c4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6558a1a3990c9f12.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-0db4f98211e0adfb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9691c4f91b237a30.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-0007ca7bf57f322b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-798d48f9b368db03.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a7cc13a5c2111f82.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-655d5fdec46223d1.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-2a9a3e75d1edf5a1.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1278f6b4b36ec8c5.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-c901b26b160583a6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-027944bdf890a5a3.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-1f53edda588876e5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-00677b18825d4732.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-1cd76d9de7de973e.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-04b3ca1d732f85ce.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e25cc5d3cccd507f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-3b49ee9e3249e7aa.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-18ed1948276c6267.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b934c8f39b9b8745.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-43cef2770a571538.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-546cf8b62ba5286d.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-58606c2cc24cce8a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.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-6856cfd8ff37646e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d9f5788e2a13327f.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-14cd3b07749803fe.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-87748e58ff995f86.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-b0b8d7fe8248492d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ee8d0764527f6b54.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ce85a1ff3c740760.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-d627276d710ad636.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-280d917f95dd2532.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c8a038d0397d32ce.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-8209fba9310ebeb9.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-4a27b66be26f3078.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-3d160f05219c092b.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-9e2f111058031261.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-63222bbd9717272d.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-78066210a78969d6.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-aed300909351f7ff.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-541f75af248e40a5.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-5f7e4259c5408189.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-1eb38ee54638c944.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-3b0fc0014036ecf3.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-f9fe0f79e6475c9d.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ce51a11387d6816a.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-3dfc7332bd8285cc.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-737aaf5be6919b80.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ad4b9e4e50a4b062.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-54d3561c43ecbfb2.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-451106adaaa7c59f.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-44953c3e4aa34309.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-f46b14dcd7bbc585.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-8bbb1d80334d3bc8.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-ae8be8fd4972d4b0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0931f0890f594ff5.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-ef619e11738a5581.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-68eb43ca4fcb3f41.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-e21527e956cb7c8e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8c63c0f51045c8c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6291a591ea2fbb89.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c2b6f22af536197c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1e2967a1dca46d32.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-2055f5b2989e4397.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-02d31fef03fd9c7d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c3ed264523e92dc2.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-53ecc71e5d415740.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-93b0d2e15ff57a5e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4602a54bd75d3351.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c9279c123bc018de.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-45841cc3e2914d38.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fe28fc0648490ff3.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-3cc368e441bd589e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0507e84d998ece5e.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-fa15e0097da5bf7b.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-a9c307c12d0e12ce.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ca40db9743f7eb22.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-085fd6f52ea50190.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-cffe1df8dc2387c4.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-4c7bd181e4351380.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ff50cf069db302cb.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-0d75efef0704100a.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-a72601627a6a109b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de9ed2cb75e0887b.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2124dfe23d5b97bf.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-fb06dac6f67592ac.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-b980969d56f21bc4.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-02597dc866b79438.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-3ccbfbbe3006f132.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-bbe92fee0d3429d4.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-839c1c9f312a7691.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-fdb259f868f965ab.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-522443f97758344a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-7792d06e79775fc9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cb09c42c9e851008.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d82db3ef48160de6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-68f02fe77db3f4b1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-86de30a0e9b71f96.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a16fab7cf1860802.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.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-ab6b255b7ac8a78d.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-6e3db23352d37a3b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-befaf97320b47129.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-ddb12d3c860fbf05.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-005898b2a94b195b.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-5ad29d1fa6db8d27.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e0ceb93742ed809a.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-dfa18c79d427fcb8.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-17abdf8718294db9.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b5d8d2d6b8567c9c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-16598a50354cc7e8.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-c50047f036cf1dbb/out/build/artifacts -L native=/work/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`
66392026-02-25T21:14:58.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10m 42s
66402026-02-25T21:14:59.795Z
66412026-02-25T21:14:59.795Zreal 10:43.207992133
66422026-02-25T21:14:59.795Zuser 21:01.755309767
66432026-02-25T21:14:59.795Zsys 1:40.229240745
66442026-02-25T21:14:59.795Ztrap 0.539298822
66452026-02-25T21:14:59.795Ztflt 2.448594283
66462026-02-25T21:14:59.821Zdflt 22.932179898
66472026-02-25T21:14:59.821Zkflt 0.127734709
66482026-02-25T21:14:59.821Zlock 1:00:45.816184940
66492026-02-25T21:14:59.821Zslp 1:13:35.741973174
66502026-02-25T21:14:59.821Zlat 5.395372045
66512026-02-25T21:14:59.821Zstop 9.974368064
66522026-02-25T21:14:59.821Z+ RECORDING_CONFIG_DIR=/tmp/nextest-recording-config
66532026-02-25T21:14:59.821Z+ RECORDING_CONFIG=/tmp/nextest-recording-config/config.toml
66542026-02-25T21:14:59.821Z++ mktemp -d /tmp/nextest-state.XXXXXX
66552026-02-25T21:14:59.846Z+ NEXTEST_STATE_DIR=/tmp/nextest-state.9MaOny
66562026-02-25T21:14:59.846Z+ ARCHIVE_PATH=/tmp/nextest-run-archive.zip
66572026-02-25T21:14:59.846Z+ mkdir -p /tmp/nextest-recording-config
66582026-02-25T21:14:59.846Z+ printf '[experimental]\nrecord = true\n\n[record]\nenabled = true\n'
66592026-02-25T21:14:59.846Z+ export NEXTEST_STATE_DIR
66602026-02-25T21:14:59.847Z+ banner test
66612026-02-25T21:14:59.847Z+ NEXTEST_EXIT=0
66622026-02-25T21:14:59.847Z+ ptime -m timeout 2h cargo nextest run --profile ci --locked --test-threads -2 --user-config-file /tmp/nextest-recording-config/config.toml
66632026-02-25T21:15:00.421Z
66642026-02-25T21:15:00.421Z ##### ###### #### #####
66652026-02-25T21:15:00.421Z # # # #
66662026-02-25T21:15:00.421Z # ##### #### #
66672026-02-25T21:15:00.421Z # # # #
66682026-02-25T21:15:00.421Z # # # # #
66692026-02-25T21:15:00.421Z # ###### #### #
66702026-02-25T21:15:00.421Z
66712026-02-25T21:15:04.308Zinfo: experimental features enabled: setup-scripts, benchmarks
66722026-02-25T21:15:07.562Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
66732026-02-25T21:15:07.628Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
66742026-02-25T21:15:07.676Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
66752026-02-25T21:15:07.721Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
66762026-02-25T21:15:31.099Z Finished `test` profile [unoptimized + debuginfo] target(s) in 26.76s
66772026-02-25T21:15:37.428Z────────────
66782026-02-25T21:15:37.428Z Nextest run ID 3533cd43-a173-4dbc-b944-b98574b74e02 with nextest profile: ci
66792026-02-25T21:15:37.428Z Starting 2649 tests across 228 binaries (6 tests and 6 binaries skipped, including 6 binaries via profile.default.default-filter)
66802026-02-25T21:15:37.453Z SETUP [ 1/2] crdb-seed: cargo run -p crdb-seed --profile test
66812026-02-25T21:15:39.708Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
66822026-02-25T21:15:39.733Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
66832026-02-25T21:15:39.805Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
66842026-02-25T21:15:39.841Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
66852026-02-25T21:15:39.866Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
66862026-02-25T21:15:39.898Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
66872026-02-25T21:15:39.923Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
66882026-02-25T21:15:39.960Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
66892026-02-25T21:15:42.512Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
66902026-02-25T21:15:43.319Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
66912026-02-25T21:15:44.096Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
66922026-02-25T21:15:44.521Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
66932026-02-25T21:15:46.381Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
66942026-02-25T21:15:47.523Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
66952026-02-25T21:15:47.549Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
66962026-02-25T21:15:47.635Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
66972026-02-25T21:15:50.137Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
66982026-02-25T21:15:51.968Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
66992026-02-25T21:16:06.820Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
67002026-02-25T21:16:09.415Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
67012026-02-25T21:16:12.451Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
67022026-02-25T21:16:34.744Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
67032026-02-25T21:16:39.175Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
67042026-02-25T21:16:43.627Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
67052026-02-25T21:17:06.002Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 28s
67062026-02-25T21:17:06.190Z Running `target/debug/crdb-seed`
67072026-02-25T21:17:06.294ZFeb 25 21:17:06.896 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmpIw5QVL
67082026-02-25T21:17:06.294ZFeb 25 21:17:06.903 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmpTHMfOY,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmpIw5QVL/listen-url --max-sql-memory 256MiB
67092026-02-25T21:17:06.324ZFeb 25 21:17:06.903 INFO cockroach environment: BUILDOMAT_JOB_ID=01KJB6RCZFNT2RR24GJ6FRY29M 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_BRANCH=labbott/measurement_blueprints GITHUB_REF=refs/heads/labbott/measurement_blueprints GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=bfa3d73ebef6f1e3c34dc56cf30cbb58ee7ac701 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-c50047f036cf1dbb/out/build/artifacts:/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-c50047f036cf1dbb/out/build/artifacts:/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-envz86z1u NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c50047f036cf1dbb/out/build/artifacts:/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=3533cd43-a173-4dbc-b944-b98574b74e02 NEXTEST_RUN_MODE=test NEXTEST_STATE_DIR=/tmp/nextest-state.9MaOny 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
67102026-02-25T21:17:08.086ZFeb 25 21:17:08.696 INFO cockroach pid: 12922
67112026-02-25T21:17:08.086ZFeb 25 21:17:08.696 INFO cockroach listen URL: postgresql://root@[::1]:50605/omicron?sslmode=disable
67122026-02-25T21:17:08.122ZFeb 25 21:17:08.732 INFO cockroach: populating
67132026-02-25T21:17:12.032ZFeb 25 21:17:12.642 INFO cockroach: populated
67142026-02-25T21:17:15.153ZFeb 25 21:17:15.764 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/01a593466edfe10be8065d09575d9108ee70f096422ef511649ff51492c1a319.tar`
67152026-02-25T21:17:15.179Z SETUP PASS [ 97.752s] crdb-seed: cargo run -p crdb-seed --profile test
67162026-02-25T21:17:15.179Z SETUP [ 2/2] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
67172026-02-25T21:17:17.394Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
67182026-02-25T21:17:17.394Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
67192026-02-25T21:17:20.467Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
67202026-02-25T21:17:22.801Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
67212026-02-25T21:17:46.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.30s
67222026-02-25T21:17:46.800Z Running `target/debug/clickhouse-cluster-dev`
67232026-02-25T21:17:46.915ZFeb 25 21:17:47.531 INFO Setting up a ClickHouse cluster
67242026-02-25T21:17:46.941ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-1
67252026-02-25T21:17:46.941ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-2
67262026-02-25T21:17:46.941ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-3
67272026-02-25T21:17:46.941ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-2
67282026-02-25T21:17:46.941ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-1
67292026-02-25T21:17:50.921ZFeb 25 21:17:51.539 INFO ClickHouse server ready
67302026-02-25T21:17:51.509ZFeb 25 21:17:52.126 INFO ClickHouse server ready
67312026-02-25T21:17:51.901ZFeb 25 21:17:52.518 INFO Keepers ready: [KeeperId(1), KeeperId(2), KeeperId(3)]
67322026-02-25T21:17:51.926Z SETUP PASS [ 36.752s] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
67332026-02-25T21:18:22.136Z PASS [ 30.217s] ( 1/2649) omicron-nexus app::sagas::image_create::test::test_action_failure_can_unwind_idempotently
67342026-02-25T21:18:23.023Z PASS [ 31.108s] ( 2/2649) omicron-nexus app::sagas::image_create::test::test_action_failure_can_unwind
67352026-02-25T21:18:35.223Z FAIL [ 43.281s] ( 3/2649) omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
67362026-02-25T21:18:35.223Z stdout ───
67372026-02-25T21:18:35.223Z
67382026-02-25T21:18:35.223Z running 1 test
67392026-02-25T21:18:35.223Z test app::sagas::disk_create::test::test_action_failure_can_unwind ... FAILED
67402026-02-25T21:18:35.223Z
67412026-02-25T21:18:35.223Z failures:
67422026-02-25T21:18:35.223Z
67432026-02-25T21:18:35.223Z failures:
67442026-02-25T21:18:35.223Z app::sagas::disk_create::test::test_action_failure_can_unwind
67452026-02-25T21:18:35.223Z
67462026-02-25T21:18:35.223Z test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 252 filtered out; finished in 42.68s
67472026-02-25T21:18:35.223Z
67482026-02-25T21:18:35.223Z stderr ───
67492026-02-25T21:18:35.223Z log file: /var/tmp/omicron_tmp/omicron_nexus-27e683fd83af0746-test_action_failure_can_unwind.12955.0.log
67502026-02-25T21:18:35.223Z note: configured to log to "/var/tmp/omicron_tmp/omicron_nexus-27e683fd83af0746-test_action_failure_can_unwind.12955.0.log"
67512026-02-25T21:18:35.223Z DB URL: postgresql://root@[::1]:54955/omicron?sslmode=disable
67522026-02-25T21:18:35.223Z DB address: [::1]:54955
67532026-02-25T21:18:35.224Z log file: /var/tmp/omicron_tmp/omicron_nexus-27e683fd83af0746-test_action_failure_can_unwind.12955.2.log
67542026-02-25T21:18:35.224Z note: configured to log to "/var/tmp/omicron_tmp/omicron_nexus-27e683fd83af0746-test_action_failure_can_unwind.12955.2.log"
67552026-02-25T21:18:35.224Z
67562026-02-25T21:18:35.224Z thread 'app::sagas::disk_create::test::test_action_failure_can_unwind' (2) panicked at nexus/src/app/sagas/disk_create.rs:1391:9:
67572026-02-25T21:18:35.224Z assertion failed: no_disk_records_exist(datastore).await
67582026-02-25T21:18:35.224Z stack backtrace:
67592026-02-25T21:18:35.224Z 0: __rustc::rust_begin_unwind
67602026-02-25T21:18:35.224Z at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5
67612026-02-25T21:18:35.224Z 1: core::panicking::panic_fmt
67622026-02-25T21:18:35.224Z at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14
67632026-02-25T21:18:35.224Z 2: core::panicking::panic
67642026-02-25T21:18:35.224Z at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:145:5
67652026-02-25T21:18:35.224Z 3: {async_fn#0}
67662026-02-25T21:18:35.224Z at ./src/app/sagas/disk_create.rs:1391:9
67672026-02-25T21:18:35.224Z 4: {async_block#0}
67682026-02-25T21:18:35.224Z at ./src/app/sagas/disk_create.rs:1454:59
67692026-02-25T21:18:35.224Z 5: poll<alloc::boxed::Box<(dyn core::future::future::Future<Output=()> + core::marker::Send), alloc::alloc::Global>>
67702026-02-25T21:18:35.224Z at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/future/future.rs:133:9
67712026-02-25T21:18:35.224Z 6: {async_fn#0}<omicron_nexus::app::sagas::disk_create::SagaDiskCreate, omicron_nexus::app::sagas::disk_create::test::test_action_failure_can_unwind::{async_block#0}::test_action_failure_can_unwind::{async_fn#0}::{closure_env#0}, omicron_nexus::app::sagas::disk_create::test::test_action_failure_can_unwind::{async_block#0}::test_action_failure_can_unwind::{async_fn#0}::{closure_env#1}>
67722026-02-25T21:18:35.224Z at ./src/app/sagas/test_helpers.rs:639:22
67732026-02-25T21:18:35.224Z 7: {async_fn#0}
67742026-02-25T21:18:35.224Z at ./src/app/sagas/disk_create.rs:1459:10
67752026-02-25T21:18:35.224Z 8: {async_block#0}
67762026-02-25T21:18:35.224Z at ./src/app/sagas/disk_create.rs:1432:5
67772026-02-25T21:18:35.224Z 9: poll<&mut dyn core::future::future::Future<Output=()>>
67782026-02-25T21:18:35.224Z at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/future/future.rs:133:9
67792026-02-25T21:18:35.224Z 10: poll<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>
67802026-02-25T21:18:35.224Z at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/future/future.rs:133:9
67812026-02-25T21:18:35.224Z 11: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>
67822026-02-25T21:18:35.224Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70
67832026-02-25T21:18:35.224Z 12: with_budget<core::task::poll::Poll<()>, tokio::runtime::scheduler::current_thread::{impl#9}::block_on::{closure#0}::{closure#0}::{closure_env#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>>
67842026-02-25T21:18:35.224Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:167:5
67852026-02-25T21:18:35.224Z 13: budget<core::task::poll::Poll<()>, tokio::runtime::scheduler::current_thread::{impl#9}::block_on::{closure#0}::{closure#0}::{closure_env#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>>
67862026-02-25T21:18:35.224Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:133:5
67872026-02-25T21:18:35.224Z 14: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>
67882026-02-25T21:18:35.224Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25
67892026-02-25T21:18:35.225Z 15: tokio::runtime::scheduler::current_thread::Context::enter
67902026-02-25T21:18:35.225Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19
67912026-02-25T21:18:35.266Z 16: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>
67922026-02-25T21:18:35.266Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44
67932026-02-25T21:18:35.267Z 17: tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}
67942026-02-25T21:18:35.267Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68
67952026-02-25T21:18:35.267Z 18: tokio::runtime::context::scoped::Scoped<T>::set
67962026-02-25T21:18:35.267Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9
67972026-02-25T21:18:35.267Z 19: tokio::runtime::context::set_scheduler::{{closure}}
67982026-02-25T21:18:35.267Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38
67992026-02-25T21:18:35.267Z 20: try_with<tokio::runtime::context::Context, tokio::runtime::context::set_scheduler::{closure_env#0}<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core, alloc::alloc::Global>, core::option::Option<()>), tokio::runtime::scheduler::current_thread::{impl#9}::enter::{closure_env#0}<tokio::runtime::scheduler::current_thread::{impl#9}::block_on::{closure_env#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>, core::option::Option<()>>>, (alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core, alloc::alloc::Global>, core::option::Option<()>)>
68002026-02-25T21:18:35.268Z at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/thread/local.rs:315:12
68012026-02-25T21:18:35.268Z 21: std::thread::local::LocalKey<T>::with
68022026-02-25T21:18:35.268Z at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/thread/local.rs:279:20
68032026-02-25T21:18:35.268Z 22: tokio::runtime::context::set_scheduler
68042026-02-25T21:18:35.268Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17
68052026-02-25T21:18:35.268Z 23: tokio::runtime::scheduler::current_thread::CoreGuard::enter
68062026-02-25T21:18:35.268Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27
68072026-02-25T21:18:35.268Z 24: tokio::runtime::scheduler::current_thread::CoreGuard::block_on
68082026-02-25T21:18:35.269Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24
68092026-02-25T21:18:35.270Z 25: {closure#0}<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>
68102026-02-25T21:18:35.270Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33
68112026-02-25T21:18:35.270Z 26: tokio::runtime::context::runtime::enter_runtime
68122026-02-25T21:18:35.270Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime.rs:65:16
68132026-02-25T21:18:35.270Z 27: block_on<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>
68142026-02-25T21:18:35.270Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9
68152026-02-25T21:18:35.270Z 28: tokio::runtime::runtime::Runtime::block_on_inner
68162026-02-25T21:18:35.270Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52
68172026-02-25T21:18:35.270Z 29: block_on<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>
68182026-02-25T21:18:35.270Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:342:18
68192026-02-25T21:18:35.270Z 30: test_action_failure_can_unwind
68202026-02-25T21:18:35.270Z at ./src/app/sagas/disk_create.rs:1432:5
68212026-02-25T21:18:35.270Z 31: omicron_nexus::app::sagas::disk_create::test::test_action_failure_can_unwind::{{closure}}
68222026-02-25T21:18:35.270Z at ./src/app/sagas/disk_create.rs:1435:6
68232026-02-25T21:18:35.271Z 32: core::ops::function::FnOnce::call_once
68242026-02-25T21:18:35.271Z at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/ops/function.rs:250:5
68252026-02-25T21:18:35.271Z 33: core::ops::function::FnOnce::call_once
68262026-02-25T21:18:35.271Z at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/ops/function.rs:250:5
68272026-02-25T21:18:35.271Z note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
68282026-02-25T21:18:35.271Z WARN: dropped CockroachInstance without cleaning it up first (there may still be a child process running and a temporary directory leaked)
68292026-02-25T21:18:35.271Z WARN: temporary directory leaked: "/var/tmp/omicron_tmp/.tmpsuZLC5"
68302026-02-25T21:18:35.271Z If you would like to access the database for debugging, run the following:
68312026-02-25T21:18:35.271Z
68322026-02-25T21:18:35.271Z # Run the database
68332026-02-25T21:18:35.271Z cargo xtask db-dev run --no-populate --store-dir "/var/tmp/omicron_tmp/.tmpsuZLC5/data"
68342026-02-25T21:18:35.271Z # Access the database. Note the port may change if you run multiple databases.
68352026-02-25T21:18:35.271Z cockroach sql --host=localhost:32221 --insecure
68362026-02-25T21:18:35.271Z WARN: dropped ClickHouse process without cleaning it up first (there may still be a child process running (PID 13008) and a temporary directory leaked, /var/tmp/omicron_tmp/omicron_nexus-27e683fd83af0746-test_action_failure_can_unwind.12955.1-clickhouse-Zy6QMk)
68372026-02-25T21:18:35.271Z failed to clean up ClickHouse data dir:
68382026-02-25T21:18:35.272Z - /var/tmp/omicron_tmp/omicron_nexus-27e683fd83af0746-test_action_failure_can_unwind.12955.1-clickhouse-Zy6QMk: File exists (os error 17)
68392026-02-25T21:18:35.272Z WARN: dropped DendriteInstance without cleaning it up first (there may still be a child process running and a temporary directory leaked)
68402026-02-25T21:18:35.272Z WARN: dendrite temporary directory leaked: /var/tmp/omicron_tmp/.tmpQ7uoLP
68412026-02-25T21:18:35.272Z WARN: dropped MgdInstance without cleaning it up first (there may still be a child process running and a temporary directory leaked)
68422026-02-25T21:18:35.272Z WARN: mgd temporary directory leaked: /var/tmp/omicron_tmp/.tmphORosd
68432026-02-25T21:18:35.272Z
68442026-02-25T21:18:36.047Z PASS [ 44.134s] ( 4/2649) omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently
68452026-02-25T21:18:51.915Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
68462026-02-25T21:18:51.915Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
68472026-02-25T21:19:11.125Z PASS [ 79.211s] ( 5/2649) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
68482026-02-25T21:19:12.407Z PASS [ 80.500s] ( 6/2649) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
68492026-02-25T21:19:13.076Z PASS [ 50.062s] ( 7/2649) omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently
68502026-02-25T21:19:13.779Z PASS [ 51.652s] ( 8/2649) omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind
68512026-02-25T21:19:28.471Z PASS [ 53.283s] ( 9/2649) omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind
68522026-02-25T21:19:29.519Z PASS [ 53.481s] ( 10/2649) omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind_idempotently
68532026-02-25T21:19:40.080Z PASS [ 27.009s] ( 11/2649) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_action_failure_can_unwind_idempotently
68542026-02-25T21:20:09.580Z PASS [ 55.811s] ( 12/2649) omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind
68552026-02-25T21:20:11.109Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
68562026-02-25T21:20:12.397Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
68572026-02-25T21:20:20.070Z PASS [ 51.609s] ( 13/2649) omicron-nexus app::sagas::region_replacement_start::test::test_action_failure_can_unwind_idempotently
68582026-02-25T21:20:29.510Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind
68592026-02-25T21:20:35.436Z PASS [ 65.928s] ( 14/2649) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind
68602026-02-25T21:20:40.071Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind_idempotently
68612026-02-25T21:20:44.391Z PASS [ 64.323s] ( 15/2649) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind_idempotently
68622026-02-25T21:20:51.276Z PASS [ 98.888s] ( 16/2649) omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
68632026-02-25T21:21:09.571Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
68642026-02-25T21:21:11.099Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
68652026-02-25T21:21:20.061Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
68662026-02-25T21:21:23.232Z PASS [ 47.806s] ( 17/2649) omicron-nexus app::sagas::subnet_attach::test::test_action_failure_can_unwind
68672026-02-25T21:21:31.665Z PASS [ 47.282s] ( 18/2649) omicron-nexus app::sagas::subnet_attach::test::test_action_failure_can_unwind_idempotently
68682026-02-25T21:21:42.437Z PASS [ 51.170s] ( 19/2649) omicron-nexus app::sagas::subnet_detach::test::test_action_failure_can_unwind
68692026-02-25T21:21:47.644Z PASS [ 156.556s] ( 20/2649) omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
68702026-02-25T21:22:09.562Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
68712026-02-25T21:22:13.765Z PASS [ 50.542s] ( 21/2649) omicron-nexus app::sagas::subnet_detach::test::test_action_failure_can_unwind_idempotently
68722026-02-25T21:22:17.977Z PASS [ 35.546s] ( 22/2649) omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind
68732026-02-25T21:22:18.029Z PASS [ 0.051s] ( 23/2649) api_identity test::test_identity
68742026-02-25T21:22:18.069Z PASS [ 0.040s] ( 24/2649) api_identity test::test_identity_no_field
68752026-02-25T21:22:18.155Z PASS [ 0.085s] ( 25/2649) authz-macros tests::test_authz_snapshots
68762026-02-25T21:22:18.223Z PASS [ 0.068s] ( 26/2649) bootstore schemes::tests::hello_roundtrip
68772026-02-25T21:22:19.375Z PASS [ 1.152s] ( 27/2649) bootstore schemes::v0::peer::tests::basic_3_nodes
68782026-02-25T21:22:19.483Z PASS [ 0.107s] ( 28/2649) bootstore schemes::v0::peer::tests::network_config
68792026-02-25T21:22:19.531Z PASS [ 0.047s] ( 29/2649) bootstore schemes::v0::share_pkg::tests::create_packages
68802026-02-25T21:22:19.590Z PASS [ 0.059s] ( 30/2649) bootstore trust_quorum::rack_secret::tests::create_and_verify
68812026-02-25T21:22:19.650Z PASS [ 0.059s] ( 31/2649) bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares
68822026-02-25T21:22:20.051Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
68832026-02-25T21:22:20.076Z PASS [ 32.437s] ( 32/2649) omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind_idempotently
68842026-02-25T21:22:20.863Z PASS [ 49.207s] ( 33/2649) omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind
68852026-02-25T21:22:21.306Z PASS [ 0.443s] ( 34/2649) cert-dev::test-cert-dev test_cert_create
68862026-02-25T21:22:21.987Z PASS [ 0.644s] ( 35/2649) clickana chart::tests::gather_chart_data_failure
68872026-02-25T21:22:22.012Z PASS [ 0.048s] ( 36/2649) clickana chart::tests::gather_chart_data_for_disk_usage_success
68882026-02-25T21:22:22.037Z PASS [ 0.038s] ( 37/2649) clickana chart::tests::gather_chart_data_for_memory_tracking_success
68892026-02-25T21:22:22.066Z PASS [ 0.028s] ( 38/2649) clickana chart::tests::gather_chart_data_for_query_count_success
68902026-02-25T21:22:22.102Z PASS [ 0.035s] ( 39/2649) clickana chart::tests::gather_chart_data_for_running_queries_success
68912026-02-25T21:22:22.216Z PASS [ 0.114s] ( 40/2649) clickhouse-admin-types-versions impls::keeper::tests::test_additional_key_value_pairs_in_output_parse_fail
68922026-02-25T21:22:22.261Z PASS [ 0.043s] ( 41/2649) clickhouse-admin-types-versions impls::keeper::tests::test_empty_output_parse_fail
68932026-02-25T21:22:22.298Z PASS [ 0.039s] ( 42/2649) clickhouse-admin-types-versions impls::keeper::tests::test_empty_output_raft_config_parse_fail
68942026-02-25T21:22:22.347Z PASS [ 0.048s] ( 43/2649) clickhouse-admin-types-versions impls::keeper::tests::test_empty_value_lgif_parse_fail
68952026-02-25T21:22:22.385Z PASS [ 0.038s] ( 44/2649) clickhouse-admin-types-versions impls::keeper::tests::test_full_keeper_conf_parse_success
68962026-02-25T21:22:22.428Z PASS [ 0.043s] ( 45/2649) clickhouse-admin-types-versions impls::keeper::tests::test_full_lgif_parse_success
68972026-02-25T21:22:22.501Z PASS [ 0.072s] ( 46/2649) clickhouse-admin-types-versions impls::keeper::tests::test_full_raft_config_parse_success
68982026-02-25T21:22:22.572Z PASS [ 0.071s] ( 47/2649) clickhouse-admin-types-versions impls::keeper::tests::test_generate_keeper_config
68992026-02-25T21:22:22.610Z PASS [ 0.037s] ( 48/2649) clickhouse-admin-types-versions impls::keeper::tests::test_invalid_address_raft_config_parse_fail
69002026-02-25T21:22:22.654Z PASS [ 0.044s] ( 49/2649) clickhouse-admin-types-versions impls::keeper::tests::test_malformed_output_keeper_conf_parse_fail
69012026-02-25T21:22:22.696Z PASS [ 0.040s] ( 50/2649) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_id_raft_config_parse_fail
69022026-02-25T21:22:22.740Z PASS [ 0.046s] ( 51/2649) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_participant_raft_config_parse_fail
69032026-02-25T21:22:22.784Z PASS [ 0.043s] ( 52/2649) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_port_raft_config_parse_fail
69042026-02-25T21:22:22.841Z PASS [ 0.057s] ( 53/2649) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_priority_raft_config_parse_fail
69052026-02-25T21:22:22.886Z PASS [ 0.045s] ( 54/2649) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_raft_config_parse_fail
69062026-02-25T21:22:22.934Z PASS [ 0.047s] ( 55/2649) clickhouse-admin-types-versions impls::keeper::tests::test_missing_address_raft_config_parse_fail
69072026-02-25T21:22:22.981Z PASS [ 0.047s] ( 56/2649) clickhouse-admin-types-versions impls::keeper::tests::test_missing_field_keeper_conf_parse_fail
69082026-02-25T21:22:23.046Z PASS [ 0.047s] ( 57/2649) clickhouse-admin-types-versions impls::keeper::tests::test_missing_keys_lgif_parse_fail
69092026-02-25T21:22:23.072Z PASS [ 0.042s] ( 58/2649) clickhouse-admin-types-versions impls::keeper::tests::test_missing_participant_raft_config_parse_fail
69102026-02-25T21:22:23.113Z PASS [ 0.043s] ( 59/2649) clickhouse-admin-types-versions impls::keeper::tests::test_missing_port_raft_config_parse_fail
69112026-02-25T21:22:23.160Z PASS [ 0.045s] ( 60/2649) clickhouse-admin-types-versions impls::keeper::tests::test_missing_priority_raft_config_parse_fail
69122026-02-25T21:22:23.225Z PASS [ 0.042s] ( 61/2649) clickhouse-admin-types-versions impls::keeper::tests::test_missing_server_id_raft_config_parse_fail
69132026-02-25T21:22:23.250Z PASS [ 0.046s] ( 62/2649) clickhouse-admin-types-versions impls::keeper::tests::test_missing_value_keeper_conf_parse_fail
69142026-02-25T21:22:23.294Z PASS [ 0.046s] ( 63/2649) clickhouse-admin-types-versions impls::keeper::tests::test_non_existent_key_keeper_conf_parse_fail
69152026-02-25T21:22:23.333Z PASS [ 0.040s] ( 64/2649) clickhouse-admin-types-versions impls::keeper::tests::test_non_existent_key_with_correct_value_lgif_parse_fail
69162026-02-25T21:22:23.374Z PASS [ 0.039s] ( 65/2649) clickhouse-admin-types-versions impls::keeper::tests::test_non_u64_value_lgif_parse_fail
69172026-02-25T21:22:23.413Z PASS [ 0.041s] ( 66/2649) clickhouse-admin-types-versions impls::server::tests::test_distributed_ddl_queries_parse_success
69182026-02-25T21:22:23.466Z PASS [ 0.052s] ( 67/2649) clickhouse-admin-types-versions impls::server::tests::test_empty_distributed_ddl_queries_parse_success
69192026-02-25T21:22:23.515Z PASS [ 0.049s] ( 68/2649) clickhouse-admin-types-versions impls::server::tests::test_generate_replica_config
69202026-02-25T21:22:23.551Z PASS [ 0.036s] ( 69/2649) clickhouse-admin-types-versions impls::server::tests::test_misshapen_distributed_ddl_queries_parse_fail
69212026-02-25T21:22:23.589Z PASS [ 0.036s] ( 70/2649) clickhouse-admin-types-versions impls::server::tests::test_misshapen_system_timeseries_parse_fail
69222026-02-25T21:22:23.630Z PASS [ 0.042s] ( 71/2649) clickhouse-admin-types-versions impls::server::tests::test_time_format_system_timeseries_parse_fail
69232026-02-25T21:22:23.680Z PASS [ 0.050s] ( 72/2649) clickhouse-admin-types-versions impls::server::tests::test_unix_epoch_system_timeseries_parse_success
69242026-02-25T21:22:23.724Z PASS [ 0.043s] ( 73/2649) clickhouse-admin-types-versions impls::server::tests::test_utc_system_timeseries_parse_success
69252026-02-25T21:22:23.902Z PASS [ 0.179s] ( 74/2649) cockroach-admin-types-versions impls::node::tests::node_decommission_parse_doesnt_panic_on_arbitrary_input
69262026-02-25T21:22:24.036Z PASS [ 0.133s] ( 75/2649) cockroach-admin-types-versions impls::node::tests::node_status_parse_doesnt_panic_on_arbitrary_input
69272026-02-25T21:22:24.074Z PASS [ 0.038s] ( 76/2649) cockroach-admin-types-versions impls::node::tests::test_node_decommission_parse_with_no_trailing_notes
69282026-02-25T21:22:24.112Z PASS [ 0.037s] ( 77/2649) cockroach-admin-types-versions impls::node::tests::test_node_decommission_parse_with_trailing_notes
69292026-02-25T21:22:24.147Z PASS [ 0.035s] ( 78/2649) cockroach-admin-types-versions impls::node::tests::test_node_decommission_parse_with_unexpected_membership_value
69302026-02-25T21:22:24.178Z PASS [ 0.031s] ( 79/2649) cockroach-admin-types-versions impls::node::tests::test_node_status_parse_multiple_lines_from_csv
69312026-02-25T21:22:24.204Z PASS [ 0.026s] ( 80/2649) cockroach-admin-types-versions impls::node::tests::test_node_status_parse_single_line_from_csv
69322026-02-25T21:22:24.678Z PASS [ 5.028s] ( 81/2649) bootstore::v0-fsm-proptest-learner run
69332026-02-25T21:22:24.766Z PASS [ 0.561s] ( 82/2649) db-dev::test-db-dev test_db_dev_populate_no_args
69342026-02-25T21:22:24.809Z PASS [ 0.102s] ( 83/2649) db-dev::test-db-dev test_db_dev_wipe_no_args
69352026-02-25T21:22:28.834Z PASS [ 8.755s] ( 84/2649) bootstore::v0-fsm-proptest-rack-coordinator run
69362026-02-25T21:22:28.944Z PASS [ 0.112s] ( 85/2649) db-macros lookup::test::test_lookup_snapshots
69372026-02-25T21:22:28.989Z PASS [ 0.042s] ( 86/2649) db-macros tests::test_derive_metadata_identity_fails_for_enums
69382026-02-25T21:22:29.026Z PASS [ 0.039s] ( 87/2649) db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type
69392026-02-25T21:22:29.058Z PASS [ 0.035s] ( 88/2649) db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity
69402026-02-25T21:22:29.097Z PASS [ 0.035s] ( 89/2649) db-macros tests::test_derive_metadata_identity_fails_without_table_name
69412026-02-25T21:22:29.131Z PASS [ 0.037s] ( 90/2649) db-macros tests::test_derive_metadata_identity_minimal_example_compiles
69422026-02-25T21:22:29.180Z PASS [ 0.049s] ( 91/2649) db-macros tests::test_derive_snapshots
69432026-02-25T21:22:29.216Z PASS [ 0.035s] ( 92/2649) db-macros tests::test_derive_with_unknown_field
69442026-02-25T21:22:30.760Z PASS [ 1.546s] ( 93/2649) dns-server storage::test::test_update_basic
69452026-02-25T21:22:31.160Z PASS [ 0.399s] ( 94/2649) dns-server storage::test::test_update_in_progress
69462026-02-25T21:22:31.650Z PASS [ 0.490s] ( 95/2649) dns-server storage::test::test_update_interrupted
69472026-02-25T21:22:31.971Z PASS [ 0.320s] ( 96/2649) dns-server storage::test::test_zone_gets_soa_record
69482026-02-25T21:22:33.158Z PASS [ 1.189s] ( 97/2649) dns-server::basic_test a_crud
69492026-02-25T21:22:33.900Z PASS [ 0.741s] ( 98/2649) dns-server::basic_test aaaa_crud
69502026-02-25T21:22:34.434Z PASS [ 0.534s] ( 99/2649) dns-server::basic_test answers_match_question
69512026-02-25T21:22:35.313Z PASS [ 0.870s] ( 100/2649) dns-server::basic_test empty_record
69522026-02-25T21:22:36.270Z PASS [ 0.966s] ( 101/2649) dns-server::basic_test multi_record_crud
69532026-02-25T21:22:37.185Z PASS [ 0.915s] ( 102/2649) dns-server::basic_test name_contains_zone
69542026-02-25T21:22:37.869Z PASS [ 0.683s] ( 103/2649) dns-server::basic_test nxdomain
69552026-02-25T21:22:38.380Z PASS [ 0.511s] ( 104/2649) dns-server::basic_test servfail
69562026-02-25T21:22:38.932Z PASS [ 0.552s] ( 105/2649) dns-server::basic_test soa
69572026-02-25T21:22:39.259Z PASS [ 14.496s] ( 106/2649) db-dev::test-db-dev test_db_killed
69582026-02-25T21:22:39.351Z PASS [ 0.419s] ( 107/2649) dns-server::basic_test srv_crud
69592026-02-25T21:22:40.629Z PASS [ 1.278s] ( 108/2649) dns-server::cross_version_test cross_version_works
69602026-02-25T21:22:40.698Z PASS [ 0.068s] ( 109/2649) ereport-types tests::test_arb_json_deserializes
69612026-02-25T21:22:40.735Z PASS [ 0.036s] ( 110/2649) ereport-types tests::test_ena_from_str
69622026-02-25T21:22:40.767Z PASS [ 0.033s] ( 111/2649) ereport-types tests::test_ena_from_str_roundtrip
69632026-02-25T21:22:40.843Z PASS [ 0.076s] ( 112/2649) gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules
69642026-02-25T21:22:40.875Z PASS [ 0.032s] ( 113/2649) gateway-cli::bin/gateway-cli picocom_map::tests::remapping
69652026-02-25T21:22:40.913Z PASS [ 0.037s] ( 114/2649) gfss gf256::tests::test_all_multiplication
69662026-02-25T21:22:40.947Z PASS [ 0.034s] ( 115/2649) gfss gf256::tests::test_all_multiplicative_inverses
69672026-02-25T21:22:40.976Z PASS [ 0.030s] ( 116/2649) gfss gf256::tests::test_docs_example
69682026-02-25T21:22:44.997Z PASS [ 5.738s] ( 117/2649) dns-server::commands_test test_dnsadm
69692026-02-25T21:22:46.874Z PASS [ 1.878s] ( 118/2649) gfss shamir::tests::split_and_combine
69702026-02-25T21:22:46.902Z PASS [ 0.028s] ( 119/2649) gfss shamir::tests::test_share_reconstruction
69712026-02-25T21:22:47.032Z PASS [ 0.130s] ( 120/2649) illumos-utils destructor::test::test_delayed_delete
69722026-02-25T21:22:47.803Z PASS [ 0.771s] ( 121/2649) illumos-utils destructor::test::test_delayed_delete_with_error
69732026-02-25T21:22:47.854Z PASS [ 0.050s] ( 122/2649) illumos-utils destructor::test::test_destructor_bad_close
69742026-02-25T21:22:47.921Z PASS [ 0.067s] ( 123/2649) illumos-utils link::test::test_allocate
69752026-02-25T21:22:47.963Z PASS [ 0.041s] ( 124/2649) illumos-utils link::test::test_allocate_within_scopes
69762026-02-25T21:22:48.049Z PASS [ 0.087s] ( 125/2649) illumos-utils opte::port_manager::tests::ip_cfg_from_dual_stack_params
69772026-02-25T21:22:48.104Z PASS [ 0.053s] ( 126/2649) illumos-utils opte::port_manager::tests::ip_cfg_from_ipv4_params
69782026-02-25T21:22:48.153Z PASS [ 0.050s] ( 127/2649) illumos-utils opte::port_manager::tests::ip_cfg_from_ipv6_params
69792026-02-25T21:22:48.201Z PASS [ 0.047s] ( 128/2649) illumos-utils opte::port_manager::tests::ip_cfg_from_port_params_fails_with_private_ipv4_and_public_ipv6
69802026-02-25T21:22:48.241Z PASS [ 0.040s] ( 129/2649) illumos-utils opte::port_manager::tests::ip_cfg_from_port_params_fails_with_private_ipv6_and_public_ipv4
69812026-02-25T21:22:48.324Z PASS [ 0.084s] ( 130/2649) illumos-utils opte::port_manager::tests::multiple_ports_does_not_destroy_default_route
69822026-02-25T21:22:48.371Z PASS [ 0.046s] ( 131/2649) illumos-utils opte::tests::convert_private_ip_config_to_gateway_ips
69832026-02-25T21:22:48.421Z PASS [ 0.050s] ( 132/2649) illumos-utils running_zone::tests::test_is_oxide_smf_service
69842026-02-25T21:22:48.609Z PASS [ 0.188s] ( 133/2649) illumos-utils svcs::tests::test_svc_in_maintenance_empty_success
69852026-02-25T21:22:48.665Z PASS [ 0.056s] ( 134/2649) illumos-utils svcs::tests::test_svc_in_maintenance_none_success
69862026-02-25T21:22:48.717Z PASS [ 0.052s] ( 135/2649) illumos-utils svcs::tests::test_svc_in_maintenance_parse_success
69872026-02-25T21:22:48.773Z PASS [ 0.055s] ( 136/2649) illumos-utils svcs::tests::test_svc_in_maintenance_parse_success_and_fail
69882026-02-25T21:22:48.814Z PASS [ 0.041s] ( 137/2649) illumos-utils svcs::tests::test_svc_in_maintenance_parse_unknown_info_fail
69892026-02-25T21:22:48.863Z PASS [ 0.048s] ( 138/2649) illumos-utils svcs::tests::test_svc_in_maintenance_parse_unknown_state_fail
69902026-02-25T21:22:48.918Z PASS [ 0.055s] ( 139/2649) illumos-utils svcs::tests::test_svc_in_maintenance_parse_unknown_zone_fail
69912026-02-25T21:22:49.041Z PASS [ 0.123s] ( 140/2649) illumos-utils zfs::test::directory_mutability
69922026-02-25T21:22:49.128Z PASS [ 8.151s] ( 141/2649) gfss polynomial::tests::test_polynomial_eval
69932026-02-25T21:22:49.153Z PASS [ 0.107s] ( 142/2649) illumos-utils zfs::test::get_values_of_rpool
69942026-02-25T21:22:49.189Z PASS [ 0.062s] ( 143/2649) illumos-utils zfs::test::parse_dataset_bad_avail
69952026-02-25T21:22:49.214Z PASS [ 0.052s] ( 144/2649) illumos-utils zfs::test::parse_dataset_bad_quota
69962026-02-25T21:22:49.238Z PASS [ 0.038s] ( 145/2649) illumos-utils zfs::test::parse_dataset_bad_reservation
69972026-02-25T21:22:49.265Z PASS [ 0.047s] ( 146/2649) illumos-utils zfs::test::parse_dataset_bad_usage
69982026-02-25T21:22:49.290Z PASS [ 0.062s] ( 147/2649) illumos-utils zfs::test::parse_dataset_bad_uuid
69992026-02-25T21:22:49.315Z PASS [ 0.051s] ( 148/2649) illumos-utils zfs::test::parse_dataset_missing_fields
70002026-02-25T21:22:49.342Z PASS [ 0.052s] ( 149/2649) illumos-utils zfs::test::parse_dataset_props
70012026-02-25T21:22:49.367Z PASS [ 0.058s] ( 150/2649) illumos-utils zfs::test::parse_dataset_props_with_optionals
70022026-02-25T21:22:49.392Z PASS [ 0.043s] ( 151/2649) illumos-utils zfs::test::parse_dataset_too_many_columns
70032026-02-25T21:22:49.417Z PASS [ 0.045s] ( 152/2649) illumos-utils zfs::test::parse_dataset_uuid_ignored_if_dash
70042026-02-25T21:22:49.447Z PASS [ 0.059s] ( 153/2649) illumos-utils zfs::test::parse_dataset_uuid_ignored_if_inherited
70052026-02-25T21:22:49.472Z PASS [ 0.066s] ( 154/2649) illumos-utils zfs::test::parse_quota_ignored_if_default
70062026-02-25T21:22:49.509Z PASS [ 0.063s] ( 155/2649) illumos-utils zfs::test::parse_reservation_ignored_if_default
70072026-02-25T21:22:49.533Z PASS [ 0.053s] ( 156/2649) illumos-utils zfs::test::parse_sorts_and_dedups
70082026-02-25T21:22:49.588Z PASS [ 0.079s] ( 157/2649) illumos-utils zone::tests::delete_nonexistent_address
70092026-02-25T21:22:49.613Z PASS [ 0.068s] ( 158/2649) illumos-utils zone::tests::test_parse_ip_network
70102026-02-25T21:22:49.646Z PASS [ 0.054s] ( 159/2649) illumos-utils zpool::test::test_parse_zpool_missing_column
70112026-02-25T21:22:49.673Z PASS [ 0.060s] ( 160/2649) illumos-utils zpool::test::test_parse_zpool
70122026-02-25T21:22:49.753Z PASS [ 0.105s] ( 161/2649) installinator peers::tests::iter_no_preferred_preserves_btree_order
70132026-02-25T21:22:49.819Z PASS [ 0.065s] ( 162/2649) installinator peers::tests::last_known_peer_preferred
70142026-02-25T21:22:49.877Z PASS [ 0.058s] ( 163/2649) installinator peers::tests::last_known_peer_stale
70152026-02-25T21:22:53.557Z PASS [ 3.680s] ( 164/2649) installinator write::tests::proptest_write_artifact
70162026-02-25T21:22:53.839Z PASS [ 0.280s] ( 165/2649) installinator-common block_size_writer::tests::proptest_block_writer
70172026-02-25T21:22:54.949Z PASS [ 1.112s] ( 166/2649) internal-dns-resolver resolver::test::insert_and_lookup_multiple_records
70182026-02-25T21:22:55.475Z PASS [ 0.522s] ( 167/2649) internal-dns-resolver resolver::test::insert_and_lookup_one_record
70192026-02-25T21:22:56.102Z PASS [ 0.630s] ( 168/2649) internal-dns-resolver resolver::test::lookup_nonexistent_record_fails
70202026-02-25T21:22:56.227Z PASS [ 6.582s] ( 169/2649) installinator mock_peers::tests::proptest_fetch_artifact
70212026-02-25T21:22:56.607Z PASS [ 156.565s] ( 170/2649) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
70222026-02-25T21:22:56.911Z PASS [ 0.683s] ( 171/2649) internal-dns-resolver resolver::test::resolver_can_be_used_with_progenitor_client
70232026-02-25T21:22:56.995Z PASS [ 0.893s] ( 172/2649) internal-dns-resolver resolver::test::resolver_can_access_backup_dns_server
70242026-02-25T21:22:57.053Z PASS [ 0.058s] ( 173/2649) internal-dns-types config::test::display_hosts
70252026-02-25T21:22:57.099Z PASS [ 0.046s] ( 174/2649) internal-dns-types config::test::display_srv_service
70262026-02-25T21:22:57.161Z PASS [ 0.061s] ( 175/2649) internal-dns-types config::test::test_builder_errors
70272026-02-25T21:22:57.213Z PASS [ 0.606s] ( 176/2649) internal-dns-resolver resolver::test::resolver_doesnt_bail_on_missing_targets
70282026-02-25T21:22:57.238Z PASS [ 0.077s] ( 177/2649) internal-dns-types config::test::test_builder_output
70292026-02-25T21:22:57.270Z PASS [ 0.056s] ( 178/2649) internal-dns-types diff::test::diff_different
70302026-02-25T21:22:57.295Z PASS [ 0.048s] ( 179/2649) internal-dns-types diff::test::diff_equivalent
70312026-02-25T21:22:57.321Z PASS [ 0.042s] ( 180/2649) internal-dns-types diff::test::diff_invalid
70322026-02-25T21:22:57.347Z PASS [ 0.040s] ( 181/2649) ipcc tests::deserialize_fixed_value
70332026-02-25T21:22:57.373Z PASS [ 0.041s] ( 182/2649) ipcc tests::installinator_image_id_round_trip
70342026-02-25T21:22:57.373Z PASS [ 0.034s] ( 183/2649) ipcc tests::serialized_size
70352026-02-25T21:22:57.429Z PASS [ 0.067s] ( 184/2649) key-manager tests::different_ikm_produces_different_keys
70362026-02-25T21:22:57.454Z PASS [ 0.078s] ( 185/2649) key-manager tests::different_disks_produce_different_keys
70372026-02-25T21:22:57.480Z PASS [ 0.050s] ( 186/2649) key-manager tests::loading_key_for_old_epoch_loads_latest_epoch
70382026-02-25T21:22:57.506Z PASS [ 0.070s] ( 187/2649) key-manager tests::disk_encryption_key_epoch_0
70392026-02-25T21:22:57.530Z PASS [ 0.607s] ( 188/2649) internal-dns-resolver resolver::test::update_record
70402026-02-25T21:22:57.668Z PASS [ 0.150s] ( 189/2649) nexus-auth authn::external::session_cookie::test::test_garbage_cookie
70412026-02-25T21:22:57.714Z PASS [ 0.234s] ( 190/2649) nexus-auth authn::external::session_cookie::test::test_expired_cookie_absolute
70422026-02-25T21:22:57.739Z PASS [ 0.217s] ( 191/2649) nexus-auth authn::external::session_cookie::test::test_expired_cookie_idle
70432026-02-25T21:22:57.739Z PASS [ 0.056s] ( 192/2649) nexus-auth authn::external::session_cookie::test::test_get_token
70442026-02-25T21:22:57.765Z PASS [ 0.046s] ( 193/2649) nexus-auth authn::external::session_cookie::test::test_get_token_other_cookie_present
70452026-02-25T21:22:57.790Z PASS [ 0.069s] ( 194/2649) nexus-auth authn::external::session_cookie::test::test_get_token_no_header
70462026-02-25T21:22:57.790Z PASS [ 0.059s] ( 195/2649) nexus-auth authn::external::session_cookie::test::test_missing_cookie
70472026-02-25T21:22:57.846Z PASS [ 0.062s] ( 196/2649) nexus-auth authn::external::session_cookie::test::test_session_cookie_value_error
70482026-02-25T21:22:57.846Z PASS [ 0.062s] ( 197/2649) nexus-auth authn::external::session_cookie::test::test_session_cookie_value
70492026-02-25T21:22:57.871Z PASS [ 0.095s] ( 198/2649) nexus-auth authn::external::session_cookie::test::test_other_cookie
70502026-02-25T21:22:57.912Z PASS [ 0.066s] ( 199/2649) nexus-auth authn::external::session_cookie::test::test_valid_cookie
70512026-02-25T21:22:57.937Z PASS [ 0.069s] ( 200/2649) nexus-auth authn::external::spoof::test::test_make_header_value_raw
70522026-02-25T21:22:57.938Z PASS [ 0.080s] ( 201/2649) nexus-auth authn::external::spoof::test::test_make_header_value
70532026-02-25T21:22:58.018Z PASS [ 0.065s] ( 202/2649) nexus-auth authn::external::spoof::test::test_spoof_header_missing
70542026-02-25T21:22:58.019Z PASS [ 0.067s] ( 203/2649) nexus-auth authn::external::spoof::test::test_spoof_header_valid
70552026-02-25T21:22:58.019Z PASS [ 0.082s] ( 204/2649) nexus-auth authn::external::spoof::test::test_spoof_header_bad_uuids
70562026-02-25T21:22:58.072Z PASS [ 0.077s] ( 205/2649) nexus-auth authn::external::token::test::test_make_header_value
70572026-02-25T21:22:58.097Z PASS [ 0.089s] ( 206/2649) nexus-auth authn::external::spoof::test::test_spoof_reserved_values
70582026-02-25T21:22:58.097Z PASS [ 0.093s] ( 207/2649) nexus-auth authn::external::test::test_authn_sequence
70592026-02-25T21:22:58.132Z PASS [ 0.060s] ( 208/2649) nexus-auth authn::external::token::test::test_token_header_bad_utf8
70602026-02-25T21:22:58.158Z PASS [ 0.064s] ( 209/2649) nexus-auth authn::external::token::test::test_token_header_missing
70612026-02-25T21:22:58.158Z PASS [ 0.069s] ( 210/2649) nexus-auth authn::external::token::test::test_token_header_valid
70622026-02-25T21:22:58.223Z PASS [ 0.091s] ( 211/2649) nexus-auth authn::test::test_internal_users
70632026-02-25T21:22:58.264Z PASS [ 0.109s] ( 212/2649) nexus-auth authz::oso_generic::test::test_duplicate_polar_classes
70642026-02-25T21:22:58.374Z PASS [ 0.151s] ( 213/2649) nexus-auth context::test::test_background_context
70652026-02-25T21:22:58.411Z PASS [ 0.147s] ( 214/2649) nexus-auth context::test::test_child_context
70662026-02-25T21:22:58.448Z PASS [ 0.302s] ( 215/2649) nexus-auth authz::context::test::test_unregistered_resource
70672026-02-25T21:22:58.537Z PASS [ 0.163s] ( 216/2649) nexus-auth context::test::test_test_context
70682026-02-25T21:22:58.562Z PASS [ 0.098s] ( 217/2649) nexus-config nexus_config::test::test_config_bad_toml
70692026-02-25T21:22:58.592Z PASS [ 0.047s] ( 218/2649) nexus-config nexus_config::test::test_config_nonexistent
70702026-02-25T21:22:58.617Z PASS [ 0.060s] ( 219/2649) nexus-config nexus_config::test::test_config_empty
70712026-02-25T21:22:58.657Z PASS [ 0.245s] ( 220/2649) nexus-config nexus_config::test::test_bad_authn_schemes
70722026-02-25T21:22:58.682Z PASS [ 0.068s] ( 221/2649) nexus-config nexus_config::test::test_invalid_ipv4_prefix_tunable
70732026-02-25T21:22:58.726Z PASS [ 0.134s] ( 222/2649) nexus-config nexus_config::test::test_deployment_config_schema
70742026-02-25T21:22:58.780Z PASS [ 0.054s] ( 223/2649) nexus-config postgres_config::test::test_all_addresses_multiple_hosts
70752026-02-25T21:22:58.780Z PASS [ 0.114s] ( 224/2649) nexus-config nexus_config::test::test_valid
70762026-02-25T21:22:58.805Z PASS [ 0.129s] ( 225/2649) nexus-config nexus_config::test::test_repo_configs_are_valid
70772026-02-25T21:22:58.830Z PASS [ 0.050s] ( 226/2649) nexus-config postgres_config::test::test_all_addresses_single_host
70782026-02-25T21:22:58.856Z PASS [ 0.063s] ( 227/2649) nexus-config postgres_config::test::test_all_addresses_non_ip_hostname
70792026-02-25T21:22:58.856Z PASS [ 0.061s] ( 228/2649) nexus-config postgres_config::test::test_bad_url
70802026-02-25T21:22:58.881Z PASS [ 0.050s] ( 229/2649) nexus-config postgres_config::test::test_example_url
70812026-02-25T21:22:58.915Z PASS [ 0.066s] ( 230/2649) nexus-db-fixed-data test::test_allowlist_id_is_valid
70822026-02-25T21:22:58.940Z PASS [ 0.050s] ( 231/2649) nexus-db-fixed-data test::test_builtin_fleet_id_is_valid
70832026-02-25T21:22:58.940Z PASS [ 0.092s] ( 232/2649) nexus-db-fixed-data silo_user::test::test_silo_user_ids_are_valid
70842026-02-25T21:22:58.968Z PASS [ 0.052s] ( 233/2649) nexus-db-fixed-data user_builtin::test::test_builtin_user_ids_are_valid
70852026-02-25T21:22:59.010Z PASS [ 0.073s] ( 234/2649) nexus-db-model alert_class::tests::test_from_str_roundtrips
70862026-02-25T21:22:59.035Z PASS [ 0.048s] ( 235/2649) nexus-db-model alert_class::tests::test_is_test
70872026-02-25T21:22:59.080Z PASS [ 0.063s] ( 236/2649) nexus-db-model alert_subscription::test::test_invalid_subscription_parsing
70882026-02-25T21:22:59.106Z PASS [ 0.072s] ( 237/2649) nexus-db-model alert_subscription::test::test_alert_class_glob_to_regex
70892026-02-25T21:22:59.161Z PASS [ 0.077s] ( 238/2649) nexus-db-model bytecount::test::test_bytecount_i64_conversions
70902026-02-25T21:22:59.205Z PASS [ 0.124s] ( 239/2649) nexus-db-model alert_subscription::test::test_valid_subscription_parsing
70912026-02-25T21:22:59.230Z PASS [ 0.062s] ( 240/2649) nexus-db-model bytecount::test::test_pg_numeric_to_byte_count
70922026-02-25T21:22:59.274Z PASS [ 0.051s] ( 241/2649) nexus-db-model instance_state::tests::test_from_str_roundtrips
70932026-02-25T21:22:59.301Z PASS [ 0.071s] ( 242/2649) nexus-db-model device_auth::test::test_generate_user_code
70942026-02-25T21:22:59.327Z PASS [ 0.045s] ( 243/2649) nexus-db-model role_assignment::tests::test_role_assignment_from_database
70952026-02-25T21:22:59.352Z PASS [ 0.078s] ( 244/2649) nexus-db-model inventory::test::test_inv_nvme_disk_firmware
70962026-02-25T21:22:59.409Z PASS [ 0.056s] ( 245/2649) nexus-db-model schema_versions::test::test_known_versions
70972026-02-25T21:22:59.434Z PASS [ 0.095s] ( 246/2649) nexus-db-model schema_versions::test::test_allows_valid_up_sql_collections
70982026-02-25T21:22:59.511Z PASS [ 0.092s] ( 247/2649) nexus-db-model schema_versions::test::test_reject_invalid_up_sql_collections
70992026-02-25T21:22:59.537Z PASS [ 0.104s] ( 248/2649) nexus-db-model schema_versions::test::test_non_transactional_filename_detection
71002026-02-25T21:22:59.565Z PASS [ 0.053s] ( 249/2649) nexus-db-model schema_versions::test::test_reject_no_up_sql_files
71012026-02-25T21:22:59.596Z PASS [ 0.087s] ( 250/2649) nexus-db-model schema_versions::test::test_reject_invalid_up_sql_names
71022026-02-25T21:22:59.622Z PASS [ 0.047s] ( 251/2649) nexus-db-model schema_versions::test::test_verify
71032026-02-25T21:22:59.652Z PASS [ 0.055s] ( 252/2649) nexus-db-model semver_version::test::test_to_from_sortable_string
71042026-02-25T21:22:59.677Z PASS [ 0.052s] ( 253/2649) nexus-db-model tests::test_ip_subnet_check_requestable_address
71052026-02-25T21:22:59.702Z PASS [ 0.044s] ( 254/2649) nexus-db-model tests::test_ipv6_net_random_subnet
71062026-02-25T21:22:59.778Z PASS [ 0.076s] ( 255/2649) nexus-db-model tests::test_roles_database_strings
71072026-02-25T21:22:59.804Z PASS [ 0.058s] ( 256/2649) nexus-db-model tests::test_vpc_subnet_check_requestable_addr
71082026-02-25T21:22:59.804Z PASS [ 0.055s] ( 257/2649) nexus-db-model typed_uuid::tests::test_compare_consistency
71092026-02-25T21:22:59.830Z PASS [ 0.051s] ( 258/2649) nexus-db-model typed_uuid::tests::test_hash_equality
71102026-02-25T21:22:59.855Z PASS [ 0.046s] ( 259/2649) nexus-db-model vmm_state::tests::test_all_terminal_api_states_are_terminal_db_states
71112026-02-25T21:22:59.855Z PASS [ 0.045s] ( 260/2649) nexus-db-model vmm_state::tests::test_from_str_roundtrips
71122026-02-25T21:23:06.891Z PASS [ 42.120s] ( 261/2649) db-dev::test-db-dev test_db_run
71132026-02-25T21:23:07.856Z PASS [ 8.925s] ( 262/2649) nexus-db-lookup::integration lookup::test_lookup
71142026-02-25T21:23:09.255Z PASS [ 9.414s] ( 263/2649) nexus-db-queries db::collection_attach::test::fail_attach_if_update_condition_not_met
71152026-02-25T21:23:09.255Z PASS [ 9.405s] ( 264/2649) nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails
71162026-02-25T21:23:09.551Z SLOW [>180.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
71172026-02-25T21:23:12.319Z PASS [ 5.418s] ( 265/2649) nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails
71182026-02-25T21:23:13.639Z PASS [ 5.783s] ( 266/2649) nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails
71192026-02-25T21:23:13.757Z SLOW [> 60.000s] (─────────) oximeter-db client::tests::test_replicated
71202026-02-25T21:23:14.695Z PASS [ 5.440s] ( 267/2649) nexus-db-queries db::collection_attach::test::test_attach_multiple_times
71212026-02-25T21:23:14.721Z PASS [ 5.442s] ( 268/2649) nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails
71222026-02-25T21:23:17.847Z PASS [ 5.537s] ( 269/2649) nexus-db-queries db::collection_attach::test::test_attach_once
71232026-02-25T21:23:19.064Z PASS [ 5.426s] ( 270/2649) nexus-db-queries db::collection_attach::test::test_attach_once_synchronous
71242026-02-25T21:23:19.178Z PASS [ 0.115s] ( 271/2649) nexus-db-queries db::collection_attach::test::test_verify_query
71252026-02-25T21:23:20.147Z PASS [ 5.446s] ( 272/2649) nexus-db-queries db::collection_attach::test::test_attach_while_already_attached
71262026-02-25T21:23:20.226Z PASS [ 5.531s] ( 273/2649) nexus-db-queries db::collection_attach::test::test_attach_with_filters
71272026-02-25T21:23:23.581Z PASS [ 5.737s] ( 274/2649) nexus-db-queries db::collection_attach::test::test_attach_without_update_filter
71282026-02-25T21:23:25.255Z PASS [ 6.077s] ( 275/2649) nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails
71292026-02-25T21:23:26.123Z PASS [ 5.984s] ( 276/2649) nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails
71302026-02-25T21:23:26.260Z PASS [ 6.034s] ( 277/2649) nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails
71312026-02-25T21:23:26.351Z PASS [ 0.091s] ( 278/2649) nexus-db-queries db::collection_detach::test::test_verify_query
71322026-02-25T21:23:29.073Z PASS [ 5.492s] ( 279/2649) nexus-db-queries db::collection_detach::test::test_detach_once
71332026-02-25T21:23:30.913Z PASS [ 5.659s] ( 280/2649) nexus-db-queries db::collection_detach::test::test_detach_while_already_detached
71342026-02-25T21:23:31.710Z PASS [ 5.587s] ( 281/2649) nexus-db-queries db::collection_detach::test::test_detach_without_update_filter
71352026-02-25T21:23:31.899Z PASS [ 5.542s] ( 282/2649) nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource
71362026-02-25T21:23:34.455Z PASS [ 5.383s] ( 283/2649) nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection
71372026-02-25T21:23:36.278Z PASS [ 5.365s] ( 284/2649) nexus-db-queries db::collection_detach_many::test::test_detach_many
71382026-02-25T21:23:37.072Z PASS [ 5.363s] ( 285/2649) nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails
71392026-02-25T21:23:37.097Z PASS [ 5.203s] ( 286/2649) nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds
71402026-02-25T21:23:37.184Z PASS [ 0.090s] ( 287/2649) nexus-db-queries db::collection_detach_many::test::test_verify_query
71412026-02-25T21:23:39.853Z PASS [ 5.398s] ( 288/2649) nexus-db-queries db::collection_detach_many::test::test_detach_once
71422026-02-25T21:23:42.297Z PASS [ 6.020s] ( 289/2649) nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous
71432026-02-25T21:23:42.389Z PASS [ 0.092s] ( 290/2649) nexus-db-queries db::collection_insert::test::test_verify_query
71442026-02-25T21:23:42.525Z PASS [ 0.135s] ( 291/2649) nexus-db-queries db::column_walker::test::test_all_columns_with_prefix
71452026-02-25T21:23:42.660Z PASS [ 0.135s] ( 292/2649) nexus-db-queries db::column_walker::test::test_walk_columns
71462026-02-25T21:23:42.692Z PASS [ 5.621s] ( 293/2649) nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached
71472026-02-25T21:23:42.769Z PASS [ 0.108s] ( 294/2649) nexus-db-queries db::column_walker::test::test_walk_table
71482026-02-25T21:23:42.835Z PASS [ 5.651s] ( 295/2649) nexus-db-queries db::collection_insert::test::test_collection_not_present
71492026-02-25T21:23:45.445Z PASS [ 5.585s] ( 296/2649) nexus-db-queries db::collection_insert::test::test_collection_present
71502026-02-25T21:23:52.732Z PASS [ 10.041s] ( 297/2649) nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_group_deletes_members
71512026-02-25T21:23:53.076Z PASS [ 10.308s] ( 298/2649) nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_instance_deletes_membership
71522026-02-25T21:23:55.403Z PASS [ 9.968s] ( 299/2649) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_list_remove
71532026-02-25T21:23:58.455Z PASS [ 15.622s] ( 300/2649) nexus-db-queries db::datastore::affinity::tests::affinity_group_max_members
71542026-02-25T21:24:02.653Z PASS [ 9.922s] ( 301/2649) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_remove_instance_with_vmm
71552026-02-25T21:24:04.552Z PASS [ 11.478s] ( 302/2649) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_for_deleted_objects
71562026-02-25T21:24:05.369Z PASS [ 9.968s] ( 303/2649) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_idempotency
71572026-02-25T21:24:09.480Z PASS [ 11.027s] ( 304/2649) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_list_extended
71582026-02-25T21:24:09.541Z SLOW [>240.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
71592026-02-25T21:24:11.953Z PASS [ 9.302s] ( 305/2649) nexus-db-queries db::datastore::affinity::tests::affinity_group_names_are_unique_in_project
71602026-02-25T21:24:13.747Z SLOW [>120.000s] (─────────) oximeter-db client::tests::test_replicated
71612026-02-25T21:24:13.896Z PASS [ 9.345s] ( 306/2649) nexus-db-queries db::datastore::affinity::tests::affinity_groups_are_project_scoped
71622026-02-25T21:24:15.175Z PASS [ 9.807s] ( 307/2649) nexus-db-queries db::datastore::affinity::tests::affinity_groups_prevent_project_deletion
71632026-02-25T21:24:20.008Z PASS [ 10.530s] ( 308/2649) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_group_deletes_members
71642026-02-25T21:24:22.521Z PASS [ 10.570s] ( 309/2649) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_instance_deletes_membership
71652026-02-25T21:24:25.407Z PASS [ 10.234s] ( 310/2649) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_list_remove
71662026-02-25T21:24:29.650Z PASS [ 15.757s] ( 311/2649) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_max_members
71672026-02-25T21:24:30.543Z PASS [ 10.528s] ( 312/2649) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_remove_instance_with_vmm
71682026-02-25T21:24:34.962Z PASS [ 12.442s] ( 313/2649) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_for_deleted_objects
71692026-02-25T21:24:35.688Z PASS [ 10.283s] ( 314/2649) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_idempotency
71702026-02-25T21:24:40.237Z PASS [ 9.704s] ( 315/2649) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_names_are_unique_in_project
71712026-02-25T21:24:41.237Z PASS [ 11.590s] ( 316/2649) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_list_extended
71722026-02-25T21:24:44.466Z PASS [ 9.506s] ( 317/2649) nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_are_project_scoped
71732026-02-25T21:24:45.941Z PASS [ 10.254s] ( 318/2649) nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_prevent_project_deletion
71742026-02-25T21:24:50.456Z PASS [ 5.990s] ( 319/2649) nexus-db-queries db::datastore::alert_rx::test::explain_alert_class_glob
71752026-02-25T21:24:54.155Z PASS [ 13.919s] ( 320/2649) nexus-db-queries db::datastore::affinity::tests::instance_max_affinity_groups
71762026-02-25T21:24:55.519Z PASS [ 14.284s] ( 321/2649) nexus-db-queries db::datastore::affinity::tests::instance_max_anti_affinity_groups
71772026-02-25T21:24:56.373Z PASS [ 10.434s] ( 322/2649) nexus-db-queries db::datastore::alert_rx::test::test_alert_class_globs
71782026-02-25T21:25:00.034Z PASS [ 9.580s] ( 323/2649) nexus-db-queries db::datastore::alert_rx::test::test_rx_is_subscribed_to_event
71792026-02-25T21:25:03.338Z PASS [ 9.186s] ( 324/2649) nexus-db-queries db::datastore::allow_list::tests::test_allowed_source_ip_database_ops
71802026-02-25T21:25:05.102Z PASS [ 9.585s] ( 325/2649) nexus-db-queries db::datastore::audit_log::tests::test_audit_log_basic
71812026-02-25T21:25:06.222Z PASS [ 9.851s] ( 326/2649) nexus-db-queries db::datastore::audit_log::tests::test_audit_log_id_as_order_tiebreaker
71822026-02-25T21:25:09.532Z SLOW [>300.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
71832026-02-25T21:25:10.151Z PASS [ 10.119s] ( 327/2649) nexus-db-queries db::datastore::bgp::tests::test_delete_bgp_config_and_announce_set_by_name
71842026-02-25T21:25:13.436Z PASS [ 10.090s] ( 328/2649) nexus-db-queries db::datastore::clickhouse_policy::tests::test_clickhouse_policy_basic
71852026-02-25T21:25:13.737Z SLOW [>180.000s] (─────────) oximeter-db client::tests::test_replicated
71862026-02-25T21:25:14.547Z PASS [ 9.447s] ( 329/2649) nexus-db-queries db::datastore::cockroachdb_node_id::tests::test_cockroachdb_node_id
71872026-02-25T21:25:15.267Z PASS [ 9.046s] ( 330/2649) nexus-db-queries db::datastore::cockroachdb_settings::test::test_preserve_downgrade
71882026-02-25T21:25:18.317Z PASS [ 4.891s] ( 331/2649) nexus-db-queries db::datastore::db_metadata::test::check_schema_is_current_version
71892026-02-25T21:25:19.716Z PASS [ 9.567s] ( 332/2649) nexus-db-queries db::datastore::crucible_dataset::test::test_insert_if_not_exists
71902026-02-25T21:25:21.072Z PASS [ 6.525s] ( 333/2649) nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward
71912026-02-25T21:25:21.169Z PASS [ 5.903s] ( 334/2649) nexus-db-queries db::datastore::db_metadata::test::schema_version_subcomponents_save_progress
71922026-02-25T21:25:24.166Z PASS [ 5.850s] ( 335/2649) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_nexus_not_registered
71932026-02-25T21:25:26.286Z PASS [ 6.571s] ( 336/2649) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_nexus_wrong_state
71942026-02-25T21:25:27.200Z PASS [ 6.128s] ( 337/2649) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_success
71952026-02-25T21:25:27.382Z PASS [ 6.214s] ( 338/2649) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_with_active_records
71962026-02-25T21:25:29.682Z PASS [ 5.516s] ( 339/2649) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_empty_table_permits_access
71972026-02-25T21:25:31.868Z PASS [ 5.582s] ( 340/2649) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_lockout_refuses_access
71982026-02-25T21:25:32.814Z PASS [ 5.615s] ( 341/2649) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_nexus_id
71992026-02-25T21:25:33.137Z PASS [ 5.755s] ( 342/2649) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_normal_use
72002026-02-25T21:25:35.066Z PASS [ 5.384s] ( 343/2649) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_schema_too_new
72012026-02-25T21:25:37.649Z PASS [ 5.781s] ( 344/2649) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_update_now
72022026-02-25T21:25:38.556Z PASS [ 5.742s] ( 345/2649) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_wait_for_handoff
72032026-02-25T21:25:40.796Z PASS [ 5.730s] ( 346/2649) nexus-db-queries db::datastore::db_metadata::test::update_schema_needs_handoff_is_transient
72042026-02-25T21:25:42.442Z PASS [ 9.304s] ( 347/2649) nexus-db-queries db::datastore::db_metadata::test::test_database_nexus_access_delete
72052026-02-25T21:25:42.950Z PASS [ 5.302s] ( 348/2649) nexus-db-queries db::datastore::db_metadata::test::update_schema_try_later_is_transient
72062026-02-25T21:25:43.785Z PASS [ 5.183s] ( 349/2649) nexus-db-queries db::datastore::db_metadata::test::update_schema_version_mismatch_without_config_is_permanent
72072026-02-25T21:25:44.246Z PASS [ 0.509s] ( 350/2649) nexus-db-queries db::datastore::deployment::tests::expectorate_insert_target_query
72082026-02-25T21:25:48.915Z PASS [ 4.634s] ( 351/2649) nexus-db-queries db::datastore::deployment::tests::explain_insert_target_query
72092026-02-25T21:25:50.787Z PASS [ 9.989s] ( 352/2649) nexus-db-queries db::datastore::deployment::external_networking::tests::test_allocate_external_networking
72102026-02-25T21:25:51.855Z PASS [ 9.415s] ( 353/2649) nexus-db-queries db::datastore::deployment::external_networking::tests::test_deallocate_external_networking
72112026-02-25T21:25:53.400Z PASS [ 10.452s] ( 354/2649) nexus-db-queries db::datastore::deployment::external_networking::tests::test_external_dns_external_ips_specified_by_rack_setup
72122026-02-25T21:26:00.826Z PASS [ 10.045s] ( 355/2649) nexus-db-queries db::datastore::deployment::tests::test_empty_blueprint
72132026-02-25T21:26:01.254Z PASS [ 12.377s] ( 356/2649) nexus-db-queries db::datastore::deployment::tests::test_concurrent_blueprint_read_delete
72142026-02-25T21:26:03.254Z PASS [ 11.402s] ( 357/2649) nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_bails_on_bad_target
72152026-02-25T21:26:03.706Z PASS [ 10.307s] ( 358/2649) nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_works_with_good_target
72162026-02-25T21:26:09.521Z SLOW [>360.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
72172026-02-25T21:26:11.227Z PASS [ 9.973s] ( 359/2649) nexus-db-queries db::datastore::deployment::tests::test_set_target
72182026-02-25T21:26:11.305Z PASS [ 0.079s] ( 360/2649) nexus-db-queries db::datastore::dns::test::test_dns_builder_basic
72192026-02-25T21:26:13.154Z PASS [ 9.449s] ( 361/2649) nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent
72202026-02-25T21:26:13.728Z SLOW [>240.000s] (─────────) oximeter-db client::tests::test_replicated
72212026-02-25T21:26:14.105Z PASS [ 10.852s] ( 362/2649) nexus-db-queries db::datastore::deployment::tests::test_set_target_enabled
72222026-02-25T21:26:16.400Z PASS [ 15.575s] ( 363/2649) nexus-db-queries db::datastore::deployment::tests::test_representative_blueprint
72232026-02-25T21:26:21.148Z PASS [ 9.844s] ( 364/2649) nexus-db-queries db::datastore::dns::test::test_dns_uniqueness
72242026-02-25T21:26:24.481Z PASS [ 11.329s] ( 365/2649) nexus-db-queries db::datastore::dns::test::test_dns_update_from_version
72252026-02-25T21:26:27.136Z PASS [ 10.738s] ( 366/2649) nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic
72262026-02-25T21:26:27.231Z PASS [ 13.129s] ( 367/2649) nexus-db-queries db::datastore::dns::test::test_dns_update_incremental
72272026-02-25T21:26:31.654Z PASS [ 10.509s] ( 368/2649) nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex
72282026-02-25T21:26:31.884Z PASS [ 4.748s] ( 369/2649) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_default
72292026-02-25T21:26:32.206Z PASS [ 4.975s] ( 370/2649) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_only_serials
72302026-02-25T21:26:33.680Z PASS [ 9.201s] ( 371/2649) nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized
72312026-02-25T21:26:36.807Z PASS [ 5.153s] ( 372/2649) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_only_time
72322026-02-25T21:26:37.256Z PASS [ 5.372s] ( 373/2649) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_serials_and_classes
72332026-02-25T21:26:37.408Z PASS [ 5.203s] ( 374/2649) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_time_and_serials
72342026-02-25T21:26:38.928Z PASS [ 5.248s] ( 375/2649) nexus-db-queries db::datastore::ereport::tests::explain_host_latest_ereport_id
72352026-02-25T21:26:41.735Z PASS [ 4.929s] ( 376/2649) nexus-db-queries db::datastore::ereport::tests::explain_restart_list_by_serial
72362026-02-25T21:26:42.580Z PASS [ 5.326s] ( 377/2649) nexus-db-queries db::datastore::ereport::tests::explain_sp_latest_ereport_id
72372026-02-25T21:26:46.737Z PASS [ 9.330s] ( 378/2649) nexus-db-queries db::datastore::ereport::tests::test_ereport_fetch_matching
72382026-02-25T21:26:50.412Z PASS [ 11.428s] ( 379/2649) nexus-db-queries db::datastore::external_ip::tests::test_ephemeral_ip_uses_unicast_default_not_multicast
72392026-02-25T21:26:51.904Z PASS [ 10.170s] ( 380/2649) nexus-db-queries db::datastore::external_ip::tests::test_floating_ip_uses_unicast_default_not_multicast
72402026-02-25T21:26:53.201Z PASS [ 10.623s] ( 381/2649) nexus-db-queries db::datastore::external_ip::tests::test_service_ip_list
72412026-02-25T21:26:56.049Z PASS [ 9.313s] ( 382/2649) nexus-db-queries db::datastore::external_subnet::tests::basic_subnet_pool_crud
72422026-02-25T21:27:00.084Z PASS [ 9.732s] ( 383/2649) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_from_explicit_ip_subnet
72432026-02-25T21:27:01.134Z PASS [ 9.232s] ( 384/2649) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_from_explicit_pool_selection
72442026-02-25T21:27:02.253Z PASS [ 9.053s] ( 385/2649) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_from_ip_version
72452026-02-25T21:27:04.768Z PASS [ 8.721s] ( 386/2649) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_using_default_pool
72462026-02-25T21:27:08.948Z PASS [ 8.863s] ( 387/2649) nexus-db-queries db::datastore::external_subnet::tests::can_link_subnet_pool_to_silo
72472026-02-25T21:27:09.510Z SLOW [>420.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
72482026-02-25T21:27:10.327Z PASS [ 9.195s] ( 388/2649) nexus-db-queries db::datastore::external_subnet::tests::cannot_delete_external_subnet_attached_to_instance
72492026-02-25T21:27:11.122Z PASS [ 8.870s] ( 389/2649) nexus-db-queries db::datastore::external_subnet::tests::cannot_delete_subnet_pool_with_outstanding_members
72502026-02-25T21:27:13.716Z SLOW [>300.000s] (─────────) oximeter-db client::tests::test_replicated
72512026-02-25T21:27:14.588Z PASS [ 9.822s] ( 390/2649) nexus-db-queries db::datastore::external_subnet::tests::cannot_insert_overlapping_external_subnets
72522026-02-25T21:27:18.297Z PASS [ 9.353s] ( 391/2649) nexus-db-queries db::datastore::external_subnet::tests::cannot_insert_subnet_pool_member_which_overlaps_ip_pool_range
72532026-02-25T21:27:19.216Z PASS [ 8.890s] ( 392/2649) nexus-db-queries db::datastore::external_subnet::tests::cannot_insert_subnet_pool_member_with_overlapping_ip_subnet
72542026-02-25T21:27:20.180Z PASS [ 9.059s] ( 393/2649) nexus-db-queries db::datastore::external_subnet::tests::cannot_link_deleted_subnet_pool_to_silo
72552026-02-25T21:27:24.214Z PASS [ 9.628s] ( 394/2649) nexus-db-queries db::datastore::external_subnet::tests::cannot_link_subnet_pool_to_deleted_silo
72562026-02-25T21:27:28.409Z PASS [ 10.112s] ( 395/2649) nexus-db-queries db::datastore::external_subnet::tests::cannot_request_explicit_ip_subnet_outside_of_linked_pools
72572026-02-25T21:27:29.865Z PASS [ 10.650s] ( 396/2649) nexus-db-queries db::datastore::external_subnet::tests::cannot_unlink_subnet_pool_with_external_subnets_in_silo
72582026-02-25T21:27:30.434Z PASS [ 10.256s] ( 397/2649) nexus-db-queries db::datastore::external_subnet::tests::creating_subnet_with_multiple_default_pools_fails
72592026-02-25T21:27:34.157Z PASS [ 9.944s] ( 398/2649) nexus-db-queries db::datastore::external_subnet::tests::creating_subnet_with_no_default_pools_fails
72602026-02-25T21:27:36.708Z PASS [ 8.302s] ( 399/2649) nexus-db-queries db::datastore::external_subnet::tests::deleting_nonexistent_pool_silo_link_fails
72612026-02-25T21:27:39.120Z PASS [ 9.256s] ( 400/2649) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_skips_too_small_gaps_at_member_start
72622026-02-25T21:27:39.471Z PASS [ 9.039s] ( 401/2649) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_skips_too_small_gaps_in_member_middle
72632026-02-25T21:27:43.527Z PASS [ 9.355s] ( 402/2649) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_skips_too_small_prefix_aligned_gap
72642026-02-25T21:27:45.571Z PASS [ 8.863s] ( 403/2649) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_takes_smallest_gap_at_member_start
72652026-02-25T21:27:47.854Z PASS [ 8.735s] ( 404/2649) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_takes_smallest_gap_in_member_middle
72662026-02-25T21:27:48.266Z PASS [ 8.788s] ( 405/2649) nexus-db-queries db::datastore::external_subnet::tests::fail_on_subnet_pool_exhaustion
72672026-02-25T21:27:51.516Z PASS [ 8.004s] ( 406/2649) nexus-db-queries db::datastore::external_subnet::tests::fail_to_allocate_external_subnet_with_bad_prefix
72682026-02-25T21:27:51.970Z PASS [ 0.455s] ( 407/2649) nexus-db-queries db::datastore::fm::tests::expectorate_insert_sitrep_version_query
72692026-02-25T21:27:52.437Z PASS [ 0.467s] ( 408/2649) nexus-db-queries db::datastore::fm::tests::expectorate_sitrep_list_orphans_no_marker
72702026-02-25T21:27:52.800Z PASS [ 0.363s] ( 409/2649) nexus-db-queries db::datastore::fm::tests::expectorate_sitrep_list_orphans_with_marker
72712026-02-25T21:27:53.613Z PASS [ 8.044s] ( 410/2649) nexus-db-queries db::datastore::external_subnet::tests::handle_overflow_at_subnet_boundaries
72722026-02-25T21:27:55.458Z PASS [ 7.607s] ( 411/2649) nexus-db-queries db::datastore::external_subnet::tests::linking_subnet_pool_and_silo_multiple_times_fails
72732026-02-25T21:27:55.984Z PASS [ 7.727s] ( 412/2649) nexus-db-queries db::datastore::external_subnet::tests::updating_nonexistent_pool_silo_link_fails
72742026-02-25T21:27:57.853Z PASS [ 5.052s] ( 413/2649) nexus-db-queries db::datastore::fm::tests::explain_insert_sitrep_version_query
72752026-02-25T21:27:58.574Z PASS [ 4.961s] ( 414/2649) nexus-db-queries db::datastore::fm::tests::explain_sitrep_list_orphaned_query
72762026-02-25T21:27:59.842Z PASS [ 4.384s] ( 415/2649) nexus-db-queries db::datastore::fm::tests::explain_sitrep_read_ereports_query
72772026-02-25T21:28:00.307Z PASS [ 4.323s] ( 416/2649) nexus-db-queries db::datastore::fm::tests::explain_sitrep_version_list_query
72782026-02-25T21:28:06.782Z PASS [ 8.209s] ( 417/2649) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_with_current_parent
72792026-02-25T21:28:08.055Z PASS [ 10.205s] ( 418/2649) nexus-db-queries db::datastore::fm::tests::test_concurrent_sitrep_read_delete
72802026-02-25T21:28:08.199Z PASS [ 8.359s] ( 419/2649) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_with_nonexistent_parent_fails
72812026-02-25T21:28:08.580Z PASS [ 8.275s] ( 420/2649) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_with_outdated_parent_fails
72822026-02-25T21:28:09.500Z SLOW [>480.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
72832026-02-25T21:28:13.707Z SLOW [>360.000s] (─────────) oximeter-db client::tests::test_replicated
72842026-02-25T21:28:14.400Z PASS [ 7.620s] ( 421/2649) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_without_parent
72852026-02-25T21:28:15.795Z PASS [ 7.743s] ( 422/2649) nexus-db-queries db::datastore::fm::tests::test_sitrep_cases_roundtrip
72862026-02-25T21:28:16.095Z PASS [ 7.897s] ( 423/2649) nexus-db-queries db::datastore::fm::tests::test_sitrep_delete_deletes_cases
72872026-02-25T21:28:16.458Z PASS [ 7.879s] ( 424/2649) nexus-db-queries db::datastore::fm::tests::test_sitrep_list_orphaned
72882026-02-25T21:28:25.406Z PASS [ 9.612s] ( 425/2649) nexus-db-queries db::datastore::instance::tests::test_instance_commit_update_is_idempotent
72892026-02-25T21:28:25.531Z PASS [ 9.438s] ( 426/2649) nexus-db-queries db::datastore::instance::tests::test_instance_deletion_is_idempotent
72902026-02-25T21:28:26.485Z PASS [ 10.029s] ( 427/2649) nexus-db-queries db::datastore::instance::tests::test_instance_fetch_all
72912026-02-25T21:28:28.290Z PASS [ 13.891s] ( 428/2649) nexus-db-queries db::datastore::instance::tests::test_instance_and_vmm_list_by_sled_agent
72922026-02-25T21:28:35.436Z PASS [ 9.905s] ( 429/2649) nexus-db-queries db::datastore::instance::tests::test_instance_update_invalidated_while_locked
72932026-02-25T21:28:35.460Z PASS [ 10.051s] ( 430/2649) nexus-db-queries db::datastore::instance::tests::test_instance_set_migration_ids
72942026-02-25T21:28:35.952Z PASS [ 9.459s] ( 431/2649) nexus-db-queries db::datastore::instance::tests::test_instance_updater_acquires_lock
72952026-02-25T21:28:37.516Z PASS [ 9.228s] ( 432/2649) nexus-db-queries db::datastore::instance::tests::test_instance_updater_cant_unlock_someone_elses_instance_
72962026-02-25T21:28:43.425Z PASS [ 7.992s] ( 433/2649) nexus-db-queries db::datastore::instance::tests::test_instance_updater_lock_is_idempotent
72972026-02-25T21:28:44.036Z PASS [ 8.581s] ( 434/2649) nexus-db-queries db::datastore::instance::tests::test_unlocking_a_deleted_instance_is_okay
72982026-02-25T21:28:45.084Z PASS [ 7.569s] ( 435/2649) nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found
72992026-02-25T21:28:45.899Z PASS [ 9.959s] ( 436/2649) nexus-db-queries db::datastore::inventory::test::test_concurrent_inventory_read_delete
73002026-02-25T21:28:51.951Z PASS [ 8.527s] ( 437/2649) nexus-db-queries db::datastore::inventory::test::test_inventory_deletion
73012026-02-25T21:28:54.339Z PASS [ 9.256s] ( 438/2649) nexus-db-queries db::datastore::inventory::test::test_reconciler_status_fields
73022026-02-25T21:28:54.954Z PASS [ 9.057s] ( 439/2649) nexus-db-queries db::datastore::inventory::test::test_representative_collection_populates_database
73032026-02-25T21:28:58.191Z PASS [ 14.159s] ( 440/2649) nexus-db-queries db::datastore::inventory::test::test_inventory_insert
73042026-02-25T21:28:59.977Z PASS [ 5.023s] ( 441/2649) nexus-db-queries db::datastore::ip_pool::test::can_explain_link_ip_pool_to_silo_query
73052026-02-25T21:29:01.194Z PASS [ 9.240s] ( 442/2649) nexus-db-queries db::datastore::inventory::test::test_sled_agent_measurements
73062026-02-25T21:29:02.877Z PASS [ 4.662s] ( 443/2649) nexus-db-queries db::datastore::ip_pool::test::can_explain_reserve_external_ip_pool_query
73072026-02-25T21:29:03.277Z PASS [ 8.927s] ( 444/2649) nexus-db-queries db::datastore::inventory::test::test_zone_image_source
73082026-02-25T21:29:04.764Z PASS [ 4.785s] ( 445/2649) nexus-db-queries db::datastore::ip_pool::test::can_explain_reserve_internal_ip_pool_query
73092026-02-25T21:29:06.488Z PASS [ 5.299s] ( 446/2649) nexus-db-queries db::datastore::ip_pool::test::can_explain_unlink_ip_pool_from_external_silo_query
73102026-02-25T21:29:09.491Z SLOW [>540.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
73112026-02-25T21:29:11.253Z PASS [ 8.402s] ( 447/2649) nexus-db-queries db::datastore::ip_pool::test::cannot_delete_last_internally_reserved_ip_pool
73122026-02-25T21:29:11.829Z PASS [ 8.565s] ( 448/2649) nexus-db-queries db::datastore::ip_pool::test::cannot_externally_reserve_ip_pool_with_outstanding_external_ips
73132026-02-25T21:29:12.973Z PASS [ 8.213s] ( 449/2649) nexus-db-queries db::datastore::ip_pool::test::cannot_externally_reserve_last_internally_reserved_ip_pool
73142026-02-25T21:29:13.698Z SLOW [>420.000s] (─────────) oximeter-db client::tests::test_replicated
73152026-02-25T21:29:14.656Z PASS [ 8.170s] ( 450/2649) nexus-db-queries db::datastore::ip_pool::test::cannot_insert_ip_pool_range_which_overlaps_subnet_pool_member
73162026-02-25T21:29:18.731Z PASS [ 7.479s] ( 451/2649) nexus-db-queries db::datastore::ip_pool::test::cannot_link_oxide_internal_pool_to_external_silo
73172026-02-25T21:29:19.373Z PASS [ 0.641s] ( 452/2649) nexus-db-queries db::datastore::ip_pool::test::expectorate_insert_ip_pool_external_silo_link
73182026-02-25T21:29:19.732Z PASS [ 7.905s] ( 453/2649) nexus-db-queries db::datastore::ip_pool::test::cannot_link_pool_to_deleted_silo
73192026-02-25T21:29:19.763Z PASS [ 0.391s] ( 454/2649) nexus-db-queries db::datastore::ip_pool::test::expectorate_reserve_external_ip_pool_query
73202026-02-25T21:29:20.334Z PASS [ 0.602s] ( 455/2649) nexus-db-queries db::datastore::ip_pool::test::expectorate_reserve_internal_ip_pool_query
73212026-02-25T21:29:20.812Z PASS [ 7.837s] ( 456/2649) nexus-db-queries db::datastore::ip_pool::test::cannot_link_silo_to_deleted_pool
73222026-02-25T21:29:22.978Z PASS [ 8.309s] ( 457/2649) nexus-db-queries db::datastore::ip_pool::test::cannot_reserve_externally_linked_pool_for_internal_use
73232026-02-25T21:29:29.411Z PASS [ 9.077s] ( 458/2649) nexus-db-queries db::datastore::ip_pool::test::test_cannot_insert_range_in_pool_with_different_ip_version
73242026-02-25T21:29:30.402Z PASS [ 10.628s] ( 459/2649) nexus-db-queries db::datastore::ip_pool::test::paginate_ip_pools_by_delegation_type
73252026-02-25T21:29:30.964Z PASS [ 10.156s] ( 460/2649) nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools
73262026-02-25T21:29:32.464Z PASS [ 9.501s] ( 461/2649) nexus-db-queries db::datastore::ip_pool::test::test_default_pool_ipv4_ipv6_conflict
73272026-02-25T21:29:38.111Z PASS [ 8.702s] ( 462/2649) nexus-db-queries db::datastore::ip_pool::test::test_default_pool_ipv4_ipv6_ordering
73282026-02-25T21:29:38.673Z PASS [ 8.285s] ( 463/2649) nexus-db-queries db::datastore::ip_pool::test::test_denormalized_columns_consistency
73292026-02-25T21:29:39.683Z PASS [ 8.698s] ( 464/2649) nexus-db-queries db::datastore::ip_pool::test::test_fetch_default_returns_unicast_not_multicast
73302026-02-25T21:29:41.092Z PASS [ 8.630s] ( 465/2649) nexus-db-queries db::datastore::ip_pool::test::test_gateway_linking_unicast_only
73312026-02-25T21:29:47.139Z PASS [ 9.028s] ( 466/2649) nexus-db-queries db::datastore::ip_pool::test::test_internal_ip_pools
73322026-02-25T21:29:48.087Z PASS [ 9.416s] ( 467/2649) nexus-db-queries db::datastore::ip_pool::test::test_ip_pool_fetch_containing_address
73332026-02-25T21:29:48.545Z PASS [ 8.887s] ( 468/2649) nexus-db-queries db::datastore::ip_pool::test::test_ip_pools_fetch_any_by_type_ip_version_filtering
73342026-02-25T21:29:50.381Z PASS [ 9.289s] ( 469/2649) nexus-db-queries db::datastore::ip_pool::test::test_ip_pools_fetch_asm_multicast
73352026-02-25T21:29:56.433Z PASS [ 9.296s] ( 470/2649) nexus-db-queries db::datastore::ip_pool::test::test_ip_pools_fetch_ssm_multicast
73362026-02-25T21:29:57.940Z PASS [ 9.827s] ( 471/2649) nexus-db-queries db::datastore::ip_pool::test::test_ipv4_ip_pool_utilization
73372026-02-25T21:29:58.308Z PASS [ 9.762s] ( 472/2649) nexus-db-queries db::datastore::ip_pool::test::test_ipv6_ip_pool_utilization
73382026-02-25T21:29:59.454Z PASS [ 9.075s] ( 473/2649) nexus-db-queries db::datastore::ip_pool::test::test_ipv6_only_default_pool
73392026-02-25T21:30:05.667Z PASS [ 471.985s] ( 474/2649) oximeter-db client::tests::test_replicated
73402026-02-25T21:30:05.791Z PASS [ 0.117s] ( 475/2649) omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_1
73412026-02-25T21:30:05.854Z PASS [ 0.067s] ( 476/2649) omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_2
73422026-02-25T21:30:05.902Z PASS [ 0.048s] ( 477/2649) omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_3
73432026-02-25T21:30:05.947Z PASS [ 0.045s] ( 478/2649) omicron-clickhouse-admin context::tests::test_read_generation_from_file_none
73442026-02-25T21:30:05.990Z PASS [ 0.043s] ( 479/2649) omicron-clickhouse-admin context::tests::test_read_generation_from_file_success
73452026-02-25T21:30:06.361Z PASS [ 9.929s] ( 480/2649) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_basic_operations
73462026-02-25T21:30:06.981Z PASS [ 0.989s] ( 481/2649) omicron-clickhouse-admin::integration_test test_keeper_cluster_membership
73472026-02-25T21:30:07.327Z PASS [ 0.347s] ( 482/2649) omicron-clickhouse-admin::integration_test test_keeper_conf_parsing
73482026-02-25T21:30:07.596Z PASS [ 0.268s] ( 483/2649) omicron-clickhouse-admin::integration_test test_lgif_parsing
73492026-02-25T21:30:07.871Z PASS [ 0.275s] ( 484/2649) omicron-clickhouse-admin::integration_test test_raft_config_parsing
73502026-02-25T21:30:08.049Z PASS [ 10.137s] ( 485/2649) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_default_by_type
73512026-02-25T21:30:08.224Z PASS [ 9.919s] ( 486/2649) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_fetch_any_by_type
73522026-02-25T21:30:08.336Z PASS [ 0.465s] ( 487/2649) omicron-clickhouse-admin::integration_test test_teardown
73532026-02-25T21:30:08.467Z PASS [ 0.131s] ( 488/2649) oximeter-db client::tests::check_actual_schema_upgrades_are_valid_replicated
73542026-02-25T21:30:09.135Z PASS [ 9.683s] ( 489/2649) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_ranges
73552026-02-25T21:30:09.483Z SLOW [>600.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
73562026-02-25T21:30:14.008Z PASS [ 7.648s] ( 490/2649) nexus-db-queries db::datastore::ip_pool::test::test_multiple_default_pools_per_silo
73572026-02-25T21:30:15.785Z PASS [ 7.562s] ( 491/2649) nexus-db-queries db::datastore::migration::tests::test_migration_query_by_instance
73582026-02-25T21:30:16.262Z PASS [ 8.215s] ( 492/2649) nexus-db-queries db::datastore::ip_pool::test::test_separate_v4_v6_unicast_default_pools
73592026-02-25T21:30:17.036Z PASS [ 7.893s] ( 493/2649) nexus-db-queries db::datastore::multicast::groups::tests::test_ensure_underlay_multicast_group_collision
73602026-02-25T21:30:24.535Z PASS [ 10.529s] ( 494/2649) nexus-db-queries db::datastore::multicast::groups::tests::test_mark_for_removal_blocked_by_members
73612026-02-25T21:30:25.005Z PASS [ 9.221s] ( 495/2649) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_asm_fallback_when_no_ssm_pool
73622026-02-25T21:30:25.530Z PASS [ 9.269s] ( 496/2649) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_create_and_fetch
73632026-02-25T21:30:26.784Z PASS [ 9.759s] ( 497/2649) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_datastore_default_pool_allocation
73642026-02-25T21:30:33.836Z PASS [ 9.303s] ( 498/2649) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_datastore_underlay_linkage
73652026-02-25T21:30:34.093Z PASS [ 9.089s] ( 499/2649) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_deallocation_return_values
73662026-02-25T21:30:35.597Z PASS [ 10.068s] ( 500/2649) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_has_sources_pool_selection
73672026-02-25T21:30:36.702Z PASS [ 9.919s] ( 501/2649) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_ip_reuse_after_deletion
73682026-02-25T21:30:42.744Z PASS [ 8.909s] ( 502/2649) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_list_fleet_wide
73692026-02-25T21:30:43.801Z PASS [ 9.710s] ( 503/2649) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_lookup_by_ip
73702026-02-25T21:30:44.561Z PASS [ 8.966s] ( 504/2649) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_pool_exhaustion_and_reuse
73712026-02-25T21:30:45.555Z PASS [ 8.855s] ( 505/2649) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_set_underlay_salt
73722026-02-25T21:30:51.484Z PASS [ 8.742s] ( 506/2649) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_state_transitions
73732026-02-25T21:30:53.552Z PASS [ 9.753s] ( 507/2649) nexus-db-queries db::datastore::multicast::members::tests::test_instance_get_sled_id
73742026-02-25T21:30:54.256Z PASS [ 9.697s] ( 508/2649) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_allows_creating_rejects_deleting
73752026-02-25T21:30:55.994Z PASS [ 10.439s] ( 509/2649) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_concurrent_same_member
73762026-02-25T21:30:59.413Z PASS [ 7.930s] ( 510/2649) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_error_priority_both_invalid
73772026-02-25T21:31:04.243Z PASS [ 10.693s] ( 511/2649) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_idempotency
73782026-02-25T21:31:04.738Z PASS [ 10.483s] ( 512/2649) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_invalid_group_or_instance
73792026-02-25T21:31:07.259Z PASS [ 11.268s] ( 513/2649) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_partial_index_behavior
73802026-02-25T21:31:08.472Z SLOW [> 60.000s] (─────────) oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
73812026-02-25T21:31:09.473Z SLOW [>660.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
73822026-02-25T21:31:10.748Z PASS [ 11.336s] ( 514/2649) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_reactivation_source_handling
73832026-02-25T21:31:15.625Z PASS [ 11.384s] ( 515/2649) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_stopped_instance
73842026-02-25T21:31:16.761Z PASS [ 12.025s] ( 516/2649) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_attach_to_instance
73852026-02-25T21:31:19.189Z PASS [ 11.930s] ( 517/2649) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_database_error_handling
73862026-02-25T21:31:22.785Z PASS [ 12.029s] ( 518/2649) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_duplicate_prevention
73872026-02-25T21:31:24.259Z PASS [ 674.803s] ( 519/2649) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
73882026-02-25T21:31:26.807Z PASS [ 11.184s] ( 520/2649) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_operations_with_parent_id
73892026-02-25T21:31:27.667Z PASS [ 79.213s] ( 521/2649) oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
73902026-02-25T21:31:28.117Z PASS [ 11.358s] ( 522/2649) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_set_instance_sled
73912026-02-25T21:31:30.075Z PASS [ 10.890s] ( 523/2649) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_state_transitions_datastore
73922026-02-25T21:31:30.855Z PASS [ 3.186s] ( 524/2649) oximeter-db client::tests::test_apply_one_schema_upgrade_replicated
73932026-02-25T21:31:33.219Z PASS [ 10.445s] ( 525/2649) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_complete_delete
73942026-02-25T21:31:33.644Z PASS [ 9.387s] ( 526/2649) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_delete_by_group
73952026-02-25T21:31:35.886Z PASS [ 9.081s] ( 527/2649) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_detach_by_instance
73962026-02-25T21:31:36.676Z PASS [ 8.561s] ( 528/2649) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_mark_for_removal
73972026-02-25T21:31:38.671Z PASS [ 8.597s] ( 529/2649) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_member_sled_id_lifecycle
73982026-02-25T21:31:40.332Z PASS [ 6.689s] ( 530/2649) nexus-db-queries db::datastore::multicast::members::tests::test_source_ips_union_empty_input
73992026-02-25T21:31:42.095Z PASS [ 8.862s] ( 531/2649) nexus-db-queries db::datastore::multicast::members::tests::test_source_ips_union_across_members
74002026-02-25T21:31:44.581Z PASS [ 8.681s] ( 532/2649) nexus-db-queries db::datastore::multicast::members::tests::test_source_ips_union_group_with_no_members
74012026-02-25T21:31:46.279Z PASS [ 9.604s] ( 533/2649) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_concurrent_state_change
74022026-02-25T21:31:48.395Z PASS [ 17.545s] ( 534/2649) oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated
74032026-02-25T21:31:48.425Z PASS [ 9.750s] ( 535/2649) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_instance_invalid
74042026-02-25T21:31:49.912Z PASS [ 9.575s] ( 536/2649) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_member_not_found
74052026-02-25T21:31:51.904Z PASS [ 9.827s] ( 537/2649) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_migration_scenario
74062026-02-25T21:31:53.706Z PASS [ 9.089s] ( 538/2649) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_no_change_needed
74072026-02-25T21:31:56.331Z PASS [ 10.054s] ( 539/2649) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_sled_id_changed
74082026-02-25T21:31:57.554Z PASS [ 7.649s] ( 540/2649) nexus-db-queries db::datastore::nat_entry::test::nat_sync_service_zones
74092026-02-25T21:31:59.183Z PASS [ 10.765s] ( 541/2649) nexus-db-queries db::datastore::nat_entry::test::nat_changeset
74102026-02-25T21:31:59.991Z PASS [ 8.088s] ( 542/2649) nexus-db-queries db::datastore::nat_entry::test::nat_version_tracking
74112026-02-25T21:32:01.771Z PASS [ 8.118s] ( 543/2649) nexus-db-queries db::datastore::nat_entry::test::table_allows_unique_active_multiple_deleted
74122026-02-25T21:32:06.007Z PASS [ 8.454s] ( 544/2649) nexus-db-queries db::datastore::oximeter::tests::test_oximeter_expunge
74132026-02-25T21:32:06.153Z PASS [ 9.823s] ( 545/2649) nexus-db-queries db::datastore::network_interface::tests::test_service_network_interfaces_list
74142026-02-25T21:32:06.498Z PASS [ 18.107s] ( 546/2649) oximeter-db client::tests::test_expunge_timeseries_by_name_replicated
74152026-02-25T21:32:08.935Z PASS [ 9.753s] ( 547/2649) nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassign_fails_if_no_collectors
74162026-02-25T21:32:09.786Z PASS [ 8.013s] ( 548/2649) nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_reassigns_if_oximeter_expunged
74172026-02-25T21:32:13.579Z PASS [ 7.427s] ( 549/2649) nexus-db-queries db::datastore::oximeter::tests::test_producers_list_expired
74182026-02-25T21:32:13.816Z PASS [ 7.318s] ( 550/2649) nexus-db-queries db::datastore::oximeter_read_policy::tests::test_oximeter_read_policy_basic
74192026-02-25T21:32:16.324Z PASS [ 7.390s] ( 551/2649) nexus-db-queries db::datastore::physical_disk::test::physical_disk_cannot_insert_to_expunged_sled
74202026-02-25T21:32:17.913Z PASS [ 8.128s] ( 552/2649) nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency
74212026-02-25T21:32:21.072Z PASS [ 21.085s] ( 553/2649) nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassigns_randomly
74222026-02-25T21:32:21.941Z PASS [ 8.363s] ( 554/2649) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_delete_reupsert_new_sled
74232026-02-25T21:32:22.045Z PASS [ 8.231s] ( 555/2649) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_different_disks
74242026-02-25T21:32:24.741Z PASS [ 8.418s] ( 556/2649) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_reupsert_new_sled
74252026-02-25T21:32:25.938Z PASS [ 8.030s] ( 557/2649) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_same_uuid_collides
74262026-02-25T21:32:29.820Z PASS [ 8.749s] ( 558/2649) nexus-db-queries db::datastore::physical_disk::test::physical_disk_uninitialized_list
74272026-02-25T21:32:30.640Z PASS [ 8.596s] ( 559/2649) nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty
74282026-02-25T21:32:32.537Z PASS [ 10.597s] ( 560/2649) nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets
74292026-02-25T21:32:32.786Z PASS [ 8.046s] ( 561/2649) nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error
74302026-02-25T21:32:33.780Z PASS [ 7.842s] ( 562/2649) nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error
74312026-02-25T21:32:38.960Z PASS [ 32.956s] ( 563/2649) nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_upsert_rejects_expunged_oximeters
74322026-02-25T21:32:39.029Z PASS [ 0.072s] ( 564/2649) nexus-db-queries db::datastore::region::test::test_extent_count
74332026-02-25T21:32:39.119Z PASS [ 9.301s] ( 565/2649) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_ipv6_public_addresses
74342026-02-25T21:32:39.687Z PASS [ 9.048s] ( 566/2649) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services
74352026-02-25T21:32:40.363Z PASS [ 7.578s] ( 567/2649) nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations
74362026-02-25T21:32:41.170Z PASS [ 7.393s] ( 568/2649) nexus-db-queries db::datastore::reconfigurator_config::tests::test_reconfigurator_config_basic
74372026-02-25T21:32:42.003Z PASS [ 9.468s] ( 569/2649) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services
74382026-02-25T21:32:46.573Z PASS [ 7.543s] ( 570/2649) nexus-db-queries db::datastore::region_replacement::test::test_one_replacement_per_volume
74392026-02-25T21:32:46.696Z PASS [ 7.578s] ( 571/2649) nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_drive_saga
74402026-02-25T21:32:47.064Z PASS [ 7.378s] ( 572/2649) nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_finish_saga
74412026-02-25T21:32:48.215Z PASS [ 7.854s] ( 573/2649) nexus-db-queries db::datastore::region_snapshot_replacement::test::count_replacement_steps
74422026-02-25T21:32:48.724Z PASS [ 7.555s] ( 574/2649) nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict
74432026-02-25T21:32:49.640Z PASS [ 7.638s] ( 575/2649) nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict_with_region_replacement
74442026-02-25T21:32:54.508Z PASS [ 7.446s] ( 576/2649) nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume_conflict_with_region
74452026-02-25T21:32:54.533Z PASS [ 7.939s] ( 577/2649) nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_gc
74462026-02-25T21:32:54.593Z PASS [ 7.898s] ( 578/2649) nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume
74472026-02-25T21:32:55.786Z PASS [ 7.572s] ( 579/2649) nexus-db-queries db::datastore::region_snapshot_replacement::test::unique_region_snapshot_replacement_step_per_volume
74482026-02-25T21:32:56.078Z PASS [ 7.354s] ( 580/2649) nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::insert_if_not_exists
74492026-02-25T21:32:57.589Z PASS [ 7.950s] ( 581/2649) nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::tombstone
74502026-02-25T21:33:01.673Z PASS [ 7.082s] ( 582/2649) nexus-db-queries db::datastore::saga::test::test_list_no_unfinished_nodes
74512026-02-25T21:33:02.020Z PASS [ 7.512s] ( 583/2649) nexus-db-queries db::datastore::saga::test::test_create_event_idempotent
74522026-02-25T21:33:02.545Z PASS [ 8.037s] ( 584/2649) nexus-db-queries db::datastore::saga::test::test_list_candidate_sagas
74532026-02-25T21:33:03.701Z PASS [ 7.916s] ( 585/2649) nexus-db-queries db::datastore::saga::test::test_list_unfinished_nodes
74542026-02-25T21:33:03.972Z PASS [ 7.896s] ( 586/2649) nexus-db-queries db::datastore::saga::test::test_saga_reassignment
74552026-02-25T21:33:05.261Z PASS [ 7.673s] ( 587/2649) nexus-db-queries db::datastore::saga::test::test_update_state_idempotent
74562026-02-25T21:33:10.638Z PASS [ 8.966s] ( 588/2649) nexus-db-queries db::datastore::sled::test::affinity_and_anti_affinity_policy_allow
74572026-02-25T21:33:10.691Z PASS [ 8.673s] ( 589/2649) nexus-db-queries db::datastore::sled::test::affinity_and_anti_affinity_policy_fail
74582026-02-25T21:33:10.945Z PASS [ 8.401s] ( 590/2649) nexus-db-queries db::datastore::sled::test::affinity_ignored_from_other_groups
74592026-02-25T21:33:12.306Z PASS [ 8.336s] ( 591/2649) nexus-db-queries db::datastore::sled::test::affinity_policy_allow_picks_different_sled
74602026-02-25T21:33:12.491Z PASS [ 8.791s] ( 592/2649) nexus-db-queries db::datastore::sled::test::affinity_multi_group
74612026-02-25T21:33:13.988Z PASS [ 8.728s] ( 593/2649) nexus-db-queries db::datastore::sled::test::affinity_policy_fail
74622026-02-25T21:33:18.855Z PASS [ 8.219s] ( 594/2649) nexus-db-queries db::datastore::sled::test::affinity_policy_fail_no_capacity
74632026-02-25T21:33:19.183Z PASS [ 8.492s] ( 595/2649) nexus-db-queries db::datastore::sled::test::affinity_policy_fail_too_many_constraints
74642026-02-25T21:33:19.763Z PASS [ 8.820s] ( 596/2649) nexus-db-queries db::datastore::sled::test::anti_affinity_ignored_from_other_groups
74652026-02-25T21:33:20.710Z PASS [ 8.220s] ( 597/2649) nexus-db-queries db::datastore::sled::test::anti_affinity_policy_allow
74662026-02-25T21:33:20.856Z PASS [ 8.551s] ( 598/2649) nexus-db-queries db::datastore::sled::test::anti_affinity_multi_group
74672026-02-25T21:33:22.765Z PASS [ 8.777s] ( 599/2649) nexus-db-queries db::datastore::sled::test::anti_affinity_policy_fail
74682026-02-25T21:33:27.608Z PASS [ 8.750s] ( 600/2649) nexus-db-queries db::datastore::sled::test::anti_affinity_policy_fail_no_capacity
74692026-02-25T21:33:29.031Z PASS [ 9.847s] ( 601/2649) nexus-db-queries db::datastore::sled::test::local_storage_allocation
74702026-02-25T21:33:31.361Z PASS [ 11.599s] ( 602/2649) nexus-db-queries db::datastore::sled::test::local_storage_allocation_blocked_by_affinity
74712026-02-25T21:33:31.515Z PASS [ 10.808s] ( 603/2649) nexus-db-queries db::datastore::sled::test::local_storage_allocation_blocked_by_anti_affinity
74722026-02-25T21:33:32.147Z PASS [ 11.293s] ( 604/2649) nexus-db-queries db::datastore::sled::test::local_storage_allocation_blocked_by_constraint
74732026-02-25T21:33:32.900Z PASS [ 10.130s] ( 605/2649) nexus-db-queries db::datastore::sled::test::local_storage_allocation_existing_allocation
74742026-02-25T21:33:38.003Z PASS [ 10.400s] ( 606/2649) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_due_to_vmm_resources
74752026-02-25T21:33:39.165Z PASS [ 10.135s] ( 607/2649) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_multiple_with_existing_no_space
74762026-02-25T21:33:40.495Z PASS [ 8.981s] ( 608/2649) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_provision
74772026-02-25T21:33:41.376Z PASS [ 10.017s] ( 609/2649) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_partial_success
74782026-02-25T21:33:41.758Z PASS [ 9.612s] ( 610/2649) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_share_u2
74792026-02-25T21:33:42.495Z PASS [ 9.603s] ( 611/2649) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_space
74802026-02-25T21:33:50.140Z PASS [ 10.981s] ( 612/2649) nexus-db-queries db::datastore::sled::test::local_storage_allocation_multiple_instances_share_u2
74812026-02-25T21:33:50.388Z PASS [ 9.894s] ( 613/2649) nexus-db-queries db::datastore::sled::test::local_storage_allocation_multiple_u2
74822026-02-25T21:33:51.029Z PASS [ 8.536s] ( 614/2649) nexus-db-queries db::datastore::sled::test::sled_list_batch
74832026-02-25T21:33:51.255Z PASS [ 9.881s] ( 615/2649) nexus-db-queries db::datastore::sled::test::local_storage_allocation_multiple_with_one_already
74842026-02-25T21:33:51.725Z PASS [ 9.968s] ( 616/2649) nexus-db-queries db::datastore::sled::test::local_storage_disk_no_attach_after_reservation
74852026-02-25T21:33:58.168Z PASS [ 8.029s] ( 617/2649) nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_affinity_requirement
74862026-02-25T21:33:58.565Z PASS [ 8.178s] ( 618/2649) nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_anti_affinity_requirement
74872026-02-25T21:33:58.827Z PASS [ 7.573s] ( 619/2649) nexus-db-queries db::datastore::sled::test::sled_reservation_cpu_constraints
74882026-02-25T21:33:59.071Z PASS [ 8.044s] ( 620/2649) nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_space_requirement
74892026-02-25T21:34:00.723Z PASS [ 9.000s] ( 621/2649) nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable
74902026-02-25T21:34:06.547Z PASS [ 7.721s] ( 622/2649) nexus-db-queries db::datastore::sled::test::upsert_sled_doesnt_update_decommissioned
74912026-02-25T21:34:06.572Z PASS [ 8.383s] ( 623/2649) nexus-db-queries db::datastore::sled::test::test_sled_expungement_also_expunges_disks
74922026-02-25T21:34:06.657Z PASS [ 7.587s] ( 624/2649) nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware
74932026-02-25T21:34:08.490Z PASS [ 7.769s] ( 625/2649) nexus-db-queries db::datastore::support_bundle::test::test_bundle_create_capacity_limits
74942026-02-25T21:34:12.308Z PASS [ 13.746s] ( 626/2649) nexus-db-queries db::datastore::sled::test::test_sled_transitions
74952026-02-25T21:34:16.816Z PASS [ 10.269s] ( 627/2649) nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_dataset
74962026-02-25T21:34:17.057Z PASS [ 10.512s] ( 628/2649) nexus-db-queries db::datastore::support_bundle::test::test_bundle_deleted_from_expunged_dataset
74972026-02-25T21:34:17.098Z PASS [ 10.443s] ( 629/2649) nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_no_reassign
74982026-02-25T21:34:18.800Z PASS [ 10.312s] ( 630/2649) nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_with_reassign
74992026-02-25T21:34:20.325Z PASS [ 8.017s] ( 631/2649) nexus-db-queries db::datastore::support_bundle::test::test_bundle_list_filtering
75002026-02-25T21:34:24.366Z PASS [ 7.268s] ( 632/2649) nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches
75012026-02-25T21:34:24.428Z PASS [ 7.613s] ( 633/2649) nexus-db-queries db::datastore::support_bundle::test::test_bundle_list_time_ordering
75022026-02-25T21:34:24.497Z PASS [ 7.441s] ( 634/2649) nexus-db-queries db::datastore::support_bundle::test::test_crud_operations
75032026-02-25T21:34:25.897Z PASS [ 7.098s] ( 635/2649) nexus-db-queries db::datastore::target_release::test::reject_target_release_if_repo_pruned
75042026-02-25T21:34:27.718Z PASS [ 7.394s] ( 636/2649) nexus-db-queries db::datastore::target_release::test::target_release_datastore
75052026-02-25T21:34:31.348Z PASS [ 6.852s] ( 637/2649) nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent
75062026-02-25T21:34:31.980Z PASS [ 7.553s] ( 638/2649) nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent
75072026-02-25T21:34:32.360Z PASS [ 7.996s] ( 639/2649) nexus-db-queries db::datastore::target_release::test::test_recent_distinct
75082026-02-25T21:34:33.325Z PASS [ 7.428s] ( 640/2649) nexus-db-queries db::datastore::test::test_external_ip_check_constraints
75092026-02-25T21:34:34.912Z PASS [ 7.195s] ( 641/2649) nexus-db-queries db::datastore::test::test_project_creation
75102026-02-25T21:34:37.995Z SLOW [> 60.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack
75112026-02-25T21:34:38.232Z PASS [ 6.885s] ( 642/2649) nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan
75122026-02-25T21:34:39.787Z PASS [ 7.807s] ( 643/2649) nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent
75132026-02-25T21:34:40.930Z PASS [ 7.600s] ( 644/2649) nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools
75142026-02-25T21:34:43.829Z PASS [ 8.919s] ( 645/2649) nexus-db-queries db::datastore::test::test_region_allocation_only_considers_disks_in_service
75152026-02-25T21:34:46.343Z PASS [ 8.111s] ( 646/2649) nexus-db-queries db::datastore::test::test_region_allocation_only_operates_on_zpools_in_inventory
75162026-02-25T21:34:49.067Z PASS [ 16.710s] ( 647/2649) nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent
75172026-02-25T21:34:55.911Z PASS [ 16.127s] ( 648/2649) nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails
75182026-02-25T21:34:56.728Z PASS [ 7.662s] ( 649/2649) nexus-db-queries db::datastore::test::test_session_methods
75192026-02-25T21:34:57.155Z PASS [ 16.232s] ( 650/2649) nexus-db-queries db::datastore::test::test_region_allocation_strat_random
75202026-02-25T21:35:03.680Z PASS [ 6.953s] ( 651/2649) nexus-db-queries db::datastore::test::test_ssh_keys
75212026-02-25T21:35:03.707Z PASS [ 19.882s] ( 652/2649) nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds
75222026-02-25T21:35:03.853Z PASS [ 7.943s] ( 653/2649) nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation
75232026-02-25T21:35:03.979Z PASS [ 6.827s] ( 654/2649) nexus-db-queries db::datastore::test::test_table_scan
75242026-02-25T21:35:04.086Z PASS [ 17.747s] ( 655/2649) nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails
75252026-02-25T21:35:10.923Z PASS [ 7.071s] ( 656/2649) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_insert_initial_lrtq_upgrade
75262026-02-25T21:35:11.348Z PASS [ 7.369s] ( 657/2649) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_insert_latest_errors
75272026-02-25T21:35:11.387Z PASS [ 7.680s] ( 658/2649) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_get_all_active_rack_id_and_latest_epoch
75282026-02-25T21:35:11.427Z PASS [ 7.748s] ( 659/2649) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_abort
75292026-02-25T21:35:11.759Z PASS [ 7.672s] ( 660/2649) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_update_prepare_and_commit
75302026-02-25T21:35:18.839Z PASS [ 7.078s] ( 661/2649) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_image
75312026-02-25T21:35:18.992Z PASS [ 7.566s] ( 662/2649) nexus-db-queries db::datastore::user_data_export::tests::test_cannot_transition_to_assigning_if_deleted
75322026-02-25T21:35:19.018Z PASS [ 8.093s] ( 663/2649) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_update_prepare_and_commit_partially
75332026-02-25T21:35:19.958Z PASS [ 8.573s] ( 664/2649) nexus-db-queries db::datastore::update::test::test_repo_mark_pruned
75342026-02-25T21:35:26.520Z PASS [ 7.529s] ( 665/2649) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_snapshot
75352026-02-25T21:35:26.614Z PASS [ 7.593s] ( 666/2649) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_image
75362026-02-25T21:35:27.181Z PASS [ 8.347s] ( 667/2649) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_large
75372026-02-25T21:35:29.595Z PASS [ 9.597s] ( 668/2649) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_large
75382026-02-25T21:35:34.550Z PASS [ 7.938s] ( 669/2649) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_noop
75392026-02-25T21:35:34.644Z PASS [ 8.124s] ( 670/2649) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_snapshot
75402026-02-25T21:35:36.148Z PASS [ 8.965s] ( 671/2649) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_noop_large
75412026-02-25T21:35:37.073Z PASS [ 7.517s] ( 672/2649) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_nothing_noop
75422026-02-25T21:35:37.985Z SLOW [>120.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack
75432026-02-25T21:35:41.946Z PASS [ 7.304s] ( 673/2649) nexus-db-queries db::datastore::user_data_export::tests::test_marked_for_delete_during_assigning
75442026-02-25T21:35:42.942Z PASS [ 8.397s] ( 674/2649) nexus-db-queries db::datastore::user_data_export::tests::test_delete_records_for_expunged_pantries
75452026-02-25T21:35:43.416Z PASS [ 7.271s] ( 675/2649) nexus-db-queries db::datastore::user_data_export::tests::test_resource_id_collision
75462026-02-25T21:35:44.487Z PASS [ 7.413s] ( 676/2649) nexus-db-queries db::datastore::user_data_export::tests::test_user_data_export_duplication
75472026-02-25T21:35:49.188Z PASS [ 7.242s] ( 677/2649) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete
75482026-02-25T21:35:50.030Z PASS [ 7.091s] ( 678/2649) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete_twice
75492026-02-25T21:35:50.074Z PASS [ 6.661s] ( 679/2649) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete
75502026-02-25T21:35:51.308Z PASS [ 6.816s] ( 680/2649) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete_twice
75512026-02-25T21:35:56.518Z PASS [ 7.332s] ( 681/2649) nexus-db-queries db::datastore::vmm::tests::test_vmm_and_migration_update_runtime
75522026-02-25T21:35:56.586Z PASS [ 0.068s] ( 682/2649) nexus-db-queries db::datastore::volume::tests::test_read_only_target_in_vcr
75532026-02-25T21:35:56.662Z PASS [ 0.075s] ( 683/2649) nexus-db-queries db::datastore::volume::tests::test_replace_read_only_target_in_vcr
75542026-02-25T21:35:56.910Z PASS [ 6.837s] ( 684/2649) nexus-db-queries db::datastore::volume::tests::test_find_volumes_referencing_socket_addr
75552026-02-25T21:35:56.944Z PASS [ 6.915s] ( 685/2649) nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources
75562026-02-25T21:36:02.301Z PASS [ 50.939s] ( 686/2649) nexus-db-queries db::datastore::update::test::test_list_unpruned
75572026-02-25T21:36:03.452Z PASS [ 6.481s] ( 687/2649) nexus-db-queries db::datastore::volume_repair::test::volume_lock_conflict_error_returned
75582026-02-25T21:36:06.117Z PASS [ 14.824s] ( 688/2649) nexus-db-queries db::datastore::volume::tests::test_no_find_deleted_region_for_no_volume
75592026-02-25T21:36:09.287Z PASS [ 6.977s] ( 689/2649) nexus-db-queries db::datastore::volume_repair::test::volume_lock_relock_allowed
75602026-02-25T21:36:10.287Z PASS [ 6.705s] ( 690/2649) nexus-db-queries db::datastore::volume_repair::test::volume_lock_should_pass_without_volume
75612026-02-25T21:36:12.047Z PASS [ 15.386s] ( 691/2649) nexus-db-queries db::datastore::volume::tests::test_volume_replace_region
75622026-02-25T21:36:12.997Z PASS [ 16.040s] ( 692/2649) nexus-db-queries db::datastore::volume::tests::test_volume_replace_snapshot
75632026-02-25T21:36:13.590Z PASS [ 7.473s] ( 693/2649) nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion
75642026-02-25T21:36:14.121Z PASS [ 0.410s] ( 694/2649) nexus-db-queries db::datastore::webhook_delivery::test::expectorate_rx_list_resendable
75652026-02-25T21:36:19.909Z PASS [ 7.181s] ( 695/2649) nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries
75662026-02-25T21:36:20.078Z PASS [ 4.138s] ( 696/2649) nexus-db-queries db::datastore::webhook_delivery::test::explain_rx_list_resendable_events
75672026-02-25T21:36:20.311Z PASS [ 10.129s] ( 697/2649) nexus-db-queries db::datastore::vpc::tests::test_vpc_resolve_to_sleds_uses_current_target_blueprint
75682026-02-25T21:36:20.947Z PASS [ 8.903s] ( 698/2649) nexus-db-queries db::datastore::vpc::tests::test_vpc_router_rule_instance_resolve
75692026-02-25T21:36:21.678Z PASS [ 3.541s] ( 699/2649) nexus-db-queries db::explain::test::test_explain_async
75702026-02-25T21:36:22.517Z PASS [ 9.572s] ( 700/2649) nexus-db-queries db::datastore::vpc::tests::test_vpc_system_router_sync_to_subnets
75712026-02-25T21:36:23.351Z PASS [ 6.919s] ( 701/2649) nexus-db-queries db::datastore::webhook_delivery::test::test_dispatched_deliveries_are_unique_per_rx
75722026-02-25T21:36:23.889Z PASS [ 3.634s] ( 702/2649) nexus-db-queries db::explain::test::test_explain_full_table_scan
75732026-02-25T21:36:25.269Z PASS [ 4.322s] ( 703/2649) nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending
75742026-02-25T21:36:26.266Z PASS [ 4.587s] ( 704/2649) nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending
75752026-02-25T21:36:26.931Z PASS [ 4.415s] ( 705/2649) nexus-db-queries db::pagination::test::test_paginated_multicolumn_works_with_joins
75762026-02-25T21:36:27.000Z PASS [ 0.068s] ( 706/2649) nexus-db-queries db::pagination::test::test_paginator
75772026-02-25T21:36:27.509Z PASS [ 4.159s] ( 707/2649) nexus-db-queries db::pagination::test::test_paginated_single_column_ascending
75782026-02-25T21:36:28.485Z PASS [ 4.594s] ( 708/2649) nexus-db-queries db::pagination::test::test_paginated_single_column_ascending_paginator
75792026-02-25T21:36:28.954Z PASS [ 1.954s] ( 709/2649) nexus-db-queries db::pool::test::test_pool_can_be_terminated
75802026-02-25T21:36:29.482Z PASS [ 1.972s] ( 710/2649) nexus-db-queries db::pool::test::test_pool_drop_does_not_panic
75812026-02-25T21:36:29.696Z PASS [ 4.412s] ( 711/2649) nexus-db-queries db::pagination::test::test_paginated_single_column_descending
75822026-02-25T21:36:30.385Z PASS [ 4.120s] ( 712/2649) nexus-db-queries db::pagination::test::test_paginated_single_column_descending_paginator
75832026-02-25T21:36:33.986Z PASS [ 4.505s] ( 713/2649) nexus-db-queries db::queries::external_ip::tests::can_explain_next_external_ip_query
75842026-02-25T21:36:36.418Z PASS [ 7.936s] ( 714/2649) nexus-db-queries db::queries::external_ip::tests::can_allocate_ephemeral_ips_from_all_ranges_in_a_pool
75852026-02-25T21:36:36.647Z PASS [ 6.967s] ( 715/2649) nexus-db-queries db::queries::external_ip::tests::can_insert_explicit_address_with_two_ranges_in_pool
75862026-02-25T21:36:36.848Z PASS [ 7.895s] ( 716/2649) nexus-db-queries db::queries::external_ip::tests::can_allocate_snat_ips_from_all_ranges_in_a_pool
75872026-02-25T21:36:37.064Z PASS [ 0.418s] ( 717/2649) nexus-db-queries db::queries::external_ip::tests::expectorate_next_automatic_floating_ip_query
75882026-02-25T21:36:37.278Z PASS [ 0.430s] ( 718/2649) nexus-db-queries db::queries::external_ip::tests::expectorate_next_explicit_floating_ip_query
75892026-02-25T21:36:37.501Z PASS [ 0.436s] ( 719/2649) nexus-db-queries db::queries::external_ip::tests::expectorate_next_instance_snat_ip_query
75902026-02-25T21:36:37.658Z PASS [ 0.380s] ( 720/2649) nexus-db-queries db::queries::external_ip::tests::expectorate_next_omicron_zone_snat_ip_query
75912026-02-25T21:36:37.977Z SLOW [>180.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack
75922026-02-25T21:36:38.519Z PASS [ 180.549s] ( 721/2649) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack
75932026-02-25T21:36:38.700Z PASS [ 8.303s] ( 722/2649) nexus-db-queries db::queries::external_ip::tests::can_reallocate_automatic_ephemeral_with_full_range
75942026-02-25T21:36:42.665Z PASS [ 8.661s] ( 723/2649) nexus-db-queries db::queries::external_ip::tests::can_reallocate_automatic_snat_with_full_range
75952026-02-25T21:36:44.037Z PASS [ 7.620s] ( 724/2649) nexus-db-queries db::queries::external_ip::tests::cannot_allocate_instance_ip_from_pool_with_different_version
75962026-02-25T21:36:46.048Z PASS [ 7.528s] ( 725/2649) nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_is_idempotent
75972026-02-25T21:36:46.149Z PASS [ 8.492s] ( 726/2649) nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap
75982026-02-25T21:36:46.234Z PASS [ 7.548s] ( 727/2649) nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_out_of_range
75992026-02-25T21:36:46.401Z PASS [ 8.902s] ( 728/2649) nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool
76002026-02-25T21:36:50.263Z PASS [ 7.618s] ( 729/2649) nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent
76012026-02-25T21:36:50.679Z PASS [ 0.412s] ( 730/2649) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_default_pool_query
76022026-02-25T21:36:50.740Z PASS [ 4.339s] ( 731/2649) nexus-db-queries db::queries::external_subnet::tests::can_explain_insert_external_subnet_from_explicit_ip_query
76032026-02-25T21:36:51.121Z PASS [ 0.445s] ( 732/2649) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_explicit_pool_query
76042026-02-25T21:36:51.228Z PASS [ 0.487s] ( 733/2649) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_explicit_subnet_query
76052026-02-25T21:36:51.540Z PASS [ 0.419s] ( 734/2649) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_ip_version_query
76062026-02-25T21:36:51.569Z PASS [ 7.533s] ( 735/2649) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion
76072026-02-25T21:36:51.604Z PASS [ 0.376s] ( 736/2649) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_subnet_pool_member_query
76082026-02-25T21:36:54.125Z PASS [ 7.977s] ( 737/2649) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok
76092026-02-25T21:36:54.355Z PASS [ 8.122s] ( 738/2649) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range
76102026-02-25T21:36:54.706Z PASS [ 8.661s] ( 739/2649) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools
76112026-02-25T21:36:59.660Z PASS [ 8.116s] ( 740/2649) nexus-db-queries db::queries::network_interface::tests::allocation_after_explicit_ip_address_takes_next_smallest_address
76122026-02-25T21:37:00.030Z PASS [ 8.462s] ( 741/2649) nexus-db-queries db::queries::network_interface::tests::allocation_and_deallocation_takes_next_smallest_ipv4_address
76132026-02-25T21:37:00.168Z PASS [ 8.561s] ( 742/2649) nexus-db-queries db::queries::network_interface::tests::allocation_and_deallocation_takes_next_smallest_ipv6_address
76142026-02-25T21:37:00.259Z PASS [ 0.084s] ( 743/2649) nexus-db-queries db::queries::network_interface::tests::test_first_available_address
76152026-02-25T21:37:05.815Z PASS [ 7.764s] ( 744/2649) nexus-db-queries db::queries::network_interface::tests::can_request_exact_ipv4
76162026-02-25T21:37:05.951Z PASS [ 7.829s] ( 745/2649) nexus-db-queries db::queries::network_interface::tests::can_request_exact_ipv6
76172026-02-25T21:37:05.951Z PASS [ 7.925s] ( 746/2649) nexus-db-queries db::queries::network_interface::tests::test_delete_service_is_idempotent
76182026-02-25T21:37:07.650Z PASS [ 7.403s] ( 747/2649) nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds
76192026-02-25T21:37:07.744Z PASS [ 7.716s] ( 748/2649) nexus-db-queries db::queries::network_interface::tests::test_dual_stack_after_ipv4_only
76202026-02-25T21:37:08.596Z PASS [ 8.944s] ( 749/2649) nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion
76212026-02-25T21:37:09.307Z PASS [ 7.125s] ( 750/2649) nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails
76222026-02-25T21:37:09.605Z PASS [ 7.718s] ( 751/2649) nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails
76232026-02-25T21:37:09.843Z PASS [ 7.215s] ( 752/2649) nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac
76242026-02-25T21:37:14.654Z PASS [ 6.911s] ( 753/2649) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails
76252026-02-25T21:37:15.062Z PASS [ 7.413s] ( 754/2649) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails
76262026-02-25T21:37:15.708Z PASS [ 7.113s] ( 755/2649) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_slot_fails
76272026-02-25T21:37:16.445Z PASS [ 7.139s] ( 756/2649) nexus-db-queries db::queries::network_interface::tests::test_insert_request_slot
76282026-02-25T21:37:16.880Z PASS [ 7.275s] ( 757/2649) nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails
76292026-02-25T21:37:16.941Z PASS [ 0.061s] ( 758/2649) nexus-db-queries db::queries::network_interface::tests::test_last_available_address
76302026-02-25T21:37:17.407Z PASS [ 7.509s] ( 759/2649) nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails
76312026-02-25T21:37:21.606Z PASS [ 4.256s] ( 760/2649) nexus-db-queries db::queries::next_item::tests::test_explain_next_item_self_joined
76322026-02-25T21:37:22.115Z PASS [ 7.462s] ( 761/2649) nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails
76332026-02-25T21:37:22.931Z PASS [ 7.870s] ( 762/2649) nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation
76342026-02-25T21:37:23.537Z PASS [ 7.830s] ( 763/2649) nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails
76352026-02-25T21:37:23.598Z PASS [ 0.061s] ( 764/2649) nexus-db-queries db::queries::next_item::tests::test_shift_indices
76362026-02-25T21:37:23.869Z PASS [ 7.425s] ( 765/2649) nexus-db-queries db::queries::network_interface::tests::test_insert_with_transit_ips
76372026-02-25T21:37:24.282Z PASS [ 0.412s] ( 766/2649) nexus-db-queries db::queries::oximeter::test::expectorate_query_reassign_producers
76382026-02-25T21:37:24.617Z PASS [ 0.335s] ( 767/2649) nexus-db-queries db::queries::oximeter::test::expectorate_query_upsert_producer
76392026-02-25T21:37:24.851Z PASS [ 7.910s] ( 768/2649) nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query
76402026-02-25T21:37:25.988Z PASS [ 4.379s] ( 769/2649) nexus-db-queries db::queries::next_item::tests::test_next_item_query_is_ordered_by_indices
76412026-02-25T21:37:26.059Z PASS [ 0.072s] ( 770/2649) nexus-db-queries db::queries::region_allocation::test::allocation_query_region_size_overflow
76422026-02-25T21:37:26.141Z PASS [ 0.083s] ( 771/2649) nexus-db-queries db::queries::region_allocation::test::allocation_query_region_size_too_large
76432026-02-25T21:37:26.369Z PASS [ 4.255s] ( 772/2649) nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined
76442026-02-25T21:37:27.113Z PASS [ 4.182s] ( 773/2649) nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined_with_gaps
76452026-02-25T21:37:27.607Z PASS [ 4.010s] ( 774/2649) nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query
76462026-02-25T21:37:27.676Z PASS [ 1.535s] ( 775/2649) nexus-db-queries db::queries::region_allocation::test::expectorate_query
76472026-02-25T21:37:28.209Z PASS [ 3.592s] ( 776/2649) nexus-db-queries db::queries::oximeter::test::explainable_reassign_producers
76482026-02-25T21:37:28.902Z PASS [ 4.052s] ( 777/2649) nexus-db-queries db::queries::oximeter::test::explainable_upsert_producer
76492026-02-25T21:37:30.862Z PASS [ 4.493s] ( 778/2649) nexus-db-queries db::queries::region_allocation::test::explainable
76502026-02-25T21:37:31.276Z PASS [ 0.415s] ( 779/2649) nexus-db-queries db::queries::regions_hard_delete::test::expectorate_query
76512026-02-25T21:37:34.965Z PASS [ 3.688s] ( 780/2649) nexus-db-queries db::queries::regions_hard_delete::test::explainable
76522026-02-25T21:37:35.347Z PASS [ 8.236s] ( 781/2649) nexus-db-queries db::queries::region_allocation::test::region_allocation_barely_pass_local_storage_dataset
76532026-02-25T21:37:35.421Z PASS [ 0.456s] ( 782/2649) nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_find_targets_query
76542026-02-25T21:37:35.741Z PASS [ 0.392s] ( 783/2649) nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_find_targets_query_with_cpu
76552026-02-25T21:37:36.100Z PASS [ 8.495s] ( 784/2649) nexus-db-queries db::queries::region_allocation::test::region_allocation_fail_control_plane_storage_buffer
76562026-02-25T21:37:36.158Z PASS [ 0.737s] ( 785/2649) nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_insert_resource_query
76572026-02-25T21:37:36.359Z PASS [ 8.152s] ( 786/2649) nexus-db-queries db::queries::region_allocation::test::region_allocation_normal
76582026-02-25T21:37:36.439Z PASS [ 8.765s] ( 787/2649) nexus-db-queries db::queries::region_allocation::test::region_allocation_fail_local_storage_dataset
76592026-02-25T21:37:36.488Z PASS [ 0.330s] ( 788/2649) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_instance
76602026-02-25T21:37:36.696Z PASS [ 0.336s] ( 789/2649) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_storage
76612026-02-25T21:37:36.823Z PASS [ 0.384s] ( 790/2649) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_instance
76622026-02-25T21:37:36.849Z PASS [ 0.360s] ( 791/2649) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_storage
76632026-02-25T21:37:37.371Z PASS [ 8.470s] ( 792/2649) nexus-db-queries db::queries::region_allocation::test::region_allocation_normal_no_local_storage_dataset
76642026-02-25T21:37:39.768Z PASS [ 4.028s] ( 793/2649) nexus-db-queries db::queries::sled_reservation::test::explain_sled_find_targets_query
76652026-02-25T21:37:40.011Z PASS [ 0.242s] ( 794/2649) nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count
76662026-02-25T21:37:40.090Z PASS [ 0.080s] ( 795/2649) nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps
76672026-02-25T21:37:40.187Z PASS [ 0.097s] ( 796/2649) nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping
76682026-02-25T21:37:40.248Z PASS [ 0.060s] ( 797/2649) nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping
76692026-02-25T21:37:40.311Z PASS [ 0.063s] ( 798/2649) nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping
76702026-02-25T21:37:40.459Z PASS [ 4.359s] ( 799/2649) nexus-db-queries db::queries::sled_reservation::test::explain_sled_insert_resource_query
76712026-02-25T21:37:40.624Z PASS [ 3.929s] ( 800/2649) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_instance
76722026-02-25T21:37:40.836Z PASS [ 3.987s] ( 801/2649) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_instance
76732026-02-25T21:37:40.871Z PASS [ 4.048s] ( 802/2649) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_storage
76742026-02-25T21:37:41.354Z PASS [ 3.983s] ( 803/2649) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_storage
76752026-02-25T21:37:44.121Z PASS [ 3.811s] ( 804/2649) nexus-db-queries db::queries::vpc_subnet::test::explain_insert_query
76762026-02-25T21:37:44.433Z PASS [ 3.809s] ( 805/2649) nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query_is_idempotent
76772026-02-25T21:37:44.495Z PASS [ 0.061s] ( 806/2649) nexus-defaults tests::test_random_vpc_ipv6_prefix
76782026-02-25T21:37:44.641Z PASS [ 4.183s] ( 807/2649) nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query
76792026-02-25T21:37:44.712Z PASS [ 0.071s] ( 808/2649) nexus-inventory builder::test::test_empty
76802026-02-25T21:37:44.819Z PASS [ 0.107s] ( 809/2649) nexus-inventory builder::test::test_problems
76812026-02-25T21:37:45.114Z PASS [ 0.613s] ( 810/2649) nexus-inventory builder::test::test_basic
76822026-02-25T21:37:47.432Z PASS [ 2.613s] ( 811/2649) nexus-inventory collector::test::test_basic
76832026-02-25T21:37:47.500Z PASS [ 2.387s] ( 812/2649) nexus-inventory collector::test::test_multi_mgs
76842026-02-25T21:37:48.093Z PASS [ 0.660s] ( 813/2649) nexus-inventory collector::test::test_multi_mgs_failure
76852026-02-25T21:37:48.480Z PASS [ 7.127s] ( 814/2649) nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples
76862026-02-25T21:37:48.601Z PASS [ 1.101s] ( 815/2649) nexus-inventory collector::test::test_sled_agent_failure
76872026-02-25T21:37:51.589Z PASS [ 7.469s] ( 816/2649) nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples
76882026-02-25T21:37:56.616Z PASS [ 5.026s] ( 817/2649) nexus-mgs-updates driver_update::test::test_rot_basic_failures
76892026-02-25T21:37:57.926Z PASS [ 9.835s] ( 818/2649) nexus-metrics-producer-gc tests::test_prune_expired_producers
76902026-02-25T21:37:57.953Z PASS [ 9.339s] ( 819/2649) nexus-metrics-producer-gc tests::test_prune_expired_producers_notifies_collector
76912026-02-25T21:37:58.538Z PASS [ 10.060s] ( 820/2649) nexus-metrics-producer-gc tests::test_prune_expired_producers_expunged_oximeter
76922026-02-25T21:37:59.063Z PASS [ 2.448s] ( 821/2649) nexus-mgs-updates driver_update::test::test_rot_bootloader_basic_failures
76932026-02-25T21:38:00.340Z PASS [ 1.801s] ( 822/2649) nexus-mgs-updates driver_update::test::test_sp_basic_failures
76942026-02-25T21:38:00.412Z PASS [ 19.581s] ( 823/2649) nexus-db-queries policy_test::test_conferred_roles
76952026-02-25T21:38:05.398Z PASS [ 4.986s] ( 824/2649) nexus-mgs-updates driver_update::test::test_sp_update_watched
76962026-02-25T21:38:05.462Z PASS [ 7.537s] ( 825/2649) nexus-mgs-updates driver_update::test::test_rot_bootloader_update_basic
76972026-02-25T21:38:05.537Z PASS [ 7.600s] ( 826/2649) nexus-mgs-updates driver_update::test::test_rot_update_basic
76982026-02-25T21:38:08.264Z PASS [ 2.803s] ( 827/2649) nexus-mgs-updates driver_update::test_host_phase_1::basic_failures
76992026-02-25T21:38:08.452Z PASS [ 9.391s] ( 828/2649) nexus-mgs-updates driver_update::test::test_sp_update_basic
77002026-02-25T21:38:08.712Z PASS [ 0.259s] ( 829/2649) nexus-mgs-updates test_util::step_through::test::test_basic
77012026-02-25T21:38:10.339Z PASS [ 1.627s] ( 830/2649) nexus-mgs-updates::host_phase1_hash test_host_phase1_hashing
77022026-02-25T21:38:11.341Z PASS [ 0.631s] ( 831/2649) nexus-reconfigurator-blippy checks::tests::test_bad_internal_dns_subnet
77032026-02-25T21:38:11.367Z PASS [ 0.065s] ( 832/2649) nexus-reconfigurator-blippy checks::tests::test_dataset_on_nonexistent_zpool
77042026-02-25T21:38:11.367Z PASS [ 0.067s] ( 833/2649) nexus-reconfigurator-blippy checks::tests::test_dataset_with_bad_address
77052026-02-25T21:38:11.367Z PASS [ 0.070s] ( 834/2649) nexus-reconfigurator-blippy checks::tests::test_duplicate_external_ip
77062026-02-25T21:38:11.367Z PASS [ 0.076s] ( 835/2649) nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_ip
77072026-02-25T21:38:11.367Z PASS [ 0.092s] ( 836/2649) nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_mac
77082026-02-25T21:38:11.425Z PASS [ 0.076s] ( 837/2649) nexus-reconfigurator-blippy checks::tests::test_duplicate_sled_subnet
77092026-02-25T21:38:11.485Z PASS [ 0.065s] ( 838/2649) nexus-reconfigurator-blippy checks::tests::test_duplicate_underlay_ips
77102026-02-25T21:38:11.559Z PASS [ 0.074s] ( 839/2649) nexus-reconfigurator-blippy checks::tests::test_durable_dataset_collision
77112026-02-25T21:38:11.620Z PASS [ 0.062s] ( 840/2649) nexus-reconfigurator-blippy checks::tests::test_example_blueprint_is_blippy_clean
77122026-02-25T21:38:11.682Z PASS [ 0.062s] ( 841/2649) nexus-reconfigurator-blippy checks::tests::test_mupdate_override_with_artifact_image_source
77132026-02-25T21:38:11.748Z PASS [ 0.064s] ( 842/2649) nexus-reconfigurator-blippy checks::tests::test_nexus_generation_image_consistency
77142026-02-25T21:38:11.821Z PASS [ 0.074s] ( 843/2649) nexus-reconfigurator-blippy checks::tests::test_nexus_generation_no_nexus
77152026-02-25T21:38:11.847Z PASS [ 6.430s] ( 844/2649) nexus-mgs-updates driver_update::test_host_phase_1::basic
77162026-02-25T21:38:11.911Z PASS [ 0.084s] ( 845/2649) nexus-reconfigurator-blippy checks::tests::test_transient_root_dataset_collision
77172026-02-25T21:38:11.936Z PASS [ 0.115s] ( 846/2649) nexus-reconfigurator-blippy checks::tests::test_orphaned_datasets
77182026-02-25T21:38:11.992Z PASS [ 0.081s] ( 847/2649) nexus-reconfigurator-blippy checks::tests::test_underlay_ip_above_last_allocated
77192026-02-25T21:38:12.017Z PASS [ 0.077s] ( 848/2649) nexus-reconfigurator-blippy checks::tests::test_zone_missing_datasets
77202026-02-25T21:38:12.067Z PASS [ 0.074s] ( 849/2649) nexus-reconfigurator-blippy checks::tests::test_zpool_missing_default_datasets
77212026-02-25T21:38:12.092Z PASS [ 0.079s] ( 850/2649) nexus-reconfigurator-blippy checks::tests::test_zpool_with_duplicate_dataset_kinds
77222026-02-25T21:38:12.140Z PASS [ 0.073s] ( 851/2649) nexus-reconfigurator-blippy checks::tests::test_zpool_with_expunged_duplicate_dataset_kinds
77232026-02-25T21:38:12.369Z PASS [ 0.228s] ( 852/2649) nexus-reconfigurator-execution clickhouse::test::test_generate_config_settings
77242026-02-25T21:38:15.277Z PASS [ 14.941s] ( 853/2649) nexus-mgs-updates driver_update::test::test_sp_update_takeover
77252026-02-25T21:38:18.796Z PASS [ 10.533s] ( 854/2649) nexus-mgs-updates driver_update::test_host_phase_1::update_watched
77262026-02-25T21:38:25.981Z PASS [ 20.447s] ( 855/2649) nexus-mgs-updates driver_update::test_host_phase_1::update_takeover
77272026-02-25T21:38:29.496Z PASS [ 10.703s] ( 856/2649) nexus-reconfigurator-execution database::test::test_database_nexus_access_create_during_quiesce
77282026-02-25T21:38:29.747Z PASS [ 14.472s] ( 857/2649) nexus-reconfigurator-execution database::test::test_database_nexus_access_create
77292026-02-25T21:38:30.193Z PASS [ 0.446s] ( 858/2649) nexus-reconfigurator-execution dns::test::test_blueprint_external_dns_basic
77302026-02-25T21:38:30.326Z PASS [ 0.133s] ( 859/2649) nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_basic
77312026-02-25T21:38:30.411Z PASS [ 0.084s] ( 860/2649) nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_empty
77322026-02-25T21:38:30.495Z PASS [ 0.082s] ( 861/2649) nexus-reconfigurator-execution dns::test::test_dns_compute_update
77332026-02-25T21:38:37.155Z PASS [ 11.174s] ( 862/2649) nexus-reconfigurator-execution database::test::test_database_nexus_access_create_fails_wrong_target_blueprint
77342026-02-25T21:38:40.863Z SLOW [> 60.000s] (─────────) nexus-db-queries policy_test::test_iam_roles_behavior
77352026-02-25T21:38:41.666Z PASS [ 12.172s] ( 863/2649) nexus-reconfigurator-execution database::test::test_database_nexus_access_create_idempotent
77362026-02-25T21:39:11.606Z PASS [ 34.458s] ( 864/2649) nexus-reconfigurator-execution omicron_physical_disks::test::test_decommission_expunged_disks
77372026-02-25T21:39:12.086Z SLOW [> 60.000s] (─────────) nexus-reconfigurator-cli-integration-tests::integration blueprint_edit::test_blueprint_edit
77382026-02-25T21:39:12.360Z SLOW [> 60.000s] (─────────) nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
77392026-02-25T21:39:15.140Z PASS [ 33.479s] ( 865/2649) nexus-reconfigurator-execution omicron_sled_config::tests::test_deploy_config
77402026-02-25T21:39:15.313Z PASS [ 0.171s] ( 866/2649) nexus-reconfigurator-execution sagas::test::test_find_expunged_same_generation
77412026-02-25T21:39:30.486Z SLOW [> 60.000s] (─────────) nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
77422026-02-25T21:39:40.853Z SLOW [>120.000s] (─────────) nexus-db-queries policy_test::test_iam_roles_behavior
77432026-02-25T21:39:53.758Z PASS [ 42.159s] ( 867/2649) nexus-reconfigurator-execution omicron_zones::test::test_clean_up_cockroach_zones
77442026-02-25T21:39:54.947Z PASS [ 1.187s] ( 868/2649) nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_error_cases
77452026-02-25T21:39:55.062Z PASS [ 0.119s] ( 869/2649) nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_with_no_existing_nexus_zones
77462026-02-25T21:39:55.135Z PASS [ 0.072s] ( 870/2649) nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_physical_disks
77472026-02-25T21:39:55.398Z PASS [ 0.258s] ( 871/2649) nexus-reconfigurator-planning blueprint_builder::builder::test::test_basic
77482026-02-25T21:39:55.469Z PASS [ 0.075s] ( 872/2649) nexus-reconfigurator-planning blueprint_builder::builder::test::test_datasets_for_zpools_and_zones
77492026-02-25T21:39:55.558Z PASS [ 0.089s] ( 873/2649) nexus-reconfigurator-planning blueprint_builder::builder::test::test_decommissioned_sleds
77502026-02-25T21:39:55.633Z PASS [ 0.075s] ( 874/2649) nexus-reconfigurator-planning blueprint_builder::builder::test::test_ensure_cockroachdb
77512026-02-25T21:39:55.706Z PASS [ 0.073s] ( 875/2649) nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_filesystem_zpool_colocated
77522026-02-25T21:39:55.858Z PASS [ 0.147s] ( 876/2649) nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_image_source_change_diff
77532026-02-25T21:39:55.953Z PASS [ 0.097s] ( 877/2649) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::add_3_servers_and_expunge_one_simultaneously
77542026-02-25T21:40:00.176Z PASS [ 0.042s] ( 878/2649) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_2_of_5_keeper_zones
77552026-02-25T21:40:00.176Z PASS [ 0.059s] ( 879/2649) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_a_different_keeper_while_adding_keeper
77562026-02-25T21:40:00.176Z PASS [ 0.052s] ( 880/2649) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_keeper_being_added
77572026-02-25T21:40:00.176Z PASS [ 0.095s] ( 881/2649) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::inventory_returns_unexpected_membership
77582026-02-25T21:40:00.176Z PASS [ 0.065s] ( 882/2649) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::move_from_3_to_5_keepers
77592026-02-25T21:40:00.176Z PASS [ 0.060s] ( 883/2649) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::no_changes_needed
77602026-02-25T21:40:00.176Z PASS [ 0.045s] ( 884/2649) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::external_dns_ips_are_partitioned_separately
77612026-02-25T21:40:00.176Z PASS [ 0.101s] ( 885/2649) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_available_iterator
77622026-02-25T21:40:00.176Z PASS [ 41.200s] ( 886/2649) nexus-reconfigurator-execution sled_state::tests::test_decommission_is_idempotent
77632026-02-25T21:40:00.284Z PASS [ 1.715s] ( 887/2649) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging
77642026-02-25T21:40:00.284Z PASS [ 1.736s] ( 888/2649) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging_by_zpool
77652026-02-25T21:40:00.795Z PASS [ 0.841s] ( 889/2649) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_expunged_datasets
77662026-02-25T21:40:01.209Z PASS [ 0.414s] ( 890/2649) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_in_service_datasets
77672026-02-25T21:40:01.265Z PASS [ 0.056s] ( 891/2649) nexus-reconfigurator-planning blueprint_editor::sled_editor::underlay_ip_allocator::test::test_basic
77682026-02-25T21:40:01.379Z PASS [ 0.114s] ( 892/2649) nexus-reconfigurator-planning example::tests::builder_all_zone_types
77692026-02-25T21:40:01.475Z PASS [ 0.095s] ( 893/2649) nexus-reconfigurator-planning example::tests::builder_zone_counts
77702026-02-25T21:40:04.556Z PASS [ 8.085s] ( 894/2649) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_external_ip_allocator
77712026-02-25T21:40:04.603Z PASS [ 0.047s] ( 895/2649) nexus-reconfigurator-planning example::tests::instances_on_examples
77722026-02-25T21:40:04.679Z PASS [ 0.076s] ( 896/2649) nexus-reconfigurator-planning mgs_updates::host_phase_1::tests::test_basic_host_os
77732026-02-25T21:40:04.744Z PASS [ 0.064s] ( 897/2649) nexus-reconfigurator-planning mgs_updates::host_phase_1::tests::test_sled_move
77742026-02-25T21:40:04.806Z PASS [ 0.062s] ( 898/2649) nexus-reconfigurator-planning mgs_updates::rot::tests::test_basic_rot
77752026-02-25T21:40:04.867Z PASS [ 0.061s] ( 899/2649) nexus-reconfigurator-planning mgs_updates::rot_bootloader::tests::test_basic_rot_bootloader
77762026-02-25T21:40:05.054Z PASS [ 0.187s] ( 900/2649) nexus-reconfigurator-planning mgs_updates::sp::tests::test_basic_sp
77772026-02-25T21:40:05.127Z PASS [ 0.074s] ( 901/2649) nexus-reconfigurator-planning mgs_updates::test::test_blocked_updates
77782026-02-25T21:40:05.191Z PASS [ 0.063s] ( 902/2649) nexus-reconfigurator-planning mgs_updates::test::test_impossible_update_policy
77792026-02-25T21:40:05.256Z PASS [ 0.065s] ( 903/2649) nexus-reconfigurator-planning mgs_updates::test::test_sp_move
77802026-02-25T21:40:05.339Z PASS [ 0.083s] ( 904/2649) nexus-reconfigurator-planning mgs_updates::test::test_whole_system_sequential
77812026-02-25T21:40:05.436Z PASS [ 0.097s] ( 905/2649) nexus-reconfigurator-planning mgs_updates::test::test_whole_system_simultaneous_updates
77822026-02-25T21:40:05.619Z PASS [ 0.182s] ( 906/2649) nexus-reconfigurator-planning planner::omicron_zone_placement::test::test_place_omicron_zones
77832026-02-25T21:40:07.508Z PASS [ 1.889s] ( 907/2649) nexus-reconfigurator-planning::mod integration_tests::planner::planner_decommissions_sleds
77842026-02-25T21:40:07.643Z PASS [ 0.134s] ( 908/2649) nexus-reconfigurator-planning::mod integration_tests::planner::test_add_multiple_nexus_to_one_sled
77852026-02-25T21:40:08.185Z PASS [ 0.540s] ( 909/2649) nexus-reconfigurator-planning::mod integration_tests::planner::test_basic_add_sled
77862026-02-25T21:40:08.374Z PASS [ 0.188s] ( 910/2649) nexus-reconfigurator-planning::mod integration_tests::planner::test_crucible_allocation_skips_nonprovisionable_disks
77872026-02-25T21:40:08.576Z PASS [ 0.202s] ( 911/2649) nexus-reconfigurator-planning::mod integration_tests::planner::test_crucible_pantry
77882026-02-25T21:40:08.766Z PASS [ 0.189s] ( 912/2649) nexus-reconfigurator-planning::mod integration_tests::planner::test_dataset_settings_modified_in_place
77892026-02-25T21:40:09.324Z PASS [ 0.557s] ( 913/2649) nexus-reconfigurator-planning::mod integration_tests::planner::test_disk_add_expunge_decommission
77902026-02-25T21:40:09.419Z PASS [ 7.945s] ( 914/2649) nexus-reconfigurator-planning example::tests::dns_resolution_works
77912026-02-25T21:40:09.542Z PASS [ 0.217s] ( 915/2649) nexus-reconfigurator-planning::mod integration_tests::planner::test_disk_expungement_removes_zones_durable_zpool
77922026-02-25T21:40:09.629Z PASS [ 0.209s] ( 916/2649) nexus-reconfigurator-planning::mod integration_tests::planner::test_disk_expungement_removes_zones_transient_filesystem
77932026-02-25T21:40:09.728Z PASS [ 0.186s] ( 917/2649) nexus-reconfigurator-planning::mod integration_tests::planner::test_ensure_preserve_downgrade_option
77942026-02-25T21:40:10.109Z PASS [ 0.481s] ( 918/2649) nexus-reconfigurator-planning::mod integration_tests::planner::test_expunge_clickhouse_clusters
77952026-02-25T21:40:10.173Z PASS [ 0.445s] ( 919/2649) nexus-reconfigurator-planning::mod integration_tests::planner::test_expunge_clickhouse_zones_after_policy_is_changed
77962026-02-25T21:40:10.415Z PASS [ 0.306s] ( 920/2649) nexus-reconfigurator-planning::mod integration_tests::planner::test_internal_dns_zone_replaced_after_marked_for_cleanup
77972026-02-25T21:40:10.866Z PASS [ 0.692s] ( 921/2649) nexus-reconfigurator-planning::mod integration_tests::planner::test_nexus_allocation_skips_nonprovisionable_sleds
77982026-02-25T21:40:10.992Z PASS [ 0.576s] ( 922/2649) nexus-reconfigurator-planning::mod integration_tests::planner::test_plan_deploy_all_clickhouse_cluster_nodes
77992026-02-25T21:40:11.489Z PASS [ 0.622s] ( 923/2649) nexus-reconfigurator-planning::mod integration_tests::planner::test_reuse_external_dns_ips_from_expunged_zones
78002026-02-25T21:40:11.515Z PASS [ 0.519s] ( 924/2649) nexus-reconfigurator-planning::mod integration_tests::planner::test_reuse_external_ips_from_expunged_zones
78012026-02-25T21:40:11.778Z PASS [ 0.283s] ( 925/2649) nexus-reconfigurator-planning::mod integration_tests::planner::test_single_node_clickhouse
78022026-02-25T21:40:11.806Z PASS [ 0.279s] ( 926/2649) nexus-reconfigurator-planning::mod integration_tests::planner::test_spread_additional_nexus_zones_across_sleds
78032026-02-25T21:40:12.077Z SLOW [>120.000s] (─────────) nexus-reconfigurator-cli-integration-tests::integration blueprint_edit::test_blueprint_edit
78042026-02-25T21:40:12.233Z PASS [ 0.459s] ( 927/2649) nexus-reconfigurator-planning::mod integration_tests::planner::test_spread_internal_dns_zones_across_sleds
78052026-02-25T21:40:12.383Z SLOW [>120.000s] (─────────) nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
78062026-02-25T21:40:15.418Z PASS [ 3.185s] ( 928/2649) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_boundary_ntp
78072026-02-25T21:40:16.651Z PASS [ 4.851s] ( 929/2649) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_all_zones
78082026-02-25T21:40:17.752Z PASS [ 2.334s] ( 930/2649) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_cockroach
78092026-02-25T21:40:18.952Z PASS [ 126.884s] ( 931/2649) nexus-reconfigurator-cli-integration-tests::integration blueprint_edit::test_blueprint_edit
78102026-02-25T21:40:19.191Z PASS [ 0.238s] ( 932/2649) nexus-reconfigurator-planning::mod integration_tests::planner::test_zones_marked_ready_for_cleanup_based_on_inventory
78112026-02-25T21:40:19.562Z PASS [ 2.921s] ( 933/2649) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_crucible_pantry_before_nexus
78122026-02-25T21:40:20.521Z PASS [ 2.770s] ( 934/2649) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_internal_dns
78132026-02-25T21:40:30.475Z SLOW [>120.000s] (─────────) nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
78142026-02-25T21:40:40.843Z SLOW [>180.000s] (─────────) nexus-db-queries policy_test::test_iam_roles_behavior
78152026-02-25T21:41:01.442Z PASS [ 42.259s] ( 935/2649) nexus-reconfigurator-rendezvous crucible_dataset::tests::proptest_reconciliation
78162026-02-25T21:41:12.340Z SLOW [>180.000s] (─────────) nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
78172026-02-25T21:41:14.497Z PASS [ 54.931s] ( 936/2649) nexus-reconfigurator-rendezvous debug_dataset::tests::proptest_reconciliation
78182026-02-25T21:41:14.580Z PASS [ 0.069s] ( 937/2649) nexus-reconfigurator-simulation utils::tests::test_insert_sorted_by
78192026-02-25T21:41:14.731Z PASS [ 0.170s] ( 938/2649) nexus-saga-recovery recovery::test::test_execution_basic
78202026-02-25T21:41:14.803Z PASS [ 0.045s] ( 939/2649) nexus-saga-recovery recovery::test::test_plan_basic
78212026-02-25T21:41:15.365Z PASS [ 0.050s] ( 940/2649) nexus-saga-recovery recovery::test::test_read_all_from_channel
78222026-02-25T21:41:15.417Z PASS [ 0.075s] ( 941/2649) nexus-saga-recovery test::test_basic
78232026-02-25T21:41:18.305Z PASS [ 57.793s] ( 942/2649) nexus-reconfigurator-rendezvous local_storage_dataset::tests::proptest_reconciliation
78242026-02-25T21:41:18.386Z PASS [ 0.080s] ( 943/2649) nexus-types authn::cookies::test::test_parse_cookies_empty_headers
78252026-02-25T21:41:18.457Z PASS [ 0.071s] ( 944/2649) nexus-types authn::cookies::test::test_parse_cookies_ignore_other_headers
78262026-02-25T21:41:18.499Z PASS [ 0.041s] ( 945/2649) nexus-types authn::cookies::test::test_parse_cookies_one_cookie
78272026-02-25T21:41:18.539Z PASS [ 0.039s] ( 946/2649) nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers
78282026-02-25T21:41:18.581Z PASS [ 0.044s] ( 947/2649) nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers_same_name
78292026-02-25T21:41:18.607Z PASS [ 3.715s] ( 948/2649) nexus-test-utils test::test_suite_password_matches_hash
78302026-02-25T21:41:18.633Z PASS [ 0.039s] ( 949/2649) nexus-types authn::cookies::test::test_parse_cookies_two_cookies
78312026-02-25T21:41:18.660Z PASS [ 0.052s] ( 950/2649) nexus-types deployment::planning_input::tests::cockroachdb_cluster_versions
78322026-02-25T21:41:18.794Z PASS [ 0.125s] ( 951/2649) nexus-types deployment::test::test_serialize_pending_mgs_updates
78332026-02-25T21:41:18.858Z PASS [ 0.065s] ( 952/2649) nexus-types fm::case::tests::test_case_display
78342026-02-25T21:41:18.901Z PASS [ 0.048s] ( 953/2649) nexus-types internal_api::background::test::test_display_tuf_repo_pruner_status_disabled
78352026-02-25T21:41:18.966Z PASS [ 0.066s] ( 954/2649) nexus-types internal_api::background::test::test_display_tuf_repo_pruner_status_enabled
78362026-02-25T21:41:19.028Z PASS [ 0.060s] ( 955/2649) nexus-types internal_api::views::test::test_can_serialize_mgs_updates
78372026-02-25T21:41:19.131Z PASS [ 0.105s] ( 956/2649) nexus-types quiesce::test::test_drained_blueprint
78382026-02-25T21:41:19.227Z PASS [ 0.093s] ( 957/2649) nexus-types quiesce::test::test_quiesce_block_on_first_recovery
78392026-02-25T21:41:19.282Z PASS [ 0.056s] ( 958/2649) nexus-types quiesce::test::test_quiesce_block_on_reassigned_concurrent_recovery
78402026-02-25T21:41:19.334Z PASS [ 0.052s] ( 959/2649) nexus-types quiesce::test::test_quiesce_block_on_reassigned_recovered_saga
78412026-02-25T21:41:19.422Z PASS [ 0.086s] ( 960/2649) nexus-types quiesce::test::test_quiesce_block_on_reassigned_recovery
78422026-02-25T21:41:19.469Z PASS [ 0.047s] ( 961/2649) nexus-types quiesce::test::test_quiesce_block_on_reassignment
78432026-02-25T21:41:19.521Z PASS [ 0.050s] ( 962/2649) nexus-types quiesce::test::test_quiesce_block_on_recovered_sagas
78442026-02-25T21:41:19.577Z PASS [ 0.057s] ( 963/2649) nexus-types quiesce::test::test_quiesce_block_on_saga_started
78452026-02-25T21:41:19.635Z PASS [ 0.055s] ( 964/2649) nexus-types quiesce::test::test_quiesce_no_block_on_sagas_not_started
78462026-02-25T21:41:19.682Z PASS [ 0.050s] ( 965/2649) nexus-types quiesce::test::test_quiesce_noop
78472026-02-25T21:41:19.731Z PASS [ 0.051s] ( 966/2649) nexus-types quiesce::test::test_quiesce_sagas_disabled_on_startup
78482026-02-25T21:41:20.038Z PASS [ 0.306s] ( 967/2649) nexus-types-versions impls::alert::tests::test_webhook_subscription_validation
78492026-02-25T21:41:20.115Z PASS [ 0.076s] ( 968/2649) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_explicit_null_fields
78502026-02-25T21:41:20.161Z PASS [ 0.045s] ( 969/2649) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_invalid_multicast_ip
78512026-02-25T21:41:20.228Z PASS [ 0.053s] ( 970/2649) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_invalid_source_ip
78522026-02-25T21:41:20.267Z PASS [ 0.053s] ( 971/2649) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_mixed_null_and_values
78532026-02-25T21:41:20.315Z PASS [ 0.040s] ( 972/2649) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_only_multicast_ip
78542026-02-25T21:41:20.351Z PASS [ 0.045s] ( 973/2649) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_only_source_ips
78552026-02-25T21:41:20.404Z PASS [ 0.049s] ( 974/2649) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_with_all_fields
78562026-02-25T21:41:20.453Z PASS [ 0.040s] ( 975/2649) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_with_empty_source_ips
78572026-02-25T21:41:20.502Z PASS [ 0.040s] ( 976/2649) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_without_optional_fields
78582026-02-25T21:41:20.543Z PASS [ 0.043s] ( 977/2649) nexus-types-versions impls::multicast::tests::test_multicast_group_update_deserialization_clear_source_ips
78592026-02-25T21:41:20.581Z PASS [ 0.033s] ( 978/2649) nexus-types-versions impls::multicast::tests::test_multicast_group_update_deserialization_explicit_null_mvlan
78602026-02-25T21:41:20.761Z PASS [ 0.049s] ( 979/2649) nexus-types-versions impls::multicast::tests::test_multicast_group_update_deserialization_invalid_mvlan
78612026-02-25T21:41:21.020Z PASS [ 0.041s] ( 980/2649) nexus-types-versions impls::multicast::tests::test_multicast_group_update_deserialization_omit_all_fields
78622026-02-25T21:41:21.020Z PASS [ 0.041s] ( 981/2649) nexus-types-versions impls::multicast::tests::test_multicast_group_update_deserialization_set_mvlan
78632026-02-25T21:41:21.020Z PASS [ 0.040s] ( 982/2649) nexus-types-versions impls::multicast::tests::test_multicast_group_update_deserialization_update_source_ips
78642026-02-25T21:41:21.084Z PASS [ 0.119s] ( 983/2649) nexus-types-versions impls::multicast::tests::test_validate_multicast_ip_v4
78652026-02-25T21:41:21.084Z PASS [ 0.041s] ( 984/2649) nexus-types-versions impls::multicast::tests::test_validate_multicast_ip_v6
78662026-02-25T21:41:21.084Z PASS [ 0.079s] ( 985/2649) nexus-types-versions impls::multicast::tests::test_validate_source_ip_v4
78672026-02-25T21:41:21.084Z PASS [ 0.042s] ( 986/2649) nexus-types-versions impls::multicast::tests::test_validate_source_ip_v6
78682026-02-25T21:41:21.113Z PASS [ 188.729s] ( 987/2649) nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
78692026-02-25T21:41:21.114Z PASS [ 0.073s] ( 988/2649) nexus-types-versions impls::policy::tests::test_policy_parsing
78702026-02-25T21:41:21.346Z PASS [ 0.260s] ( 989/2649) omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist
78712026-02-25T21:41:21.372Z PASS [ 0.308s] ( 990/2649) omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid
78722026-02-25T21:41:21.450Z PASS [ 0.095s] ( 991/2649) omicron-certificates tests::test_cert_extended_key_usage
78732026-02-25T21:41:21.523Z PASS [ 0.083s] ( 992/2649) omicron-certificates tests::test_subject_alternate_names_are_validated
78742026-02-25T21:41:21.553Z PASS [ 0.172s] ( 993/2649) omicron-certificates tests::test_common_name_is_validated
78752026-02-25T21:41:21.917Z PASS [ 0.393s] ( 994/2649) omicron-cockroach-admin cockroach_cli::tests::proptest_validate_decommissionable
78762026-02-25T21:41:25.246Z PASS [ 224.401s] ( 995/2649) nexus-db-queries policy_test::test_iam_roles_behavior
78772026-02-25T21:41:26.751Z PASS [ 5.209s] ( 996/2649) omicron-cockroach-admin cockroach_cli::tests::test_cluster_init_compatibility
78782026-02-25T21:41:27.580Z PASS [ 2.348s] ( 997/2649) omicron-cockroach-admin cockroach_cli::tests::test_node_decommission_compatibility
78792026-02-25T21:41:28.921Z PASS [ 2.169s] ( 998/2649) omicron-cockroach-admin cockroach_cli::tests::test_node_status_compatibility
78802026-02-25T21:41:30.467Z SLOW [>180.000s] (─────────) nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
78812026-02-25T21:41:30.932Z PASS [ 2.012s] ( 999/2649) omicron-cockroach-admin context::tests::test_node_id
78822026-02-25T21:41:31.015Z PASS [ 0.083s] (1000/2649) omicron-cockroach-metrics tests::proptest_tests::prometheus_parse_never_panics
78832026-02-25T21:41:31.114Z PASS [ 0.096s] (1001/2649) omicron-cockroach-metrics tests::proptest_tests::prometheus_parse_structured_input
78842026-02-25T21:41:31.566Z PASS [ 0.454s] (1002/2649) omicron-cockroach-metrics tests::test_cluster_client_caching
78852026-02-25T21:41:31.608Z PASS [ 0.041s] (1003/2649) omicron-cockroach-metrics tests::test_histogram_bucket_sorting
78862026-02-25T21:41:31.643Z PASS [ 0.036s] (1004/2649) omicron-cockroach-metrics tests::test_prometheus_histogram_parsing
78872026-02-25T21:41:31.684Z PASS [ 0.038s] (1005/2649) omicron-cockroach-metrics tests::test_prometheus_metrics_comments_only
78882026-02-25T21:41:31.718Z PASS [ 0.037s] (1006/2649) omicron-cockroach-metrics tests::test_prometheus_metrics_empty
78892026-02-25T21:41:31.756Z PASS [ 0.037s] (1007/2649) omicron-cockroach-metrics tests::test_prometheus_metrics_parse_resilience
78902026-02-25T21:41:31.791Z PASS [ 0.036s] (1008/2649) omicron-cockroach-metrics tests::test_prometheus_metrics_parsing
78912026-02-25T21:41:31.833Z PASS [ 0.042s] (1009/2649) omicron-cockroach-metrics tests::test_typed_cockroach_metrics
78922026-02-25T21:41:31.898Z PASS [ 0.064s] (1010/2649) omicron-common address::test::test_dns_subnets
78932026-02-25T21:41:31.935Z PASS [ 0.037s] (1011/2649) omicron-common address::test::test_ip_range_checks_non_decreasing
78942026-02-25T21:41:32.123Z PASS [ 0.161s] (1012/2649) omicron-common address::test::test_ip_range_enum_deserialization
78952026-02-25T21:41:32.150Z PASS [ 0.040s] (1013/2649) omicron-common address::test::test_ip_range_iter
78962026-02-25T21:41:32.179Z PASS [ 0.042s] (1014/2649) omicron-common address::test::test_ip_range_length
78972026-02-25T21:41:32.220Z PASS [ 0.036s] (1015/2649) omicron-common address::test::test_ip_range_try_from
78982026-02-25T21:41:32.260Z PASS [ 0.045s] (1016/2649) omicron-common address::test::test_ipv6_subnet_deserialize
78992026-02-25T21:41:32.314Z PASS [ 0.042s] (1017/2649) omicron-common address::test::test_sled_address
79002026-02-25T21:41:32.342Z PASS [ 0.040s] (1018/2649) omicron-common api::external::error::test::test_bail_unless
79012026-02-25T21:41:32.377Z PASS [ 0.035s] (1019/2649) omicron-common api::external::error::test::test_context
79022026-02-25T21:41:32.431Z PASS [ 0.054s] (1020/2649) omicron-common api::external::http_pagination::test::test_pagination_examples
79032026-02-25T21:41:32.493Z PASS [ 0.061s] (1021/2649) omicron-common api::external::http_pagination::test::test_pagination_schemas
79042026-02-25T21:41:32.576Z PASS [ 0.083s] (1022/2649) omicron-common api::external::http_pagination::test::test_scan_by_id
79052026-02-25T21:41:32.612Z PASS [ 0.035s] (1023/2649) omicron-common api::external::http_pagination::test::test_scan_by_name
79062026-02-25T21:41:32.648Z PASS [ 0.036s] (1024/2649) omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic
79072026-02-25T21:41:32.686Z PASS [ 0.037s] (1025/2649) omicron-common api::external::http_pagination::test::test_scan_by_nameid_id
79082026-02-25T21:41:32.721Z PASS [ 0.035s] (1026/2649) omicron-common api::external::http_pagination::test::test_scan_by_nameid_name
79092026-02-25T21:41:32.760Z PASS [ 0.037s] (1027/2649) omicron-common api::external::http_pagination::test::test_scan_by_time_and_id
79102026-02-25T21:41:32.814Z PASS [ 0.036s] (1028/2649) omicron-common api::external::test::test_bytecount
79112026-02-25T21:41:32.842Z PASS [ 0.037s] (1029/2649) omicron-common api::external::test::test_bytecount_display
79122026-02-25T21:41:32.909Z PASS [ 0.077s] (1030/2649) omicron-common api::external::test::test_digest
79132026-02-25T21:41:32.975Z PASS [ 0.066s] (1031/2649) omicron-common api::external::test::test_firewall_deserialization
79142026-02-25T21:41:33.135Z PASS [ 0.159s] (1032/2649) omicron-common api::external::test::test_firewall_rule_host_filter_parse
79152026-02-25T21:41:33.168Z PASS [ 0.034s] (1033/2649) omicron-common api::external::test::test_firewall_rule_proto_filter_parse
79162026-02-25T21:41:33.238Z PASS [ 0.068s] (1034/2649) omicron-common api::external::test::test_firewall_rule_target_parse
79172026-02-25T21:41:33.279Z PASS [ 0.042s] (1035/2649) omicron-common api::external::test::test_generation_display_parse
79182026-02-25T21:41:33.317Z PASS [ 0.038s] (1036/2649) omicron-common api::external::test::test_generation_from_int
79192026-02-25T21:41:33.996Z PASS [ 0.679s] (1037/2649) omicron-common api::external::test::test_generation_overflow
79202026-02-25T21:41:34.033Z PASS [ 0.037s] (1038/2649) omicron-common api::external::test::test_generation_serde
79212026-02-25T21:41:34.086Z PASS [ 0.051s] (1039/2649) omicron-common api::external::test::test_hostname_from_str
79222026-02-25T21:41:34.124Z PASS [ 0.039s] (1040/2649) omicron-common api::external::test::test_ip_port_range_from_str
79232026-02-25T21:41:34.168Z PASS [ 0.043s] (1041/2649) omicron-common api::external::test::test_ip_port_range_into_str
79242026-02-25T21:41:34.206Z PASS [ 0.039s] (1042/2649) omicron-common api::external::test::test_ipv6_net_operations
79252026-02-25T21:41:34.254Z PASS [ 0.048s] (1043/2649) omicron-common api::external::test::test_mac_system_iterator
79262026-02-25T21:41:34.290Z PASS [ 0.036s] (1044/2649) omicron-common api::external::test::test_mac_to_int_conversions
79272026-02-25T21:41:34.347Z PASS [ 0.056s] (1045/2649) omicron-common api::external::test::test_macaddr
79282026-02-25T21:41:34.388Z PASS [ 0.041s] (1046/2649) omicron-common api::external::test::test_name_parse
79292026-02-25T21:41:34.416Z PASS [ 12.482s] (1047/2649) omicron-cockroach-admin cockroach_cli::tests::test_cluster_schema_init_interleaved
79302026-02-25T21:41:34.442Z PASS [ 0.039s] (1048/2649) omicron-common api::external::test::test_name_parse_from_param
79312026-02-25T21:41:34.442Z PASS [ 0.042s] (1049/2649) omicron-common api::external::test::test_resource_name_parse
79322026-02-25T21:41:34.500Z PASS [ 0.072s] (1050/2649) omicron-common api::external::test::test_route_destination_parse
79332026-02-25T21:41:34.527Z PASS [ 0.071s] (1051/2649) omicron-common api::external::test::test_route_target_parse
79342026-02-25T21:41:34.552Z PASS [ 0.033s] (1052/2649) omicron-common api::external::test::test_semver_serialize
79352026-02-25T21:41:34.552Z PASS [ 0.041s] (1053/2649) omicron-common api::internal::shared::external_ip::tests::try_from_generic_fails_with_mixed_address_versions
79362026-02-25T21:41:34.578Z PASS [ 0.034s] (1054/2649) omicron-common api::internal::shared::external_ip::tests::try_from_generic_fails_with_no_ips
79372026-02-25T21:41:34.609Z PASS [ 0.037s] (1055/2649) omicron-common api::internal::shared::external_ip::tests::try_from_generic_successes
79382026-02-25T21:41:34.635Z PASS [ 0.037s] (1056/2649) omicron-common api::internal::shared::tests::test_dataset_kind_serialization
79392026-02-25T21:41:34.635Z PASS [ 0.032s] (1057/2649) omicron-common api::internal::shared::tests::test_delegated_zvol_device_name
79402026-02-25T21:41:34.661Z PASS [ 0.042s] (1058/2649) omicron-common api::internal::shared::tests::test_deserialize_allowed_source_ips
79412026-02-25T21:41:34.661Z PASS [ 0.035s] (1059/2649) omicron-common api::internal::shared::tests::test_deserialize_any_into_allowed_external_ips
79422026-02-25T21:41:34.687Z PASS [ 0.036s] (1060/2649) omicron-common api::internal::shared::tests::test_deserialize_unknown_string
79432026-02-25T21:41:34.713Z PASS [ 0.050s] (1061/2649) omicron-common disk::tests::parse_dataset_name
79442026-02-25T21:41:34.752Z PASS [ 0.069s] (1062/2649) omicron-common ledger::test::test_commit_handles_write_failures
79452026-02-25T21:41:34.778Z PASS [ 0.048s] (1063/2649) omicron-common ledger::test::test_create_default_ledger
79462026-02-25T21:41:34.803Z PASS [ 0.047s] (1064/2649) omicron-common ledger::test::test_create_ledger_reads_from_storage
79472026-02-25T21:41:34.831Z PASS [ 0.057s] (1065/2649) omicron-common ledger::test::test_create_ledger_reads_latest_from_storage
79482026-02-25T21:41:34.856Z PASS [ 0.042s] (1066/2649) omicron-common zpool_name::test::test_parse_bad_zpool_names
79492026-02-25T21:41:34.856Z PASS [ 0.040s] (1067/2649) omicron-common zpool_name::test::test_parse_external_zpool_name
79502026-02-25T21:41:34.883Z PASS [ 0.036s] (1068/2649) omicron-common zpool_name::test::test_parse_internal_zpool_name
79512026-02-25T21:41:34.908Z PASS [ 0.039s] (1069/2649) omicron-common zpool_name::test::test_parse_zpool_name_json
79522026-02-25T21:41:34.937Z PASS [ 0.034s] (1070/2649) omicron-common zpool_name::test::test_zpool_name_regex
79532026-02-25T21:41:37.703Z PASS [ 2.811s] (1071/2649) omicron-dev::test-omicron-dev test_omicron_dev_bad_cmd
79542026-02-25T21:41:37.731Z PASS [ 2.794s] (1072/2649) omicron-dev::test-omicron-dev test_omicron_dev_no_args
79552026-02-25T21:41:38.025Z PASS [ 10.446s] (1073/2649) omicron-cockroach-admin cockroach_cli::tests::test_schema_init
79562026-02-25T21:41:38.289Z PASS [ 0.263s] (1074/2649) omicron-gateway management_switch::location_map::tests::test_config_validation
79572026-02-25T21:41:38.380Z PASS [ 0.091s] (1075/2649) omicron-gateway management_switch::location_map::tests::test_resolve_location
79582026-02-25T21:41:39.370Z PASS [ 0.990s] (1076/2649) omicron-gateway::test_all integration_tests::component_list::component_list
79592026-02-25T21:41:39.462Z PASS [ 0.062s] (1077/2649) omicron-gateway::test_all integration_tests::config::read_production_smf_config
79602026-02-25T21:41:39.792Z PASS [ 0.360s] (1078/2649) omicron-gateway::test_all integration_tests::ereports::ereports_basic
79612026-02-25T21:41:40.112Z PASS [ 0.319s] (1079/2649) omicron-gateway::test_all integration_tests::ereports::ereports_commit
79622026-02-25T21:41:40.438Z PASS [ 0.326s] (1080/2649) omicron-gateway::test_all integration_tests::ereports::ereports_limit
79632026-02-25T21:41:40.997Z PASS [ 0.558s] (1081/2649) omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations
79642026-02-25T21:41:41.354Z PASS [ 0.358s] (1082/2649) omicron-gateway::test_all integration_tests::serial_console::serial_console_communication
79652026-02-25T21:41:41.383Z PASS [ 190.924s] (1083/2649) nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
79662026-02-25T21:41:41.676Z PASS [ 0.318s] (1084/2649) omicron-gateway::test_all integration_tests::serial_console::serial_console_detach
79672026-02-25T21:41:41.752Z PASS [ 0.369s] (1085/2649) omicron-gateway::test_all integration_tests::task_dump::task_dump
79682026-02-25T21:41:42.556Z PASS [ 41.121s] (1086/2649) nexus-reconfigurator-rendezvous local_storage_unencrypted_dataset::tests::proptest_reconciliation
79692026-02-25T21:41:42.893Z PASS [ 0.089s] (1087/2649) omicron-nexus app::alert::tests::test_alert_class_list
79702026-02-25T21:41:44.689Z PASS [ 26.073s] (1088/2649) nexus-types deployment::planning_report::tests::planning_report_json_roundtrip
79712026-02-25T21:42:03.263Z PASS [ 25.565s] (1089/2649) omicron-dev::test-omicron-dev test_run_all
79722026-02-25T21:42:04.774Z PASS [ 22.132s] (1090/2649) omicron-nexus app::background::driver::test::test_activation_in_progress
79732026-02-25T21:42:04.866Z PASS [ 20.178s] (1091/2649) omicron-nexus app::background::driver::test::test_driver_basic
79742026-02-25T21:42:23.689Z PASS [ 20.429s] (1092/2649) omicron-nexus app::background::init::test::test_dns_propagation_basic
79752026-02-25T21:42:24.285Z PASS [ 42.541s] (1093/2649) omicron-ls-apis::test_dependencies test_api_dependencies
79762026-02-25T21:42:25.035Z PASS [ 43.371s] (1094/2649) omicron-ls-apis::test_dependencies test_api_check
79772026-02-25T21:42:25.103Z PASS [ 0.068s] (1095/2649) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_diff_adds_entries
79782026-02-25T21:42:25.175Z PASS [ 0.071s] (1096/2649) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_diff_removes_entries
79792026-02-25T21:42:25.240Z PASS [ 0.065s] (1097/2649) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_diff_works_with_empty_sets
79802026-02-25T21:42:25.307Z PASS [ 0.067s] (1098/2649) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_leaves_valid_entries
79812026-02-25T21:42:25.395Z PASS [ 0.087s] (1099/2649) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_modifies_changed_entries
79822026-02-25T21:42:34.376Z PASS [ 29.517s] (1100/2649) omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::test_abandoned_vmms_are_reaped
79832026-02-25T21:42:35.683Z PASS [ 30.915s] (1101/2649) omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::sled_resource_vmm_already_deleted
79842026-02-25T21:42:37.697Z SLOW [> 60.000s] (─────────) omicron-dropshot-apis::bin/omicron-dropshot-apis tests::test_apis_up_to_date
79852026-02-25T21:42:48.455Z PASS [ 24.174s] (1102/2649) omicron-nexus app::background::tasks::alert_dispatcher::test::test_glob_reprocessing
79862026-02-25T21:42:56.773Z PASS [ 33.091s] (1103/2649) omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::vmm_already_deleted
79872026-02-25T21:42:58.974Z PASS [ 23.291s] (1104/2649) omicron-nexus app::background::tasks::blueprint_load::test::test_load_blueprints
79882026-02-25T21:43:01.146Z PASS [ 26.775s] (1105/2649) omicron-nexus app::background::tasks::blueprint_execution::test::test_deploy_omicron_config
79892026-02-25T21:43:06.733Z PASS [ 7.764s] (1106/2649) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_fails_if_no_blueprint
79902026-02-25T21:43:06.985Z PASS [ 10.213s] (1107/2649) omicron-nexus app::background::tasks::blueprint_planner::test::test_blueprint_planner_limit
79912026-02-25T21:43:07.105Z PASS [ 0.118s] (1108/2649) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_default_cockroach_admin_addrs_from_blueprint
79922026-02-25T21:43:08.565Z PASS [ 7.420s] (1109/2649) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_no_unknown_node_ids
79932026-02-25T21:43:14.146Z PASS [ 7.409s] (1110/2649) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_unknown_node_ids
79942026-02-25T21:43:15.532Z PASS [ 97.844s] (1111/2649) omicron-dropshot-apis::bin/omicron-dropshot-apis tests::test_apis_up_to_date
79952026-02-25T21:43:15.789Z PASS [ 27.326s] (1112/2649) omicron-nexus app::background::tasks::blueprint_planner::test::test_blueprint_planner
79962026-02-25T21:43:24.977Z PASS [ 59.593s] (1113/2649) omicron-nexus app::background::tasks::attached_subnets::test::test_attached_subnet_manager
79972026-02-25T21:43:32.792Z PASS [ 25.666s] (1114/2649) omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_cleans_disks_with_no_regions
79982026-02-25T21:43:38.028Z PASS [ 25.470s] (1115/2649) omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_does_not_clean_disks_with_regions
79992026-02-25T21:43:40.732Z PASS [ 26.596s] (1116/2649) omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_ignores_active_disks
80002026-02-25T21:43:41.609Z PASS [ 26.082s] (1117/2649) omicron-nexus app::background::tasks::dns_config::test::test_basic
80012026-02-25T21:43:42.970Z PASS [ 27.199s] (1118/2649) omicron-nexus app::background::tasks::dns_propagation::test::test_basic
80022026-02-25T21:43:43.874Z PASS [ 9.845s] (1119/2649) omicron-nexus app::background::tasks::fm_sitrep_gc::tests::test_orphaned_sitrep_gc
80032026-02-25T21:43:48.887Z PASS [ 8.157s] (1120/2649) omicron-nexus app::background::tasks::fm_sitrep_load::test::test_load_sitreps
80042026-02-25T21:43:50.825Z PASS [ 25.852s] (1121/2649) omicron-nexus app::background::tasks::ereport_ingester::tests::test_sp_ereport_ingestion
80052026-02-25T21:43:57.587Z PASS [ 24.827s] (1122/2649) omicron-nexus app::background::tasks::external_endpoints::test::test_basic
80062026-02-25T21:44:20.693Z PASS [ 37.729s] (1123/2649) omicron-nexus app::background::tasks::instance_reincarnation::test::test_default_policy_is_reincarnatable
80072026-02-25T21:44:25.907Z PASS [ 28.326s] (1124/2649) omicron-nexus app::background::tasks::inventory_collection::test::test_db_sled_enumerator
80082026-02-25T21:44:25.955Z PASS [ 37.076s] (1125/2649) omicron-nexus app::background::tasks::instance_reincarnation::test::test_reincarnates_failed_instances
80092026-02-25T21:44:26.052Z PASS [ 0.096s] (1126/2649) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_asm_address
80102026-02-25T21:44:26.142Z PASS [ 0.089s] (1127/2649) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_asm_with_any_source_member
80112026-02-25T21:44:26.212Z PASS [ 0.071s] (1128/2649) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_ssm_ignores_has_any_source_member
80122026-02-25T21:44:26.292Z PASS [ 0.079s] (1129/2649) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_ssm_with_sources
80132026-02-25T21:44:26.359Z PASS [ 0.068s] (1130/2649) omicron-nexus app::background::tasks::multicast::tests::test_admin_scope_xor_folding
80142026-02-25T21:44:26.431Z PASS [ 0.071s] (1131/2649) omicron-nexus app::background::tasks::multicast::tests::test_bounded_preservation_prefix_48
80152026-02-25T21:44:26.516Z PASS [ 0.085s] (1132/2649) omicron-nexus app::background::tasks::multicast::tests::test_documented_examples
80162026-02-25T21:44:26.601Z PASS [ 0.084s] (1133/2649) omicron-nexus app::background::tasks::multicast::tests::test_map_ipv4_edge_cases
80172026-02-25T21:44:26.671Z PASS [ 0.070s] (1134/2649) omicron-nexus app::background::tasks::multicast::tests::test_map_ipv4_to_underlay_ipv6
80182026-02-25T21:44:26.957Z PASS [ 0.286s] (1135/2649) omicron-nexus app::background::tasks::multicast::tests::test_prefix_preservation_hash_space_for_large_sets
80192026-02-25T21:44:27.035Z PASS [ 0.078s] (1136/2649) omicron-nexus app::background::tasks::multicast::tests::test_prefix_validation_ipv4_too_small
80202026-02-25T21:44:27.125Z PASS [ 0.091s] (1137/2649) omicron-nexus app::background::tasks::multicast::tests::test_prefix_validation_success_larger_prefix
80212026-02-25T21:44:27.201Z PASS [ 0.076s] (1138/2649) omicron-nexus app::background::tasks::multicast::tests::test_prod_ipv6_salt_uniqueness
80222026-02-25T21:44:27.284Z PASS [ 0.082s] (1139/2649) omicron-nexus app::background::tasks::multicast::tests::test_prod_ipv6_scope_differentiation
80232026-02-25T21:44:27.356Z PASS [ 0.071s] (1140/2649) omicron-nexus app::background::tasks::multicast::tests::test_prod_ipv6_xor_fold_math
80242026-02-25T21:44:27.432Z PASS [ 0.077s] (1141/2649) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_64bit_ipv4_placement
80252026-02-25T21:44:27.506Z PASS [ 0.074s] (1142/2649) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_changes_output
80262026-02-25T21:44:27.587Z PASS [ 0.081s] (1143/2649) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_deterministic
80272026-02-25T21:44:27.664Z PASS [ 0.077s] (1144/2649) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_full_coverage_within_8bits
80282026-02-25T21:44:27.743Z PASS [ 0.079s] (1145/2649) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_ipv4_changes_output
80292026-02-25T21:44:27.824Z PASS [ 0.080s] (1146/2649) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_stays_within_prefix
80302026-02-25T21:44:27.913Z PASS [ 0.089s] (1147/2649) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_16bit_already_admin_scoped
80312026-02-25T21:44:27.990Z PASS [ 0.077s] (1148/2649) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_16bit_global_to_admin_scoped
80322026-02-25T21:44:28.073Z PASS [ 0.083s] (1149/2649) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_16bit_site_local_to_admin_scoped
80332026-02-25T21:44:28.140Z PASS [ 0.067s] (1150/2649) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_64bit_already_admin_scoped
80342026-02-25T21:44:28.207Z PASS [ 0.066s] (1151/2649) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_64bit_site_local_to_admin_scoped
80352026-02-25T21:44:28.279Z PASS [ 0.072s] (1152/2649) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_distinguishes_scopes
80362026-02-25T21:44:28.362Z PASS [ 0.083s] (1153/2649) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_with_64bit_prefix
80372026-02-25T21:44:29.494Z PASS [ 8.802s] (1154/2649) omicron-nexus app::background::tasks::inventory_load::tests::test_inventory_loader
80382026-02-25T21:44:41.601Z SLOW [> 60.000s] (─────────) omicron-nexus app::background::tasks::instance_reincarnation::test::test_cooldown_on_subsequent_reincarnations
80392026-02-25T21:44:43.514Z PASS [ 61.916s] (1155/2649) omicron-nexus app::background::tasks::instance_reincarnation::test::test_cooldown_on_subsequent_reincarnations
80402026-02-25T21:44:43.869Z SLOW [> 60.000s] (─────────) omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
80412026-02-25T21:44:46.105Z PASS [ 55.290s] (1156/2649) omicron-nexus app::background::tasks::inventory_collection::test::test_basic
80422026-02-25T21:44:49.059Z PASS [ 23.152s] (1157/2649) omicron-nexus app::background::tasks::metrics_producer_gc::tests::test_pruning
80432026-02-25T21:44:53.476Z PASS [ 69.615s] (1158/2649) omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
80442026-02-25T21:45:04.419Z PASS [ 36.063s] (1159/2649) omicron-nexus app::background::tasks::read_only_region_replacement_start::test::test_expunge_disk_causes_read_only_region_replacement_request
80452026-02-25T21:45:05.297Z PASS [ 35.810s] (1160/2649) omicron-nexus app::background::tasks::reconfigurator_config::test::test_background_tasks_enable_disable
80462026-02-25T21:45:05.830Z PASS [ 22.319s] (1161/2649) omicron-nexus app::background::tasks::reconfigurator_config::test::test_basic
80472026-02-25T21:45:11.293Z PASS [ 25.193s] (1162/2649) omicron-nexus app::background::tasks::region_replacement::test::test_add_region_replacement_causes_start
80482026-02-25T21:45:12.935Z PASS [ 23.884s] (1163/2649) omicron-nexus app::background::tasks::region_replacement_driver::test::test_done_region_replacement_causes_finish
80492026-02-25T21:45:19.681Z PASS [ 26.210s] (1164/2649) omicron-nexus app::background::tasks::region_replacement_driver::test::test_mark_region_replacement_done_after_notification
80502026-02-25T21:45:31.803Z PASS [ 26.510s] (1165/2649) omicron-nexus app::background::tasks::region_replacement_driver::test::test_running_region_replacement_causes_drive
80512026-02-25T21:45:33.051Z PASS [ 28.638s] (1166/2649) omicron-nexus app::background::tasks::region_replacement_driver::test::test_no_mark_region_replacement_done_after_failed_notification
80522026-02-25T21:45:34.028Z PASS [ 28.203s] (1167/2649) omicron-nexus app::background::tasks::region_snapshot_replacement_finish::test::test_done_region_snapshot_replacement_causes_finish
80532026-02-25T21:45:39.433Z PASS [ 28.141s] (1168/2649) omicron-nexus app::background::tasks::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_task
80542026-02-25T21:45:39.724Z PASS [ 26.792s] (1169/2649) omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_add_region_snapshot_replacement_causes_start
80552026-02-25T21:45:46.336Z PASS [ 6.907s] (1170/2649) omicron-nexus app::background::tasks::saga_recovery::test::test_failure_during_saga_can_be_recovered
80562026-02-25T21:45:53.631Z PASS [ 7.296s] (1171/2649) omicron-nexus app::background::tasks::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery
80572026-02-25T21:45:53.758Z PASS [ 0.127s] (1172/2649) omicron-nexus app::background::tasks::support_bundle::collection::test::test_zipfile_creation
80582026-02-25T21:45:54.385Z PASS [ 34.710s] (1173/2649) omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_delete_region_snapshot_replacement_volume_causes_complete
80592026-02-25T21:45:59.276Z PASS [ 25.253s] (1174/2649) omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task_gc
80602026-02-25T21:46:00.414Z PASS [ 27.368s] (1175/2649) omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task
80612026-02-25T21:46:09.454Z PASS [ 29.736s] (1176/2649) omicron-nexus app::background::tasks::saga_recovery::test::test_nexus_recovery
80622026-02-25T21:46:09.496Z PASS [ 37.700s] (1177/2649) omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_expunge_disk_causes_region_snapshot_replacement_start
80632026-02-25T21:46:23.109Z PASS [ 29.355s] (1178/2649) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_after_zpool_deletion
80642026-02-25T21:46:24.631Z PASS [ 30.251s] (1179/2649) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_after_collect
80652026-02-25T21:46:26.606Z PASS [ 27.334s] (1180/2649) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_before_collect
80662026-02-25T21:46:30.564Z PASS [ 30.155s] (1181/2649) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_after_collection
80672026-02-25T21:46:32.951Z PASS [ 23.459s] (1182/2649) omicron-nexus app::background::tasks::support_bundle_collector::test::test_cleanup_noop
80682026-02-25T21:46:33.924Z PASS [ 24.475s] (1183/2649) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_before_collection
80692026-02-25T21:46:52.117Z PASS [ 25.516s] (1184/2649) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_noop
80702026-02-25T21:46:52.906Z PASS [ 0.788s] (1185/2649) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::new_sled
80712026-02-25T21:46:53.531Z PASS [ 0.626s] (1186/2649) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::nothing
80722026-02-25T21:46:54.172Z PASS [ 0.640s] (1187/2649) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::recopy
80732026-02-25T21:46:56.217Z PASS [ 2.046s] (1188/2649) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::simple_replicate
80742026-02-25T21:46:56.320Z PASS [ 0.102s] (1189/2649) omicron-nexus app::background::tasks::tuf_repo_pruner::test::test_decide_prune
80752026-02-25T21:46:56.465Z PASS [ 0.145s] (1190/2649) omicron-nexus app::deployment::tests::test_is_target_release_change_allowed
80762026-02-25T21:46:57.597Z PASS [ 1.133s] (1191/2649) omicron-nexus app::external_endpoints::test::test_authority
80772026-02-25T21:46:57.763Z PASS [ 0.165s] (1192/2649) omicron-nexus app::external_endpoints::test::test_external_endpoints_basic
80782026-02-25T21:46:58.072Z PASS [ 34.969s] (1193/2649) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_chunked
80792026-02-25T21:46:58.162Z PASS [ 33.537s] (1194/2649) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_many
80802026-02-25T21:46:58.219Z PASS [ 0.147s] (1195/2649) omicron-nexus app::external_endpoints::test::test_external_endpoints_empty
80812026-02-25T21:46:58.327Z PASS [ 0.164s] (1196/2649) omicron-nexus app::external_endpoints::test::test_no_endpoint
80822026-02-25T21:46:58.352Z PASS [ 0.122s] (1197/2649) omicron-nexus app::instance::tests::test_instance_start_allowed_when_no_vmm
80832026-02-25T21:46:58.420Z PASS [ 0.092s] (1198/2649) omicron-nexus app::instance::tests::test_instance_start_allowed_when_vmm_in_saga_unwound
80842026-02-25T21:46:58.445Z PASS [ 0.083s] (1199/2649) omicron-nexus app::instance::tests::test_instance_start_forbidden_while_creating
80852026-02-25T21:46:58.502Z PASS [ 0.083s] (1200/2649) omicron-nexus app::instance::tests::test_instance_start_idempotent_if_active
80862026-02-25T21:46:58.534Z PASS [ 0.110s] (1201/2649) omicron-nexus app::instance::tests::test_serial_console_stream_proxying
80872026-02-25T21:46:58.596Z PASS [ 0.094s] (1202/2649) omicron-nexus app::instance_platform::cpu_platform::test::milan_current_vs_rfd314_is_understood
80882026-02-25T21:46:58.624Z PASS [ 0.090s] (1203/2649) omicron-nexus app::instance_platform::cpu_platform::test::milan_rfd314_is_as_described
80892026-02-25T21:46:58.667Z PASS [ 0.070s] (1204/2649) omicron-nexus app::instance_platform::cpu_platform::test::turin_v1_is_as_described
80902026-02-25T21:46:58.711Z PASS [ 0.084s] (1205/2649) omicron-nexus app::ip_pool::tests::test_validate_multicast_allows_other_admin_scoped_subnets
80912026-02-25T21:46:58.744Z PASS [ 0.077s] (1206/2649) omicron-nexus app::ip_pool::tests::test_validate_multicast_allows_site_local_ipv6
80922026-02-25T21:46:58.781Z PASS [ 0.072s] (1207/2649) omicron-nexus app::ip_pool::tests::test_validate_multicast_allows_valid_ipv4_asm
80932026-02-25T21:46:58.808Z PASS [ 0.064s] (1208/2649) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_asm_ssm_spanning_range
80942026-02-25T21:46:58.855Z PASS [ 0.074s] (1209/2649) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_full_underlay_subnet
80952026-02-25T21:46:58.880Z PASS [ 0.069s] (1210/2649) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_link_local_ipv4
80962026-02-25T21:46:58.949Z PASS [ 0.072s] (1211/2649) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_underlay_ipv6_range
80972026-02-25T21:46:58.975Z PASS [ 0.103s] (1212/2649) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_range_overlapping_underlay
80982026-02-25T21:46:59.045Z PASS [ 0.095s] (1213/2649) omicron-nexus app::multicast::tests::test_is_ssm_address
80992026-02-25T21:46:59.230Z PASS [ 28.671s] (1214/2649) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_one
81002026-02-25T21:46:59.942Z PASS [ 2.179s] (1215/2649) omicron-nexus app::external_endpoints::test::test_external_endpoints_complex
81012026-02-25T21:47:00.027Z PASS [ 0.085s] (1216/2649) omicron-nexus app::sagas::demo::test::test_demo_saga_rendezvous
81022026-02-25T21:47:03.067Z PASS [ 30.121s] (1217/2649) omicron-nexus app::background::tasks::support_bundle_collector::test::test_reconfigurator_state_collected
81032026-02-25T21:47:03.533Z PASS [ 29.614s] (1218/2649) omicron-nexus app::background::tasks::support_bundle_collector::test::test_trace_file_generated
81042026-02-25T21:47:17.574Z PASS [ 18.348s] (1219/2649) omicron-nexus app::quiesce::test::test_quiesce_multi
81052026-02-25T21:47:26.107Z PASS [ 27.067s] (1220/2649) omicron-nexus app::quiesce::test::test_quiesce_full
81062026-02-25T21:47:26.723Z PASS [ 27.769s] (1221/2649) omicron-nexus app::quiesce::test::test_quiesce_easy
81072026-02-25T21:47:38.250Z PASS [ 38.229s] (1222/2649) omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently
81082026-02-25T21:47:48.541Z PASS [ 45.482s] (1223/2649) omicron-nexus app::sagas::disk_create::test::test_readonly_disk_action_failure_can_unwind
81092026-02-25T21:47:49.557Z PASS [ 46.032s] (1224/2649) omicron-nexus app::sagas::disk_create::test::test_readonly_disk_action_failure_can_unwind_idempotently
81102026-02-25T21:48:02.989Z PASS [ 36.888s] (1225/2649) omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds
81112026-02-25T21:48:06.768Z PASS [ 49.202s] (1226/2649) omicron-nexus app::sagas::disk_create::test::test_readonly_disk_actions_succeed_idempotently
81122026-02-25T21:48:11.712Z PASS [ 44.998s] (1227/2649) omicron-nexus app::sagas::disk_create::test::test_saga_read_only_disk_basic_usage_succeeds
81132026-02-25T21:48:17.913Z PASS [ 39.670s] (1228/2649) omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
81142026-02-25T21:48:18.376Z PASS [ 28.824s] (1229/2649) omicron-nexus app::sagas::image_create::test::test_actions_succeed_idempotently
81152026-02-25T21:48:27.025Z PASS [ 38.491s] (1230/2649) omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
81162026-02-25T21:48:35.423Z PASS [ 28.660s] (1231/2649) omicron-nexus app::sagas::image_create::test::test_saga_basic_usage_succeeds_silo
81172026-02-25T21:48:49.104Z PASS [ 46.124s] (1232/2649) omicron-nexus app::sagas::image_create::test::test_saga_basic_usage_succeeds_project
81182026-02-25T21:49:04.601Z PASS [ 52.896s] (1233/2649) omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently
81192026-02-25T21:49:05.164Z PASS [ 47.260s] (1234/2649) omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
81202026-02-25T21:49:09.532Z PASS [ 51.165s] (1235/2649) omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
81212026-02-25T21:49:14.314Z PASS [ 47.298s] (1236/2649) omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
81222026-02-25T21:49:23.276Z PASS [ 47.861s] (1237/2649) omicron-nexus app::sagas::instance_ip_attach::test::test_actions_succeed_idempotently
81232026-02-25T21:49:33.879Z PASS [ 44.782s] (1238/2649) omicron-nexus app::sagas::instance_ip_attach::test::test_saga_basic_usage_succeeds
81242026-02-25T21:49:51.577Z PASS [ 46.421s] (1239/2649) omicron-nexus app::sagas::instance_ip_detach::test::test_saga_basic_usage_succeeds
81252026-02-25T21:49:51.755Z PASS [ 42.231s] (1240/2649) omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds
81262026-02-25T21:49:51.865Z PASS [ 47.275s] (1241/2649) omicron-nexus app::sagas::instance_ip_detach::test::test_actions_succeed_idempotently
81272026-02-25T21:50:01.571Z PASS [ 38.301s] (1242/2649) omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently
81282026-02-25T21:50:07.081Z PASS [ 52.776s] (1243/2649) omicron-nexus app::sagas::instance_start::test::should_start_with_dead_switch
81292026-02-25T21:50:11.947Z PASS [ 38.075s] (1244/2649) omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind
81302026-02-25T21:50:29.842Z PASS [ 38.271s] (1245/2649) omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds
81312026-02-25T21:50:31.213Z PASS [ 39.354s] (1246/2649) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_actions_succeed_idempotently
81322026-02-25T21:50:39.870Z PASS [ 38.306s] (1247/2649) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_succeeds
81332026-02-25T21:50:51.747Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
81342026-02-25T21:50:55.433Z PASS [ 48.360s] (1248/2649) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_actions_succeed_idempotently
81352026-02-25T21:51:11.938Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
81362026-02-25T21:51:17.142Z PASS [ 45.938s] (1249/2649) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_actions_succeed_idempotently
81372026-02-25T21:51:17.357Z PASS [ 47.524s] (1250/2649) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_succeeds
81382026-02-25T21:51:39.860Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
81392026-02-25T21:51:43.830Z PASS [ 48.406s] (1251/2649) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_succeeds
81402026-02-25T21:51:51.736Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
81412026-02-25T21:52:04.865Z PASS [ 47.732s] (1252/2649) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_actions_succeed_idempotently
81422026-02-25T21:52:11.928Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
81432026-02-25T21:52:17.347Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
81442026-02-25T21:52:17.592Z PASS [ 145.863s] (1253/2649) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
81452026-02-25T21:52:24.103Z PASS [ 40.277s] (1254/2649) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_succeeds
81462026-02-25T21:52:39.852Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
81472026-02-25T21:52:50.371Z PASS [ 45.514s] (1255/2649) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_actions_succeed_idempotently
81482026-02-25T21:53:06.002Z PASS [ 41.909s] (1256/2649) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_succeeds
81492026-02-25T21:53:11.918Z SLOW [>180.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
81502026-02-25T21:53:17.338Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
81512026-02-25T21:53:17.583Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
81522026-02-25T21:53:35.947Z PASS [ 45.584s] (1257/2649) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_actions_succeed_idempotently
81532026-02-25T21:53:39.363Z PASS [ 179.526s] (1258/2649) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
81542026-02-25T21:53:43.184Z PASS [ 211.276s] (1259/2649) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
81552026-02-25T21:54:05.992Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
81562026-02-25T21:54:10.850Z PASS [ 113.279s] (1260/2649) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
81572026-02-25T21:54:15.152Z PASS [ 39.212s] (1261/2649) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_succeeds
81582026-02-25T21:54:17.328Z SLOW [>180.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
81592026-02-25T21:54:25.393Z PASS [ 46.038s] (1262/2649) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_actions_succeed_idempotently
81602026-02-25T21:54:43.175Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
81612026-02-25T21:54:51.558Z PASS [ 40.715s] (1263/2649) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_succeeds
81622026-02-25T21:54:56.081Z PASS [ 40.936s] (1264/2649) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_actions_succeed_idempotently
81632026-02-25T21:55:05.982Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
81642026-02-25T21:55:17.318Z SLOW [>240.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
81652026-02-25T21:55:25.385Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
81662026-02-25T21:55:31.159Z PASS [ 39.608s] (1265/2649) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_actions_succeed_idempotently
81672026-02-25T21:55:34.107Z PASS [ 110.943s] (1266/2649) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
81682026-02-25T21:55:35.681Z PASS [ 258.359s] (1267/2649) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
81692026-02-25T21:55:56.071Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
81702026-02-25T21:56:05.972Z SLOW [>180.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
81712026-02-25T21:56:10.701Z PASS [ 39.549s] (1268/2649) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_succeeds
81722026-02-25T21:56:14.137Z PASS [ 40.037s] (1269/2649) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_succeeds
81732026-02-25T21:56:25.375Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
81742026-02-25T21:56:27.063Z PASS [ 201.098s] (1270/2649) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
81752026-02-25T21:56:27.697Z PASS [ 52.039s] (1271/2649) omicron-nexus app::sagas::instance_update::test::test_start_saga_action_failure_can_unwind
81762026-02-25T21:56:34.466Z PASS [ 20.333s] (1272/2649) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_params_serialization
81772026-02-25T21:56:45.580Z PASS [ 34.886s] (1273/2649) omicron-nexus app::sagas::instance_update::test::test_start_saga_actions_succeed_idempotently
81782026-02-25T21:56:49.459Z PASS [ 22.401s] (1274/2649) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_saga_dag_structure
81792026-02-25T21:56:50.754Z PASS [ 23.061s] (1275/2649) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_saga_handles_missing_groups
81802026-02-25T21:56:56.062Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
81812026-02-25T21:57:02.769Z PASS [ 28.308s] (1276/2649) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_saga_rejects_non_creating_state
81822026-02-25T21:57:08.862Z PASS [ 23.286s] (1277/2649) omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds
81832026-02-25T21:57:12.099Z PASS [ 22.643s] (1278/2649) omicron-nexus app::sagas::region_replacement_finish::test::test_region_replacement_finish_saga
81842026-02-25T21:57:15.956Z PASS [ 170.594s] (1279/2649) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
81852026-02-25T21:57:23.510Z PASS [ 20.745s] (1280/2649) omicron-nexus app::sagas::region_replacement_start::test::test_find_only_new_region
81862026-02-25T21:57:27.480Z PASS [ 36.732s] (1281/2649) omicron-nexus app::sagas::region_replacement_start::test::test_actions_succeed_idempotently
81872026-02-25T21:57:36.104Z PASS [ 24.010s] (1282/2649) omicron-nexus app::sagas::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_saga
81882026-02-25T21:57:47.479Z PASS [ 38.624s] (1283/2649) omicron-nexus app::sagas::region_replacement_start::test::test_region_replacement_start_saga
81892026-02-25T21:57:49.119Z PASS [ 173.070s] (1284/2649) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
81902026-02-25T21:58:01.072Z PASS [ 45.124s] (1285/2649) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_actions_succeed_idempotently
81912026-02-25T21:58:01.157Z PASS [ 0.085s] (1286/2649) omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request
81922026-02-25T21:58:07.157Z PASS [ 43.653s] (1287/2649) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_no_leak_region
81932026-02-25T21:58:12.332Z PASS [ 23.217s] (1288/2649) omicron-nexus app::sagas::region_snapshot_replacement_step_garbage_collect::test::test_region_snapshot_replacement_step_garbage_collect_saga
81942026-02-25T21:58:13.513Z PASS [ 46.042s] (1289/2649) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_hail_mary
81952026-02-25T21:58:15.124Z PASS [ 39.027s] (1290/2649) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_prefer_not_self
81962026-02-25T21:58:29.823Z PASS [ 42.352s] (1291/2649) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_saga
81972026-02-25T21:58:39.763Z PASS [ 38.612s] (1292/2649) omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
81982026-02-25T21:58:50.742Z PASS [ 35.624s] (1293/2649) omicron-nexus app::sagas::subnet_attach::test::test_actions_succeed_idempotently
81992026-02-25T21:58:50.795Z PASS [ 37.288s] (1294/2649) omicron-nexus app::sagas::subnet_attach::test::detaching_all_instance_subnets_does_not_delete_subnets
82002026-02-25T21:58:58.102Z PASS [ 50.956s] (1295/2649) omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
82012026-02-25T21:58:59.977Z PASS [ 47.654s] (1296/2649) omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
82022026-02-25T21:59:04.241Z PASS [ 34.424s] (1297/2649) omicron-nexus app::sagas::subnet_attach::test::test_saga_basic_usage_succeeds
82032026-02-25T21:59:12.783Z PASS [ 21.992s] (1298/2649) omicron-nexus app::sagas::test_saga::test_saga_stuck
82042026-02-25T21:59:15.963Z PASS [ 36.203s] (1299/2649) omicron-nexus app::sagas::subnet_detach::test::test_actions_succeed_idempotently
82052026-02-25T21:59:26.380Z PASS [ 35.644s] (1300/2649) omicron-nexus app::sagas::subnet_detach::test::test_saga_basic_usage_succeeds
82062026-02-25T21:59:28.880Z PASS [ 30.784s] (1301/2649) omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds
82072026-02-25T21:59:29.277Z PASS [ 29.304s] (1302/2649) omicron-nexus app::sagas::vpc_subnet_create::test::test_actions_succeed_idempotently
82082026-02-25T21:59:31.955Z PASS [ 27.719s] (1303/2649) omicron-nexus app::sagas::vpc_subnet_create::test::test_saga_basic_usage_succeeds
82092026-02-25T21:59:32.038Z PASS [ 0.082s] (1304/2649) omicron-nexus external_api::console_api::test::test_accept_gz
82102026-02-25T21:59:32.119Z PASS [ 0.081s] (1305/2649) omicron-nexus external_api::console_api::test::test_find_file_404_on_directory
82112026-02-25T21:59:32.181Z PASS [ 0.062s] (1306/2649) omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent
82122026-02-25T21:59:32.245Z PASS [ 0.063s] (1307/2649) omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested
82132026-02-25T21:59:32.311Z PASS [ 0.066s] (1308/2649) omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink
82142026-02-25T21:59:32.370Z PASS [ 0.058s] (1309/2649) omicron-nexus external_api::console_api::test::test_find_file_finds_file
82152026-02-25T21:59:32.429Z PASS [ 0.059s] (1310/2649) omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink
82162026-02-25T21:59:32.494Z PASS [ 0.065s] (1311/2649) omicron-nexus external_api::console_api::test::test_relative_uri
82172026-02-25T21:59:32.554Z PASS [ 0.059s] (1312/2649) omicron-nexus external_api::http_entrypoints::tests::test_is_new_target_release_version_allowed
82182026-02-25T21:59:33.584Z PASS [ 4.308s] (1313/2649) omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input
82192026-02-25T21:59:39.070Z PASS [ 26.292s] (1314/2649) omicron-nexus app::sagas::vpc_subnet_delete::test::test_actions_succeed_idempotently
82202026-02-25T21:59:40.663Z PASS [ 24.708s] (1315/2649) omicron-nexus app::sagas::vpc_subnet_delete::test::test_saga_basic_usage_succeeds
82212026-02-25T21:59:51.876Z PASS [ 25.501s] (1316/2649) omicron-nexus app::sagas::vpc_subnet_update::test::test_actions_succeed_idempotently
82222026-02-25T21:59:54.708Z PASS [ 25.832s] (1317/2649) omicron-nexus app::sagas::vpc_subnet_update::test::test_saga_basic_usage_succeeds
82232026-02-25T21:59:57.317Z PASS [ 23.737s] (1318/2649) omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud
82242026-02-25T21:59:59.472Z PASS [ 20.405s] (1319/2649) omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range
82252026-02-25T22:00:13.210Z PASS [ 32.552s] (1320/2649) omicron-nexus::test_all integration_tests::affinity::test_affinity_group_crud
82262026-02-25T22:00:20.389Z PASS [ 47.844s] (1321/2649) omicron-nexus populate::test::test_populators
82272026-02-25T22:00:24.172Z PASS [ 32.302s] (1322/2649) omicron-nexus::test_all integration_tests::affinity::test_affinity_group_project_selector
82282026-02-25T22:00:26.148Z PASS [ 28.836s] (1323/2649) omicron-nexus::test_all integration_tests::affinity::test_affinity_instance_group_list
82292026-02-25T22:00:32.239Z PASS [ 32.772s] (1324/2649) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_crud
82302026-02-25T22:00:47.444Z PASS [ 52.744s] (1325/2649) omicron-nexus::test_all integration_tests::affinity::test_affinity_group_usage
82312026-02-25T22:00:48.008Z PASS [ 34.800s] (1326/2649) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_project_selector
82322026-02-25T22:00:52.307Z PASS [ 28.134s] (1327/2649) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_instance_group_list
82332026-02-25T22:00:53.874Z PASS [ 27.730s] (1328/2649) omicron-nexus::test_all integration_tests::allow_list::test_allow_list
82342026-02-25T22:00:55.307Z PASS [ 23.071s] (1329/2649) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_access_token_auth
82352026-02-25T22:01:14.206Z PASS [ 53.803s] (1330/2649) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_usage
82362026-02-25T22:01:16.963Z PASS [ 2.781s] (1331/2649) omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie
82372026-02-25T22:01:19.726Z PASS [ 2.763s] (1332/2649) omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed
82382026-02-25T22:01:23.593Z PASS [ 24.691s] (1333/2649) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_scim_token_auth
82392026-02-25T22:01:23.755Z PASS [ 0.769s] (1334/2649) omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured
82402026-02-25T22:01:23.755Z PASS [ 29.398s] (1335/2649) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_list
82412026-02-25T22:01:24.992Z PASS [ 31.124s] (1336/2649) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_login_local
82422026-02-25T22:01:26.437Z PASS [ 38.439s] (1337/2649) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_create_delete_ops
82432026-02-25T22:01:45.120Z PASS [ 24.629s] (1338/2649) omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv
82442026-02-25T22:01:45.810Z PASS [ 25.821s] (1339/2649) omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys
82452026-02-25T22:01:47.336Z PASS [ 25.621s] (1340/2649) omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv
82462026-02-25T22:01:47.480Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_coverage
82472026-02-25T22:01:49.462Z PASS [ 24.470s] (1341/2649) omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv
82482026-02-25T22:01:51.757Z PASS [ 25.325s] (1342/2649) omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv
82492026-02-25T22:02:10.537Z PASS [ 24.732s] (1343/2649) omicron-nexus::test_all integration_tests::basic::test_ping
82502026-02-25T22:02:10.931Z PASS [ 25.816s] (1344/2649) omicron-nexus::test_all integration_tests::basic::test_basic_failures
82512026-02-25T22:02:14.770Z PASS [ 23.016s] (1345/2649) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert
82522026-02-25T22:02:22.468Z PASS [ 35.163s] (1346/2649) omicron-nexus::test_all integration_tests::basic::test_projects_basic
82532026-02-25T22:02:31.009Z PASS [ 20.081s] (1347/2649) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert
82542026-02-25T22:02:31.420Z PASS [ 20.887s] (1348/2649) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key
82552026-02-25T22:02:39.286Z PASS [ 44.934s] (1349/2649) omicron-nexus::test_all integration_tests::basic::test_projects_list
82562026-02-25T22:02:39.286Z PASS [ 19.784s] (1350/2649) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name
82572026-02-25T22:02:42.006Z PASS [ 19.541s] (1351/2649) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key
82582026-02-25T22:02:47.431Z SLOW [>120.000s] (─────────) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_coverage
82592026-02-25T22:02:53.835Z PASS [ 22.415s] (1352/2649) omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation
82602026-02-25T22:02:55.865Z PASS [ 21.319s] (1353/2649) omicron-nexus::test_all integration_tests::cockroach::test_cockroach_admin_server
82612026-02-25T22:02:56.600Z PASS [ 25.596s] (1354/2649) omicron-nexus::test_all integration_tests::certificates::test_crud
82622026-02-25T22:02:57.358Z PASS [ 1.491s] (1355/2649) omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config
82632026-02-25T22:02:57.639Z PASS [ 0.280s] (1356/2649) omicron-nexus::test_all integration_tests::commands::test_nexus_no_args
82642026-02-25T22:02:58.216Z PASS [ 1.615s] (1357/2649) omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config
82652026-02-25T22:03:02.815Z PASS [ 20.813s] (1358/2649) omicron-nexus::test_all integration_tests::cockroach::test_cockroach_http_node_status
82662026-02-25T22:03:04.610Z PASS [ 30.230s] (1359/2649) omicron-nexus::test_all integration_tests::certificates::test_silo_certificates
82672026-02-25T22:03:14.322Z PASS [ 20.060s] (1360/2649) omicron-nexus::test_all integration_tests::cockroach::test_cockroach_http_prometheus_metrics
82682026-02-25T22:03:18.709Z PASS [ 21.076s] (1361/2649) omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir
82692026-02-25T22:03:18.765Z PASS [ 20.550s] (1362/2649) omicron-nexus::test_all integration_tests::console_api::test_assets
82702026-02-25T22:03:24.542Z PASS [ 19.642s] (1363/2649) omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri
82712026-02-25T22:03:32.328Z PASS [ 27.724s] (1364/2649) omicron-nexus::test_all integration_tests::console_api::test_console_pages
82722026-02-25T22:03:39.343Z PASS [ 20.638s] (1365/2649) omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple
82732026-02-25T22:03:40.984Z PASS [ 27.097s] (1366/2649) omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos
82742026-02-25T22:03:42.384Z PASS [ 23.627s] (1367/2649) omicron-nexus::test_all integration_tests::console_api::test_session_idle_timeout_deletes_session
82752026-02-25T22:03:44.249Z PASS [ 21.800s] (1368/2649) omicron-nexus::test_all integration_tests::console_api::test_session_me
82762026-02-25T22:03:47.416Z SLOW [>180.000s] (─────────) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_coverage
82772026-02-25T22:03:54.841Z PASS [ 22.517s] (1369/2649) omicron-nexus::test_all integration_tests::console_api::test_session_me_groups
82782026-02-25T22:04:03.059Z PASS [ 22.083s] (1370/2649) omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages
82792026-02-25T22:04:09.205Z PASS [ 29.867s] (1371/2649) omicron-nexus::test_all integration_tests::console_api::test_sessions
82802026-02-25T22:04:24.136Z PASS [ 216.732s] (1372/2649) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_coverage
82812026-02-25T22:04:39.099Z PASS [ 54.860s] (1373/2649) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_requested
82822026-02-25T22:04:40.461Z PASS [ 58.087s] (1374/2649) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_replacement_done
82832026-02-25T22:04:53.314Z PASS [ 58.484s] (1375/2649) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running
82842026-02-25T22:05:03.050Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running_on_pantry
82852026-02-25T22:05:03.786Z PASS [ 60.738s] (1376/2649) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running_on_pantry
82862026-02-25T22:05:09.196Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_replacement_done
82872026-02-25T22:05:24.125Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested
82882026-02-25T22:05:35.878Z PASS [ 86.689s] (1377/2649) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_replacement_done
82892026-02-25T22:05:39.090Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_2
82902026-02-25T22:05:40.458Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_3
82912026-02-25T22:05:53.305Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_running
82922026-02-25T22:05:53.381Z PASS [ 89.262s] (1378/2649) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested
82932026-02-25T22:06:02.360Z PASS [ 81.914s] (1379/2649) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_3
82942026-02-25T22:06:03.777Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_step
82952026-02-25T22:06:13.160Z PASS [ 94.078s] (1380/2649) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_2
82962026-02-25T22:06:33.777Z PASS [ 100.479s] (1381/2649) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_running
82972026-02-25T22:06:35.870Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_racing_replacements_for_soft_deleted_disk_volume
82982026-02-25T22:06:37.508Z PASS [ 93.739s] (1382/2649) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_step
82992026-02-25T22:06:50.348Z PASS [ 47.994s] (1383/2649) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_does_not_create_freed_region
83002026-02-25T22:06:53.386Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity
83012026-02-25T22:07:12.284Z PASS [ 96.423s] (1384/2649) omicron-nexus::test_all integration_tests::crucible_replacements::test_racing_replacements_for_soft_deleted_disk_volume
83022026-02-25T22:07:13.152Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
83032026-02-25T22:07:33.767Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
83042026-02-25T22:07:37.527Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove
83052026-02-25T22:07:50.336Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove_target_gone
83062026-02-25T22:07:53.362Z SLOW [>120.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity
83072026-02-25T22:08:08.466Z PASS [ 90.975s] (1385/2649) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove
83082026-02-25T22:08:12.276Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity
83092026-02-25T22:08:13.141Z SLOW [>120.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
83102026-02-25T22:08:25.253Z PASS [ 94.925s] (1386/2649) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove_target_gone
83112026-02-25T22:08:33.757Z SLOW [>120.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
83122026-02-25T22:08:41.359Z PASS [ 148.226s] (1387/2649) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
83132026-02-25T22:08:42.194Z PASS [ 168.843s] (1388/2649) omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity
83142026-02-25T22:08:48.082Z PASS [ 95.816s] (1389/2649) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity
83152026-02-25T22:09:06.063Z PASS [ 152.311s] (1390/2649) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
83162026-02-25T22:09:08.343Z PASS [ 26.986s] (1391/2649) omicron-nexus::test_all integration_tests::demo_saga::test_demo_saga
83172026-02-25T22:09:08.460Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice
83182026-02-25T22:09:15.611Z PASS [ 27.534s] (1392/2649) omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow
83192026-02-25T22:09:25.245Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
83202026-02-25T22:09:33.208Z PASS [ 27.155s] (1393/2649) omicron-nexus::test_all integration_tests::device_auth::test_device_token_cannot_exceed_auth_token_expiration
83212026-02-25T22:09:33.637Z PASS [ 51.454s] (1394/2649) omicron-nexus::test_all integration_tests::device_auth::test_admin_logout_deletes_tokens_and_sessions
83222026-02-25T22:09:37.051Z PASS [ 28.712s] (1395/2649) omicron-nexus::test_all integration_tests::device_auth::test_device_token_clamps_to_auth_token_when_no_ttl_specified
83232026-02-25T22:09:51.871Z PASS [ 36.266s] (1396/2649) omicron-nexus::test_all integration_tests::device_auth::test_device_token_expiration
83242026-02-25T22:09:58.745Z PASS [ 25.112s] (1397/2649) omicron-nexus::test_all integration_tests::device_auth::test_device_token_request_ttl_invalid
83252026-02-25T22:10:05.186Z PASS [ 31.983s] (1398/2649) omicron-nexus::test_all integration_tests::device_auth::test_device_token_request_ttl
83262026-02-25T22:10:08.448Z SLOW [>120.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice
83272026-02-25T22:10:11.591Z PASS [ 34.549s] (1399/2649) omicron-nexus::test_all integration_tests::device_auth::test_session_auth_does_not_clamp_device_token_ttl
83282026-02-25T22:10:25.235Z SLOW [>120.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
83292026-02-25T22:10:37.534Z PASS [ 149.095s] (1400/2649) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice
83302026-02-25T22:10:47.301Z PASS [ 48.564s] (1401/2649) omicron-nexus::test_all integration_tests::disks::test_cannot_snapshot_read_only_disk
83312026-02-25T22:10:51.862Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::device_auth::test_session_list_excludes_expired
83322026-02-25T22:10:55.943Z PASS [ 50.766s] (1402/2649) omicron-nexus::test_all integration_tests::disks::test_create_read_only_disk_from_image
83332026-02-25T22:11:04.427Z PASS [ 52.847s] (1403/2649) omicron-nexus::test_all integration_tests::disks::test_create_read_only_disk_from_snapshot
83342026-02-25T22:11:25.227Z SLOW [>180.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
83352026-02-25T22:11:26.469Z PASS [ 48.944s] (1404/2649) omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
83362026-02-25T22:11:34.204Z PASS [ 102.352s] (1405/2649) omicron-nexus::test_all integration_tests::device_auth::test_session_list_excludes_expired
83372026-02-25T22:11:41.981Z PASS [ 46.047s] (1406/2649) omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
83382026-02-25T22:11:46.384Z PASS [ 41.964s] (1407/2649) omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
83392026-02-25T22:11:46.837Z PASS [ 59.547s] (1408/2649) omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
83402026-02-25T22:11:53.786Z PASS [ 208.571s] (1409/2649) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
83412026-02-25T22:12:09.666Z PASS [ 43.204s] (1410/2649) omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started
83422026-02-25T22:12:21.241Z PASS [ 47.045s] (1411/2649) omicron-nexus::test_all integration_tests::disks::test_disk_expunge
83432026-02-25T22:12:26.846Z PASS [ 44.873s] (1412/2649) omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
83442026-02-25T22:12:27.469Z PASS [ 40.627s] (1413/2649) omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation
83452026-02-25T22:12:40.989Z PASS [ 47.212s] (1414/2649) omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
83462026-02-25T22:12:42.017Z PASS [ 32.356s] (1415/2649) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes
83472026-02-25T22:12:46.375Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
83482026-02-25T22:12:52.853Z PASS [ 31.617s] (1416/2649) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes
83492026-02-25T22:13:01.065Z PASS [ 33.614s] (1417/2649) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size
83502026-02-25T22:13:07.676Z PASS [ 40.837s] (1418/2649) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size
83512026-02-25T22:13:15.362Z PASS [ 88.994s] (1419/2649) omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
83522026-02-25T22:13:31.975Z PASS [ 50.995s] (1420/2649) omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting
83532026-02-25T22:13:35.750Z PASS [ 42.904s] (1421/2649) omicron-nexus::test_all integration_tests::disks::test_disk_too_big
83542026-02-25T22:13:42.009Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
83552026-02-25T22:13:49.532Z PASS [ 67.528s] (1422/2649) omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
83562026-02-25T22:13:49.689Z PASS [ 48.632s] (1423/2649) omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
83572026-02-25T22:13:54.352Z FAIL [ 46.638s] (1424/2649) omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete
83582026-02-25T22:13:54.352Z stdout ───
83592026-02-25T22:13:54.352Z
83602026-02-25T22:13:54.352Z running 1 test
83612026-02-25T22:13:54.352Z test integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete ... FAILED
83622026-02-25T22:13:54.352Z
83632026-02-25T22:13:54.352Z failures:
83642026-02-25T22:13:54.352Z
83652026-02-25T22:13:54.352Z failures:
83662026-02-25T22:13:54.352Z integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete
83672026-02-25T22:13:54.352Z
83682026-02-25T22:13:54.352Z test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 555 filtered out; finished in 45.86s
83692026-02-25T22:13:54.352Z
83702026-02-25T22:13:54.352Z stderr ───
83712026-02-25T22:13:54.352Z log file: /var/tmp/omicron_tmp/test_all-46ec180f6e3b8cef-test_disk_virtual_provisioning_collection_failed_delete.28278.0.log
83722026-02-25T22:13:54.352Z note: configured to log to "/var/tmp/omicron_tmp/test_all-46ec180f6e3b8cef-test_disk_virtual_provisioning_collection_failed_delete.28278.0.log"
83732026-02-25T22:13:54.352Z DB URL: postgresql://root@[::1]:61442/omicron?sslmode=disable
83742026-02-25T22:13:54.352Z DB address: [::1]:61442
83752026-02-25T22:13:54.352Z log file: /var/tmp/omicron_tmp/test_all-46ec180f6e3b8cef-test_disk_virtual_provisioning_collection_failed_delete.28278.2.log
83762026-02-25T22:13:54.352Z note: configured to log to "/var/tmp/omicron_tmp/test_all-46ec180f6e3b8cef-test_disk_virtual_provisioning_collection_failed_delete.28278.2.log"
83772026-02-25T22:13:54.352Z
83782026-02-25T22:13:54.352Z thread 'integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete' (2) panicked at nexus/tests/integration_tests/disks.rs:1459:6:
83792026-02-25T22:13:54.353Z unexpected failure deleting project: expected status code 204 No Content, found 400 Bad Request
83802026-02-25T22:13:54.353Z
83812026-02-25T22:13:54.353Z Stack backtrace:
83822026-02-25T22:13:54.353Z 0: anyhow::error::<impl anyhow::Error>::msg
83832026-02-25T22:13:54.353Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/src/backtrace.rs:27:14
83842026-02-25T22:13:54.353Z 1: {async_fn#0}
83852026-02-25T22:13:54.353Z at ./test-utils/src/http_testing.rs:361:13
83862026-02-25T22:13:54.353Z 2: {async_fn#0}
83872026-02-25T22:13:54.353Z at ./test-utils/src/http_testing.rs:661:40
83882026-02-25T22:13:54.353Z 3: {async_fn#0}
83892026-02-25T22:13:54.353Z at ./tests/integration_tests/disks.rs:1458:6
83902026-02-25T22:13:54.353Z 4: {async_block#0}
83912026-02-25T22:13:54.353Z at ./tests/integration_tests/disks.rs:1323:1
83922026-02-25T22:13:54.353Z 5: poll<&mut dyn core::future::future::Future<Output=()>>
83932026-02-25T22:13:54.353Z at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/future/future.rs:133:9
83942026-02-25T22:13:54.353Z 6: poll<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>
83952026-02-25T22:13:54.353Z at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/future/future.rs:133:9
83962026-02-25T22:13:54.353Z 7: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>
83972026-02-25T22:13:54.353Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70
83982026-02-25T22:13:54.353Z 8: with_budget<core::task::poll::Poll<()>, tokio::runtime::scheduler::current_thread::{impl#9}::block_on::{closure#0}::{closure#0}::{closure_env#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>>
83992026-02-25T22:13:54.353Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:167:5
84002026-02-25T22:13:54.353Z 9: budget<core::task::poll::Poll<()>, tokio::runtime::scheduler::current_thread::{impl#9}::block_on::{closure#0}::{closure#0}::{closure_env#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>>
84012026-02-25T22:13:54.353Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:133:5
84022026-02-25T22:13:54.353Z 10: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>
84032026-02-25T22:13:54.353Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25
84042026-02-25T22:13:54.353Z 11: tokio::runtime::scheduler::current_thread::Context::enter
84052026-02-25T22:13:54.353Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19
84062026-02-25T22:13:54.353Z 12: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>
84072026-02-25T22:13:54.353Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44
84082026-02-25T22:13:54.353Z 13: tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}
84092026-02-25T22:13:54.353Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68
84102026-02-25T22:13:54.353Z 14: tokio::runtime::context::scoped::Scoped<T>::set
84112026-02-25T22:13:54.353Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9
84122026-02-25T22:13:54.353Z 15: tokio::runtime::context::set_scheduler::{{closure}}
84132026-02-25T22:13:54.353Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38
84142026-02-25T22:13:54.353Z 16: try_with<tokio::runtime::context::Context, tokio::runtime::context::set_scheduler::{closure_env#0}<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core, alloc::alloc::Global>, core::option::Option<()>), tokio::runtime::scheduler::current_thread::{impl#9}::enter::{closure_env#0}<tokio::runtime::scheduler::current_thread::{impl#9}::block_on::{closure_env#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>, core::option::Option<()>>>, (alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core, alloc::alloc::Global>, core::option::Option<()>)>
84152026-02-25T22:13:54.353Z at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/thread/local.rs:315:12
84162026-02-25T22:13:54.353Z 17: std::thread::local::LocalKey<T>::with
84172026-02-25T22:13:54.354Z at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/thread/local.rs:279:20
84182026-02-25T22:13:54.354Z 18: tokio::runtime::context::set_scheduler
84192026-02-25T22:13:54.354Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17
84202026-02-25T22:13:54.354Z 19: tokio::runtime::scheduler::current_thread::CoreGuard::enter
84212026-02-25T22:13:54.354Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27
84222026-02-25T22:13:54.354Z 20: tokio::runtime::scheduler::current_thread::CoreGuard::block_on
84232026-02-25T22:13:54.404Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24
84242026-02-25T22:13:54.404Z 21: {closure#0}<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>
84252026-02-25T22:13:54.404Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33
84262026-02-25T22:13:54.404Z 22: tokio::runtime::context::runtime::enter_runtime
84272026-02-25T22:13:54.404Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime.rs:65:16
84282026-02-25T22:13:54.404Z 23: block_on<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>
84292026-02-25T22:13:54.404Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9
84302026-02-25T22:13:54.404Z 24: tokio::runtime::runtime::Runtime::block_on_inner
84312026-02-25T22:13:54.404Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52
84322026-02-25T22:13:54.404Z 25: block_on<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>
84332026-02-25T22:13:54.404Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:342:18
84342026-02-25T22:13:54.404Z 26: test_disk_virtual_provisioning_collection_failed_delete
84352026-02-25T22:13:54.404Z at ./tests/integration_tests/disks.rs:1323:1
84362026-02-25T22:13:54.404Z 27: test_all::integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete::{{closure}}
84372026-02-25T22:13:54.404Z at ./tests/integration_tests/disks.rs:1326:2
84382026-02-25T22:13:54.404Z 28: core::ops::function::FnOnce::call_once
84392026-02-25T22:13:54.404Z at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/ops/function.rs:250:5
84402026-02-25T22:13:54.404Z 29: core::ops::function::FnOnce::call_once
84412026-02-25T22:13:54.404Z at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/ops/function.rs:250:5
84422026-02-25T22:13:54.404Z 30: test::__rust_begin_short_backtrace
84432026-02-25T22:13:54.404Z at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/test/src/lib.rs:663:18
84442026-02-25T22:13:54.404Z 31: test::run_test_in_process::{{closure}}
84452026-02-25T22:13:54.404Z at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/test/src/lib.rs:686:74
84462026-02-25T22:13:54.404Z 32: <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once
84472026-02-25T22:13:54.405Z at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic/unwind_safe.rs:274:9
84482026-02-25T22:13:54.405Z 33: std::panicking::catch_unwind::do_call
84492026-02-25T22:13:54.405Z at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590:40
84502026-02-25T22:13:54.405Z 34: std::panicking::catch_unwind
84512026-02-25T22:13:54.405Z at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553:19
84522026-02-25T22:13:54.405Z 35: std::panic::catch_unwind
84532026-02-25T22:13:54.405Z at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359:14
84542026-02-25T22:13:54.405Z 36: test::run_test_in_process
84552026-02-25T22:13:54.405Z at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/test/src/lib.rs:686:27
84562026-02-25T22:13:54.405Z 37: test::run_test::{{closure}}
84572026-02-25T22:13:54.405Z at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/test/src/lib.rs:607:43
84582026-02-25T22:13:54.405Z 38: test::run_test::{{closure}}
84592026-02-25T22:13:54.405Z at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/test/src/lib.rs:637:41
84602026-02-25T22:13:54.405Z 39: std::sys::backtrace::__rust_begin_short_backtrace
84612026-02-25T22:13:54.405Z at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/sys/backtrace.rs:158:18
84622026-02-25T22:13:54.405Z 40: std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}
84632026-02-25T22:13:54.405Z at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/thread/mod.rs:559:17
84642026-02-25T22:13:54.405Z 41: <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once
84652026-02-25T22:13:54.405Z at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic/unwind_safe.rs:274:9
84662026-02-25T22:13:54.405Z 42: std::panicking::catch_unwind::do_call
84672026-02-25T22:13:54.405Z at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590:40
84682026-02-25T22:13:54.405Z 43: std::panicking::catch_unwind
84692026-02-25T22:13:54.405Z at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553:19
84702026-02-25T22:13:54.405Z 44: std::panic::catch_unwind
84712026-02-25T22:13:54.405Z at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359:14
84722026-02-25T22:13:54.405Z 45: std::thread::Builder::spawn_unchecked_::{{closure}}
84732026-02-25T22:13:54.405Z at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/thread/mod.rs:557:30
84742026-02-25T22:13:54.405Z 46: core::ops::function::FnOnce::call_once{{vtable.shim}}
84752026-02-25T22:13:54.405Z at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/ops/function.rs:250:5
84762026-02-25T22:13:54.405Z 47: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once
84772026-02-25T22:13:54.405Z at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/alloc/src/boxed.rs:1985:9
84782026-02-25T22:13:54.405Z 48: std::sys::thread::unix::Thread::new::thread_start
84792026-02-25T22:13:54.405Z at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/sys/thread/unix.rs:126:17
84802026-02-25T22:13:54.405Z 49: _thrp_setup
84812026-02-25T22:13:54.405Z 50: <unknown>
84822026-02-25T22:13:54.405Z stack backtrace:
84832026-02-25T22:13:54.406Z 0: __rustc::rust_begin_unwind
84842026-02-25T22:13:54.406Z at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5
84852026-02-25T22:13:54.406Z 1: core::panicking::panic_fmt
84862026-02-25T22:13:54.406Z at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14
84872026-02-25T22:13:54.406Z 2: core::result::unwrap_failed
84882026-02-25T22:13:54.406Z at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/result.rs:1855:5
84892026-02-25T22:13:54.406Z 3: core::result::Result<T,E>::expect
84902026-02-25T22:13:54.406Z at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/result.rs:1178:23
84912026-02-25T22:13:54.406Z 4: {async_fn#0}
84922026-02-25T22:13:54.406Z at ./tests/integration_tests/disks.rs:1459:6
84932026-02-25T22:13:54.406Z 5: {async_block#0}
84942026-02-25T22:13:54.406Z at ./tests/integration_tests/disks.rs:1323:1
84952026-02-25T22:13:54.406Z 6: poll<&mut dyn core::future::future::Future<Output=()>>
84962026-02-25T22:13:54.406Z at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/future/future.rs:133:9
84972026-02-25T22:13:54.406Z 7: poll<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>
84982026-02-25T22:13:54.406Z at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/future/future.rs:133:9
84992026-02-25T22:13:54.406Z 8: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>
85002026-02-25T22:13:54.406Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70
85012026-02-25T22:13:54.406Z 9: with_budget<core::task::poll::Poll<()>, tokio::runtime::scheduler::current_thread::{impl#9}::block_on::{closure#0}::{closure#0}::{closure_env#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>>
85022026-02-25T22:13:54.406Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:167:5
85032026-02-25T22:13:54.406Z 10: budget<core::task::poll::Poll<()>, tokio::runtime::scheduler::current_thread::{impl#9}::block_on::{closure#0}::{closure#0}::{closure_env#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>>
85042026-02-25T22:13:54.406Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:133:5
85052026-02-25T22:13:54.406Z 11: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>
85062026-02-25T22:13:54.406Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25
85072026-02-25T22:13:54.406Z 12: tokio::runtime::scheduler::current_thread::Context::enter
85082026-02-25T22:13:54.406Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19
85092026-02-25T22:13:54.406Z 13: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>
85102026-02-25T22:13:54.406Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44
85112026-02-25T22:13:54.406Z 14: tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}
85122026-02-25T22:13:54.406Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68
85132026-02-25T22:13:54.406Z 15: tokio::runtime::context::scoped::Scoped<T>::set
85142026-02-25T22:13:54.406Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9
85152026-02-25T22:13:54.406Z 16: tokio::runtime::context::set_scheduler::{{closure}}
85162026-02-25T22:13:54.406Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38
85172026-02-25T22:13:54.406Z 17: try_with<tokio::runtime::context::Context, tokio::runtime::context::set_scheduler::{closure_env#0}<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core, alloc::alloc::Global>, core::option::Option<()>), tokio::runtime::scheduler::current_thread::{impl#9}::enter::{closure_env#0}<tokio::runtime::scheduler::current_thread::{impl#9}::block_on::{closure_env#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>, core::option::Option<()>>>, (alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core, alloc::alloc::Global>, core::option::Option<()>)>
85182026-02-25T22:13:54.406Z at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/thread/local.rs:315:12
85192026-02-25T22:13:54.406Z 18: std::thread::local::LocalKey<T>::with
85202026-02-25T22:13:54.406Z at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/thread/local.rs:279:20
85212026-02-25T22:13:54.406Z 19: tokio::runtime::context::set_scheduler
85222026-02-25T22:13:54.407Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17
85232026-02-25T22:13:54.432Z 20: tokio::runtime::scheduler::current_thread::CoreGuard::enter
85242026-02-25T22:13:54.432Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27
85252026-02-25T22:13:54.432Z 21: tokio::runtime::scheduler::current_thread::CoreGuard::block_on
85262026-02-25T22:13:54.432Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24
85272026-02-25T22:13:54.432Z 22: {closure#0}<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>
85282026-02-25T22:13:54.432Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33
85292026-02-25T22:13:54.432Z 23: tokio::runtime::context::runtime::enter_runtime
85302026-02-25T22:13:54.432Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime.rs:65:16
85312026-02-25T22:13:54.432Z 24: block_on<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>
85322026-02-25T22:13:54.432Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9
85332026-02-25T22:13:54.432Z 25: tokio::runtime::runtime::Runtime::block_on_inner
85342026-02-25T22:13:54.432Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52
85352026-02-25T22:13:54.432Z 26: block_on<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>
85362026-02-25T22:13:54.432Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:342:18
85372026-02-25T22:13:54.432Z 27: test_disk_virtual_provisioning_collection_failed_delete
85382026-02-25T22:13:54.432Z at ./tests/integration_tests/disks.rs:1323:1
85392026-02-25T22:13:54.432Z 28: test_all::integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete::{{closure}}
85402026-02-25T22:13:54.432Z at ./tests/integration_tests/disks.rs:1326:2
85412026-02-25T22:13:54.432Z 29: core::ops::function::FnOnce::call_once
85422026-02-25T22:13:54.432Z at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/ops/function.rs:250:5
85432026-02-25T22:13:54.432Z 30: core::ops::function::FnOnce::call_once
85442026-02-25T22:13:54.432Z at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/ops/function.rs:250:5
85452026-02-25T22:13:54.432Z note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
85462026-02-25T22:13:54.432Z WARN: dropped CockroachInstance without cleaning it up first (there may still be a child process running and a temporary directory leaked)
85472026-02-25T22:13:54.432Z WARN: temporary directory leaked: "/var/tmp/omicron_tmp/.tmpmiwMLK"
85482026-02-25T22:13:54.432Z If you would like to access the database for debugging, run the following:
85492026-02-25T22:13:54.432Z
85502026-02-25T22:13:54.433Z # Run the database
85512026-02-25T22:13:54.433Z cargo xtask db-dev run --no-populate --store-dir "/var/tmp/omicron_tmp/.tmpmiwMLK/data"
85522026-02-25T22:13:54.433Z # Access the database. Note the port may change if you run multiple databases.
85532026-02-25T22:13:54.433Z cockroach sql --host=localhost:32221 --insecure
85542026-02-25T22:13:54.433Z WARN: dropped ClickHouse process without cleaning it up first (there may still be a child process running (PID 28287) and a temporary directory leaked, /var/tmp/omicron_tmp/test_all-46ec180f6e3b8cef-test_disk_virtual_provisioning_collection_failed_delete.28278.1-clickhouse-iEgXuS)
85552026-02-25T22:13:54.433Z failed to clean up ClickHouse data dir:
85562026-02-25T22:13:54.433Z - /var/tmp/omicron_tmp/test_all-46ec180f6e3b8cef-test_disk_virtual_provisioning_collection_failed_delete.28278.1-clickhouse-iEgXuS: File exists (os error 17)
85572026-02-25T22:13:54.433Z WARN: dropped DendriteInstance without cleaning it up first (there may still be a child process running and a temporary directory leaked)
85582026-02-25T22:13:54.433Z WARN: dendrite temporary directory leaked: /var/tmp/omicron_tmp/.tmpnPsrOU
85592026-02-25T22:13:54.433Z WARN: dropped MgdInstance without cleaning it up first (there may still be a child process running and a temporary directory leaked)
85602026-02-25T22:13:54.433Z WARN: mgd temporary directory leaked: /var/tmp/omicron_tmp/.tmpOgVG8l
85612026-02-25T22:13:54.433Z
85622026-02-25T22:14:09.621Z PASS [ 54.269s] (1425/2649) omicron-nexus::test_all integration_tests::disks::test_do_not_provision_on_dataset
85632026-02-25T22:14:15.650Z PASS [ 39.907s] (1426/2649) omicron-nexus::test_all integration_tests::disks::test_list_all_types_of_disk
85642026-02-25T22:14:23.832Z PASS [ 51.866s] (1427/2649) omicron-nexus::test_all integration_tests::disks::test_do_not_provision_on_dataset_not_enough
85652026-02-25T22:14:29.585Z PASS [ 39.903s] (1428/2649) omicron-nexus::test_all integration_tests::disks::test_no_halt_disk_delete_one_region_on_expunged_agent
85662026-02-25T22:14:35.788Z PASS [ 41.487s] (1429/2649) omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename
85672026-02-25T22:14:38.405Z PASS [ 48.876s] (1430/2649) omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
85682026-02-25T22:14:46.283Z PASS [ 36.658s] (1431/2649) omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent
85692026-02-25T22:15:00.770Z PASS [ 45.127s] (1432/2649) omicron-nexus::test_all integration_tests::disks::test_read_only_disk_different_vcr
85702026-02-25T22:15:02.392Z PASS [ 32.813s] (1433/2649) omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent_arbitrary
85712026-02-25T22:15:02.776Z PASS [ 38.951s] (1434/2649) omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent
85722026-02-25T22:15:05.383Z PASS [ 29.600s] (1435/2649) omicron-nexus::test_all integration_tests::disks::test_single_region_allocate
85732026-02-25T22:15:22.397Z PASS [ 43.949s] (1436/2649) omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace
85742026-02-25T22:15:25.259Z PASS [ 38.838s] (1437/2649) omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace_not_enough_zpools
85752026-02-25T22:15:35.164Z PASS [ 32.769s] (1438/2649) omicron-nexus::test_all integration_tests::external_ips::can_create_instance_with_ephemeral_ipv6_address
85762026-02-25T22:15:35.449Z PASS [ 32.678s] (1439/2649) omicron-nexus::test_all integration_tests::external_ips::can_create_instance_with_floating_ipv6_address
85772026-02-25T22:15:42.359Z PASS [ 36.983s] (1440/2649) omicron-nexus::test_all integration_tests::external_ips::can_list_instance_snat_ip
85782026-02-25T22:15:53.327Z PASS [ 52.565s] (1441/2649) omicron-nexus::test_all integration_tests::disks::test_zpool_control_plane_storage_buffer
85792026-02-25T22:15:53.847Z PASS [ 31.508s] (1442/2649) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_ephemeral_ipv4_to_instance_missing_ipv4_stack
85802026-02-25T22:15:57.223Z PASS [ 32.108s] (1443/2649) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_ephemeral_ipv6_to_instance_missing_ipv6_stack
85812026-02-25T22:16:07.403Z PASS [ 32.250s] (1444/2649) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_floating_ipv4_to_instance_missing_ipv4_stack
85822026-02-25T22:16:07.968Z PASS [ 32.525s] (1445/2649) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_floating_ipv6_to_instance_missing_ipv6_stack
85832026-02-25T22:16:13.583Z PASS [ 31.227s] (1446/2649) omicron-nexus::test_all integration_tests::external_ips::no_automatic_snat_for_ipv6
85842026-02-25T22:16:27.546Z PASS [ 34.227s] (1447/2649) omicron-nexus::test_all integration_tests::external_ips::test_ephemeral_ip_detach_requires_version_with_dual_stack
85852026-02-25T22:16:30.082Z PASS [ 36.222s] (1448/2649) omicron-nexus::test_all integration_tests::external_ips::test_ephemeral_ip_idempotent_attach_with_exhausted_explicit_pool
85862026-02-25T22:16:30.623Z PASS [ 33.419s] (1449/2649) omicron-nexus::test_all integration_tests::external_ips::test_ephemeral_ip_ip_version_conflict
85872026-02-25T22:16:46.203Z PASS [ 36.137s] (1450/2649) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_ephemeral_at_pool_exhaustion
85882026-02-25T22:16:53.774Z PASS [ 45.813s] (1451/2649) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fail_if_in_use_by_other
85892026-02-25T22:16:59.414Z PASS [ 29.359s] (1452/2649) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access
85902026-02-25T22:17:08.904Z PASS [ 38.285s] (1453/2649) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attach_fail_between_projects
85912026-02-25T22:17:13.578Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum
85922026-02-25T22:17:14.479Z PASS [ 30.951s] (1454/2649) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create
85932026-02-25T22:17:14.592Z PASS [ 61.021s] (1455/2649) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum
85942026-02-25T22:17:24.969Z PASS [ 57.434s] (1456/2649) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach
85952026-02-25T22:17:25.922Z PASS [ 26.513s] (1457/2649) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool
85962026-02-25T22:17:37.597Z PASS [ 43.831s] (1458/2649) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_attachment
85972026-02-25T22:17:38.659Z PASS [ 29.767s] (1459/2649) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use
85982026-02-25T22:17:43.095Z PASS [ 28.621s] (1460/2649) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_not_in_pool
85992026-02-25T22:17:43.467Z PASS [ 28.883s] (1461/2649) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use
86002026-02-25T22:17:57.358Z PASS [ 31.442s] (1462/2649) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete
86012026-02-25T22:17:57.585Z PASS [ 32.621s] (1463/2649) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_non_admin
86022026-02-25T22:18:06.756Z PASS [ 29.164s] (1464/2649) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_ip_version_conflict
86032026-02-25T22:18:08.087Z PASS [ 29.434s] (1465/2649) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_update
86042026-02-25T22:18:22.867Z PASS [ 39.404s] (1466/2649) omicron-nexus::test_all integration_tests::external_subnets::cannot_attach_subnet_in_another_project
86052026-02-25T22:18:30.990Z PASS [ 33.411s] (1467/2649) omicron-nexus::test_all integration_tests::external_subnets::cannot_delete_attached_external_subnet
86062026-02-25T22:18:32.265Z PASS [ 49.179s] (1468/2649) omicron-nexus::test_all integration_tests::external_subnets::cannot_attach_subnet_attached_to_another_instance
86072026-02-25T22:18:37.063Z PASS [ 28.981s] (1469/2649) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_basic_crud
86082026-02-25T22:18:44.916Z PASS [ 38.167s] (1470/2649) omicron-nexus::test_all integration_tests::external_subnets::cannot_detach_subnet_that_is_not_attached
86092026-02-25T22:18:50.957Z PASS [ 28.098s] (1471/2649) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_create_name_conflict
86102026-02-25T22:18:57.350Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::external_subnets::cannot_attach_too_many_subnets
86112026-02-25T22:18:57.488Z PASS [ 26.502s] (1472/2649) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_create_nonexistent_pool
86122026-02-25T22:18:59.642Z PASS [ 27.382s] (1473/2649) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_create_unlinked_pool
86132026-02-25T22:19:07.146Z PASS [ 30.088s] (1474/2649) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_pagination
86142026-02-25T22:19:22.986Z PASS [ 38.077s] (1475/2649) omicron-nexus::test_all integration_tests::external_subnets::test_can_attach_external_subnet_to_stopped_instance
86152026-02-25T22:19:33.361Z PASS [ 42.411s] (1476/2649) omicron-nexus::test_all integration_tests::external_subnets::test_external_subnet_attach
86162026-02-25T22:19:33.564Z PASS [ 36.083s] (1477/2649) omicron-nexus::test_all integration_tests::images::test_image_create
86172026-02-25T22:19:35.419Z PASS [ 98.079s] (1478/2649) omicron-nexus::test_all integration_tests::external_subnets::cannot_attach_too_many_subnets
86182026-02-25T22:19:38.242Z PASS [ 38.607s] (1479/2649) omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions
86192026-02-25T22:19:54.870Z PASS [ 47.733s] (1480/2649) omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
86202026-02-25T22:20:01.098Z PASS [ 38.117s] (1481/2649) omicron-nexus::test_all integration_tests::images::test_image_promotion
86212026-02-25T22:20:08.141Z PASS [ 34.583s] (1482/2649) omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small
86222026-02-25T22:20:09.036Z PASS [ 35.681s] (1483/2649) omicron-nexus::test_all integration_tests::images::test_make_disk_from_image
86232026-02-25T22:20:09.751Z PASS [ 31.514s] (1484/2649) omicron-nexus::test_all integration_tests::images::test_silo_image_create
86242026-02-25T22:20:11.231Z PASS [ 10.136s] (1485/2649) omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
86252026-02-25T22:20:11.800Z PASS [ 36.387s] (1486/2649) omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails
86262026-02-25T22:20:13.203Z PASS [ 18.336s] (1487/2649) omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
86272026-02-25T22:20:14.595Z PASS [ 5.560s] (1488/2649) omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated
86282026-02-25T22:20:17.218Z PASS [ 9.078s] (1489/2649) omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema
86292026-02-25T22:20:22.469Z PASS [ 12.719s] (1490/2649) omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema
86302026-02-25T22:20:45.752Z PASS [ 33.959s] (1491/2649) omicron-nexus::test_all integration_tests::instances::cannot_make_new_primary_nic_lacking_ip_stack_for_external_addresses
86312026-02-25T22:20:45.830Z PASS [ 34.606s] (1492/2649) omicron-nexus::test_all integration_tests::instances::can_create_instance_with_multiple_nics_and_ephemeral_ip
86322026-02-25T22:20:54.543Z PASS [ 37.332s] (1493/2649) omicron-nexus::test_all integration_tests::instances::test_auto_restart_policy_can_be_changed
86332026-02-25T22:21:05.256Z PASS [ 50.648s] (1494/2649) omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance
86342026-02-25T22:21:09.630Z PASS [ 47.171s] (1495/2649) omicron-nexus::test_all integration_tests::instances::test_boot_disk_can_be_changed
86352026-02-25T22:21:13.194Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
86362026-02-25T22:21:16.902Z PASS [ 63.710s] (1496/2649) omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
86372026-02-25T22:21:29.674Z PASS [ 43.929s] (1497/2649) omicron-nexus::test_all integration_tests::instances::test_boot_disk_must_be_attached
86382026-02-25T22:21:34.085Z PASS [ 28.834s] (1498/2649) omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_bad_hostname
86392026-02-25T22:21:34.874Z PASS [ 49.053s] (1499/2649) omicron-nexus::test_all integration_tests::instances::test_can_start_instance_with_cpu_platform
86402026-02-25T22:21:37.522Z PASS [ 27.896s] (1500/2649) omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_empty_hostname
86412026-02-25T22:21:54.182Z PASS [ 59.649s] (1501/2649) omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
86422026-02-25T22:22:01.628Z PASS [ 44.732s] (1502/2649) omicron-nexus::test_all integration_tests::instances::test_cannot_detach_boot_disk
86432026-02-25T22:22:02.085Z PASS [ 28.004s] (1503/2649) omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit
86442026-02-25T22:22:09.285Z PASS [ 31.768s] (1504/2649) omicron-nexus::test_all integration_tests::instances::test_cannot_start_instance_with_unsatisfiable_cpu_platform
86452026-02-25T22:22:22.815Z PASS [ 53.141s] (1505/2649) omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
86462026-02-25T22:22:25.547Z PASS [ 50.682s] (1506/2649) omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
86472026-02-25T22:22:25.678Z PASS [ 31.501s] (1507/2649) omicron-nexus::test_all integration_tests::instances::test_cpu_platform_can_be_changed
86482026-02-25T22:22:57.915Z PASS [ 56.300s] (1508/2649) omicron-nexus::test_all integration_tests::instances::test_disk_attach_limit
86492026-02-25T22:22:57.953Z PASS [ 35.153s] (1509/2649) omicron-nexus::test_all integration_tests::instances::test_instance_access
86502026-02-25T22:23:02.076Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
86512026-02-25T22:23:04.645Z PASS [ 39.103s] (1510/2649) omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips
86522026-02-25T22:23:07.412Z PASS [ 58.139s] (1511/2649) omicron-nexus::test_all integration_tests::instances::test_duplicate_disk_attach_requests_ok
86532026-02-25T22:23:21.198Z PASS [ 55.530s] (1512/2649) omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
86542026-02-25T22:23:51.889Z PASS [ 53.983s] (1513/2649) omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
86552026-02-25T22:23:53.739Z PASS [ 49.104s] (1514/2649) omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo
86562026-02-25T22:23:54.233Z PASS [ 56.291s] (1515/2649) omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface
86572026-02-25T22:23:57.183Z PASS [ 49.780s] (1516/2649) omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record
86582026-02-25T22:23:59.103Z PASS [ 117.040s] (1517/2649) omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
86592026-02-25T22:24:04.684Z PASS [ 43.494s] (1518/2649) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_anti_affinity_groups
86602026-02-25T22:24:31.783Z PASS [ 39.900s] (1519/2649) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_anti_affinity_groups_that_do_not_exist
86612026-02-25T22:24:36.824Z PASS [ 43.093s] (1520/2649) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_cross_project_subnet
86622026-02-25T22:24:40.725Z PASS [ 46.500s] (1521/2649) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_duplicate_anti_affinity_groups
86632026-02-25T22:24:41.294Z PASS [ 36.616s] (1522/2649) omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool
86642026-02-25T22:24:47.671Z PASS [ 50.497s] (1523/2649) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_ssh_keys
86652026-02-25T22:24:59.094Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
86662026-02-25T22:25:04.831Z PASS [ 33.055s] (1524/2649) omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_no_default_pool_error
86672026-02-25T22:25:17.172Z PASS [ 78.082s] (1525/2649) omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
86682026-02-25T22:25:19.269Z PASS [ 42.452s] (1526/2649) omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_deleted
86692026-02-25T22:25:29.554Z PASS [ 46.515s] (1527/2649) omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_restarted
86702026-02-25T22:25:31.553Z PASS [ 47.055s] (1528/2649) omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_stopped
86712026-02-25T22:25:36.534Z PASS [ 48.872s] (1529/2649) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_automatically_reincarnates
86722026-02-25T22:25:45.433Z PASS [ 40.608s] (1530/2649) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_deleted
86732026-02-25T22:25:58.879Z PASS [ 41.716s] (1531/2649) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_restarted
86742026-02-25T22:26:19.259Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_stop_request_does_not_reincarnate
86752026-02-25T22:26:21.976Z PASS [ 53.644s] (1532/2649) omicron-nexus::test_all integration_tests::instances::test_instance_metrics
86762026-02-25T22:26:27.223Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_instance_failed_when_on_expunged_sled
86772026-02-25T22:26:36.525Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration
86782026-02-25T22:26:37.041Z PASS [ 60.517s] (1533/2649) omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration
86792026-02-25T22:26:39.180Z PASS [ 53.756s] (1534/2649) omicron-nexus::test_all integration_tests::instances::test_instance_migrate
86802026-02-25T22:26:48.056Z PASS [ 80.838s] (1535/2649) omicron-nexus::test_all integration_tests::instances::test_instance_failed_when_on_expunged_sled
86812026-02-25T22:26:52.227Z PASS [ 92.976s] (1536/2649) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_stop_request_does_not_reincarnate
86822026-02-25T22:26:57.558Z PASS [ 58.689s] (1537/2649) omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p_and_routes
86832026-02-25T22:27:15.601Z PASS [ 27.550s] (1538/2649) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_three_ephemeral_ips
86842026-02-25T22:27:15.794Z PASS [ 38.761s] (1539/2649) omicron-nexus::test_all integration_tests::instances::test_instance_migration_incompatible_cpu_platforms
86852026-02-25T22:27:17.409Z PASS [ 55.443s] (1540/2649) omicron-nexus::test_all integration_tests::instances::test_instance_migration_compatible_cpu_platforms
86862026-02-25T22:27:18.117Z PASS [ 38.944s] (1541/2649) omicron-nexus::test_all integration_tests::instances::test_instance_migration_unknown_sled_type
86872026-02-25T22:27:20.377Z PASS [ 28.153s] (1542/2649) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_two_ephemeral_auto_none_with_explicit
86882026-02-25T22:27:23.197Z PASS [ 25.643s] (1543/2649) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_two_ephemeral_auto_without_version
86892026-02-25T22:27:44.294Z PASS [ 28.697s] (1544/2649) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_two_ephemeral_same_pool
86902026-02-25T22:27:51.477Z PASS [ 33.366s] (1545/2649) omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interface_transit_ips
86912026-02-25T22:27:54.126Z PASS [ 30.935s] (1546/2649) omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails
86922026-02-25T22:28:10.756Z PASS [ 54.971s] (1547/2649) omicron-nexus::test_all integration_tests::instances::test_instance_serial
86932026-02-25T22:28:15.922Z PASS [ 55.556s] (1548/2649) omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
86942026-02-25T22:28:17.401Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
86952026-02-25T22:28:24.124Z PASS [ 32.653s] (1549/2649) omicron-nexus::test_all integration_tests::instances::test_instance_with_explicit_dual_stack_address
86962026-02-25T22:28:35.525Z PASS [ 78.128s] (1550/2649) omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
86972026-02-25T22:28:37.606Z PASS [ 53.322s] (1551/2649) omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings
86982026-02-25T22:28:40.214Z PASS [ 29.463s] (1552/2649) omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely
86992026-02-25T22:28:54.117Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_instance_with_max_disks
87002026-02-25T22:28:54.309Z PASS [ 38.394s] (1553/2649) omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces
87012026-02-25T22:28:59.602Z PASS [ 35.484s] (1554/2649) omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ipv4_address
87022026-02-25T22:29:04.972Z PASS [ 27.370s] (1555/2649) omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found
87032026-02-25T22:29:12.912Z PASS [ 37.395s] (1556/2649) omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ipv6_address
87042026-02-25T22:29:19.573Z PASS [ 39.367s] (1557/2649) omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors
87052026-02-25T22:29:31.383Z PASS [ 37.081s] (1558/2649) omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors_by_instance_watcher
87062026-02-25T22:29:40.824Z PASS [ 35.858s] (1559/2649) omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start
87072026-02-25T22:29:41.815Z PASS [ 22.246s] (1560/2649) omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request
87082026-02-25T22:29:54.107Z SLOW [>120.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_instance_with_max_disks
87092026-02-25T22:29:55.149Z PASS [ 42.243s] (1561/2649) omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped
87102026-02-25T22:29:57.399Z PASS [ 26.020s] (1562/2649) omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size
87112026-02-25T22:29:58.231Z PASS [ 58.639s] (1563/2649) omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
87122026-02-25T22:30:07.248Z PASS [ 26.429s] (1564/2649) omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size
87132026-02-25T22:30:09.328Z PASS [ 27.517s] (1565/2649) omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size
87142026-02-25T22:30:22.200Z PASS [ 23.973s] (1566/2649) omicron-nexus::test_all integration_tests::instances::test_updating_missing_instance_is_not_found
87152026-02-25T22:30:37.387Z PASS [ 42.247s] (1567/2649) omicron-nexus::test_all integration_tests::instances::test_silo_limited_collaborator_cross_project_subnet
87162026-02-25T22:30:41.070Z PASS [ 43.678s] (1568/2649) omicron-nexus::test_all integration_tests::instances::test_size_can_be_changed
87172026-02-25T22:30:47.315Z PASS [ 37.994s] (1569/2649) omicron-nexus::test_all integration_tests::internet_gateway::test_igw_ip_pool_attach_silo_user
87182026-02-25T22:30:54.098Z SLOW [>180.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_instance_with_max_disks
87192026-02-25T22:30:58.694Z PASS [ 51.455s] (1570/2649) omicron-nexus::test_all integration_tests::instances::test_updating_running_instance_boot_disk_is_conflict
87202026-02-25T22:31:00.966Z PASS [ 38.773s] (1571/2649) omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_address_detach
87212026-02-25T22:31:08.713Z PASS [ 21.401s] (1572/2649) omicron-nexus::test_all integration_tests::inventory_matching::test_simulated_baseboard_model
87222026-02-25T22:31:19.252Z PASS [ 38.189s] (1573/2649) omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_delete_cascade
87232026-02-25T22:31:21.469Z PASS [ 22.778s] (1574/2649) omicron-nexus::test_all integration_tests::inventory_matching::test_sled_sp_inventory_matching
87242026-02-25T22:31:22.444Z PASS [ 45.065s] (1575/2649) omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_basic_crud
87252026-02-25T22:31:29.664Z PASS [ 28.702s] (1576/2649) omicron-nexus::test_all integration_tests::ip_pools::cannot_unlink_ip_pool_with_outstanding_floating_ips
87262026-02-25T22:31:46.883Z PASS [ 232.800s] (1577/2649) omicron-nexus::test_all integration_tests::instances::test_instance_with_max_disks
87272026-02-25T22:31:47.798Z PASS [ 28.551s] (1578/2649) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud
87282026-02-25T22:31:51.905Z PASS [ 29.466s] (1579/2649) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo
87292026-02-25T22:31:52.925Z PASS [ 44.221s] (1580/2649) omicron-nexus::test_all integration_tests::ip_pools::cannot_unlink_ip_pool_with_outstanding_instance_ips
87302026-02-25T22:31:54.244Z PASS [ 32.781s] (1581/2649) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_dedupe
87312026-02-25T22:31:55.579Z PASS [ 25.920s] (1582/2649) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_multicast_rejects_reserved_ranges
87322026-02-25T22:32:16.039Z PASS [ 29.161s] (1583/2649) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination
87332026-02-25T22:32:17.669Z PASS [ 29.876s] (1584/2649) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails
87342026-02-25T22:32:19.807Z PASS [ 27.906s] (1585/2649) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination
87352026-02-25T22:32:20.231Z PASS [ 27.310s] (1586/2649) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service
87362026-02-25T22:32:23.131Z PASS [ 28.892s] (1587/2649) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service_no_cud
87372026-02-25T22:32:26.470Z PASS [ 30.897s] (1588/2649) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link
87382026-02-25T22:32:47.410Z PASS [ 31.376s] (1589/2649) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_list_only_discoverable
87392026-02-25T22:32:47.779Z PASS [ 27.977s] (1590/2649) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_unicast_defaults
87402026-02-25T22:32:52.831Z PASS [ 32.606s] (1591/2649) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default
87412026-02-25T22:32:54.435Z PASS [ 36.773s] (1592/2649) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silos_pagination
87422026-02-25T22:32:54.478Z PASS [ 28.013s] (1593/2649) omicron-nexus::test_all integration_tests::ip_pools::test_ipv4_ip_pool_utilization_total
87432026-02-25T22:33:10.823Z PASS [ 47.699s] (1594/2649) omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails
87442026-02-25T22:33:14.714Z PASS [ 27.309s] (1595/2649) omicron-nexus::test_all integration_tests::ip_pools::test_ipv6_ip_pool_utilization_total
87452026-02-25T22:33:33.707Z PASS [ 45.936s] (1596/2649) omicron-nexus::test_all integration_tests::local_storage::test_create_large_local_storage_disk
87462026-02-25T22:33:36.930Z PASS [ 44.107s] (1597/2649) omicron-nexus::test_all integration_tests::local_storage::test_reject_creating_local_storage_disk
87472026-02-25T22:33:40.024Z PASS [ 29.207s] (1598/2649) omicron-nexus::test_all integration_tests::metrics::test_mgs_metrics
87482026-02-25T22:33:48.141Z PASS [ 53.715s] (1599/2649) omicron-nexus::test_all integration_tests::metrics::test_instance_watcher_metrics
87492026-02-25T22:33:54.469Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::metrics::test_metrics
87502026-02-25T22:33:59.825Z PASS [ 26.123s] (1600/2649) omicron-nexus::test_all integration_tests::metrics::test_system_timeseries_schema_list
87512026-02-25T22:34:02.658Z PASS [ 25.732s] (1601/2649) omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records
87522026-02-25T22:34:11.780Z PASS [ 31.762s] (1602/2649) omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration
87532026-02-25T22:34:14.706Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::metrics::test_project_timeseries_query
87542026-02-25T22:34:18.651Z PASS [ 63.949s] (1603/2649) omicron-nexus::test_all integration_tests::metrics::test_project_timeseries_query
87552026-02-25T22:34:22.063Z PASS [ 87.598s] (1604/2649) omicron-nexus::test_all integration_tests::metrics::test_metrics
87562026-02-25T22:34:43.945Z PASS [ 41.295s] (1605/2649) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64
87572026-02-25T22:34:48.133Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
87582026-02-25T22:34:52.502Z PASS [ 64.372s] (1606/2649) omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
87592026-02-25T22:34:53.277Z PASS [ 41.504s] (1607/2649) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple
87602026-02-25T22:34:58.052Z PASS [ 39.408s] (1608/2649) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk
87612026-02-25T22:34:59.816Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
87622026-02-25T22:35:22.054Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
87632026-02-25T22:35:23.729Z PASS [ 83.920s] (1609/2649) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
87642026-02-25T22:35:31.706Z PASS [ 39.212s] (1610/2649) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset
87652026-02-25T22:35:42.882Z PASS [ 80.834s] (1611/2649) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
87662026-02-25T22:35:43.937Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
87672026-02-25T22:35:53.270Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
87682026-02-25T22:35:58.044Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
87692026-02-25T22:36:00.456Z PASS [ 62.415s] (1612/2649) omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
87702026-02-25T22:36:04.208Z PASS [ 80.278s] (1613/2649) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
87712026-02-25T22:36:11.452Z PASS [ 78.189s] (1614/2649) omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
87722026-02-25T22:36:23.723Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
87732026-02-25T22:36:23.748Z PASS [ 60.018s] (1615/2649) omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
87742026-02-25T22:36:31.698Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
87752026-02-25T22:36:33.757Z PASS [ 50.883s] (1616/2649) omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing
87762026-02-25T22:36:40.528Z PASS [ 68.833s] (1617/2649) omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
87772026-02-25T22:37:00.447Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
87782026-02-25T22:37:04.199Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
87792026-02-25T22:37:04.790Z PASS [ 41.060s] (1618/2649) omicron-nexus::test_all integration_tests::probe::test_probe_basic_crud
87802026-02-25T22:37:06.817Z PASS [ 26.294s] (1619/2649) omicron-nexus::test_all integration_tests::projects::test_limited_collaborator_cannot_create_project
87812026-02-25T22:37:09.108Z PASS [ 35.359s] (1620/2649) omicron-nexus::test_all integration_tests::probe::test_probe_pool_selector_ip_version
87822026-02-25T22:37:11.445Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::password_login::test_local_users
87832026-02-25T22:37:36.711Z PASS [ 96.272s] (1621/2649) omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
87842026-02-25T22:37:37.634Z PASS [ 32.850s] (1622/2649) omicron-nexus::test_all integration_tests::projects::test_project_deletion
87852026-02-25T22:37:40.537Z PASS [ 33.727s] (1623/2649) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_affinity_group
87862026-02-25T22:37:41.765Z PASS [ 97.574s] (1624/2649) omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
87872026-02-25T22:37:42.193Z PASS [ 33.091s] (1625/2649) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_anti_affinity_group
87882026-02-25T22:38:11.435Z SLOW [>120.000s] (─────────) omicron-nexus::test_all integration_tests::password_login::test_local_users
87892026-02-25T22:38:17.874Z PASS [ 37.343s] (1626/2649) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image
87902026-02-25T22:38:21.850Z PASS [ 45.147s] (1627/2649) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk
87912026-02-25T22:38:22.692Z PASS [ 40.935s] (1628/2649) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance
87922026-02-25T22:38:23.887Z PASS [ 46.261s] (1629/2649) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_floating_ip
87932026-02-25T22:38:25.899Z PASS [ 134.471s] (1630/2649) omicron-nexus::test_all integration_tests::password_login::test_local_users
87942026-02-25T22:38:33.436Z PASS [ 51.252s] (1631/2649) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot
87952026-02-25T22:38:50.028Z PASS [ 27.340s] (1632/2649) omicron-nexus::test_all integration_tests::quiesce::test_quiesce
87962026-02-25T22:38:51.044Z PASS [ 33.176s] (1633/2649) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc
87972026-02-25T22:38:53.136Z PASS [ 31.291s] (1634/2649) omicron-nexus::test_all integration_tests::projects::test_projects
87982026-02-25T22:38:59.654Z PASS [ 35.773s] (1635/2649) omicron-nexus::test_all integration_tests::quotas::test_negative_quota
87992026-02-25T22:39:03.745Z PASS [ 37.853s] (1636/2649) omicron-nexus::test_all integration_tests::quotas::test_quota_limits
88002026-02-25T22:39:18.309Z PASS [ 28.285s] (1637/2649) omicron-nexus::test_all integration_tests::rack::test_get_own_rack
88012026-02-25T22:39:20.110Z PASS [ 29.071s] (1638/2649) omicron-nexus::test_all integration_tests::rack::test_list_own_rack
88022026-02-25T22:39:25.085Z PASS [ 31.955s] (1639/2649) omicron-nexus::test_all integration_tests::rack::test_rack_initialization
88032026-02-25T22:39:26.670Z PASS [ 27.022s] (1640/2649) omicron-nexus::test_all integration_tests::rack::test_sled_add
88042026-02-25T22:39:29.495Z PASS [ 25.754s] (1641/2649) omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized
88052026-02-25T22:39:33.427Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::quotas::test_quotas
88062026-02-25T22:39:45.519Z PASS [ 27.216s] (1642/2649) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet
88072026-02-25T22:39:51.458Z PASS [ 31.352s] (1643/2649) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project
88082026-02-25T22:39:52.434Z PASS [ 27.354s] (1644/2649) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo
88092026-02-25T22:39:55.596Z PASS [ 28.931s] (1645/2649) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit
88102026-02-25T22:39:59.781Z PASS [ 86.360s] (1646/2649) omicron-nexus::test_all integration_tests::quotas::test_quotas
88112026-02-25T22:40:00.100Z PASS [ 0.319s] (1647/2649) omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed
88122026-02-25T22:40:00.342Z PASS [ 0.242s] (1648/2649) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response
88132026-02-25T22:40:00.569Z PASS [ 0.227s] (1649/2649) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256
88142026-02-25T22:40:00.790Z PASS [ 0.221s] (1650/2649) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes
88152026-02-25T22:40:01.084Z PASS [ 0.293s] (1651/2649) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name
88162026-02-25T22:40:05.387Z PASS [ 35.897s] (1652/2649) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_crud_operations
88172026-02-25T22:40:17.669Z PASS [ 32.153s] (1653/2649) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_custom_targets
88182026-02-25T22:40:23.032Z PASS [ 30.603s] (1654/2649) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_internet_gateway_target
88192026-02-25T22:40:26.939Z PASS [ 31.349s] (1655/2649) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_modify_system_routes
88202026-02-25T22:40:27.241Z PASS [ 26.162s] (1656/2649) omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp
88212026-02-25T22:40:32.758Z PASS [ 27.377s] (1657/2649) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp
88222026-02-25T22:40:33.200Z PASS [ 0.442s] (1658/2649) omicron-nexus::test_all integration_tests::saml::test_handle_saml_response_with_xml_comment
88232026-02-25T22:40:36.721Z PASS [ 45.271s] (1659/2649) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_mixed_v4_v6
88242026-02-25T22:40:44.433Z PASS [ 26.772s] (1660/2649) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding
88252026-02-25T22:40:44.749Z PASS [ 0.315s] (1661/2649) omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key
88262026-02-25T22:40:44.979Z PASS [ 0.229s] (1662/2649) omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response
88272026-02-25T22:40:47.951Z PASS [ 24.924s] (1663/2649) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated
88282026-02-25T22:40:52.935Z PASS [ 25.699s] (1664/2649) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys
88292026-02-25T22:40:53.182Z PASS [ 26.247s] (1665/2649) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys
88302026-02-25T22:41:00.981Z PASS [ 27.785s] (1666/2649) omicron-nexus::test_all integration_tests::saml::test_post_saml_response
88312026-02-25T22:41:03.777Z PASS [ 27.062s] (1667/2649) omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state
88322026-02-25T22:41:09.783Z PASS [ 24.809s] (1668/2649) omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404
88332026-02-25T22:41:12.043Z PASS [ 24.096s] (1669/2649) omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid
88342026-02-25T22:41:14.494Z PASS [ 21.562s] (1670/2649) omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair
88352026-02-25T22:41:14.638Z PASS [ 21.460s] (1671/2649) omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok
88362026-02-25T22:41:15.354Z PASS [ 3.312s] (1672/2649) omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns
88372026-02-25T22:41:18.294Z PASS [ 2.940s] (1673/2649) omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause
88382026-02-25T22:41:20.832Z PASS [ 2.538s] (1674/2649) omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment
88392026-02-25T22:41:23.437Z PASS [ 2.605s] (1675/2649) omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint
88402026-02-25T22:41:26.272Z PASS [ 2.836s] (1676/2649) omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order
88412026-02-25T22:41:28.939Z PASS [ 2.667s] (1677/2649) omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause
88422026-02-25T22:42:28.930Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
88432026-02-25T22:43:28.920Z SLOW [>120.000s] (─────────) omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
88442026-02-25T22:44:15.399Z PASS [ 166.490s] (1678/2649) omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
88452026-02-25T22:44:17.138Z PASS [ 1.739s] (1679/2649) omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus
88462026-02-25T22:45:17.129Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
88472026-02-25T22:46:17.119Z SLOW [>120.000s] (─────────) omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
88482026-02-25T22:46:20.619Z FAIL [ 123.455s] (1680/2649) omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
88492026-02-25T22:46:20.619Z stdout ───
88502026-02-25T22:46:20.619Z
88512026-02-25T22:46:20.619Z running 1 test
88522026-02-25T22:46:20.619Z test integration_tests::schema::nexus_applies_update_on_boot has been running for over 60 seconds
88532026-02-25T22:46:20.619Z test integration_tests::schema::nexus_applies_update_on_boot ... FAILED
88542026-02-25T22:46:20.619Z
88552026-02-25T22:46:20.619Z failures:
88562026-02-25T22:46:20.619Z
88572026-02-25T22:46:20.619Z failures:
88582026-02-25T22:46:20.619Z integration_tests::schema::nexus_applies_update_on_boot
88592026-02-25T22:46:20.619Z
88602026-02-25T22:46:20.620Z test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 555 filtered out; finished in 123.20s
88612026-02-25T22:46:20.620Z
88622026-02-25T22:46:20.620Z stderr ───
88632026-02-25T22:46:20.620Z log file: /var/tmp/omicron_tmp/test_all-46ec180f6e3b8cef-nexus_applies_update_on_boot.3373.0.log
88642026-02-25T22:46:20.620Z note: configured to log to "/var/tmp/omicron_tmp/test_all-46ec180f6e3b8cef-nexus_applies_update_on_boot.3373.0.log"
88652026-02-25T22:46:20.620Z DB URL: postgresql://root@[::1]:45457/omicron?sslmode=disable
88662026-02-25T22:46:20.620Z DB address: [::1]:45457
88672026-02-25T22:46:20.620Z log file: /var/tmp/omicron_tmp/test_all-46ec180f6e3b8cef-nexus_applies_update_on_boot.3373.1.log
88682026-02-25T22:46:20.620Z note: configured to log to "/var/tmp/omicron_tmp/test_all-46ec180f6e3b8cef-nexus_applies_update_on_boot.3373.1.log"
88692026-02-25T22:46:20.620Z log file: /var/tmp/omicron_tmp/test_all-46ec180f6e3b8cef-nexus_applies_update_on_boot.3373.2.log
88702026-02-25T22:46:20.620Z note: configured to log to "/var/tmp/omicron_tmp/test_all-46ec180f6e3b8cef-nexus_applies_update_on_boot.3373.2.log"
88712026-02-25T22:46:20.620Z
88722026-02-25T22:46:20.620Z thread 'integration_tests::schema::nexus_applies_update_on_boot' (2) panicked at nexus/tests/integration_tests/schema.rs:411:5:
88732026-02-25T22:46:20.620Z Nexus should have started
88742026-02-25T22:46:20.620Z stack backtrace:
88752026-02-25T22:46:20.620Z 0: __rustc::rust_begin_unwind
88762026-02-25T22:46:20.620Z at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5
88772026-02-25T22:46:20.620Z 1: core::panicking::panic_fmt
88782026-02-25T22:46:20.620Z at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14
88792026-02-25T22:46:20.620Z 2: {async_block#0}
88802026-02-25T22:46:20.620Z at ./tests/integration_tests/schema.rs:411:5
88812026-02-25T22:46:20.620Z 3: poll<&mut dyn core::future::future::Future<Output=()>>
88822026-02-25T22:46:20.620Z at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/future/future.rs:133:9
88832026-02-25T22:46:20.620Z 4: poll<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>
88842026-02-25T22:46:20.620Z at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/future/future.rs:133:9
88852026-02-25T22:46:20.620Z 5: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>
88862026-02-25T22:46:20.620Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70
88872026-02-25T22:46:20.621Z 6: with_budget<core::task::poll::Poll<()>, tokio::runtime::scheduler::current_thread::{impl#9}::block_on::{closure#0}::{closure#0}::{closure_env#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>>
88882026-02-25T22:46:20.621Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:167:5
88892026-02-25T22:46:20.621Z 7: budget<core::task::poll::Poll<()>, tokio::runtime::scheduler::current_thread::{impl#9}::block_on::{closure#0}::{closure#0}::{closure_env#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>>
88902026-02-25T22:46:20.621Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:133:5
88912026-02-25T22:46:20.621Z 8: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>
88922026-02-25T22:46:20.621Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25
88932026-02-25T22:46:20.621Z 9: tokio::runtime::scheduler::current_thread::Context::enter
88942026-02-25T22:46:20.621Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19
88952026-02-25T22:46:20.621Z 10: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>
88962026-02-25T22:46:20.621Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44
88972026-02-25T22:46:20.621Z 11: tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}
88982026-02-25T22:46:20.621Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68
88992026-02-25T22:46:20.621Z 12: tokio::runtime::context::scoped::Scoped<T>::set
89002026-02-25T22:46:20.621Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9
89012026-02-25T22:46:20.621Z 13: tokio::runtime::context::set_scheduler::{{closure}}
89022026-02-25T22:46:20.621Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38
89032026-02-25T22:46:20.621Z 14: try_with<tokio::runtime::context::Context, tokio::runtime::context::set_scheduler::{closure_env#0}<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core, alloc::alloc::Global>, core::option::Option<()>), tokio::runtime::scheduler::current_thread::{impl#9}::enter::{closure_env#0}<tokio::runtime::scheduler::current_thread::{impl#9}::block_on::{closure_env#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>, core::option::Option<()>>>, (alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core, alloc::alloc::Global>, core::option::Option<()>)>
89042026-02-25T22:46:20.621Z at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/thread/local.rs:315:12
89052026-02-25T22:46:20.621Z 15: std::thread::local::LocalKey<T>::with
89062026-02-25T22:46:20.621Z at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/thread/local.rs:279:20
89072026-02-25T22:46:20.621Z 16: tokio::runtime::context::set_scheduler
89082026-02-25T22:46:20.621Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17
89092026-02-25T22:46:20.621Z 17: tokio::runtime::scheduler::current_thread::CoreGuard::enter
89102026-02-25T22:46:20.621Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27
89112026-02-25T22:46:20.621Z 18: tokio::runtime::scheduler::current_thread::CoreGuard::block_on
89122026-02-25T22:46:20.621Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24
89132026-02-25T22:46:20.621Z 19: {closure#0}<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>
89142026-02-25T22:46:20.621Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33
89152026-02-25T22:46:20.621Z 20: tokio::runtime::context::runtime::enter_runtime
89162026-02-25T22:46:20.622Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime.rs:65:16
89172026-02-25T22:46:20.622Z 21: block_on<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>
89182026-02-25T22:46:20.622Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9
89192026-02-25T22:46:20.622Z 22: tokio::runtime::runtime::Runtime::block_on_inner
89202026-02-25T22:46:20.622Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52
89212026-02-25T22:46:20.622Z 23: block_on<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>
89222026-02-25T22:46:20.622Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:342:18
89232026-02-25T22:46:20.622Z 24: nexus_applies_update_on_boot
89242026-02-25T22:46:20.622Z at ./tests/integration_tests/schema.rs:425:29
89252026-02-25T22:46:20.622Z 25: test_all::integration_tests::schema::nexus_applies_update_on_boot::{{closure}}
89262026-02-25T22:46:20.622Z at ./tests/integration_tests/schema.rs:381:40
89272026-02-25T22:46:20.622Z 26: core::ops::function::FnOnce::call_once
89282026-02-25T22:46:20.622Z at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/ops/function.rs:250:5
89292026-02-25T22:46:20.622Z 27: core::ops::function::FnOnce::call_once
89302026-02-25T22:46:20.622Z at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/ops/function.rs:250:5
89312026-02-25T22:46:20.622Z note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
89322026-02-25T22:46:20.622Z WARN: dropped CockroachInstance without cleaning it up first (there may still be a child process running and a temporary directory leaked)
89332026-02-25T22:46:20.622Z WARN: temporary directory leaked: "/var/tmp/omicron_tmp/.tmpdhju5N"
89342026-02-25T22:46:20.622Z If you would like to access the database for debugging, run the following:
89352026-02-25T22:46:20.622Z
89362026-02-25T22:46:20.622Z # Run the database
89372026-02-25T22:46:20.622Z cargo xtask db-dev run --no-populate --store-dir "/var/tmp/omicron_tmp/.tmpdhju5N/data"
89382026-02-25T22:46:20.622Z # Access the database. Note the port may change if you run multiple databases.
89392026-02-25T22:46:20.622Z cockroach sql --host=localhost:32221 --insecure
89402026-02-25T22:46:20.622Z WARN: dropped DendriteInstance without cleaning it up first (there may still be a child process running and a temporary directory leaked)
89412026-02-25T22:46:20.622Z WARN: dendrite temporary directory leaked: /var/tmp/omicron_tmp/.tmp85X61x
89422026-02-25T22:46:20.622Z WARN: dropped DendriteInstance without cleaning it up first (there may still be a child process running and a temporary directory leaked)
89432026-02-25T22:46:20.622Z WARN: dendrite temporary directory leaked: /var/tmp/omicron_tmp/.tmpLUvjA1
89442026-02-25T22:46:20.622Z WARN: dropped MgdInstance without cleaning it up first (there may still be a child process running and a temporary directory leaked)
89452026-02-25T22:46:20.622Z WARN: mgd temporary directory leaked: /var/tmp/omicron_tmp/.tmpUeLa9u
89462026-02-25T22:46:20.623Z WARN: dropped MgdInstance without cleaning it up first (there may still be a child process running and a temporary directory leaked)
89472026-02-25T22:46:20.623Z WARN: mgd temporary directory leaked: /var/tmp/omicron_tmp/.tmpUeNTLE
89482026-02-25T22:46:20.648Z
89492026-02-25T22:46:25.284Z PASS [ 4.713s] (1681/2649) omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version
89502026-02-25T22:47:25.275Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::schema::validate_data_migration
89512026-02-25T22:48:17.494Z PASS [ 112.230s] (1682/2649) omicron-nexus::test_all integration_tests::schema::validate_data_migration
89522026-02-25T22:48:35.991Z PASS [ 18.500s] (1683/2649) omicron-nexus::test_all integration_tests::scim::test_create_a_saml_scim_silo
89532026-02-25T22:48:38.229Z PASS [ 20.738s] (1684/2649) omicron-nexus::test_all integration_tests::scim::test_disabling_scim_user
89542026-02-25T22:48:54.591Z PASS [ 18.603s] (1685/2649) omicron-nexus::test_all integration_tests::scim::test_no_jit_for_saml_scim_silos
89552026-02-25T22:49:02.422Z PASS [ 24.197s] (1686/2649) omicron-nexus::test_all integration_tests::scim::test_scim2_crate_self_test
89562026-02-25T22:49:10.531Z PASS [ 15.943s] (1687/2649) omicron-nexus::test_all integration_tests::scim::test_scim_client_no_auth_with_expired_token
89572026-02-25T22:49:17.499Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up
89582026-02-25T22:49:20.609Z PASS [ 18.186s] (1688/2649) omicron-nexus::test_all integration_tests::scim::test_scim_client_token_bearer_auth
89592026-02-25T22:49:29.506Z PASS [ 18.978s] (1689/2649) omicron-nexus::test_all integration_tests::scim::test_scim_client_token_crud
89602026-02-25T22:49:39.986Z PASS [ 19.385s] (1690/2649) omicron-nexus::test_all integration_tests::scim::test_scim_client_token_tenancy
89612026-02-25T22:49:47.030Z PASS [ 17.526s] (1691/2649) omicron-nexus::test_all integration_tests::scim::test_scim_group_search
89622026-02-25T22:49:59.171Z PASS [ 19.188s] (1692/2649) omicron-nexus::test_all integration_tests::scim::test_scim_group_unique
89632026-02-25T22:50:09.029Z PASS [ 22.004s] (1693/2649) omicron-nexus::test_all integration_tests::scim::test_scim_user_admin_group_priv
89642026-02-25T22:50:17.482Z SLOW [>120.000s] (─────────) omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up
89652026-02-25T22:50:18.822Z PASS [ 19.654s] (1694/2649) omicron-nexus::test_all integration_tests::scim::test_scim_user_admin_group_priv_conflict
89662026-02-25T22:50:28.014Z PASS [ 18.987s] (1695/2649) omicron-nexus::test_all integration_tests::scim::test_scim_user_search
89672026-02-25T22:50:37.909Z PASS [ 140.441s] (1696/2649) omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up
89682026-02-25T22:50:38.013Z PASS [ 19.195s] (1697/2649) omicron-nexus::test_all integration_tests::scim::test_scim_user_unique
89692026-02-25T22:50:44.809Z PASS [ 16.799s] (1698/2649) omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id
89702026-02-25T22:51:03.686Z PASS [ 25.779s] (1699/2649) omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id
89712026-02-25T22:51:05.603Z PASS [ 27.699s] (1700/2649) omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users
89722026-02-25T22:51:07.485Z PASS [ 29.581s] (1701/2649) omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group
89732026-02-25T22:51:07.922Z PASS [ 30.018s] (1702/2649) omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp
89742026-02-25T22:51:08.810Z PASS [ 30.803s] (1703/2649) omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints
89752026-02-25T22:51:13.471Z PASS [ 28.668s] (1704/2649) omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers
89762026-02-25T22:51:33.126Z PASS [ 29.448s] (1705/2649) omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints
89772026-02-25T22:51:36.459Z PASS [ 28.977s] (1706/2649) omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid
89782026-02-25T22:51:36.907Z PASS [ 28.990s] (1707/2649) omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated
89792026-02-25T22:51:38.167Z PASS [ 29.361s] (1708/2649) omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid
89802026-02-25T22:51:38.276Z PASS [ 32.679s] (1709/2649) omicron-nexus::test_all integration_tests::silos::test_local_silo_users
89812026-02-25T22:51:41.599Z PASS [ 28.129s] (1710/2649) omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs
89822026-02-25T22:52:03.840Z PASS [ 30.720s] (1711/2649) omicron-nexus::test_all integration_tests::silos::test_silo_admin_group
89832026-02-25T22:52:06.365Z PASS [ 29.463s] (1712/2649) omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups
89842026-02-25T22:52:06.879Z PASS [ 28.607s] (1713/2649) omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed
89852026-02-25T22:52:08.980Z PASS [ 27.388s] (1714/2649) omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit
89862026-02-25T22:52:09.761Z PASS [ 31.598s] (1715/2649) omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_ip_pool_links
89872026-02-25T22:52:19.673Z PASS [ 43.224s] (1716/2649) omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy
89882026-02-25T22:52:30.852Z PASS [ 27.016s] (1717/2649) omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups
89892026-02-25T22:52:35.202Z PASS [ 28.328s] (1718/2649) omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id
89902026-02-25T22:52:35.586Z PASS [ 29.227s] (1719/2649) omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group
89912026-02-25T22:52:48.535Z PASS [ 39.563s] (1720/2649) omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types
89922026-02-25T22:52:49.418Z PASS [ 39.663s] (1721/2649) omicron-nexus::test_all integration_tests::silos::test_silo_user_views
89932026-02-25T22:52:51.150Z PASS [ 31.482s] (1722/2649) omicron-nexus::test_all integration_tests::silos::test_silo_users_list
89942026-02-25T22:52:59.581Z PASS [ 24.380s] (1723/2649) omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete
89952026-02-25T22:53:09.833Z PASS [ 38.975s] (1724/2649) omicron-nexus::test_all integration_tests::silos::test_silos
89962026-02-25T22:53:14.996Z PASS [ 39.373s] (1725/2649) omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list
89972026-02-25T22:53:17.021Z PASS [ 28.470s] (1726/2649) omicron-nexus::test_all integration_tests::sleds::test_sleds_list
89982026-02-25T22:53:22.035Z PASS [ 30.858s] (1727/2649) omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent
89992026-02-25T22:53:32.618Z PASS [ 43.210s] (1728/2649) omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space
90002026-02-25T22:53:42.074Z PASS [ 25.078s] (1729/2649) omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent
90012026-02-25T22:53:51.045Z PASS [ 51.476s] (1730/2649) omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot
90022026-02-25T22:53:53.372Z PASS [ 31.375s] (1731/2649) omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot
90032026-02-25T22:54:03.875Z PASS [ 54.058s] (1732/2649) omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent
90042026-02-25T22:54:07.882Z PASS [ 33.720s] (1733/2649) omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot
90052026-02-25T22:54:07.913Z PASS [ 51.810s] (1734/2649) omicron-nexus::test_all integration_tests::snapshots::test_region_allocation_for_snapshot
90062026-02-25T22:54:11.669Z PASS [ 29.600s] (1735/2649) omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot
90072026-02-25T22:54:40.795Z PASS [ 47.431s] (1736/2649) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_expunge
90082026-02-25T22:54:41.558Z PASS [ 29.894s] (1737/2649) omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys
90092026-02-25T22:54:44.683Z PASS [ 53.645s] (1738/2649) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
90102026-02-25T22:54:54.041Z PASS [ 50.181s] (1739/2649) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_stopped_instance
90112026-02-25T22:54:55.618Z PASS [ 49.294s] (1740/2649) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind
90122026-02-25T22:54:56.216Z PASS [ 49.470s] (1741/2649) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance
90132026-02-25T22:55:06.868Z PASS [ 25.314s] (1742/2649) omicron-nexus::test_all integration_tests::subnet_pools::basic_subnet_pool_crud
90142026-02-25T22:55:23.071Z PASS [ 27.459s] (1743/2649) omicron-nexus::test_all integration_tests::subnet_pools::cannot_add_pool_member_of_different_ip_version
90152026-02-25T22:55:23.549Z PASS [ 27.339s] (1744/2649) omicron-nexus::test_all integration_tests::subnet_pools::cannot_delete_nonexistent_silo_link
90162026-02-25T22:55:26.833Z PASS [ 46.046s] (1745/2649) omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
90172026-02-25T22:55:32.188Z PASS [ 25.324s] (1746/2649) omicron-nexus::test_all integration_tests::subnet_pools::cannot_link_multiple_times
90182026-02-25T22:55:41.365Z PASS [ 56.695s] (1747/2649) omicron-nexus::test_all integration_tests::subnet_pools::basic_subnet_pool_member_crd
90192026-02-25T22:55:46.059Z PASS [ 52.027s] (1748/2649) omicron-nexus::test_all integration_tests::subnet_pools::can_list_subnet_pools
90202026-02-25T22:55:51.253Z PASS [ 28.186s] (1749/2649) omicron-nexus::test_all integration_tests::subnet_pools::test_current_silo_subnet_pool_list
90212026-02-25T22:55:51.731Z PASS [ 28.186s] (1750/2649) omicron-nexus::test_all integration_tests::subnet_pools::test_current_silo_subnet_pool_view
90222026-02-25T22:56:00.484Z PASS [ 28.302s] (1751/2649) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_silo_link
90232026-02-25T22:56:11.420Z PASS [ 25.366s] (1752/2649) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_utilization_unimplemented
90242026-02-25T22:56:25.360Z PASS [ 33.633s] (1753/2649) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_delete_failed_bundle
90252026-02-25T22:56:26.288Z PASS [ 59.466s] (1754/2649) omicron-nexus::test_all integration_tests::subnet_pools::test_silo_subnet_pool_list
90262026-02-25T22:56:26.576Z PASS [ 35.329s] (1755/2649) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_create_with_comment
90272026-02-25T22:56:41.356Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_silo_list
90282026-02-25T22:56:41.777Z PASS [ 41.300s] (1756/2649) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_lifecycle
90292026-02-25T22:56:48.646Z PASS [ 37.233s] (1757/2649) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_list_time_ordering
90302026-02-25T22:56:53.093Z PASS [ 27.740s] (1758/2649) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_not_found
90312026-02-25T22:57:00.848Z PASS [ 34.273s] (1759/2649) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_update_comment
90322026-02-25T22:57:04.814Z PASS [ 38.533s] (1760/2649) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_range_requests
90332026-02-25T22:57:09.876Z PASS [ 5.063s] (1761/2649) omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage
90342026-02-25T22:57:17.608Z PASS [ 35.837s] (1762/2649) omicron-nexus::test_all integration_tests::switch_port::test_port_settings_basic_crud
90352026-02-25T22:57:24.333Z PASS [ 31.245s] (1763/2649) omicron-nexus::test_all integration_tests::target_release::get_set_target_release
90362026-02-25T22:57:29.790Z PASS [ 41.149s] (1764/2649) omicron-nexus::test_all integration_tests::switch_port::test_port_settings_basic_v6_crud
90372026-02-25T22:57:41.347Z SLOW [>120.000s] (─────────) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_silo_list
90382026-02-25T22:57:44.655Z PASS [ 34.785s] (1765/2649) omicron-nexus::test_all integration_tests::updates::test_repo_list
90392026-02-25T22:57:47.692Z PASS [ 30.089s] (1766/2649) omicron-nexus::test_all integration_tests::updates::test_repo_prune
90402026-02-25T22:57:54.903Z PASS [ 25.119s] (1767/2649) omicron-nexus::test_all integration_tests::updates::test_repo_upload_unconfigured
90412026-02-25T22:58:00.834Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
90422026-02-25T22:58:09.326Z PASS [ 147.988s] (1768/2649) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_silo_list
90432026-02-25T22:58:10.543Z PASS [ 46.213s] (1769/2649) omicron-nexus::test_all integration_tests::updates::test_repo_upload
90442026-02-25T22:58:13.413Z PASS [ 28.761s] (1770/2649) omicron-nexus::test_all integration_tests::updates::test_request_without_api_version
90452026-02-25T22:58:17.419Z PASS [ 29.732s] (1771/2649) omicron-nexus::test_all integration_tests::updates::test_trust_root_operations
90462026-02-25T22:58:28.712Z PASS [ 33.816s] (1772/2649) omicron-nexus::test_all integration_tests::updates::test_update_status
90472026-02-25T22:58:36.479Z PASS [ 27.157s] (1773/2649) omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
90482026-02-25T22:58:58.711Z PASS [ 48.182s] (1774/2649) omicron-nexus::test_all integration_tests::utilization::test_utilization_list
90492026-02-25T22:59:00.825Z SLOW [>120.000s] (─────────) omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
90502026-02-25T22:59:07.740Z PASS [ 50.330s] (1775/2649) omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
90512026-02-25T22:59:07.972Z PASS [ 54.567s] (1776/2649) omicron-nexus::test_all integration_tests::utilization::test_utilization_view
90522026-02-25T22:59:18.215Z PASS [ 41.742s] (1777/2649) omicron-nexus::test_all integration_tests::volume_management::test_cte_returns_regions
90532026-02-25T22:59:19.650Z PASS [ 50.946s] (1778/2649) omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete
90542026-02-25T22:59:50.412Z PASS [ 51.708s] (1779/2649) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1
90552026-02-25T22:59:58.567Z PASS [ 50.812s] (1780/2649) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2
90562026-02-25T22:59:58.646Z PASS [ 50.598s] (1781/2649) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3
90572026-02-25T23:00:00.814Z SLOW [>180.000s] (─────────) omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
90582026-02-25T23:00:09.648Z PASS [ 51.444s] (1782/2649) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4
90592026-02-25T23:00:10.312Z PASS [ 50.672s] (1783/2649) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5
90602026-02-25T23:00:41.493Z PASS [ 220.690s] (1784/2649) omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
90612026-02-25T23:00:43.018Z PASS [ 44.468s] (1785/2649) omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly
90622026-02-25T23:00:43.572Z PASS [ 53.171s] (1786/2649) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6
90632026-02-25T23:00:50.784Z PASS [ 52.250s] (1787/2649) omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
90642026-02-25T23:01:09.639Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_double_layer_snapshot_with_read_only_region_delete_2
90652026-02-25T23:01:10.304Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_double_layer_with_read_only_region_delete
90662026-02-25T23:01:19.734Z PASS [ 38.248s] (1788/2649) omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight
90672026-02-25T23:01:23.206Z PASS [ 39.641s] (1789/2649) omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records_region_snapshot_deleting
90682026-02-25T23:01:43.009Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records
90692026-02-25T23:01:43.472Z PASS [ 60.465s] (1790/2649) omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records
90702026-02-25T23:01:45.887Z PASS [ 55.113s] (1791/2649) omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records_soft_delete_volume
90712026-02-25T23:01:49.117Z PASS [ 98.824s] (1792/2649) omicron-nexus::test_all integration_tests::volume_management::test_double_layer_with_read_only_region_delete
90722026-02-25T23:02:00.537Z PASS [ 110.909s] (1793/2649) omicron-nexus::test_all integration_tests::volume_management::test_double_layer_snapshot_with_read_only_region_delete_2
90732026-02-25T23:02:19.727Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
90742026-02-25T23:02:19.759Z PASS [ 60.036s] (1794/2649) omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
90752026-02-25T23:02:21.717Z PASS [ 58.521s] (1795/2649) omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
90762026-02-25T23:02:43.466Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
90772026-02-25T23:02:45.879Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
90782026-02-25T23:02:45.946Z PASS [ 62.485s] (1796/2649) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
90792026-02-25T23:02:48.959Z PASS [ 63.083s] (1797/2649) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
90802026-02-25T23:02:49.109Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
90812026-02-25T23:02:51.849Z PASS [ 62.743s] (1798/2649) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
90822026-02-25T23:02:58.840Z PASS [ 39.087s] (1799/2649) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_only_regions
90832026-02-25T23:03:00.528Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
90842026-02-25T23:03:01.155Z PASS [ 39.445s] (1800/2649) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_write_regions
90852026-02-25T23:03:01.669Z PASS [ 61.143s] (1801/2649) omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
90862026-02-25T23:03:40.511Z PASS [ 39.364s] (1802/2649) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_multi
90872026-02-25T23:03:41.287Z PASS [ 39.624s] (1803/2649) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop
90882026-02-25T23:03:43.079Z PASS [ 57.144s] (1804/2649) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_region_snapshots
90892026-02-25T23:03:48.950Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
90902026-02-25T23:03:51.844Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting
90912026-02-25T23:03:58.830Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting_layers
90922026-02-25T23:04:25.780Z PASS [ 93.938s] (1805/2649) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting
90932026-02-25T23:04:33.932Z PASS [ 53.430s] (1806/2649) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop_multi
90942026-02-25T23:04:34.524Z PASS [ 53.247s] (1807/2649) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_usage_sanity
90952026-02-25T23:04:35.954Z PASS [ 52.884s] (1808/2649) omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly
90962026-02-25T23:04:39.586Z PASS [ 100.765s] (1809/2649) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting_layers
90972026-02-25T23:04:48.940Z SLOW [>120.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
90982026-02-25T23:05:01.253Z PASS [ 26.734s] (1810/2649) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stop_request
90992026-02-25T23:05:02.053Z PASS [ 26.103s] (1811/2649) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stops
91002026-02-25T23:05:04.761Z PASS [ 25.179s] (1812/2649) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry
91012026-02-25T23:05:20.868Z PASS [ 55.107s] (1813/2649) omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk
91022026-02-25T23:05:24.761Z PASS [ 50.839s] (1814/2649) omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk
91032026-02-25T23:05:26.628Z PASS [ 25.380s] (1815/2649) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry_interrupted
91042026-02-25T23:05:26.982Z PASS [ 24.932s] (1816/2649) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_different_finish_status
91052026-02-25T23:05:29.812Z PASS [ 25.057s] (1817/2649) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_idempotent
91062026-02-25T23:05:46.051Z PASS [ 25.188s] (1818/2649) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_reject_submit_progress_when_no_repair
91072026-02-25T23:05:48.930Z SLOW [>180.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
91082026-02-25T23:05:49.584Z PASS [ 24.827s] (1819/2649) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_repair_id_and_type_conflict
91092026-02-25T23:05:50.480Z PASS [ 23.855s] (1820/2649) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_same_upstairs_retry
91102026-02-25T23:05:53.355Z PASS [ 23.546s] (1821/2649) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout
91112026-02-25T23:05:53.908Z PASS [ 26.932s] (1822/2649) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_submit_progress
91122026-02-25T23:06:09.345Z PASS [ 23.297s] (1823/2649) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only
91132026-02-25T23:06:09.438Z PASS [ 0.093s] (1824/2649) omicron-nexus::test_all integration_tests::volume_management::test_volume_construction_request_region_gen_serialization
91142026-02-25T23:06:13.172Z PASS [ 23.593s] (1825/2649) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen
91152026-02-25T23:06:13.980Z PASS [ 23.503s] (1826/2649) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing
91162026-02-25T23:06:16.308Z PASS [ 22.404s] (1827/2649) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen
91172026-02-25T23:06:16.609Z PASS [ 207.686s] (1828/2649) omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
91182026-02-25T23:06:16.815Z PASS [ 23.463s] (1829/2649) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen
91192026-02-25T23:06:37.725Z PASS [ 23.750s] (1830/2649) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume
91202026-02-25T23:06:38.126Z PASS [ 24.959s] (1831/2649) omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent
91212026-02-25T23:06:41.326Z PASS [ 25.022s] (1832/2649) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base
91222026-02-25T23:06:41.350Z PASS [ 24.532s] (1833/2649) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted
91232026-02-25T23:06:41.651Z PASS [ 25.048s] (1834/2649) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent
91242026-02-25T23:07:00.755Z PASS [ 23.034s] (1835/2649) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume
91252026-02-25T23:07:03.206Z PASS [ 53.777s] (1836/2649) omicron-nexus::test_all integration_tests::volume_management::test_volume_create_wont_use_deleted_region_snapshots
91262026-02-25T23:07:05.621Z PASS [ 23.973s] (1837/2649) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume
91272026-02-25T23:07:06.348Z PASS [ 25.011s] (1838/2649) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga
91282026-02-25T23:07:25.116Z PASS [ 24.366s] (1839/2649) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume
91292026-02-25T23:07:26.153Z PASS [ 48.026s] (1840/2649) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting
91302026-02-25T23:07:28.379Z PASS [ 25.177s] (1841/2649) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice
91312026-02-25T23:07:30.491Z PASS [ 24.875s] (1842/2649) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume
91322026-02-25T23:07:31.861Z PASS [ 50.538s] (1843/2649) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting_no_modify_others
91332026-02-25T23:07:53.306Z PASS [ 28.194s] (1844/2649) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_illegal_range
91342026-02-25T23:07:54.069Z PASS [ 47.729s] (1845/2649) omicron-nexus::test_all integration_tests::volume_management::test_volume_replace_snapshot_respects_accounting
91352026-02-25T23:07:55.792Z PASS [ 27.419s] (1846/2649) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_same_name
91362026-02-25T23:07:57.131Z PASS [ 26.645s] (1847/2649) omicron-nexus::test_all integration_tests::vpc_firewall::test_nexus_firewall_icmp
91372026-02-25T23:07:57.351Z PASS [ 31.211s] (1848/2649) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_max_lengths
91382026-02-25T23:08:02.135Z PASS [ 30.286s] (1849/2649) omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall
91392026-02-25T23:08:27.104Z PASS [ 33.041s] (1850/2649) omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_crud_operations
91402026-02-25T23:08:30.142Z PASS [ 36.843s] (1851/2649) omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_attach_to_subnet
91412026-02-25T23:08:32.863Z PASS [ 35.520s] (1852/2649) omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets
91422026-02-25T23:08:33.505Z PASS [ 31.375s] (1853/2649) omicron-nexus::test_all integration_tests::vpcs::test_limited_collaborator_blocked_from_networking_resources
91432026-02-25T23:08:36.444Z PASS [ 39.320s] (1854/2649) omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails
91442026-02-25T23:08:55.784Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_custom_delivered_to_instance
91452026-02-25T23:08:58.520Z PASS [ 62.739s] (1855/2649) omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_custom_delivered_to_instance
91462026-02-25T23:08:59.042Z PASS [ 28.905s] (1856/2649) omicron-nexus::test_all integration_tests::vpcs::test_limited_collaborator_can_manage_floating_ips_and_nics
91472026-02-25T23:09:01.338Z PASS [ 34.241s] (1857/2649) omicron-nexus::test_all integration_tests::vpcs::test_limited_collaborator_can_create_instance
91482026-02-25T23:09:02.474Z PASS [ 29.616s] (1858/2649) omicron-nexus::test_all integration_tests::vpcs::test_vpc_limited_collaborator_role
91492026-02-25T23:09:06.467Z PASS [ 32.968s] (1859/2649) omicron-nexus::test_all integration_tests::vpcs::test_vpcs
91502026-02-25T23:09:20.027Z PASS [ 21.510s] (1860/2649) omicron-nexus::test_all integration_tests::webhooks::test_cannot_subscribe_to_probes
91512026-02-25T23:09:21.621Z PASS [ 22.583s] (1861/2649) omicron-nexus::test_all integration_tests::webhooks::test_event_delivery
91522026-02-25T23:09:25.393Z PASS [ 22.921s] (1862/2649) omicron-nexus::test_all integration_tests::webhooks::test_multiple_receivers
91532026-02-25T23:09:25.552Z PASS [ 24.218s] (1863/2649) omicron-nexus::test_all integration_tests::webhooks::test_glob_subscription_add
91542026-02-25T23:09:29.391Z PASS [ 22.928s] (1864/2649) omicron-nexus::test_all integration_tests::webhooks::test_multiple_secrets
91552026-02-25T23:09:36.465Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::webhooks::test_api_resends_failed_deliveries
91562026-02-25T23:09:36.511Z PASS [ 60.078s] (1865/2649) omicron-nexus::test_all integration_tests::webhooks::test_api_resends_failed_deliveries
91572026-02-25T23:09:50.493Z PASS [ 24.945s] (1866/2649) omicron-nexus::test_all integration_tests::webhooks::test_subscription_add
91582026-02-25T23:09:53.851Z PASS [ 24.464s] (1867/2649) omicron-nexus::test_all integration_tests::webhooks::test_subscription_remove
91592026-02-25T23:09:58.392Z PASS [ 21.883s] (1868/2649) omicron-nexus::test_all integration_tests::webhooks::test_subscription_remove_glob
91602026-02-25T23:10:09.290Z PASS [ 18.800s] (1869/2649) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_create_delete
91612026-02-25T23:10:09.379Z PASS [ 0.089s] (1870/2649) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_boundary_correction
91622026-02-25T23:10:09.424Z PASS [ 0.045s] (1871/2649) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_correction
91632026-02-25T23:10:09.470Z PASS [ 0.046s] (1872/2649) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ip_fallback
91642026-02-25T23:10:09.515Z PASS [ 0.044s] (1873/2649) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ref_id
91652026-02-25T23:10:09.558Z PASS [ 0.043s] (1874/2649) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ref_time
91662026-02-25T23:10:09.622Z PASS [ 0.063s] (1875/2649) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_stratum
91672026-02-25T23:10:09.669Z PASS [ 0.046s] (1876/2649) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_ipv6_address
91682026-02-25T23:10:09.713Z PASS [ 0.046s] (1877/2649) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_negative_correction
91692026-02-25T23:10:09.751Z PASS [ 0.037s] (1878/2649) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_high_correction
91702026-02-25T23:10:09.784Z PASS [ 0.034s] (1879/2649) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_high_stratum
91712026-02-25T23:10:09.831Z PASS [ 0.046s] (1880/2649) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_no_peer
91722026-02-25T23:10:09.864Z PASS [ 0.033s] (1881/2649) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_old_ref_time
91732026-02-25T23:10:09.897Z PASS [ 0.033s] (1882/2649) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_special_ref_id
91742026-02-25T23:10:09.931Z PASS [ 0.034s] (1883/2649) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_success
91752026-02-25T23:10:09.978Z PASS [ 0.046s] (1884/2649) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_too_few_fields
91762026-02-25T23:10:11.868Z PASS [ 18.020s] (1885/2649) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_get
91772026-02-25T23:10:13.384Z PASS [ 53.367s] (1886/2649) omicron-nexus::test_all integration_tests::webhooks::test_probe
91782026-02-25T23:10:15.422Z PASS [ 17.035s] (1887/2649) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_names_are_unique
91792026-02-25T23:10:15.635Z PASS [ 0.213s] (1888/2649) omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_success_only
91802026-02-25T23:10:15.693Z PASS [ 0.057s] (1889/2649) omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_with_failure
91812026-02-25T23:10:15.807Z PASS [ 0.113s] (1890/2649) omicron-package config::tests::multi_preset_arg
91822026-02-25T23:10:15.888Z PASS [ 0.081s] (1891/2649) omicron-package dot::test::test_bad_dependency
91832026-02-25T23:10:15.940Z PASS [ 0.052s] (1892/2649) omicron-package dot::test::test_dot_output
91842026-02-25T23:10:19.499Z PASS [ 57.888s] (1893/2649) omicron-nexus::test_all integration_tests::webhooks::test_probe_resends_failed_deliveries
91852026-02-25T23:10:19.529Z PASS [ 0.030s] (1894/2649) omicron-passwords test::test_password_constraints
91862026-02-25T23:10:23.944Z PASS [ 4.416s] (1895/2649) omicron-passwords test::test_reproducible
91872026-02-25T23:10:25.383Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::webhooks::test_retry_backoff
91882026-02-25T23:10:26.792Z PASS [ 61.412s] (1896/2649) omicron-nexus::test_all integration_tests::webhooks::test_retry_backoff
91892026-02-25T23:10:26.841Z PASS [ 0.047s] (1897/2649) omicron-passwords test::test_stable
91902026-02-25T23:10:26.870Z PASS [ 0.030s] (1898/2649) omicron-passwords test::test_weak_hashes
91912026-02-25T23:10:26.900Z PASS [ 0.030s] (1899/2649) omicron-rpaths internal::tests::test_configure_from_path
91922026-02-25T23:10:26.960Z PASS [ 0.059s] (1900/2649) omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar
91932026-02-25T23:10:26.986Z PASS [ 0.026s] (1901/2649) omicron-rpaths internal::tests::test_emit_rpath
91942026-02-25T23:10:27.777Z PASS [ 0.792s] (1902/2649) omicron-sled-agent artifact_store::test::generations
91952026-02-25T23:10:27.861Z PASS [ 14.479s] (1903/2649) omicron-omdb::test_all_output test_omdb_usage_errors
91962026-02-25T23:10:28.001Z PASS [ 0.223s] (1904/2649) omicron-sled-agent artifact_store::test::issue_7796
91972026-02-25T23:10:28.096Z PASS [ 0.235s] (1905/2649) omicron-sled-agent artifact_store::test::list_get_put
91982026-02-25T23:10:28.156Z PASS [ 0.155s] (1906/2649) omicron-sled-agent artifact_store::test::no_dataset
91992026-02-25T23:10:28.239Z PASS [ 0.083s] (1907/2649) omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips
92002026-02-25T23:10:28.291Z PASS [ 0.194s] (1908/2649) omicron-sled-agent artifact_store::test::wrong_hash
92012026-02-25T23:10:28.315Z PASS [ 0.072s] (1909/2649) omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization
92022026-02-25T23:10:28.340Z PASS [ 12.399s] (1910/2649) omicron-passwords test::test_compatible
92032026-02-25T23:10:28.365Z PASS [ 0.051s] (1911/2649) omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition
92042026-02-25T23:10:28.365Z PASS [ 0.073s] (1912/2649) omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema
92052026-02-25T23:10:28.389Z PASS [ 0.035s] (1913/2649) omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition
92062026-02-25T23:10:28.414Z PASS [ 0.049s] (1914/2649) omicron-sled-agent common::instance::test::propolis_terminal_states_make_vmm_halted
92072026-02-25T23:10:28.438Z PASS [ 0.055s] (1915/2649) omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_fails_migrations
92082026-02-25T23:10:28.438Z PASS [ 0.048s] (1916/2649) omicron-sled-agent common::instance::test::source_termination_fails_in_progress_migration
92092026-02-25T23:10:28.463Z PASS [ 0.040s] (1917/2649) omicron-sled-agent common::instance::test::target_termination_fails_in_progress_migration
92102026-02-25T23:10:28.487Z PASS [ 0.049s] (1918/2649) omicron-sled-agent instance::tests::add_ephemeral_ip_of_different_ip_version
92112026-02-25T23:10:28.512Z PASS [ 0.049s] (1919/2649) omicron-sled-agent instance::tests::add_ephemeral_ip_with_existing_floating_ip
92122026-02-25T23:10:28.537Z PASS [ 0.094s] (1920/2649) omicron-sled-agent config::test::test_smf_configs
92132026-02-25T23:10:28.538Z PASS [ 0.046s] (1921/2649) omicron-sled-agent instance::tests::add_ephemeral_ip_with_no_ip_stack_at_all
92142026-02-25T23:10:28.562Z PASS [ 0.046s] (1922/2649) omicron-sled-agent instance::tests::add_floating_ip_of_different_ip_version
92152026-02-25T23:10:28.562Z PASS [ 0.044s] (1923/2649) omicron-sled-agent instance::tests::add_floating_ip_with_existing_ephemeral_ip
92162026-02-25T23:10:28.562Z PASS [ 0.045s] (1924/2649) omicron-sled-agent instance::tests::add_floating_ip_with_no_ip_stack_at_all
92172026-02-25T23:10:28.593Z PASS [ 0.045s] (1925/2649) omicron-sled-agent instance::tests::add_new_floating_ip
92182026-02-25T23:10:28.617Z PASS [ 0.048s] (1926/2649) omicron-sled-agent instance::tests::prune_existing_ephemeral_ipv4_address
92192026-02-25T23:10:28.618Z PASS [ 0.049s] (1927/2649) omicron-sled-agent instance::tests::prune_existing_ephemeral_ipv6_address
92202026-02-25T23:10:28.642Z PASS [ 0.037s] (1928/2649) omicron-sled-agent instance::tests::prune_existing_floating_ip
92212026-02-25T23:10:29.263Z PASS [ 0.658s] (1929/2649) omicron-sled-agent instance::tests::test_destroy_published_when_instance_removed
92222026-02-25T23:10:29.288Z PASS [ 0.659s] (1930/2649) omicron-sled-agent instance::tests::test_failed_published_when_zone_gone
92232026-02-25T23:10:29.348Z PASS [ 0.718s] (1931/2649) omicron-sled-agent instance::tests::test_instance_create_events_normal
92242026-02-25T23:10:29.950Z PASS [ 0.602s] (1932/2649) omicron-sled-agent instance::tests::test_instance_manager_stop_timeout
92252026-02-25T23:10:30.004Z PASS [ 0.054s] (1933/2649) omicron-sled-agent instance::tests::test_multicast_membership_equality
92262026-02-25T23:10:31.532Z PASS [ 2.269s] (1934/2649) omicron-sled-agent instance::tests::test_instance_create_timeout_while_starting_propolis
92272026-02-25T23:10:31.557Z PASS [ 2.276s] (1935/2649) omicron-sled-agent instance::tests::test_instance_manager_creation
92282026-02-25T23:10:31.586Z PASS [ 0.053s] (1936/2649) omicron-sled-agent probe_manager::test::probe_state_set_ops
92292026-02-25T23:10:31.612Z PASS [ 0.056s] (1937/2649) omicron-sled-agent profile::tests::empty_profile
92302026-02-25T23:10:31.637Z PASS [ 0.048s] (1938/2649) omicron-sled-agent profile::tests::test_disabled_instance
92312026-02-25T23:10:31.662Z PASS [ 0.049s] (1939/2649) omicron-sled-agent profile::tests::test_instance
92322026-02-25T23:10:31.687Z PASS [ 0.048s] (1940/2649) omicron-sled-agent profile::tests::test_multiple
92332026-02-25T23:10:31.711Z PASS [ 0.053s] (1941/2649) omicron-sled-agent profile::tests::test_property
92342026-02-25T23:10:31.736Z PASS [ 0.045s] (1942/2649) omicron-sled-agent profile::tests::test_property_group
92352026-02-25T23:10:31.774Z PASS [ 0.068s] (1943/2649) omicron-sled-agent profile::tests::test_service
92362026-02-25T23:10:31.799Z PASS [ 0.051s] (1944/2649) omicron-sled-agent profile::tests::test_service_property_group
92372026-02-25T23:10:31.829Z PASS [ 0.056s] (1945/2649) omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics
92382026-02-25T23:10:32.018Z PASS [ 0.056s] (1946/2649) omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion
92392026-02-25T23:10:32.042Z PASS [ 0.073s] (1947/2649) omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips
92402026-02-25T23:10:32.043Z PASS [ 0.080s] (1948/2649) omicron-sled-agent rack_setup::plan::service::tests::test_dataset_and_zone_count
92412026-02-25T23:10:32.043Z PASS [ 0.081s] (1949/2649) omicron-sled-agent rack_setup::service::test::rss_blueprint_is_blippy_clean
92422026-02-25T23:10:32.043Z PASS [ 0.069s] (1950/2649) omicron-sled-agent rack_setup::service::test::test_omicron_zone_configs
92432026-02-25T23:10:32.043Z PASS [ 0.049s] (1951/2649) omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes
92442026-02-25T23:10:32.043Z PASS [ 0.057s] (1952/2649) omicron-sled-agent services::test::test_zone_bundle_metadata_schema
92452026-02-25T23:10:32.093Z PASS [ 0.058s] (1953/2649) omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_destroy
92462026-02-25T23:10:32.117Z PASS [ 0.056s] (1954/2649) omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_fault
92472026-02-25T23:10:32.147Z PASS [ 0.055s] (1955/2649) omicron-sled-agent sim::collection::test::test_sim_disk_transition_to_detached_states
92482026-02-25T23:10:32.172Z PASS [ 0.052s] (1956/2649) omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop
92492026-02-25T23:10:32.200Z PASS [ 0.050s] (1957/2649) omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed
92502026-02-25T23:10:32.225Z PASS [ 0.054s] (1958/2649) omicron-sled-agent sim::collection::test::test_sim_instance_reboot
92512026-02-25T23:10:32.258Z PASS [ 0.057s] (1959/2649) omicron-sled-agent sim::storage::test::cannot_boot_read_only_downstairs_with_no_snapshot
92522026-02-25T23:10:32.317Z PASS [ 0.059s] (1960/2649) omicron-sled-agent sim::storage::test::cannot_create_snapshot_for_destroyed_region
92532026-02-25T23:10:32.379Z PASS [ 0.061s] (1961/2649) omicron-sled-agent sim::storage::test::crucible_ports_get_reused
92542026-02-25T23:10:32.434Z PASS [ 0.054s] (1962/2649) omicron-sled-agent sim::storage::test::must_delete_read_only_downstairs_first
92552026-02-25T23:10:32.484Z PASS [ 0.051s] (1963/2649) omicron-sled-agent sim::storage::test::must_delete_snapshots_first
92562026-02-25T23:10:32.542Z PASS [ 0.058s] (1964/2649) omicron-sled-agent sim::storage::test::nested_dataset
92572026-02-25T23:10:32.607Z PASS [ 0.064s] (1965/2649) omicron-sled-agent sim::storage::test::nested_dataset_child_parent_relationship
92582026-02-25T23:10:32.669Z PASS [ 0.061s] (1966/2649) omicron-sled-agent sim::storage::test::nested_dataset_not_found_missing_dataset
92592026-02-25T23:10:32.718Z PASS [ 0.050s] (1967/2649) omicron-sled-agent sim::storage::test::running_snapshot_needs_region
92602026-02-25T23:10:32.780Z PASS [ 0.061s] (1968/2649) omicron-sled-agent sim::storage::test::snapshot_needs_region
92612026-02-25T23:10:32.875Z PASS [ 0.093s] (1969/2649) omicron-sled-agent support_bundle::storage::tests::basic_crud
92622026-02-25T23:10:32.933Z PASS [ 0.059s] (1970/2649) omicron-sled-agent support_bundle::storage::tests::cannot_create_bundle_on_unmounted_parent
92632026-02-25T23:10:33.014Z PASS [ 0.081s] (1971/2649) omicron-sled-agent support_bundle::storage::tests::chunked_file_transfer
92642026-02-25T23:10:33.097Z PASS [ 0.081s] (1972/2649) omicron-sled-agent support_bundle::storage::tests::chunked_file_transfer_restart
92652026-02-25T23:10:33.166Z PASS [ 0.070s] (1973/2649) omicron-sled-agent support_bundle::storage::tests::creation_bad_hash
92662026-02-25T23:10:33.233Z PASS [ 0.066s] (1974/2649) omicron-sled-agent support_bundle::storage::tests::creation_bad_hash_still_deleteable
92672026-02-25T23:10:33.300Z PASS [ 0.067s] (1975/2649) omicron-sled-agent support_bundle::storage::tests::creation_idempotency
92682026-02-25T23:10:33.374Z PASS [ 0.074s] (1976/2649) omicron-sled-agent support_bundle::storage::tests::creation_without_dataset
92692026-02-25T23:10:33.449Z PASS [ 0.075s] (1977/2649) omicron-sled-agent support_bundle::storage::tests::getting_bundles_mounts_them
92702026-02-25T23:10:33.527Z PASS [ 0.077s] (1978/2649) omicron-sled-agent support_bundle::storage::tests::listing_bundles_mounts_them
92712026-02-25T23:10:33.617Z PASS [ 0.089s] (1979/2649) omicron-sled-agent support_bundle::storage::tests::ranges
92722026-02-25T23:10:33.692Z PASS [ 0.076s] (1980/2649) omicron-sled-agent support_bundle::storage::tests::try_to_write_after_finalize
92732026-02-25T23:10:33.742Z PASS [ 0.050s] (1981/2649) omicron-sled-agent updates::test::test_query_no_components
92742026-02-25T23:10:33.808Z PASS [ 0.066s] (1982/2649) omicron-sled-agent updates::test::test_query_sled_agent_version
92752026-02-25T23:10:33.885Z PASS [ 0.077s] (1983/2649) omicron-sled-agent updates::test::test_query_zone_version
92762026-02-25T23:10:33.935Z PASS [ 0.050s] (1984/2649) omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour
92772026-02-25T23:10:36.552Z PASS [ 4.351s] (1985/2649) omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real
92782026-02-25T23:10:37.291Z PASS [ 3.356s] (1986/2649) omicron-sled-agent zone_bundle::illumos_tests::test_cleanup
92792026-02-25T23:10:37.351Z PASS [ 0.061s] (1987/2649) omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files
92802026-02-25T23:10:39.703Z PASS [ 3.152s] (1988/2649) omicron-sled-agent zone_bundle::illumos_tests::test_context
92812026-02-25T23:10:40.967Z PASS [ 3.616s] (1989/2649) omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter
92822026-02-25T23:10:42.850Z PASS [ 3.147s] (1990/2649) omicron-sled-agent zone_bundle::illumos_tests::test_update_context
92832026-02-25T23:10:42.942Z PASS [ 0.093s] (1991/2649) omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota
92842026-02-25T23:10:43.001Z PASS [ 0.058s] (1992/2649) omicron-sled-agent zone_bundle::tests::test_dir_size
92852026-02-25T23:10:43.081Z PASS [ 0.080s] (1993/2649) omicron-sled-agent zone_bundle::tests::test_dir_size_matches_du
92862026-02-25T23:10:43.862Z PASS [ 0.782s] (1994/2649) omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args
92872026-02-25T23:10:44.316Z PASS [ 3.349s] (1995/2649) omicron-sled-agent zone_bundle::illumos_tests::test_utilization
92882026-02-25T23:10:44.470Z PASS [ 0.153s] (1996/2649) omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize
92892026-02-25T23:10:44.548Z PASS [ 0.685s] (1997/2649) omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args
92902026-02-25T23:10:44.646Z PASS [ 0.098s] (1998/2649) omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path
92912026-02-25T23:10:44.704Z PASS [ 0.057s] (1999/2649) omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent
92922026-02-25T23:10:45.269Z PASS [ 35.297s] (2000/2649) omicron-omdb::test_all_output test_omdb_env_settings
92932026-02-25T23:10:45.504Z PASS [ 1.033s] (2001/2649) omicron-test-utils dev::clickhouse::tests::sparse_serialization_is_disabled
92942026-02-25T23:10:45.706Z PASS [ 0.437s] (2002/2649) omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_one_specified
92952026-02-25T23:10:45.706Z PASS [ 1.002s] (2003/2649) omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_both_specified
92962026-02-25T23:10:45.758Z PASS [ 0.051s] (2004/2649) omicron-test-utils dev::clickhouse::tests::wait_for_ports_finds_actual_ports
92972026-02-25T23:10:45.782Z PASS [ 0.053s] (2005/2649) omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready
92982026-02-25T23:10:46.087Z PASS [ 0.329s] (2006/2649) omicron-test-utils dev::clickhouse::tests::wait_for_ports_panics_with_sentinel_but_no_ports
92992026-02-25T23:10:46.224Z PASS [ 0.464s] (2007/2649) omicron-test-utils dev::clickhouse::tests::wait_for_ports_waits_for_sentinel_line
93002026-02-25T23:10:46.424Z PASS [ 0.336s] (2008/2649) omicron-test-utils dev::db::test::test_bad_cmd
93012026-02-25T23:10:46.567Z PASS [ 1.064s] (2009/2649) omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready
93022026-02-25T23:10:46.853Z PASS [ 0.629s] (2010/2649) omicron-test-utils dev::db::test::test_cmd_fails
93032026-02-25T23:10:46.910Z PASS [ 0.342s] (2011/2649) omicron-test-utils dev::db::test::test_database_start_hang
93042026-02-25T23:10:47.011Z PASS [ 0.060s] (2012/2649) omicron-test-utils dev::db::test::test_make_pg_config_fail
93052026-02-25T23:10:47.053Z PASS [ 0.050s] (2013/2649) omicron-test-utils dev::db::test::test_make_pg_config_ok
93062026-02-25T23:10:47.147Z PASS [ 0.058s] (2014/2649) omicron-test-utils dev::db::test::test_parse_http_addr
93072026-02-25T23:10:47.187Z PASS [ 0.055s] (2015/2649) omicron-test-utils dev::db::test::test_process_exit_abnormal
93082026-02-25T23:10:47.216Z PASS [ 0.052s] (2016/2649) omicron-test-utils dev::db::test::test_process_exit_normal
93092026-02-25T23:10:47.793Z PASS [ 0.601s] (2017/2649) omicron-test-utils dev::db::test::test_setup_database_bad_listen_url
93102026-02-25T23:10:48.191Z PASS [ 1.220s] (2018/2649) omicron-test-utils dev::db::test::test_http_addr_integration
93112026-02-25T23:10:48.491Z PASS [ 24.551s] (2019/2649) omicron-passwords test::test_smoke
93122026-02-25T23:10:48.547Z PASS [ 0.056s] (2020/2649) omicron-test-utils dev::db::test::test_starter_tmpdir
93132026-02-25T23:10:48.641Z PASS [ 0.093s] (2021/2649) omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port
93142026-02-25T23:10:48.690Z PASS [ 0.049s] (2022/2649) omicron-test-utils dev::dendrite::tests::test_dpd_in_path
93152026-02-25T23:10:48.754Z PASS [ 0.064s] (2023/2649) omicron-test-utils dev::maghemite::tests::test_discover_local_listening_port
93162026-02-25T23:10:48.802Z PASS [ 0.049s] (2024/2649) omicron-test-utils dev::maghemite::tests::test_mgd_in_path
93172026-02-25T23:10:48.875Z PASS [ 2.452s] (2025/2649) omicron-test-utils dev::db::test::test_database_concurrent
93182026-02-25T23:10:48.900Z PASS [ 0.096s] (2026/2649) omicron-test-utils dev::test_cmds::tests::test_redact_extra
93192026-02-25T23:10:48.967Z PASS [ 0.092s] (2027/2649) omicron-test-utils dev::test_cmds::tests::test_redact_section
93202026-02-25T23:10:49.057Z PASS [ 0.089s] (2028/2649) omicron-test-utils dev::test_cmds::tests::test_totally_annihilate_section
93212026-02-25T23:10:49.554Z PASS [ 0.655s] (2029/2649) omicron-test-utils dev::test_cmds::tests::test_redact_timestamps
93222026-02-25T23:10:49.578Z PASS [ 0.514s] (2030/2649) oximeter test::timeseries_schema_consistency
93232026-02-25T23:10:49.689Z PASS [ 1.617s] (2031/2649) omicron-test-utils dev::db::test::test_setup_database_overridden_dir
93242026-02-25T23:10:50.124Z PASS [ 0.434s] (2032/2649) oximeter-collector agent::tests::test_self_stat_unreachable_counter
93252026-02-25T23:10:50.149Z PASS [ 0.557s] (2033/2649) oximeter-collector agent::tests::test_self_stat_error_counter
93262026-02-25T23:10:50.149Z PASS [ 0.584s] (2034/2649) oximeter-collector agent::tests::test_self_stat_collection_count
93272026-02-25T23:10:50.180Z PASS [ 0.043s] (2035/2649) oximeter-collector self_stats::tests::only_reset_counters_if_info_is_different
93282026-02-25T23:10:50.220Z PASS [ 0.039s] (2036/2649) oximeter-collector self_stats::tests::test_failure_reason_serialization
93292026-02-25T23:10:50.283Z PASS [ 0.159s] (2037/2649) oximeter-collector agent::tests::test_updated_producer_is_still_collected_from
93302026-02-25T23:10:50.312Z PASS [ 0.183s] (2038/2649) oximeter-collector agent::tests::verify_producer_details
93312026-02-25T23:10:50.347Z PASS [ 0.064s] (2039/2649) oximeter-db client::oxql::tests::correctly_negate_field_predicate_expression
93322026-02-25T23:10:50.372Z PASS [ 0.050s] (2040/2649) oximeter-db client::oxql::tests::correctly_negate_timestamp_predicate_expression
93332026-02-25T23:10:50.396Z PASS [ 0.040s] (2041/2649) oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_all_in_one_chunk
93342026-02-25T23:10:50.420Z PASS [ 0.052s] (2042/2649) oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_key_group_multiple_times
93352026-02-25T23:10:50.445Z PASS [ 0.039s] (2043/2649) oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_middle_of_key_group
93362026-02-25T23:10:50.906Z PASS [ 0.686s] (2044/2649) oximeter-collector::test_commands test_oximeter_no_args
93372026-02-25T23:10:51.589Z PASS [ 1.174s] (2045/2649) oximeter-db client::oxql::tests::test_get_entire_table
93382026-02-25T23:10:51.749Z PASS [ 1.322s] (2046/2649) oximeter-db client::oxql::tests::test_get_entire_timeseries_and_part_of_another
93392026-02-25T23:10:52.186Z PASS [ 1.280s] (2047/2649) oximeter-db client::oxql::tests::test_get_fields
93402026-02-25T23:10:52.926Z PASS [ 1.337s] (2048/2649) oximeter-db client::oxql::tests::test_get_fields_query
93412026-02-25T23:10:52.998Z PASS [ 1.249s] (2049/2649) oximeter-db client::oxql::tests::test_get_one_timeseries
93422026-02-25T23:10:53.271Z PASS [ 1.085s] (2050/2649) oximeter-db client::oxql::tests::test_limit_operations
93432026-02-25T23:10:53.362Z PASS [ 0.090s] (2051/2649) oximeter-db client::tests::check_actual_schema_upgrades_are_valid_single_node
93442026-02-25T23:10:53.584Z PASS [ 0.658s] (2052/2649) oximeter-db client::tests::can_ping_clickhouse
93452026-02-25T23:10:56.391Z PASS [ 3.029s] (2053/2649) oximeter-db client::tests::check_db_init_is_sum_of_all_up_single_node
93462026-02-25T23:10:56.495Z PASS [ 2.911s] (2054/2649) oximeter-db client::tests::insert_samples_fails_fast
93472026-02-25T23:10:57.392Z PASS [ 1.001s] (2055/2649) oximeter-db client::tests::read_latest_version_reports_max
93482026-02-25T23:10:57.568Z PASS [ 1.073s] (2056/2649) oximeter-db client::tests::read_latest_version_with_empty_version_table_reports_zero
93492026-02-25T23:10:58.282Z PASS [ 0.890s] (2057/2649) oximeter-db client::tests::read_latest_version_with_no_database_reports_zero
93502026-02-25T23:10:58.594Z PASS [ 1.026s] (2058/2649) oximeter-db client::tests::read_latest_version_with_no_version_table_reports_zero
93512026-02-25T23:10:59.281Z PASS [ 0.998s] (2059/2649) oximeter-db client::tests::select_timeseries_with_select_one
93522026-02-25T23:10:59.312Z PASS [ 0.718s] (2060/2649) oximeter-db client::tests::test_apply_one_schema_upgrade_single_node
93532026-02-25T23:11:00.238Z PASS [ 0.926s] (2061/2649) oximeter-db client::tests::test_database_version_update_is_idempotent
93542026-02-25T23:11:00.263Z PASS [ 0.962s] (2062/2649) oximeter-db client::tests::test_client_select_timeseries_one
93552026-02-25T23:11:01.084Z PASS [ 0.840s] (2063/2649) oximeter-db client::tests::test_database_version_will_not_upgrade
93562026-02-25T23:11:01.109Z PASS [ 0.864s] (2064/2649) oximeter-db client::tests::test_database_version_will_not_downgrade
93572026-02-25T23:11:02.124Z PASS [ 1.021s] (2065/2649) oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node
93582026-02-25T23:11:02.175Z PASS [ 32.177s] (2066/2649) omicron-sled-agent nexus::test::nexus_self_notification_test
93592026-02-25T23:11:02.210Z PASS [ 1.126s] (2067/2649) oximeter-db client::tests::test_differentiate_by_timeseries_name
93602026-02-25T23:11:03.034Z PASS [ 0.911s] (2068/2649) oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails
93612026-02-25T23:11:03.069Z PASS [ 0.894s] (2069/2649) oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails
93622026-02-25T23:11:03.734Z PASS [ 1.524s] (2070/2649) oximeter-db client::tests::test_expunge_timeseries_by_name_single_node
93632026-02-25T23:11:04.132Z PASS [ 1.062s] (2071/2649) oximeter-db client::tests::test_get_schema_no_new_values
93642026-02-25T23:11:04.180Z PASS [ 1.146s] (2072/2649) oximeter-db client::tests::test_field_record_count
93652026-02-25T23:11:04.921Z PASS [ 17.137s] (2073/2649) omicron-test-utils dev::db::test::test_setup_database_default_dir
93662026-02-25T23:11:04.945Z PASS [ 1.204s] (2074/2649) oximeter-db client::tests::test_insert_samples
93672026-02-25T23:11:04.994Z PASS [ 0.862s] (2075/2649) oximeter-db client::tests::test_is_oximeter_cluster
93682026-02-25T23:11:05.018Z PASS [ 0.073s] (2076/2649) oximeter-db client::tests::test_read_schema_upgrade_sql_files
93692026-02-25T23:11:05.053Z PASS [ 0.059s] (2077/2649) oximeter-db client::tests::test_read_timeseries_to_delete
93702026-02-25T23:11:05.077Z PASS [ 0.059s] (2078/2649) oximeter-db client::tests::test_read_timeseries_to_delete_empty_file_is_ok
93712026-02-25T23:11:05.105Z PASS [ 0.051s] (2079/2649) oximeter-db client::tests::test_read_timeseries_to_delete_nonexistent_file_is_ok
93722026-02-25T23:11:05.166Z PASS [ 0.986s] (2080/2649) oximeter-db client::tests::test_list_timeseries
93732026-02-25T23:11:05.813Z PASS [ 0.892s] (2081/2649) oximeter-db client::tests::test_new_schema_removed_when_not_inserted
93742026-02-25T23:11:06.009Z PASS [ 0.895s] (2082/2649) oximeter-db client::tests::test_schema_mismatch
93752026-02-25T23:11:06.062Z PASS [ 0.895s] (2083/2649) oximeter-db client::tests::test_schema_update
93762026-02-25T23:11:06.669Z PASS [ 1.594s] (2084/2649) oximeter-db client::tests::test_recall_of_all_fields
93772026-02-25T23:11:06.826Z PASS [ 0.999s] (2085/2649) oximeter-db client::tests::test_select_all_datum_types
93782026-02-25T23:11:06.945Z PASS [ 0.945s] (2086/2649) oximeter-db client::tests::test_select_all_field_types
93792026-02-25T23:11:07.057Z PASS [ 0.995s] (2087/2649) oximeter-db client::tests::test_select_timeseries_with_all
93802026-02-25T23:11:07.976Z PASS [ 1.031s] (2088/2649) oximeter-db client::tests::test_select_timeseries_with_select_multiple_fields_with_multiple_values
93812026-02-25T23:11:08.001Z PASS [ 1.319s] (2089/2649) oximeter-db client::tests::test_select_timeseries_with_limit
93822026-02-25T23:11:08.054Z PASS [ 1.242s] (2090/2649) oximeter-db client::tests::test_select_timeseries_with_order
93832026-02-25T23:11:08.098Z PASS [ 1.042s] (2091/2649) oximeter-db client::tests::test_select_timeseries_with_select_one_field_with_multiple_values
93842026-02-25T23:11:08.139Z PASS [ 0.040s] (2092/2649) oximeter-db client::tests::test_unravel_index
93852026-02-25T23:11:08.995Z PASS [ 1.013s] (2093/2649) oximeter-db client::tests::test_select_timeseries_with_start_time
93862026-02-25T23:11:09.020Z PASS [ 0.940s] (2094/2649) oximeter-db client::tests::test_timeseries_schema_list
93872026-02-25T23:11:09.057Z PASS [ 0.063s] (2095/2649) oximeter-db model::fields::tests::test_extract_fields_as_block
93882026-02-25T23:11:09.081Z PASS [ 0.069s] (2096/2649) oximeter-db client::tests::test_verify_schema_upgrades
93892026-02-25T23:11:09.081Z PASS [ 0.937s] (2097/2649) oximeter-db client::tests::test_update_schema_cache_on_new_sample
93902026-02-25T23:11:09.106Z PASS [ 0.049s] (2098/2649) oximeter-db model::measurements::tests::test_extract_histogram_measurement_columns
93912026-02-25T23:11:09.132Z PASS [ 0.053s] (2099/2649) oximeter-db model::measurements::tests::test_extract_measurement_as_block_cumulative
93922026-02-25T23:11:09.156Z PASS [ 0.065s] (2100/2649) oximeter-db model::measurements::tests::test_extract_measurement_as_block_gauge
93932026-02-25T23:11:09.181Z PASS [ 0.050s] (2101/2649) oximeter-db model::measurements::tests::test_extract_measurement_as_block_histogram
93942026-02-25T23:11:09.181Z PASS [ 0.055s] (2102/2649) oximeter-db model::measurements::tests::test_insert_datum_columns_scalar
93952026-02-25T23:11:09.205Z PASS [ 0.046s] (2103/2649) oximeter-db native::block::tests::concat_blocks
93962026-02-25T23:11:09.229Z PASS [ 0.049s] (2104/2649) oximeter-db native::block::tests::datetime64_scale_checks_range
93972026-02-25T23:11:09.229Z PASS [ 0.043s] (2105/2649) oximeter-db native::block::tests::parse_date_time
93982026-02-25T23:11:09.254Z PASS [ 0.050s] (2106/2649) oximeter-db native::block::tests::parse_date_time64
93992026-02-25T23:11:09.278Z PASS [ 0.057s] (2107/2649) oximeter-db native::block::tests::parse_escaped_date_time64
94002026-02-25T23:11:09.279Z PASS [ 0.066s] (2108/2649) oximeter-db native::block::tests::test_data_type_to_string
94012026-02-25T23:11:09.303Z PASS [ 0.054s] (2109/2649) oximeter-db native::block::tests::test_datetime64_conversions
94022026-02-25T23:11:09.328Z PASS [ 0.049s] (2110/2649) oximeter-db native::block::tests::test_parse_all_known_timezones
94032026-02-25T23:11:09.328Z PASS [ 0.045s] (2111/2649) oximeter-db native::block::tests::test_parse_array_enum8_with_bad_escapes
94042026-02-25T23:11:09.353Z PASS [ 0.049s] (2112/2649) oximeter-db native::block::tests::test_parse_array_enum8_with_escapes
94052026-02-25T23:11:09.378Z PASS [ 0.054s] (2113/2649) oximeter-db native::block::tests::test_parse_enum8
94062026-02-25T23:11:09.405Z PASS [ 0.057s] (2114/2649) oximeter-db native::block::tests::test_parse_enum_variant
94072026-02-25T23:11:09.405Z PASS [ 0.051s] (2115/2649) oximeter-db native::block::tests::test_parse_invalid_data_type
94082026-02-25T23:11:09.653Z PASS [ 1.663s] (2116/2649) oximeter-db client::tests::test_sql_query_output
94092026-02-25T23:11:10.038Z PASS [ 0.671s] (2117/2649) oximeter-db native::connection::tests::test_basic_select_query
94102026-02-25T23:11:10.062Z PASS [ 0.662s] (2118/2649) oximeter-db native::connection::tests::test_exchange_hello
94112026-02-25T23:11:10.136Z PASS [ 0.757s] (2119/2649) oximeter-db native::connection::tests::test_can_cancel_query
94122026-02-25T23:11:10.324Z PASS [ 0.671s] (2120/2649) oximeter-db native::connection::tests::test_insert_and_select_data
94132026-02-25T23:11:10.690Z PASS [ 0.652s] (2121/2649) oximeter-db native::connection::tests::test_insert_and_select_uuid
94142026-02-25T23:11:10.723Z PASS [ 0.666s] (2122/2649) oximeter-db native::connection::tests::test_select_array_column
94152026-02-25T23:11:10.765Z PASS [ 0.043s] (2123/2649) oximeter-db native::io::block::tests::test_decode_block_with_nulls
94162026-02-25T23:11:10.791Z PASS [ 0.655s] (2124/2649) oximeter-db native::connection::tests::test_select_array_of_nullable_column
94172026-02-25T23:11:10.815Z PASS [ 0.044s] (2125/2649) oximeter-db native::io::block::tests::test_decode_full_block
94182026-02-25T23:11:10.843Z PASS [ 0.052s] (2126/2649) oximeter-db native::io::column::tests::check_uuid_buffer_length_on_decode
94192026-02-25T23:11:10.867Z PASS [ 0.041s] (2127/2649) oximeter-db native::io::column::tests::fail_to_encode_out_of_range_column
94202026-02-25T23:11:10.894Z PASS [ 0.050s] (2128/2649) oximeter-db native::io::column::tests::test_decode_ipv4addr_column
94212026-02-25T23:11:10.918Z PASS [ 0.049s] (2129/2649) oximeter-db native::io::column::tests::test_decode_ipv6addr_column
94222026-02-25T23:11:10.949Z PASS [ 0.055s] (2130/2649) oximeter-db native::io::column::tests::test_decode_string_column
94232026-02-25T23:11:10.974Z PASS [ 0.050s] (2131/2649) oximeter-db native::io::column::tests::test_decode_uint64_column
94242026-02-25T23:11:10.998Z PASS [ 0.654s] (2132/2649) oximeter-db native::connection::tests::test_select_nullable_column
94252026-02-25T23:11:10.998Z PASS [ 0.045s] (2133/2649) oximeter-db native::io::column::tests::test_decode_uuid_column
94262026-02-25T23:11:11.023Z PASS [ 0.058s] (2134/2649) oximeter-db native::io::column::tests::test_decode_uint8_column
94272026-02-25T23:11:11.047Z PASS [ 0.049s] (2135/2649) oximeter-db native::io::column::tests::test_encode_decode_column
94282026-02-25T23:11:11.071Z PASS [ 0.054s] (2136/2649) oximeter-db native::io::packet::server::tests::test_decode_full_hello
94292026-02-25T23:11:11.071Z PASS [ 0.048s] (2137/2649) oximeter-db native::io::packet::server::tests::test_decode_hello_packet_and_a_half
94302026-02-25T23:11:11.095Z PASS [ 0.040s] (2138/2649) oximeter-db native::io::packet::server::tests::test_decode_nested_exceptions
94312026-02-25T23:11:11.119Z PASS [ 0.045s] (2139/2649) oximeter-db native::io::packet::server::tests::test_decode_partial_hello
94322026-02-25T23:11:11.119Z PASS [ 0.074s] (2140/2649) oximeter-db native::io::packet::server::tests::test_decode_multiple_hello_packets
94332026-02-25T23:11:11.144Z PASS [ 0.048s] (2141/2649) oximeter-db native::io::packet::server::tests::test_decode_pong
94342026-02-25T23:11:11.169Z PASS [ 0.054s] (2142/2649) oximeter-db native::io::packet::server::tests::test_decode_single_exception
94352026-02-25T23:11:11.169Z PASS [ 0.063s] (2143/2649) oximeter-db native::io::packet::server::tests::test_decode_progress_packet
94362026-02-25T23:11:11.193Z PASS [ 0.040s] (2144/2649) oximeter-db native::io::string::test::test_encode_decode
94372026-02-25T23:11:11.218Z PASS [ 0.043s] (2145/2649) oximeter-db native::io::table_columns::tests::test_backtick_quoted_column_name
94382026-02-25T23:11:11.218Z PASS [ 0.052s] (2146/2649) oximeter-db native::io::string::test::test_encode_hello_world
94392026-02-25T23:11:11.242Z PASS [ 0.044s] (2147/2649) oximeter-db native::io::table_columns::tests::test_column_count
94402026-02-25T23:11:11.267Z PASS [ 0.047s] (2148/2649) oximeter-db native::io::table_columns::tests::test_column_description_only_required_parts
94412026-02-25T23:11:11.267Z PASS [ 0.046s] (2149/2649) oximeter-db native::io::table_columns::tests::test_column_description_with_default
94422026-02-25T23:11:11.291Z PASS [ 0.049s] (2150/2649) oximeter-db native::io::table_columns::tests::test_column_descriptions
94432026-02-25T23:11:11.315Z PASS [ 0.043s] (2151/2649) oximeter-db oxql::ast::grammar::tests::test_align_table_op
94442026-02-25T23:11:11.315Z PASS [ 0.056s] (2152/2649) oximeter-db native::io::varuint::test_encode_decode_varuint
94452026-02-25T23:11:11.340Z PASS [ 0.045s] (2153/2649) oximeter-db oxql::ast::grammar::tests::test_boolean_literal
94462026-02-25T23:11:11.364Z PASS [ 0.043s] (2154/2649) oximeter-db oxql::ast::grammar::tests::test_comparison
94472026-02-25T23:11:11.364Z PASS [ 0.654s] (2155/2649) oximeter-db native::connection::tests::test_send_cancel_with_no_query
94482026-02-25T23:11:11.364Z PASS [ 0.038s] (2156/2649) oximeter-db oxql::ast::grammar::tests::test_double_literal
94492026-02-25T23:11:11.364Z PASS [ 0.053s] (2157/2649) oximeter-db oxql::ast::grammar::tests::test_complicated_logical_combinations
94502026-02-25T23:11:11.389Z PASS [ 0.044s] (2158/2649) oximeter-db oxql::ast::grammar::tests::test_duration_literal
94512026-02-25T23:11:11.414Z PASS [ 0.047s] (2159/2649) oximeter-db oxql::ast::grammar::tests::test_double_quoted_string_literal
94522026-02-25T23:11:11.414Z PASS [ 0.036s] (2160/2649) oximeter-db oxql::ast::grammar::tests::test_filter_expr_operator_precedence
94532026-02-25T23:11:11.414Z PASS [ 0.040s] (2161/2649) oximeter-db oxql::ast::grammar::tests::test_filter_expr_overridden_precedence
94542026-02-25T23:11:11.438Z PASS [ 0.046s] (2162/2649) oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_negated_simple_expression
94552026-02-25T23:11:11.463Z PASS [ 0.049s] (2163/2649) oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_simple_expression
94562026-02-25T23:11:11.463Z PASS [ 0.041s] (2164/2649) oximeter-db oxql::ast::grammar::tests::test_filter_table_op
94572026-02-25T23:11:11.463Z PASS [ 0.056s] (2165/2649) oximeter-db oxql::ast::grammar::tests::test_filter_expr_two_simple_filter_expressions
94582026-02-25T23:11:11.490Z PASS [ 0.050s] (2166/2649) oximeter-db oxql::ast::grammar::tests::test_group_by
94592026-02-25T23:11:11.514Z PASS [ 0.052s] (2167/2649) oximeter-db oxql::ast::grammar::tests::test_hex_integer_literal
94602026-02-25T23:11:11.514Z PASS [ 0.053s] (2168/2649) oximeter-db oxql::ast::grammar::tests::test_ident
94612026-02-25T23:11:11.514Z PASS [ 0.075s] (2169/2649) oximeter-db oxql::ast::grammar::tests::test_get_table_op
94622026-02-25T23:11:11.539Z PASS [ 0.047s] (2170/2649) oximeter-db oxql::ast::grammar::tests::test_integer_literal
94632026-02-25T23:11:11.563Z PASS [ 0.044s] (2171/2649) oximeter-db oxql::ast::grammar::tests::test_like_only_available_for_strings
94642026-02-25T23:11:11.563Z PASS [ 0.054s] (2172/2649) oximeter-db oxql::ast::grammar::tests::test_limiting_table_ops
94652026-02-25T23:11:11.588Z PASS [ 0.054s] (2173/2649) oximeter-db oxql::ast::grammar::tests::test_multiple_negation
94662026-02-25T23:11:11.588Z PASS [ 0.042s] (2174/2649) oximeter-db oxql::ast::grammar::tests::test_negated_filter_expr
94672026-02-25T23:11:11.612Z PASS [ 0.058s] (2175/2649) oximeter-db oxql::ast::grammar::tests::test_parse_ipv4_literal
94682026-02-25T23:11:11.613Z PASS [ 0.045s] (2176/2649) oximeter-db oxql::ast::grammar::tests::test_parse_ipv6_literal
94692026-02-25T23:11:11.637Z PASS [ 0.058s] (2177/2649) oximeter-db oxql::ast::grammar::tests::test_parse_literal_timestamp_string
94702026-02-25T23:11:11.662Z PASS [ 0.060s] (2178/2649) oximeter-db oxql::ast::grammar::tests::test_query
94712026-02-25T23:11:11.662Z PASS [ 0.058s] (2179/2649) oximeter-db oxql::ast::grammar::tests::test_query_starts_with_get
94722026-02-25T23:11:11.686Z PASS [ 0.042s] (2180/2649) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_invalid_unicode_sequence
94732026-02-25T23:11:11.686Z PASS [ 0.046s] (2181/2649) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_none
94742026-02-25T23:11:11.715Z PASS [ 0.034s] (2182/2649) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_valid_escape_sequence
94752026-02-25T23:11:11.715Z PASS [ 0.047s] (2183/2649) oximeter-db oxql::ast::grammar::tests::test_reducer
94762026-02-25T23:11:11.739Z PASS [ 0.040s] (2184/2649) oximeter-db oxql::ast::grammar::tests::test_single_quoted_string_literal
94772026-02-25T23:11:11.739Z PASS [ 0.041s] (2185/2649) oximeter-db oxql::ast::grammar::tests::test_uuid_literal
94782026-02-25T23:11:11.764Z PASS [ 0.042s] (2186/2649) oximeter-db oxql::ast::grammar::tests::test_uuid_literal_is_case_insensitive
94792026-02-25T23:11:11.789Z PASS [ 0.041s] (2187/2649) oximeter-db oxql::ast::literal::tests::test_duration_to_db_interval
94802026-02-25T23:11:11.789Z PASS [ 0.038s] (2188/2649) oximeter-db oxql::ast::literal::tests::test_literal_compare_field
94812026-02-25T23:11:11.821Z PASS [ 0.048s] (2189/2649) oximeter-db oxql::ast::literal::tests::test_literal_compare_field_wrong_type
94822026-02-25T23:11:11.821Z PASS [ 0.039s] (2190/2649) oximeter-db oxql::ast::table_ops::align::tests::test_fraction_overlap_with_window
94832026-02-25T23:11:11.821Z PASS [ 0.043s] (2191/2649) oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_does_not_modify_missing_values
94842026-02-25T23:11:11.846Z PASS [ 0.038s] (2192/2649) oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_value_in_window
94852026-02-25T23:11:11.871Z PASS [ 0.042s] (2193/2649) oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_does_not_modify_missing_values
94862026-02-25T23:11:11.871Z SLOW [> 60.000s] (─────────) omicron-omdb::test_all_output test_omdb_success_cases
94872026-02-25T23:11:11.871Z PASS [ 0.046s] (2194/2649) oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_value_in_window
94882026-02-25T23:11:11.895Z PASS [ 0.048s] (2195/2649) oximeter-db oxql::ast::table_ops::align::tests::test_verify_max_upsampling_ratio
94892026-02-25T23:11:11.920Z PASS [ 0.050s] (2196/2649) oximeter-db oxql::ast::table_ops::filter::tests::test_all_ident_names
94902026-02-25T23:11:11.920Z PASS [ 0.052s] (2197/2649) oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_double_points
94912026-02-25T23:11:11.945Z PASS [ 0.052s] (2198/2649) oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_points_wrong_type
94922026-02-25T23:11:11.970Z PASS [ 0.062s] (2199/2649) oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_deep_expressions
94932026-02-25T23:11:11.970Z PASS [ 0.051s] (2200/2649) oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_long_expressions
94942026-02-25T23:11:11.995Z PASS [ 0.050s] (2201/2649) oximeter-db oxql::ast::table_ops::filter::tests::test_error_message_with_invalid_field_names
94952026-02-25T23:11:12.022Z PASS [ 0.060s] (2202/2649) oximeter-db oxql::ast::table_ops::filter::tests::test_filter_empty_timeseries
94962026-02-25T23:11:12.047Z PASS [ 0.059s] (2203/2649) oximeter-db oxql::ast::table_ops::filter::tests::test_filter_field_logic
94972026-02-25T23:11:12.047Z PASS [ 0.047s] (2204/2649) oximeter-db oxql::ast::table_ops::filter::tests::test_implicit_field_names_for_types
94982026-02-25T23:11:12.078Z PASS [ 0.054s] (2205/2649) oximeter-db oxql::ast::table_ops::filter::tests::test_simplify_to_dnf
94992026-02-25T23:11:12.103Z PASS [ 0.059s] (2206/2649) oximeter-db oxql::ast::table_ops::group_by::test::test_group_by_display
95002026-02-25T23:11:12.103Z PASS [ 0.047s] (2207/2649) oximeter-db oxql::ast::table_ops::group_by::tests::test_group_by
95012026-02-25T23:11:12.128Z PASS [ 0.040s] (2208/2649) oximeter-db oxql::ast::table_ops::test::test_grouped_table_op_display
95022026-02-25T23:11:12.128Z PASS [ 0.051s] (2209/2649) oximeter-db oxql::ast::table_ops::limit::tests::test_first_k
95032026-02-25T23:11:12.154Z PASS [ 0.050s] (2210/2649) oximeter-db oxql::ast::table_ops::limit::tests::test_last_k
95042026-02-25T23:11:12.179Z PASS [ 0.041s] (2211/2649) oximeter-db oxql::plan::align::test::test_align_input_schema
95052026-02-25T23:11:12.278Z PASS [ 0.143s] (2212/2649) oximeter-db oxql::plan::plan::tests::cannot_filter_with_incomparable_types
95062026-02-25T23:11:12.302Z PASS [ 0.151s] (2213/2649) oximeter-db oxql::plan::plan::tests::cannot_align_non_numeric_tables
95072026-02-25T23:11:12.345Z PASS [ 0.178s] (2214/2649) oximeter-db oxql::plan::plan::tests::cannot_group_multiple_tables
95082026-02-25T23:11:12.437Z PASS [ 0.159s] (2215/2649) oximeter-db oxql::plan::plan::tests::cannot_group_unaligned_tables
95092026-02-25T23:11:12.462Z PASS [ 0.163s] (2216/2649) oximeter-db oxql::plan::plan::tests::cannot_join_one_table
95102026-02-25T23:11:12.502Z PASS [ 0.157s] (2217/2649) oximeter-db oxql::plan::plan::tests::cannot_join_unaligned_tables
95112026-02-25T23:11:12.589Z PASS [ 0.152s] (2218/2649) oximeter-db oxql::plan::plan::tests::filter_plan_node_does_not_change_table_schema
95122026-02-25T23:11:12.614Z PASS [ 0.149s] (2219/2649) oximeter-db oxql::plan::plan::tests::get_cumulative_plan_emits_two_nodes
95132026-02-25T23:11:12.648Z PASS [ 0.146s] (2220/2649) oximeter-db oxql::plan::plan::tests::get_gauge_plan_emits_one_node
95142026-02-25T23:11:12.749Z PASS [ 0.160s] (2221/2649) oximeter-db oxql::plan::plan::tests::group_by_plan_leaves_only_grouped_fields
95152026-02-25T23:11:12.774Z PASS [ 0.162s] (2222/2649) oximeter-db oxql::plan::plan::tests::limit_plan_node_does_not_change_table_schema
95162026-02-25T23:11:12.807Z PASS [ 0.158s] (2223/2649) oximeter-db oxql::plan::plan::tests::limit_pushdown_does_not_reorder_around_align
95172026-02-25T23:11:12.908Z PASS [ 0.159s] (2224/2649) oximeter-db oxql::plan::plan::tests::predicate_pushdown_merges_neighboring_filter_nodes
95182026-02-25T23:11:12.933Z PASS [ 0.167s] (2225/2649) oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_into_subqueries
95192026-02-25T23:11:12.985Z PASS [ 0.178s] (2226/2649) oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_group_by
95202026-02-25T23:11:13.072Z PASS [ 0.163s] (2227/2649) oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_join
95212026-02-25T23:11:13.112Z PASS [ 0.191s] (2228/2649) oximeter-db oxql::plan::plan::tests::requires_full_table_scan
95222026-02-25T23:11:13.137Z PASS [ 0.150s] (2229/2649) oximeter-db oxql::plan::plan::tests::subquery_plan_returns_multiple_tables
95232026-02-25T23:11:13.161Z PASS [ 1.542s] (2230/2649) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequence_with_valid_unicode_sequence
95242026-02-25T23:11:13.264Z PASS [ 0.151s] (2231/2649) oximeter-db oxql::plan::predicates::tests::push_none_of_single_predicate_through_alignment
95252026-02-25T23:11:13.289Z PASS [ 0.211s] (2232/2649) oximeter-db oxql::plan::predicates::tests::push_multiple_predicates_partway_through_alignment
95262026-02-25T23:11:13.320Z PASS [ 0.184s] (2233/2649) oximeter-db oxql::plan::predicates::tests::push_predicates_partway_through_alignment_differently
95272026-02-25T23:11:13.345Z PASS [ 0.180s] (2234/2649) oximeter-db oxql::plan::predicates::tests::push_single_predicate_partway_through_alignment
95282026-02-25T23:11:13.345Z PASS [ 0.048s] (2235/2649) oximeter-db oxql::query::tests::test_coalesce_limits
95292026-02-25T23:11:13.370Z PASS [ 0.041s] (2236/2649) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kind_from_outer_query
95302026-02-25T23:11:13.370Z PASS [ 0.044s] (2237/2649) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_coalesce_incompatible_kind_from_outer_query
95312026-02-25T23:11:13.442Z PASS [ 0.049s] (2238/2649) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kinds_within_query
95322026-02-25T23:11:13.468Z PASS [ 0.047s] (2239/2649) oximeter-db oxql::query::tests::test_coalesce_limits_merge_from_outer_query
95332026-02-25T23:11:13.468Z PASS [ 0.048s] (2240/2649) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_rearrange_around_incompatible_timestamp_filters
95342026-02-25T23:11:13.468Z PASS [ 0.157s] (2241/2649) oximeter-db oxql::plan::predicates::tests::push_single_predicate_through_alignment
95352026-02-25T23:11:13.468Z PASS [ 0.041s] (2242/2649) oximeter-db oxql::query::tests::test_coalesce_limits_merge_same_kind_within_query
95362026-02-25T23:11:13.468Z PASS [ 0.048s] (2243/2649) oximeter-db oxql::query::tests::test_coalesce_predicates
95372026-02-25T23:11:13.468Z PASS [ 0.050s] (2244/2649) oximeter-db oxql::query::tests::test_coalesce_limits_rearrange_around_timestamp_filters
95382026-02-25T23:11:13.493Z PASS [ 0.050s] (2245/2649) oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries
95392026-02-25T23:11:13.493Z PASS [ 0.054s] (2246/2649) oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries_with_group_by
95402026-02-25T23:11:13.518Z PASS [ 0.050s] (2247/2649) oximeter-db oxql::query::tests::test_coalesce_predicates_merged_into_subqueries
95412026-02-25T23:11:13.543Z PASS [ 0.057s] (2248/2649) oximeter-db oxql::query::tests::test_insert_filters
95422026-02-25T23:11:13.543Z PASS [ 0.058s] (2249/2649) oximeter-db oxql::query::tests::test_insert_filters_with_nested_subqueries
95432026-02-25T23:11:13.543Z PASS [ 0.062s] (2250/2649) oximeter-db oxql::query::tests::test_insert_filters_with_subqueries
95442026-02-25T23:11:13.568Z PASS [ 0.047s] (2251/2649) oximeter-db oxql::query::tests::test_query_end_time_across_subqueries
95452026-02-25T23:11:13.595Z PASS [ 0.043s] (2252/2649) oximeter-db oxql::query::tests::test_restrict_filter_idents_expr
95462026-02-25T23:11:13.595Z PASS [ 0.040s] (2253/2649) oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom
95472026-02-25T23:11:13.596Z PASS [ 0.075s] (2254/2649) oximeter-db oxql::query::tests::test_query_end_time
95482026-02-25T23:11:13.621Z PASS [ 0.033s] (2255/2649) oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom_with_timestamp
95492026-02-25T23:11:13.621Z PASS [ 0.042s] (2256/2649) oximeter-db query::tests::test_field_cmp
95502026-02-25T23:11:13.646Z PASS [ 0.039s] (2257/2649) oximeter-db query::tests::test_field_selector_as_query
95512026-02-25T23:11:13.646Z PASS [ 0.056s] (2258/2649) oximeter-db oxql::query::tests::test_split_query
95522026-02-25T23:11:13.671Z PASS [ 0.047s] (2259/2649) oximeter-db query::tests::test_field_value_as_db_str
95532026-02-25T23:11:13.697Z PASS [ 0.047s] (2260/2649) oximeter-db query::tests::test_select_query_builder_from_parts
95542026-02-25T23:11:13.697Z PASS [ 0.073s] (2261/2649) oximeter-db query::tests::test_select_query_builder_field_selectors
95552026-02-25T23:11:13.721Z PASS [ 0.072s] (2262/2649) oximeter-db query::tests::test_select_query_builder_filter_raw
95562026-02-25T23:11:13.721Z PASS [ 0.056s] (2263/2649) oximeter-db query::tests::test_select_query_builder_full
95572026-02-25T23:11:13.746Z PASS [ 0.050s] (2264/2649) oximeter-db query::tests::test_select_query_builder_limit_offset
95582026-02-25T23:11:13.746Z PASS [ 0.044s] (2265/2649) oximeter-db query::tests::test_select_query_builder_no_fields
95592026-02-25T23:11:13.771Z PASS [ 0.050s] (2266/2649) oximeter-db query::tests::test_select_query_builder_no_selectors
95602026-02-25T23:11:13.772Z PASS [ 0.054s] (2267/2649) oximeter-db query::tests::test_string_field_selector
95612026-02-25T23:11:13.797Z PASS [ 0.057s] (2268/2649) oximeter-db query::tests::test_time_range
95622026-02-25T23:11:13.797Z PASS [ 0.050s] (2269/2649) oximeter-db sql::tests::test_allow_limit_offset
95632026-02-25T23:11:13.821Z PASS [ 0.052s] (2270/2649) oximeter-db sql::tests::test_allow_subqueries
95642026-02-25T23:11:13.821Z PASS [ 0.052s] (2271/2649) oximeter-db sql::tests::test_cannot_name_database
95652026-02-25T23:11:13.846Z PASS [ 0.062s] (2272/2649) oximeter-db sql::tests::test_ctes_are_not_supported
95662026-02-25T23:11:13.871Z PASS [ 0.057s] (2273/2649) oximeter-db sql::tests::test_function_allow_list
95672026-02-25T23:11:13.871Z PASS [ 0.047s] (2274/2649) oximeter-db sql::tests::test_multiple_statements_are_not_supported
95682026-02-25T23:11:13.896Z PASS [ 0.088s] (2275/2649) oximeter-db sql::tests::test_join_must_be_inner
95692026-02-25T23:11:13.920Z PASS [ 0.057s] (2276/2649) oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte
95702026-02-25T23:11:13.920Z PASS [ 0.071s] (2277/2649) oximeter-db sql::tests::test_query_must_be_select_statement
95712026-02-25T23:11:13.946Z PASS [ 0.067s] (2278/2649) oximeter-db sql::tests::test_require_table_is_timeseries_name
95722026-02-25T23:11:13.946Z PASS [ 0.048s] (2279/2649) oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias
95732026-02-25T23:11:13.971Z PASS [ 0.048s] (2280/2649) oximeter-db sql::tests::test_with_comma_join_fails
95742026-02-25T23:11:13.971Z PASS [ 0.042s] (2281/2649) oximeter-db tests::test_timeseries_key_sample_stability
95752026-02-25T23:11:13.971Z PASS [ 0.051s] (2282/2649) oximeter-db tests::test_timeseries_key_field_stability
95762026-02-25T23:11:14.099Z PASS [ 0.145s] (2283/2649) oximeter-db::integration_test test_schemas_are_not_modified
95772026-02-25T23:11:14.124Z PASS [ 0.136s] (2284/2649) oximeter-instruments http::tests::test_latency_tracker
95782026-02-25T23:11:14.385Z PASS [ 0.286s] (2285/2649) oximeter-instruments kstat::link::tests::no_futures_to_await_after_removing_target
95792026-02-25T23:11:14.429Z PASS [ 62.571s] (2286/2649) omicron-omdb::test_all_output test_omdb_success_cases
95802026-02-25T23:11:14.453Z PASS [ 0.060s] (2287/2649) oximeter-instruments kstat::link::tests::test_kstat_interested
95812026-02-25T23:11:14.555Z PASS [ 0.110s] (2288/2649) oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow
95822026-02-25T23:11:14.580Z PASS [ 0.147s] (2289/2649) oximeter-instruments kstat::link::tests::test_kstat_sampler
95832026-02-25T23:11:14.661Z PASS [ 0.105s] (2290/2649) oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal
95842026-02-25T23:11:14.690Z PASS [ 0.114s] (2291/2649) oximeter-instruments kstat::link::tests::test_kstat_with_expiration
95852026-02-25T23:11:14.744Z PASS [ 0.083s] (2292/2649) oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone
95862026-02-25T23:11:14.777Z PASS [ 0.087s] (2293/2649) oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed
95872026-02-25T23:11:14.807Z PASS [ 0.062s] (2294/2649) oximeter-instruments kstat::link::tests::test_sled_datalink
95882026-02-25T23:11:14.856Z PASS [ 0.078s] (2295/2649) oximeter-instruments kstat::link::tests::updating_target_changes_existing_sampling_interval
95892026-02-25T23:11:14.880Z PASS [ 0.052s] (2296/2649) oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field
95902026-02-25T23:11:14.905Z PASS [ 0.029s] (2297/2649) oximeter-macro-impl tests::test_extract_datum_type_by_field_name
95912026-02-25T23:11:14.905Z PASS [ 0.027s] (2298/2649) oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields
95922026-02-25T23:11:14.930Z PASS [ 0.029s] (2299/2649) oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated
95932026-02-25T23:11:14.930Z PASS [ 0.031s] (2300/2649) oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field
95942026-02-25T23:11:14.955Z PASS [ 0.031s] (2301/2649) oximeter-macro-impl tests::test_metric_annotated_field
95952026-02-25T23:11:14.955Z PASS [ 0.032s] (2302/2649) oximeter-macro-impl tests::test_metric_datum_field
95962026-02-25T23:11:14.980Z PASS [ 0.027s] (2303/2649) oximeter-macro-impl tests::test_metric_enum
95972026-02-25T23:11:15.005Z PASS [ 0.034s] (2304/2649) oximeter-macro-impl tests::test_metric_without_datum_field
95982026-02-25T23:11:15.005Z PASS [ 0.029s] (2305/2649) oximeter-macro-impl tests::test_target
95992026-02-25T23:11:15.030Z PASS [ 0.031s] (2306/2649) oximeter-macro-impl tests::test_target_empty_struct
96002026-02-25T23:11:15.054Z PASS [ 0.035s] (2307/2649) oximeter-macro-impl tests::test_target_enum
96012026-02-25T23:11:15.054Z PASS [ 0.030s] (2308/2649) oximeter-macro-impl tests::test_target_unit_struct
96022026-02-25T23:11:15.080Z PASS [ 0.031s] (2309/2649) oximeter-macro-impl tests::test_target_with_datum_field
96032026-02-25T23:11:15.215Z PASS [ 0.148s] (2310/2649) oximeter-schema codegen::tests::compute_extra_derives_respects_datum_type_with_no_extra_derives
96042026-02-25T23:11:15.261Z PASS [ 0.046s] (2311/2649) oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_datum_types
96052026-02-25T23:11:15.304Z PASS [ 0.043s] (2312/2649) oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_fields
96062026-02-25T23:11:15.341Z PASS [ 0.037s] (2313/2649) oximeter-schema codegen::tests::compute_extra_derives_respects_partially_ordered_datum_types
96072026-02-25T23:11:15.377Z PASS [ 0.035s] (2314/2649) oximeter-schema codegen::tests::compute_extra_derives_respects_totally_ordered_datum_types
96082026-02-25T23:11:15.423Z PASS [ 0.046s] (2315/2649) oximeter-schema codegen::tests::emit_schema_types_generates_expected_tokens
96092026-02-25T23:11:15.464Z PASS [ 0.041s] (2316/2649) oximeter-schema codegen::tests::emit_schema_types_with_no_metric_fields_generates_expected_tokens
96102026-02-25T23:11:15.520Z PASS [ 0.056s] (2317/2649) oximeter-schema ir::tests::construct_field_schema_fails_with_duplicate_field_names
96112026-02-25T23:11:15.554Z PASS [ 0.033s] (2318/2649) oximeter-schema ir::tests::construct_field_schema_fails_with_reference_to_unknown_field
96122026-02-25T23:11:15.607Z PASS [ 0.054s] (2319/2649) oximeter-schema ir::tests::construct_field_schema_picks_up_correct_fields
96132026-02-25T23:11:15.664Z PASS [ 0.056s] (2320/2649) oximeter-schema ir::tests::ensures_target_has_at_least_one_field
96142026-02-25T23:11:15.698Z PASS [ 0.034s] (2321/2649) oximeter-schema ir::tests::extract_authz_scope_requires_relevant_field
96152026-02-25T23:11:15.731Z PASS [ 0.032s] (2322/2649) oximeter-schema ir::tests::extract_metric_fields_fails_to_add_existing_metric
96162026-02-25T23:11:15.771Z PASS [ 0.040s] (2323/2649) oximeter-schema ir::tests::extract_metric_fields_fails_to_remove_non_existent_metric
96172026-02-25T23:11:15.805Z PASS [ 0.034s] (2324/2649) oximeter-schema ir::tests::extract_metric_fields_fails_with_non_increasing_versions
96182026-02-25T23:11:15.836Z PASS [ 0.030s] (2325/2649) oximeter-schema ir::tests::extract_metric_fields_requires_adding_first
96192026-02-25T23:11:15.877Z PASS [ 0.040s] (2326/2649) oximeter-schema ir::tests::extract_metric_fields_succeeds_with_gaps_in_versions
96202026-02-25T23:11:15.909Z PASS [ 0.033s] (2327/2649) oximeter-schema ir::tests::fail_on_empty_descriptions
96212026-02-25T23:11:15.946Z PASS [ 0.036s] (2328/2649) oximeter-schema ir::tests::fail_on_empty_metric_name
96222026-02-25T23:11:15.983Z PASS [ 0.037s] (2329/2649) oximeter-schema ir::tests::fail_on_empty_target_name
96232026-02-25T23:11:16.026Z PASS [ 0.042s] (2330/2649) oximeter-schema ir::tests::fail_on_very_long_field_names
96242026-02-25T23:11:16.080Z PASS [ 0.054s] (2331/2649) oximeter-schema ir::tests::fail_on_very_long_timeseries_name
96252026-02-25T23:11:16.118Z PASS [ 0.036s] (2332/2649) oximeter-schema ir::tests::into_schema_list_fails_with_zero_metrics
96262026-02-25T23:11:16.158Z PASS [ 0.041s] (2333/2649) oximeter-schema ir::tests::load_schema_catches_metric_versions_not_added_in
96272026-02-25T23:11:16.204Z PASS [ 0.045s] (2334/2649) oximeter-schema ir::tests::load_schema_fails_with_duplicate_timeseries
96282026-02-25T23:11:16.253Z PASS [ 0.049s] (2335/2649) oximeter-schema ir::tests::load_schema_fails_with_nonexistent_target_version
96292026-02-25T23:11:16.295Z PASS [ 0.042s] (2336/2649) oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions
96302026-02-25T23:11:16.330Z PASS [ 0.034s] (2337/2649) oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_is_modified
96312026-02-25T23:11:16.376Z PASS [ 0.046s] (2338/2649) oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_version_is_removed
96322026-02-25T23:11:16.420Z PASS [ 0.043s] (2339/2649) oximeter-schema ir::tests::load_schema_fills_in_late_implied_metric_versions
96332026-02-25T23:11:16.460Z PASS [ 0.040s] (2340/2649) oximeter-schema ir::tests::load_schema_skips_versions_until_metric_is_added
96342026-02-25T23:11:16.503Z PASS [ 0.043s] (2341/2649) oximeter-schema ir::tests::only_support_format_version_1
96352026-02-25T23:11:16.542Z PASS [ 0.039s] (2342/2649) oximeter-schema ir::tests::validate_field_name_disallows_bad_names
96362026-02-25T23:11:16.574Z PASS [ 0.031s] (2343/2649) oximeter-schema ir::tests::validate_field_name_verifies_uuid_field_names
96372026-02-25T23:11:16.786Z PASS [ 0.211s] (2344/2649) oximeter-test-utils tests::test_gen_test_samples
96382026-02-25T23:11:16.845Z PASS [ 0.048s] (2345/2649) oximeter-test-utils tests::test_sample_struct
96392026-02-25T23:11:16.911Z PASS [ 0.062s] (2346/2649) oximeter-test-utils tests::test_schema_field_ordering_across_target_metric
96402026-02-25T23:11:16.949Z PASS [ 0.042s] (2347/2649) oximeter-test-utils tests::test_timeseries_schema_from_parts
96412026-02-25T23:11:16.979Z PASS [ 0.036s] (2348/2649) oximeter-test-utils tests::test_timeseries_schema_from_sample
96422026-02-25T23:11:17.052Z PASS [ 0.069s] (2349/2649) oximeter-types histogram::tests::test_bin_range
96432026-02-25T23:11:17.090Z PASS [ 0.033s] (2350/2649) oximeter-types histogram::tests::test_bin_range_from
96442026-02-25T23:11:17.115Z PASS [ 0.030s] (2351/2649) oximeter-types histogram::tests::test_bin_range_to
96452026-02-25T23:11:17.146Z PASS [ 0.037s] (2352/2649) oximeter-types histogram::tests::test_empty_bins_not_supported
96462026-02-25T23:11:17.184Z PASS [ 0.038s] (2353/2649) oximeter-types histogram::tests::test_ensure_finite
96472026-02-25T23:11:17.229Z PASS [ 0.044s] (2354/2649) oximeter-types histogram::tests::test_histogram
96482026-02-25T23:11:17.269Z PASS [ 0.040s] (2355/2649) oximeter-types histogram::tests::test_histogram_construct_with
96492026-02-25T23:11:17.315Z PASS [ 0.045s] (2356/2649) oximeter-types histogram::tests::test_histogram_extreme_bins
96502026-02-25T23:11:17.346Z PASS [ 0.031s] (2357/2649) oximeter-types histogram::tests::test_histogram_extreme_samples
96512026-02-25T23:11:17.378Z PASS [ 0.032s] (2358/2649) oximeter-types histogram::tests::test_histogram_float_bins
96522026-02-25T23:11:17.412Z PASS [ 0.034s] (2359/2649) oximeter-types histogram::tests::test_histogram_unbounded_samples
96532026-02-25T23:11:17.459Z PASS [ 0.046s] (2360/2649) oximeter-types histogram::tests::test_histogram_unsorted_bins
96542026-02-25T23:11:17.492Z PASS [ 0.033s] (2361/2649) oximeter-types histogram::tests::test_histogram_with_bins
96552026-02-25T23:11:17.524Z PASS [ 0.032s] (2362/2649) oximeter-types histogram::tests::test_histogram_with_non_partitioned_bins
96562026-02-25T23:11:17.553Z PASS [ 0.029s] (2363/2649) oximeter-types histogram::tests::test_histogram_with_overlapping_bins
96572026-02-25T23:11:17.586Z PASS [ 0.033s] (2364/2649) oximeter-types histogram::tests::test_log_bins_u64
96582026-02-25T23:11:17.620Z PASS [ 0.034s] (2365/2649) oximeter-types histogram::tests::test_log_bins_u8
96592026-02-25T23:11:17.665Z PASS [ 0.044s] (2366/2649) oximeter-types histogram::tests::test_log_linear_bins_all_representable
96602026-02-25T23:11:17.693Z PASS [ 0.028s] (2367/2649) oximeter-types histogram::tests::test_log_linear_bins_does_not_overflow_wide_bin_type
96612026-02-25T23:11:17.734Z PASS [ 0.040s] (2368/2649) oximeter-types histogram::tests::test_log_linear_bins_does_overflow_narrow_bin_type
96622026-02-25T23:11:17.763Z PASS [ 0.029s] (2369/2649) oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1
96632026-02-25T23:11:17.797Z PASS [ 0.033s] (2370/2649) oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2
96642026-02-25T23:11:17.841Z PASS [ 0.044s] (2371/2649) oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3
96652026-02-25T23:11:17.884Z PASS [ 0.043s] (2372/2649) oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4
96662026-02-25T23:11:17.924Z PASS [ 0.040s] (2373/2649) oximeter-types histogram::tests::test_log_linear_bins_integer_size_checks
96672026-02-25T23:11:17.955Z PASS [ 0.030s] (2374/2649) oximeter-types histogram::tests::test_log_linear_bins_small_bin_count
96682026-02-25T23:11:17.997Z PASS [ 0.042s] (2375/2649) oximeter-types histogram::tests::test_span_decades
96692026-02-25T23:11:18.033Z PASS [ 0.035s] (2376/2649) oximeter-types histogram::tests::test_span_decades_other_counts_f64
96702026-02-25T23:11:18.069Z PASS [ 0.036s] (2377/2649) oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_ok
96712026-02-25T23:11:18.100Z PASS [ 0.030s] (2378/2649) oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_too_low
96722026-02-25T23:11:18.135Z PASS [ 0.034s] (2379/2649) oximeter-types quantile::tests::test_default_percentiles
96732026-02-25T23:11:18.164Z PASS [ 0.029s] (2380/2649) oximeter-types quantile::tests::test_empty_observations
96742026-02-25T23:11:18.198Z PASS [ 0.034s] (2381/2649) oximeter-types quantile::tests::test_find_cells
96752026-02-25T23:11:18.230Z PASS [ 0.031s] (2382/2649) oximeter-types quantile::tests::test_float_observations
96762026-02-25T23:11:18.261Z PASS [ 0.032s] (2383/2649) oximeter-types quantile::tests::test_integer_observations
96772026-02-25T23:11:18.299Z PASS [ 0.037s] (2384/2649) oximeter-types quantile::tests::test_invalid_p_value
96782026-02-25T23:11:18.335Z PASS [ 0.036s] (2385/2649) oximeter-types quantile::tests::test_max_p
96792026-02-25T23:11:18.370Z PASS [ 0.033s] (2386/2649) oximeter-types quantile::tests::test_min_p
96802026-02-25T23:11:18.395Z PASS [ 0.027s] (2387/2649) oximeter-types quantile::tests::test_non_filled_observations
96812026-02-25T23:11:18.433Z PASS [ 0.037s] (2388/2649) oximeter-types quantile::tests::test_rounding
96822026-02-25T23:11:18.505Z PASS [ 0.042s] (2389/2649) oximeter-types schema::tests::test_field_schema_ordering
96832026-02-25T23:11:18.556Z PASS [ 0.081s] (2390/2649) oximeter-types schema::tests::test_timeseries_name
96842026-02-25T23:11:18.597Z PASS [ 0.040s] (2391/2649) oximeter-types schema::tests::test_timeseries_name_from_str
96852026-02-25T23:11:18.631Z PASS [ 0.035s] (2392/2649) oximeter-types traits::tests::test_metric_trait
96862026-02-25T23:11:18.661Z PASS [ 3.616s] (2393/2649) oximeter-producer tests::test_producer_registration_task
96872026-02-25T23:11:18.686Z PASS [ 0.040s] (2394/2649) oximeter-types traits::tests::test_producer_trait
96882026-02-25T23:11:18.710Z PASS [ 0.032s] (2395/2649) oximeter-types traits::tests::test_target_trait
96892026-02-25T23:11:18.710Z PASS [ 0.031s] (2396/2649) oximeter-types types::tests::test_cumulative_f64
96902026-02-25T23:11:18.735Z PASS [ 0.033s] (2397/2649) oximeter-types types::tests::test_cumulative_i64
96912026-02-25T23:11:18.735Z PASS [ 0.032s] (2398/2649) oximeter-types types::tests::test_datum
96922026-02-25T23:11:18.763Z PASS [ 0.035s] (2399/2649) oximeter-types types::tests::test_field_value_parse_as_type::case_01_as_string
96932026-02-25T23:11:18.788Z PASS [ 0.039s] (2400/2649) oximeter-types types::tests::test_field_value_parse_as_type::case_02_as_i8
96942026-02-25T23:11:18.813Z PASS [ 0.030s] (2401/2649) oximeter-types types::tests::test_field_value_parse_as_type::case_03_as_u8
96952026-02-25T23:11:18.813Z PASS [ 0.033s] (2402/2649) oximeter-types types::tests::test_field_value_parse_as_type::case_04_as_i16
96962026-02-25T23:11:18.837Z PASS [ 0.033s] (2403/2649) oximeter-types types::tests::test_field_value_parse_as_type::case_05_as_u16
96972026-02-25T23:11:18.837Z PASS [ 0.030s] (2404/2649) oximeter-types types::tests::test_field_value_parse_as_type::case_06_as_i32
96982026-02-25T23:11:18.861Z PASS [ 0.034s] (2405/2649) oximeter-types types::tests::test_field_value_parse_as_type::case_07_as_u32
96992026-02-25T23:11:18.886Z PASS [ 0.032s] (2406/2649) oximeter-types types::tests::test_field_value_parse_as_type::case_08_as_i64
97002026-02-25T23:11:18.910Z PASS [ 0.041s] (2407/2649) oximeter-types types::tests::test_field_value_parse_as_type::case_09_as_u64
97012026-02-25T23:11:18.934Z PASS [ 0.044s] (2408/2649) oximeter-types types::tests::test_field_value_parse_as_type::case_10_as_uuid
97022026-02-25T23:11:18.959Z PASS [ 0.043s] (2409/2649) oximeter-types types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr
97032026-02-25T23:11:18.959Z PASS [ 0.033s] (2410/2649) oximeter-types types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr
97042026-02-25T23:11:18.983Z PASS [ 0.036s] (2411/2649) oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64
97052026-02-25T23:11:18.983Z PASS [ 0.037s] (2412/2649) oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid
97062026-02-25T23:11:19.014Z PASS [ 0.033s] (2413/2649) oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool
97072026-02-25T23:11:19.038Z PASS [ 0.033s] (2414/2649) oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr
97082026-02-25T23:11:19.063Z PASS [ 0.034s] (2415/2649) oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid
97092026-02-25T23:11:19.063Z PASS [ 0.039s] (2416/2649) oximeter-types types::tests::test_measurement
97102026-02-25T23:11:19.094Z PASS [ 0.046s] (2417/2649) oximeter-types types::tests::test_verify_field_names
97112026-02-25T23:11:19.119Z PASS [ 0.049s] (2418/2649) oxlog tests::test_daterange_filter
97122026-02-25T23:11:19.143Z PASS [ 0.027s] (2419/2649) oxlog tests::test_is_oxide_smf_log_file
97132026-02-25T23:11:19.143Z PASS [ 0.026s] (2420/2649) oxlog tests::test_oxide_smf_service_name_from_log_file_name
97142026-02-25T23:11:19.168Z PASS [ 0.027s] (2421/2649) oxlog tests::test_sort_logs
97152026-02-25T23:11:19.192Z PASS [ 0.060s] (2422/2649) oxlog::bin/oxlog tests::test_parse_timestamp
97162026-02-25T23:11:19.286Z PASS [ 0.138s] (2423/2649) oxql-types point::tests::test_cast_points_from_bool
97172026-02-25T23:11:19.286Z PASS [ 0.095s] (2424/2649) oxql-types point::tests::test_cast_points_from_double
97182026-02-25T23:11:19.337Z PASS [ 0.050s] (2425/2649) oxql-types point::tests::test_cast_points_from_int_distribution
97192026-02-25T23:11:19.361Z PASS [ 0.052s] (2426/2649) oxql-types point::tests::test_cast_points_from_double_distribution
97202026-02-25T23:11:19.387Z PASS [ 0.041s] (2427/2649) oxql-types point::tests::test_cast_points_from_integer
97212026-02-25T23:11:19.411Z PASS [ 0.053s] (2428/2649) oxql-types point::tests::test_cast_points_from_string
97222026-02-25T23:11:19.436Z PASS [ 0.035s] (2429/2649) oxql-types point::tests::test_join_point_arrays
97232026-02-25T23:11:19.436Z PASS [ 0.041s] (2430/2649) oxql-types point::tests::test_point_delta_between
97242026-02-25T23:11:19.461Z PASS [ 0.032s] (2431/2649) oxql-types point::tests::test_point_delta_between_overlapping_time_ranges
97252026-02-25T23:11:19.485Z PASS [ 0.038s] (2432/2649) oxql-types point::tests::test_point_delta_between_with_new_epoch
97262026-02-25T23:11:19.485Z PASS [ 0.034s] (2433/2649) oxql-types point::tests::test_push_concrete_values
97272026-02-25T23:11:19.510Z PASS [ 0.036s] (2434/2649) oxql-types point::tests::test_sub_between_histogram_distributions
97282026-02-25T23:11:19.584Z PASS [ 0.076s] (2435/2649) range-requests test::get_response_no_range
97292026-02-25T23:11:19.609Z PASS [ 0.106s] (2436/2649) parallel-task-set test::test_spawn_many
97302026-02-25T23:11:19.634Z PASS [ 0.027s] (2437/2649) range-requests test::invalid_ranges
97312026-02-25T23:11:19.658Z PASS [ 0.026s] (2438/2649) range-requests test::parse_range_invalid
97322026-02-25T23:11:19.658Z PASS [ 0.062s] (2439/2649) range-requests test::get_response_with_range
97332026-02-25T23:11:19.683Z PASS [ 0.035s] (2440/2649) range-requests test::parse_range_valid
97342026-02-25T23:11:19.707Z PASS [ 0.040s] (2441/2649) range-requests test::potential_range_parsing_does_not_crash
97352026-02-25T23:11:19.707Z PASS [ 0.029s] (2442/2649) range-requests test::range_into_str
97362026-02-25T23:11:19.732Z PASS [ 0.031s] (2443/2649) range-requests test::single_range_parsing_does_not_crash
97372026-02-25T23:11:20.914Z PASS [ 1.209s] (2444/2649) reconfigurator-cli::test-scripts script::cmds-add-sled-no-disks.txt
97382026-02-25T23:11:21.378Z PASS [ 0.463s] (2445/2649) reconfigurator-cli::test-scripts script::cmds-blueprint-history.txt
97392026-02-25T23:11:21.899Z PASS [ 0.521s] (2446/2649) reconfigurator-cli::test-scripts script::cmds-example.txt
97402026-02-25T23:11:22.435Z PASS [ 0.535s] (2447/2649) reconfigurator-cli::test-scripts script::cmds-expunge-newly-added-external-dns.txt
97412026-02-25T23:11:22.674Z PASS [ 2.956s] (2448/2649) reconfigurator-cli::test-scripts script::cmds-add-zones-with-mupdate-override.txt
97422026-02-25T23:11:22.795Z PASS [ 0.361s] (2449/2649) reconfigurator-cli::test-scripts script::cmds-expunge-newly-added-internal-dns.txt
97432026-02-25T23:11:22.922Z PASS [ 0.248s] (2450/2649) reconfigurator-cli::test-scripts script::cmds-expunge-zones.txt
97442026-02-25T23:11:23.072Z PASS [ 30.079s] (2451/2649) oximeter-db client::tests::cannot_ping_nonexistent_server
97452026-02-25T23:11:23.275Z PASS [ 0.480s] (2452/2649) reconfigurator-cli::test-scripts script::cmds-host-phase-2-source.txt
97462026-02-25T23:11:25.056Z PASS [ 1.984s] (2453/2649) reconfigurator-cli::test-scripts script::cmds-mupdate-override-without-target-release.txt
97472026-02-25T23:11:26.394Z PASS [ 3.471s] (2454/2649) reconfigurator-cli::test-scripts script::cmds-missing-sled-blocks-zone-updates.txt
97482026-02-25T23:11:26.636Z PASS [ 0.242s] (2455/2649) reconfigurator-cli::test-scripts script::cmds-nexus-generation.txt
97492026-02-25T23:11:27.063Z PASS [ 2.008s] (2456/2649) reconfigurator-cli::test-scripts script::cmds-nexus-generation-autobump.txt
97502026-02-25T23:11:27.201Z PASS [ 3.926s] (2457/2649) reconfigurator-cli::test-scripts script::cmds-mupdate-update-flow.txt
97512026-02-25T23:11:27.242Z PASS [ 0.178s] (2458/2649) reconfigurator-cli::test-scripts script::cmds-pipe-to-grep.txt
97522026-02-25T23:11:27.509Z PASS [ 0.307s] (2459/2649) reconfigurator-cli::test-scripts script::cmds-set-mgs-updates.txt
97532026-02-25T23:11:27.533Z PASS [ 0.271s] (2460/2649) reconfigurator-cli::test-scripts script::cmds-set-remove-mupdate-override.txt
97542026-02-25T23:11:27.769Z PASS [ 0.260s] (2461/2649) reconfigurator-cli::test-scripts script::cmds-set-zone-images.txt
97552026-02-25T23:11:28.007Z PASS [ 0.238s] (2462/2649) reconfigurator-cli::test-scripts script::cmds-undo-redo.txt
97562026-02-25T23:11:29.201Z PASS [ 15.237s] (2463/2649) oximeter-db::integration_test test_schemas_disjoint
97572026-02-25T23:11:29.552Z PASS [ 0.349s] (2464/2649) reconfigurator-cli::test-scripts script::cmds.txt
97582026-02-25T23:11:29.997Z PASS [ 3.361s] (2465/2649) reconfigurator-cli::test-scripts script::cmds-noop-image-source.txt
97592026-02-25T23:11:30.985Z PASS [ 1.435s] (2466/2649) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets
97602026-02-25T23:11:31.284Z PASS [ 1.287s] (2467/2649) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets_get_mounted
97612026-02-25T23:11:31.508Z PASS [ 3.501s] (2468/2649) reconfigurator-cli::test-scripts script::cmds-unsafe-zone-mgs.txt
97622026-02-25T23:11:32.359Z PASS [ 1.374s] (2469/2649) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets_get_mounted_even_with_data
97632026-02-25T23:11:32.982Z PASS [ 1.474s] (2470/2649) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::nested_dataset
97642026-02-25T23:11:33.237Z PASS [ 5.724s] (2471/2649) reconfigurator-cli::test-scripts script::cmds-target-release.txt
97652026-02-25T23:11:35.824Z PASS [ 3.466s] (2472/2649) sled-agent-config-reconciler dataset_serialization_task::tests::datasets_skipped_if_zpool_not_managed
97662026-02-25T23:11:37.760Z PASS [ 23.653s] (2473/2649) oximeter-instruments kstat::link::tests::overflowing_self_stat_queue_does_not_block_sampler
97672026-02-25T23:11:38.369Z PASS [ 5.133s] (2474/2649) sled-agent-config-reconciler dataset_serialization_task::tests::find_orphaned_datasets
97682026-02-25T23:11:39.305Z PASS [ 6.323s] (2475/2649) sled-agent-config-reconciler dataset_serialization_task::tests::ensure_dataset_calls_skipped_if_not_needed
97692026-02-25T23:11:39.369Z PASS [ 1.603s] (2476/2649) sled-agent-config-reconciler dataset_serialization_task::tests::transient_zone_datasets_skipped_if_no_transient_zone_root
97702026-02-25T23:11:39.416Z PASS [ 0.046s] (2477/2649) sled-agent-config-reconciler debug_collector::file_archiver::filesystem::test::test_filename
97712026-02-25T23:11:39.442Z PASS [ 0.126s] (2478/2649) sled-agent-config-reconciler debug_collector::file_archiver::execution::test::test_real_archival
97722026-02-25T23:11:39.510Z PASS [ 0.094s] (2479/2649) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_archiving_basic
97732026-02-25T23:11:39.534Z PASS [ 0.084s] (2480/2649) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_archiving_immutable_only
97742026-02-25T23:11:39.624Z PASS [ 0.114s] (2481/2649) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_archiving_is_streaming
97752026-02-25T23:11:39.648Z PASS [ 0.127s] (2482/2649) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_directory_list_error
97762026-02-25T23:11:39.725Z PASS [ 0.082s] (2483/2649) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_naming_logs
97772026-02-25T23:11:39.749Z PASS [ 0.107s] (2484/2649) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_file_metadata_error
97782026-02-25T23:11:39.787Z PASS [ 0.063s] (2485/2649) sled-agent-config-reconciler debug_collector::file_archiver::test_helpers::test_test_data
97792026-02-25T23:11:39.851Z PASS [ 0.120s] (2486/2649) sled-agent-config-reconciler debug_collector::worker::tests::test_archives_rotated_logs_and_cores
97802026-02-25T23:11:39.875Z PASS [ 0.076s] (2487/2649) sled-agent-config-reconciler debug_collector::worker::tests::test_configures_coreadm_only_when_crash_dataset_mounted
97812026-02-25T23:11:39.937Z PASS [ 0.086s] (2488/2649) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_cleaned_over_threshold
97822026-02-25T23:11:39.961Z PASS [ 0.084s] (2489/2649) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_cleaned_over_threshold_many_files
97832026-02-25T23:11:39.998Z PASS [ 0.061s] (2490/2649) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_cleanup_ignores_support_bundles
97842026-02-25T23:11:40.023Z PASS [ 0.059s] (2491/2649) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_not_cleaned_under_threshold
97852026-02-25T23:11:40.053Z PASS [ 0.055s] (2492/2649) sled-agent-config-reconciler debug_collector::worker::tests::test_does_not_configure_coreadm_when_no_crash_dataset_mounted
97862026-02-25T23:11:40.078Z PASS [ 0.064s] (2493/2649) sled-agent-config-reconciler debug_collector::worker::tests::test_dumpadm_called_when_vacant_slice_but_no_dir
97872026-02-25T23:11:40.132Z PASS [ 0.060s] (2494/2649) sled-agent-config-reconciler debug_collector::worker::tests::test_savecore_and_dumpadm_not_called_when_occupied_and_no_dir
97882026-02-25T23:11:40.156Z PASS [ 0.080s] (2495/2649) sled-agent-config-reconciler debug_collector::worker::tests::test_dumps_saved_when_space_available
97892026-02-25T23:11:40.185Z PASS [ 0.051s] (2496/2649) sled-agent-config-reconciler host_phase_2::tests::reconcile_slot_reads_disk_as_needed
97902026-02-25T23:11:40.254Z PASS [ 0.068s] (2497/2649) sled-agent-config-reconciler host_phase_2::tests::reconcile_slot_writes_disk_as_needed
97912026-02-25T23:11:40.499Z PASS [ 9.216s] (2498/2649) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_many_datasets
97922026-02-25T23:11:40.638Z PASS [ 0.383s] (2499/2649) sled-agent-config-reconciler internal_disks::tests::boot_disks_sort_ahead_of_non_boot_disks_in_id_map
97932026-02-25T23:11:40.710Z PASS [ 0.073s] (2500/2649) sled-agent-config-reconciler internal_disks::tests::firmware_updates_are_propagated
97942026-02-25T23:11:40.776Z PASS [ 0.064s] (2501/2649) sled-agent-config-reconciler internal_disks::tests::only_m2_disks_are_adopted
97952026-02-25T23:11:40.830Z PASS [ 0.055s] (2502/2649) sled-agent-config-reconciler internal_disks::tests::removed_disks_are_propagated
97962026-02-25T23:11:40.918Z PASS [ 0.088s] (2503/2649) sled-agent-config-reconciler ledger::ledgered_sled_config_versioning::tests::can_convert_v4_to_newer_versions
97972026-02-25T23:11:41.045Z PASS [ 0.125s] (2504/2649) sled-agent-config-reconciler ledger::ledgered_sled_config_versioning::tests::read_config_converts_from_older_versions
97982026-02-25T23:11:41.113Z PASS [ 0.069s] (2505/2649) sled-agent-config-reconciler ledger::tests::first_config_is_ledgered
97992026-02-25T23:11:41.194Z PASS [ 0.081s] (2506/2649) sled-agent-config-reconciler ledger::tests::read_existing_config
98002026-02-25T23:11:41.258Z PASS [ 0.064s] (2507/2649) sled-agent-config-reconciler ledger::tests::reject_artifact_configs_removing_referenced_artifacts
98012026-02-25T23:11:41.333Z PASS [ 0.074s] (2508/2649) sled-agent-config-reconciler ledger::tests::reject_config_changed_without_generation_bump
98022026-02-25T23:11:41.400Z PASS [ 0.068s] (2509/2649) sled-agent-config-reconciler ledger::tests::reject_configs_referencing_nonexistent_artifacts
98032026-02-25T23:11:41.471Z PASS [ 0.070s] (2510/2649) sled-agent-config-reconciler ledger::tests::reject_configs_with_mupdate_override_and_artifact_image_source
98042026-02-25T23:11:41.536Z PASS [ 0.065s] (2511/2649) sled-agent-config-reconciler ledger::tests::reject_old_config_generation
98052026-02-25T23:11:41.593Z PASS [ 0.056s] (2512/2649) sled-agent-config-reconciler ledger::tests::wait_for_at_least_one_internal_disk
98062026-02-25T23:11:41.695Z PASS [ 3.326s] (2513/2649) sled-agent-config-reconciler dataset_serialization_task::tests::transient_zone_ensured_after_transient_zone_root
98072026-02-25T23:11:41.760Z PASS [ 0.065s] (2514/2649) sled-agent-config-reconciler reconciler_task::datasets::tests::test_rekey_result_has_failures
98082026-02-25T23:11:41.822Z PASS [ 1.323s] (2515/2649) sled-agent-config-reconciler internal_disks::tests::failures_are_retried
98092026-02-25T23:11:45.368Z PASS [ 3.776s] (2516/2649) sled-agent-config-reconciler raw_disks::tests::proptest_raw_disk_changes
98102026-02-25T23:11:46.368Z PASS [ 10.545s] (2517/2649) sled-agent-config-reconciler dataset_serialization_task::tests::nested_dataset_operations
98112026-02-25T23:11:46.392Z PASS [ 4.629s] (2518/2649) sled-agent-config-reconciler reconciler_task::external_disks::tests::fail_if_disk_not_present
98122026-02-25T23:11:46.456Z PASS [ 0.068s] (2519/2649) sled-agent-config-reconciler reconciler_task::zones::tests::does_new_config_require_zone_restart_examples
98132026-02-25T23:11:46.528Z PASS [ 0.072s] (2520/2649) sled-agent-config-reconciler reconciler_task::zones::tests::dont_restart_zone_if_only_change_is_location
98142026-02-25T23:11:46.599Z PASS [ 0.071s] (2521/2649) sled-agent-config-reconciler reconciler_task::zones::tests::shutdown_dns_does_dns_specific_cleanup
98152026-02-25T23:11:46.656Z PASS [ 0.056s] (2522/2649) sled-agent-config-reconciler reconciler_task::zones::tests::shutdown_retries_after_failed_halt
98162026-02-25T23:11:46.716Z PASS [ 0.059s] (2523/2649) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_halting_preexisting_zone_fails
98172026-02-25T23:11:46.771Z PASS [ 0.055s] (2524/2649) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_missing_durable_dataset
98182026-02-25T23:11:46.824Z PASS [ 0.053s] (2525/2649) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_missing_root_dataset
98192026-02-25T23:11:46.885Z PASS [ 0.060s] (2526/2649) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_mupdate_override_error
98202026-02-25T23:11:46.936Z PASS [ 0.051s] (2527/2649) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_time_not_synced_when_required
98212026-02-25T23:11:47.002Z PASS [ 0.065s] (2528/2649) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_stops_preexisting_zones
98222026-02-25T23:11:47.069Z PASS [ 0.067s] (2529/2649) sled-agent-config-reconciler reconciler_task::zones::tests::start_zones_that_previously_failed_to_start
98232026-02-25T23:11:47.339Z PASS [ 0.270s] (2530/2649) sled-agent-resolvable-files manifest::tests::read_boot_disk_missing
98242026-02-25T23:11:47.391Z PASS [ 0.052s] (2531/2649) sled-agent-resolvable-files manifest::tests::read_boot_disk_read_error
98252026-02-25T23:11:47.440Z PASS [ 0.049s] (2532/2649) sled-agent-resolvable-files manifest::tests::read_boot_disk_zone_mismatch
98262026-02-25T23:11:47.492Z PASS [ 0.052s] (2533/2649) sled-agent-resolvable-files manifest::tests::read_non_boot_disk_zone_mismatch
98272026-02-25T23:11:47.539Z PASS [ 0.047s] (2534/2649) sled-agent-resolvable-files manifest::tests::read_success
98282026-02-25T23:11:47.601Z PASS [ 0.061s] (2535/2649) sled-agent-resolvable-files mupdate_override::tests::clear_boot_error_non_boot_value_mismatch
98292026-02-25T23:11:47.653Z PASS [ 0.052s] (2536/2649) sled-agent-resolvable-files mupdate_override::tests::clear_boot_mismatch_non_boot_boot_present_other_absent
98302026-02-25T23:11:47.695Z PASS [ 0.041s] (2537/2649) sled-agent-resolvable-files mupdate_override::tests::clear_boot_mismatch_non_boot_matches_present
98312026-02-25T23:11:47.744Z PASS [ 0.049s] (2538/2649) sled-agent-resolvable-files mupdate_override::tests::clear_boot_not_present
98322026-02-25T23:11:47.795Z PASS [ 0.050s] (2539/2649) sled-agent-resolvable-files mupdate_override::tests::clear_boot_success_non_boot_boot_present_other_absent
98332026-02-25T23:11:47.844Z PASS [ 0.049s] (2540/2649) sled-agent-resolvable-files mupdate_override::tests::clear_boot_success_non_boot_matches_present
98342026-02-25T23:11:47.879Z PASS [ 0.036s] (2541/2649) sled-agent-resolvable-files mupdate_override::tests::clear_boot_success_non_boot_value_mismatch
98352026-02-25T23:11:47.913Z PASS [ 0.034s] (2542/2649) sled-agent-resolvable-files mupdate_override::tests::clear_file_io_error
98362026-02-25T23:11:47.950Z PASS [ 0.037s] (2543/2649) sled-agent-resolvable-files mupdate_override::tests::clear_no_status
98372026-02-25T23:11:47.994Z PASS [ 0.042s] (2544/2649) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_boot_absent_other_present
98382026-02-25T23:11:48.042Z PASS [ 0.049s] (2545/2649) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_boot_disk_read_error
98392026-02-25T23:11:48.081Z PASS [ 0.040s] (2546/2649) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_disk_missing
98402026-02-25T23:11:48.123Z PASS [ 0.041s] (2547/2649) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_matches_absent
98412026-02-25T23:11:48.162Z PASS [ 0.040s] (2548/2649) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_read_error
98422026-02-25T23:11:48.210Z PASS [ 0.047s] (2549/2649) sled-agent-resolvable-files mupdate_override::tests::read_boot_absent_other_present
98432026-02-25T23:11:48.247Z PASS [ 0.037s] (2550/2649) sled-agent-resolvable-files mupdate_override::tests::read_boot_install_dataset_missing
98442026-02-25T23:11:48.292Z PASS [ 0.044s] (2551/2649) sled-agent-resolvable-files mupdate_override::tests::read_boot_install_dataset_not_dir
98452026-02-25T23:11:48.336Z PASS [ 0.044s] (2552/2649) sled-agent-resolvable-files mupdate_override::tests::read_boot_present_other_absent
98462026-02-25T23:11:48.390Z PASS [ 0.054s] (2553/2649) sled-agent-resolvable-files mupdate_override::tests::read_boot_read_error
98472026-02-25T23:11:48.436Z PASS [ 0.046s] (2554/2649) sled-agent-resolvable-files mupdate_override::tests::read_both_absent
98482026-02-25T23:11:48.485Z PASS [ 0.049s] (2555/2649) sled-agent-resolvable-files mupdate_override::tests::read_both_present
98492026-02-25T23:11:48.534Z PASS [ 0.049s] (2556/2649) sled-agent-resolvable-files mupdate_override::tests::read_different_values
98502026-02-25T23:11:48.573Z PASS [ 0.038s] (2557/2649) sled-agent-resolvable-files mupdate_override::tests::read_solo_boot_disk
98512026-02-25T23:11:48.625Z PASS [ 0.052s] (2558/2649) sled-agent-resolvable-files source_resolver::tests::file_source_with_errors
98522026-02-25T23:11:48.676Z PASS [ 0.051s] (2559/2649) sled-agent-resolvable-files source_resolver::tests::file_source_zone_manifest_invalid
98532026-02-25T23:11:48.722Z PASS [ 0.045s] (2560/2649) sled-agent-resolvable-files source_resolver::tests::lookup_with_mupdate_override
98542026-02-25T23:11:48.766Z PASS [ 0.044s] (2561/2649) sled-agent-resolvable-files source_resolver::tests::lookup_with_mupdate_override_error
98552026-02-25T23:11:48.815Z PASS [ 0.047s] (2562/2649) sled-agent-resolvable-files source_resolver::tests::resolver_status_to_inventory
98562026-02-25T23:11:48.996Z PASS [ 0.182s] (2563/2649) sled-agent-types rack_init::tests::parse_rack_initialization
98572026-02-25T23:11:49.048Z PASS [ 0.050s] (2564/2649) sled-agent-types rack_init::tests::parse_rack_initialization_weak_hash
98582026-02-25T23:11:49.113Z PASS [ 0.065s] (2565/2649) sled-agent-types rack_init::tests::test_extra_certs
98592026-02-25T23:11:49.146Z PASS [ 0.033s] (2566/2649) sled-agent-types rack_init::tests::test_subnets
98602026-02-25T23:11:49.199Z PASS [ 0.053s] (2567/2649) sled-agent-types zone_bundle::tests::test_compare_bundles
98612026-02-25T23:11:49.289Z PASS [ 0.089s] (2568/2649) sled-agent-types-versions impls::zone_bundle::tests::test_priority_dimension
98622026-02-25T23:11:49.322Z PASS [ 7.501s] (2569/2649) sled-agent-config-reconciler reconciler_task::external_disks::tests::firmware_updates_are_propagated
98632026-02-25T23:11:49.346Z PASS [ 0.038s] (2570/2649) sled-agent-types-versions impls::zone_bundle::tests::test_sort_zone_bundle_cause
98642026-02-25T23:11:49.371Z PASS [ 0.048s] (2571/2649) sled-agent-types-versions impls::zone_bundle::tests::test_storage_limit_bytes_available
98652026-02-25T23:11:49.426Z PASS [ 0.099s] (2572/2649) sled-agent-types-versions v1::sled::tests::serialize_start_sled_agent_v0_deserialize_v1
98662026-02-25T23:11:50.200Z PASS [ 4.833s] (2573/2649) sled-agent-config-reconciler reconciler_task::external_disks::tests::internal_disks_are_rejected
98672026-02-25T23:11:50.658Z PASS [ 36.727s] (2574/2649) oximeter-db::integration_test test_cluster
98682026-02-25T23:11:50.942Z PASS [ 1.572s] (2575/2649) sled-diagnostics logs::illumos_tests::collect_current_logs
98692026-02-25T23:11:51.022Z PASS [ 0.079s] (2576/2649) sled-diagnostics logs::illumos_tests::test_extra_log_file_regex
98702026-02-25T23:11:51.072Z PASS [ 0.050s] (2577/2649) sled-diagnostics logs::test::test_sort_cockroach_extra_logs
98712026-02-25T23:11:51.072Z PASS [ 1.646s] (2578/2649) sled-diagnostics logs::illumos_tests::log_collection_comes_from_snapshot
98722026-02-25T23:11:51.129Z PASS [ 0.057s] (2579/2649) sled-diagnostics queries::test::test_command_stdout_is_correct
98732026-02-25T23:11:51.154Z PASS [ 0.062s] (2580/2649) sled-diagnostics queries::test::test_command_stderr_is_correct
98742026-02-25T23:11:51.182Z PASS [ 0.053s] (2581/2649) sled-diagnostics queries::test::test_command_stdout_stderr_are_interleaved
98752026-02-25T23:11:51.292Z PASS [ 0.109s] (2582/2649) sled-hardware disk::test::test_disk_paths
98762026-02-25T23:11:51.335Z PASS [ 0.043s] (2583/2649) sled-hardware disk::test::test_partition_device_paths
98772026-02-25T23:11:51.445Z PASS [ 0.109s] (2584/2649) sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format
98782026-02-25T23:11:51.490Z PASS [ 0.045s] (2585/2649) sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt
98792026-02-25T23:11:51.515Z PASS [ 1.310s] (2586/2649) sled-diagnostics logs::illumos_tests::log_paths_found_correctly_in_snapshot
98802026-02-25T23:11:51.540Z PASS [ 0.037s] (2587/2649) sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format
98812026-02-25T23:11:51.566Z PASS [ 0.035s] (2588/2649) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt
98822026-02-25T23:11:51.592Z PASS [ 0.051s] (2589/2649) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path
98832026-02-25T23:11:51.592Z PASS [ 0.041s] (2590/2649) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path
98842026-02-25T23:11:51.624Z PASS [ 0.045s] (2591/2649) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format
98852026-02-25T23:11:51.649Z PASS [ 0.048s] (2592/2649) sled-hardware illumos::tests::parse_smbios_invalid
98862026-02-25T23:11:51.674Z PASS [ 0.033s] (2593/2649) sled-hardware illumos::tests::parse_smbios_valid
98872026-02-25T23:11:51.699Z PASS [ 0.546s] (2594/2649) sled-diagnostics queries::test::test_long_running_command_is_aborted
98882026-02-25T23:11:51.730Z PASS [ 0.095s] (2595/2649) sled-hardware-types underlay::tests::test_mac_to_bootstrap_ip
98892026-02-25T23:11:51.770Z PASS [ 0.112s] (2596/2649) sled-storage dataset::test::serialize_dataset_name
98902026-02-25T23:11:51.850Z PASS [ 0.120s] (2597/2649) trust-quorum proxy::tests::proxy_roundtrip_disconnected
98912026-02-25T23:11:51.874Z PASS [ 0.174s] (2598/2649) trust-quorum proxy::tests::proxy_roundtrip_concurrent
98922026-02-25T23:11:51.874Z PASS [ 0.086s] (2599/2649) trust-quorum proxy::tests::proxy_roundtrip_invalid_response
98932026-02-25T23:11:52.237Z PASS [ 5.837s] (2600/2649) sled-agent-config-reconciler reconciler_task::external_disks::tests::remove_disks_not_in_config
98942026-02-25T23:11:52.301Z PASS [ 1.642s] (2601/2649) sled-diagnostics logs::illumos_tests::log_snapshots_work
98952026-02-25T23:11:55.365Z PASS [ 3.509s] (2602/2649) trust-quorum task::tests::tq_initial_config
98962026-02-25T23:11:55.623Z PASS [ 3.419s] (2603/2649) trust-quorum task::tests::tq_initial_config_prepare_and_commit
98972026-02-25T23:11:56.816Z PASS [ 4.962s] (2604/2649) trust-quorum task::tests::test_network_config
98982026-02-25T23:11:56.947Z PASS [ 5.098s] (2605/2649) trust-quorum task::tests::full_mesh_connectivity
98992026-02-25T23:11:57.740Z PASS [ 17.612s] (2606/2649) sled-agent-config-reconciler host_phase_2::tests::proptest_read_valid_host_phase2
99002026-02-25T23:11:57.816Z PASS [ 0.075s] (2607/2649) trust-quorum-protocol crypto::tests::rack_secrets_decryption_failure
99012026-02-25T23:11:57.862Z PASS [ 0.046s] (2608/2649) trust-quorum-protocol crypto::tests::rack_secrets_encrypt_decrypt_roundtrip
99022026-02-25T23:11:58.039Z PASS [ 1.092s] (2609/2649) trust-quorum-protocol crypto::tests::rack_secret_test
99032026-02-25T23:11:58.101Z PASS [ 0.061s] (2610/2649) trust-quorum-protocol rack_secret_loader::tests::test_load_rack_secrets
99042026-02-25T23:11:58.238Z PASS [ 0.376s] (2611/2649) trust-quorum-protocol node::tests::initial_configuration
99052026-02-25T23:11:58.293Z PASS [ 0.192s] (2612/2649) trust-quorum-protocol validators::tests::test_validate_reconfigure_msg_failure
99062026-02-25T23:11:58.340Z PASS [ 6.041s] (2613/2649) trust-quorum task::tests::tq_persistent_state
99072026-02-25T23:11:58.435Z PASS [ 0.197s] (2614/2649) trust-quorum-protocol validators::tests::test_validate_reconfigure_msg_new_success
99082026-02-25T23:11:59.551Z PASS [ 1.211s] (2615/2649) update-common artifacts::artifacts_with_plan::tests::test_extract_fake
99092026-02-25T23:11:59.577Z PASS [ 1.125s] (2616/2649) update-common artifacts::artifacts_with_plan::tests::test_extract_fake_split
99102026-02-25T23:11:59.640Z PASS [ 0.080s] (2617/2649) update-common artifacts::update_plan::tests::test_bad_hubris_cabooses
99112026-02-25T23:11:59.732Z PASS [ 0.091s] (2618/2649) update-common artifacts::update_plan::tests::test_bad_rot_versions
99122026-02-25T23:11:59.821Z PASS [ 0.089s] (2619/2649) update-common artifacts::update_plan::tests::test_multi_rot_bord
99132026-02-25T23:11:59.937Z PASS [ 0.115s] (2620/2649) update-common artifacts::update_plan::tests::test_multi_rot_version
99142026-02-25T23:11:59.996Z PASS [ 0.059s] (2621/2649) update-common artifacts::update_plan::tests::test_split_control_plane
99152026-02-25T23:12:00.021Z PASS [ 4.657s] (2622/2649) trust-quorum task::tests::tq_proxy
99162026-02-25T23:12:00.046Z PASS [ 0.049s] (2623/2649) update-common artifacts::update_plan::tests::test_too_many_rot_bootloaders
99172026-02-25T23:12:00.081Z PASS [ 0.060s] (2624/2649) update-common artifacts::update_plan::tests::test_too_many_rot_bord
99182026-02-25T23:12:00.148Z PASS [ 0.102s] (2625/2649) update-common artifacts::update_plan::tests::test_update_plan_from_artifacts
99192026-02-25T23:12:00.179Z PASS [ 3.364s] (2626/2649) trust-quorum task::tests::tq_upgrade_from_lrtq
99202026-02-25T23:12:00.226Z PASS [ 0.046s] (2627/2649) update-engine display::line_display_shared::tests::test_format_progress_counter
99212026-02-25T23:12:00.282Z PASS [ 0.056s] (2628/2649) update-engine display::line_display_shared::tests::test_start_line
99222026-02-25T23:12:00.335Z PASS [ 0.052s] (2629/2649) update-engine engine::tests::error_exits_early
99232026-02-25T23:12:00.365Z PASS [ 0.217s] (2630/2649) update-engine display::group_display::tests::test_stats
99242026-02-25T23:12:00.415Z PASS [ 0.081s] (2631/2649) update-engine events::tests::progress_event_parse_unknown
99252026-02-25T23:12:00.440Z PASS [ 0.051s] (2632/2649) update-engine events::tests::step_event_parse_unknown
99262026-02-25T23:12:00.465Z PASS [ 0.045s] (2633/2649) update-engine spec::tests::test_merge_anyhow_list
99272026-02-25T23:12:00.504Z PASS [ 0.423s] (2634/2649) update-engine buffer::tests::test_buffer
99282026-02-25T23:12:00.529Z PASS [ 0.064s] (2635/2649) wicket state::inventory::tests::component_id_display
99292026-02-25T23:12:00.553Z PASS [ 0.042s] (2636/2649) wicket state::rack::tests::prev_next_are_opposites
99302026-02-25T23:12:00.577Z PASS [ 0.039s] (2637/2649) wicket state::rack::tests::up_down_are_opposites
99312026-02-25T23:12:00.577Z PASS [ 4.952s] (2638/2649) trust-quorum task::tests::tq_reconfig_with_commit_advance
99322026-02-25T23:12:00.691Z PASS [ 0.275s] (2639/2649) wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config
99332026-02-25T23:12:00.725Z PASS [ 0.160s] (2640/2649) wicket-common rack_setup::tests::roundtrip_import_export_policy
99342026-02-25T23:12:00.804Z PASS [ 0.229s] (2641/2649) wicketd installinator_progress::tests::test_states
99352026-02-25T23:12:00.828Z PASS [ 0.133s] (2642/2649) wicketd rss_config::tests::test_bgp_auth_key_states
99362026-02-25T23:12:01.150Z PASS [ 0.603s] (2643/2649) wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like
99372026-02-25T23:12:02.458Z PASS [ 1.734s] (2644/2649) wicketd::mod integration_tests::inventory::test_inventory
99382026-02-25T23:12:03.213Z PASS [ 3.663s] (2645/2649) update-common artifacts::artifacts_with_plan::tests::test_fake_archive_idempotent
99392026-02-25T23:12:03.383Z PASS [ 2.559s] (2646/2649) wicketd::mod integration_tests::updates::test_update_races
99402026-02-25T23:12:03.716Z PASS [ 2.910s] (2647/2649) wicketd::mod integration_tests::updates::test_installinator_fetch
99412026-02-25T23:12:04.267Z PASS [ 3.116s] (2648/2649) wicketd::mod integration_tests::updates::test_updates
99422026-02-25T23:12:58.285Z SLOW [> 60.000s] (─────────) trust-quorum-protocol::cluster test_trust_quorum_protocol
99432026-02-25T23:13:34.097Z PASS [ 95.821s] (2649/2649) trust-quorum-protocol::cluster test_trust_quorum_protocol
99442026-02-25T23:13:34.121Z────────────
99452026-02-25T23:13:34.121Z Summary [7077.975s] 2649 tests run: 2646 passed (92 slow), 3 failed, 6 skipped
99462026-02-25T23:13:34.121Z FAIL [ 43.281s] ( 3/2649) omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
99472026-02-25T23:13:34.121Z FAIL [ 46.638s] (1424/2649) omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete
99482026-02-25T23:13:34.121Z FAIL [ 123.455s] (1680/2649) omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
99492026-02-25T23:13:34.249Zerror: test run failed
99502026-02-25T23:13:34.249Z(hint: cargo nextest run -R latest to rerun failing tests)
99512026-02-25T23:13:34.284Z
99522026-02-25T23:13:34.284Zreal 1:58:35.743132240
99532026-02-25T23:13:34.284Zuser 11:28:31.788466831
99542026-02-25T23:13:34.284Zsys 2:01:14.050143711
99552026-02-25T23:13:34.284Ztrap 5:33.373213698
99562026-02-25T23:13:34.284Ztflt 41.279714175
99572026-02-25T23:13:34.284Zdflt 2:28.130115038
99582026-02-25T23:13:34.284Zkflt 0.989533680
99592026-02-25T23:13:34.284Zlock 2719:46:35.926176397
99602026-02-25T23:13:34.284Zslp 215:05:08.682140597
99612026-02-25T23:13:34.284Zlat 12:55:46.225411053
99622026-02-25T23:13:34.284Zstop 1:59:11.005675298
99632026-02-25T23:13:34.309Z+ NEXTEST_EXIT=100
99642026-02-25T23:13:34.309Z+ ptime -m cargo nextest store export latest --user-config-file /tmp/nextest-recording-config/config.toml --archive-file /tmp/nextest-run-archive.zip
99652026-02-25T23:13:34.966Zinfo: exported run 3533cd43-a173-4dbc-b944-b98574b74e02 to /tmp/nextest-run-archive.zip (2497476 bytes)
99662026-02-25T23:13:34.991Z
99672026-02-25T23:13:34.991Zreal 0.677631127
99682026-02-25T23:13:34.991Zuser 0.386168293
99692026-02-25T23:13:34.991Zsys 0.210076120
99702026-02-25T23:13:34.991Ztrap 0.000250990
99712026-02-25T23:13:34.991Ztflt 0.052098702
99722026-02-25T23:13:34.991Zdflt 0.012240550
99732026-02-25T23:13:34.991Zkflt 0.000000000
99742026-02-25T23:13:34.991Zlock 0.825508346
99752026-02-25T23:13:34.991Zslp 0.711601656
99762026-02-25T23:13:34.991Zlat 0.007013050
99772026-02-25T23:13:34.991Zstop 0.001151335
99782026-02-25T23:13:34.991Z+ [[ 100 -ne 0 ]]
99792026-02-25T23:13:34.991Z+ echo 'error: cargo nextest run failed with exit code 100'
99802026-02-25T23:13:34.991Zerror: cargo nextest run failed with exit code 100
99812026-02-25T23:13:34.991Z+ exit 100
99822026-02-25T23:13:35.106Zprocess exited: duration 10913642 ms, exit code 100
 
99832026-02-25T23:13:35.171Zfound 170 output files
99842026-02-25T23:13:35.171Zuploading: /work/crate-build-timings.json (717838 bytes)
99852026-02-25T23:13:36.445Zuploaded: /work/crate-build-timings.json
99862026-02-25T23:13:36.470Zuploading: /work/environment.json (130 bytes)
99872026-02-25T23:13:37.541Zuploaded: /work/environment.json
99882026-02-25T23:13:37.566Zuploading: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml (602053 bytes)
99892026-02-25T23:13:38.801Zuploaded: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml
99902026-02-25T23:13:38.801Zuploading: /tmp/nextest-run-archive.zip (2497476 bytes)
99912026-02-25T23:13:40.121Zuploaded: /tmp/nextest-run-archive.zip
99922026-02-25T23:13:40.146Zuploading: /var/tmp/omicron_tmp/.tmp85X61x/dendrite_stdout (49731 bytes)
99932026-02-25T23:13:41.305Zuploaded: /var/tmp/omicron_tmp/.tmp85X61x/dendrite_stdout
99942026-02-25T23:13:41.330Zuploading: /var/tmp/omicron_tmp/.tmpLUvjA1/dendrite_stdout (49734 bytes)
99952026-02-25T23:13:42.490Zuploaded: /var/tmp/omicron_tmp/.tmpLUvjA1/dendrite_stdout
99962026-02-25T23:13:42.515Zuploading: /var/tmp/omicron_tmp/.tmpOgVG8l/mgd_stderr (0 bytes)
99972026-02-25T23:13:43.563Zuploaded: /var/tmp/omicron_tmp/.tmpOgVG8l/mgd_stderr
99982026-02-25T23:13:43.563Zuploading: /var/tmp/omicron_tmp/.tmpOgVG8l/mgd_stdout (50256 bytes)
99992026-02-25T23:13:44.752Zuploaded: /var/tmp/omicron_tmp/.tmpOgVG8l/mgd_stdout
100002026-02-25T23:13:44.777Zuploading: /var/tmp/omicron_tmp/.tmpOgVG8l/rdb/conf (62 bytes)
100012026-02-25T23:13:45.850Zuploaded: /var/tmp/omicron_tmp/.tmpOgVG8l/rdb/conf
100022026-02-25T23:13:45.874Zuploading: /var/tmp/omicron_tmp/.tmpOgVG8l/rdb/db (1037 bytes)
100032026-02-25T23:13:46.947Zuploaded: /var/tmp/omicron_tmp/.tmpOgVG8l/rdb/db
100042026-02-25T23:13:46.972Zuploading: /var/tmp/omicron_tmp/.tmpQ7uoLP/dendrite_stdout (68314 bytes)
100052026-02-25T23:13:48.136Zuploaded: /var/tmp/omicron_tmp/.tmpQ7uoLP/dendrite_stdout
100062026-02-25T23:13:48.160Zuploading: /var/tmp/omicron_tmp/.tmpUeLa9u/mgd_stderr (0 bytes)
100072026-02-25T23:13:49.208Zuploaded: /var/tmp/omicron_tmp/.tmpUeLa9u/mgd_stderr
100082026-02-25T23:13:49.233Zuploading: /var/tmp/omicron_tmp/.tmpUeLa9u/mgd_stdout (96978 bytes)
100092026-02-25T23:13:50.394Zuploaded: /var/tmp/omicron_tmp/.tmpUeLa9u/mgd_stdout
100102026-02-25T23:13:50.394Zuploading: /var/tmp/omicron_tmp/.tmpUeLa9u/rdb/conf (62 bytes)
100112026-02-25T23:13:51.490Zuploaded: /var/tmp/omicron_tmp/.tmpUeLa9u/rdb/conf
100122026-02-25T23:13:51.490Zuploading: /var/tmp/omicron_tmp/.tmpUeLa9u/rdb/db (1037 bytes)
100132026-02-25T23:13:52.586Zuploaded: /var/tmp/omicron_tmp/.tmpUeLa9u/rdb/db
100142026-02-25T23:13:52.586Zuploading: /var/tmp/omicron_tmp/.tmpUeNTLE/mgd_stderr (0 bytes)
100152026-02-25T23:13:53.659Zuploaded: /var/tmp/omicron_tmp/.tmpUeNTLE/mgd_stderr
100162026-02-25T23:13:53.659Zuploading: /var/tmp/omicron_tmp/.tmpUeNTLE/mgd_stdout (96964 bytes)
100172026-02-25T23:13:54.845Zuploaded: /var/tmp/omicron_tmp/.tmpUeNTLE/mgd_stdout
100182026-02-25T23:13:54.869Zuploading: /var/tmp/omicron_tmp/.tmpUeNTLE/rdb/conf (62 bytes)
100192026-02-25T23:13:55.940Zuploaded: /var/tmp/omicron_tmp/.tmpUeNTLE/rdb/conf
100202026-02-25T23:13:55.966Zuploading: /var/tmp/omicron_tmp/.tmpUeNTLE/rdb/db (1037 bytes)
100212026-02-25T23:13:57.037Zuploaded: /var/tmp/omicron_tmp/.tmpUeNTLE/rdb/db
100222026-02-25T23:13:57.037Zuploading: /var/tmp/omicron_tmp/.tmpdhju5N/cockroach_stderr (704 bytes)
100232026-02-25T23:13:58.133Zuploaded: /var/tmp/omicron_tmp/.tmpdhju5N/cockroach_stderr
100242026-02-25T23:13:58.157Zuploading: /var/tmp/omicron_tmp/.tmpdhju5N/cockroach_stdout (870 bytes)
100252026-02-25T23:13:59.228Zuploaded: /var/tmp/omicron_tmp/.tmpdhju5N/cockroach_stdout
100262026-02-25T23:13:59.253Zuploading: /var/tmp/omicron_tmp/.tmpdhju5N/data/000002.log (227399 bytes)
100272026-02-25T23:14:00.463Zuploaded: /var/tmp/omicron_tmp/.tmpdhju5N/data/000002.log
100282026-02-25T23:14:00.488Zuploading: /var/tmp/omicron_tmp/.tmpdhju5N/data/000004.log (239367 bytes)
100292026-02-25T23:14:01.699Zuploaded: /var/tmp/omicron_tmp/.tmpdhju5N/data/000004.log
100302026-02-25T23:14:01.699Zuploading: /var/tmp/omicron_tmp/.tmpdhju5N/data/000005.log (916962 bytes)
100312026-02-25T23:14:02.978Zuploaded: /var/tmp/omicron_tmp/.tmpdhju5N/data/000005.log
100322026-02-25T23:14:03.005Zuploading: /var/tmp/omicron_tmp/.tmpdhju5N/data/000006.log (1897520 bytes)
100332026-02-25T23:14:04.288Zuploaded: /var/tmp/omicron_tmp/.tmpdhju5N/data/000006.log
100342026-02-25T23:14:04.324Zuploading: /var/tmp/omicron_tmp/.tmpdhju5N/data/000007.log (3530543 bytes)
100352026-02-25T23:14:05.639Zuploaded: /var/tmp/omicron_tmp/.tmpdhju5N/data/000007.log
100362026-02-25T23:14:05.639Zuploading: /var/tmp/omicron_tmp/.tmpdhju5N/data/000011.log (50922047 bytes)
100372026-02-25T23:14:09.527Zuploaded: /var/tmp/omicron_tmp/.tmpdhju5N/data/000011.log
100382026-02-25T23:14:09.553Zuploading: /var/tmp/omicron_tmp/.tmpdhju5N/data/000014.sst (1780898 bytes)
100392026-02-25T23:14:10.833Zuploaded: /var/tmp/omicron_tmp/.tmpdhju5N/data/000014.sst
100402026-02-25T23:14:10.858Zuploading: /var/tmp/omicron_tmp/.tmpdhju5N/data/CURRENT (16 bytes)
100412026-02-25T23:14:11.928Zuploaded: /var/tmp/omicron_tmp/.tmpdhju5N/data/CURRENT
100422026-02-25T23:14:11.953Zuploading: /var/tmp/omicron_tmp/.tmpdhju5N/data/LOCK (0 bytes)
100432026-02-25T23:14:13.001Zuploaded: /var/tmp/omicron_tmp/.tmpdhju5N/data/LOCK
100442026-02-25T23:14:13.001Zuploading: /var/tmp/omicron_tmp/.tmpdhju5N/data/MANIFEST-000001 (336 bytes)
100452026-02-25T23:14:14.099Zuploaded: /var/tmp/omicron_tmp/.tmpdhju5N/data/MANIFEST-000001
100462026-02-25T23:14:14.124Zuploading: /var/tmp/omicron_tmp/.tmpdhju5N/data/OPTIONS-000003 (2366 bytes)
100472026-02-25T23:14:15.196Zuploaded: /var/tmp/omicron_tmp/.tmpdhju5N/data/OPTIONS-000003
100482026-02-25T23:14:15.220Zuploading: /var/tmp/omicron_tmp/.tmpdhju5N/data/STORAGE_MIN_VERSION (8 bytes)
100492026-02-25T23:14:16.293Zuploaded: /var/tmp/omicron_tmp/.tmpdhju5N/data/STORAGE_MIN_VERSION
100502026-02-25T23:14:16.293Zuploading: /var/tmp/omicron_tmp/.tmpdhju5N/data/cockroach-temp2548289536/000002.log (0 bytes)
100512026-02-25T23:14:17.365Zuploaded: /var/tmp/omicron_tmp/.tmpdhju5N/data/cockroach-temp2548289536/000002.log
100522026-02-25T23:14:17.390Zuploading: /var/tmp/omicron_tmp/.tmpdhju5N/data/cockroach-temp2548289536/CURRENT (16 bytes)
100532026-02-25T23:14:18.462Zuploaded: /var/tmp/omicron_tmp/.tmpdhju5N/data/cockroach-temp2548289536/CURRENT
100542026-02-25T23:14:18.487Zuploading: /var/tmp/omicron_tmp/.tmpdhju5N/data/cockroach-temp2548289536/LOCK (0 bytes)
100552026-02-25T23:14:19.535Zuploaded: /var/tmp/omicron_tmp/.tmpdhju5N/data/cockroach-temp2548289536/LOCK
100562026-02-25T23:14:19.535Zuploading: /var/tmp/omicron_tmp/.tmpdhju5N/data/cockroach-temp2548289536/MANIFEST-000001 (50 bytes)
100572026-02-25T23:14:20.633Zuploaded: /var/tmp/omicron_tmp/.tmpdhju5N/data/cockroach-temp2548289536/MANIFEST-000001
100582026-02-25T23:14:20.633Zuploading: /var/tmp/omicron_tmp/.tmpdhju5N/data/cockroach-temp2548289536/OPTIONS-000003 (2303 bytes)
100592026-02-25T23:14:21.822Zuploaded: /var/tmp/omicron_tmp/.tmpdhju5N/data/cockroach-temp2548289536/OPTIONS-000003
100602026-02-25T23:14:21.917Zuploading: /var/tmp/omicron_tmp/.tmpdhju5N/data/cockroach-temp2548289536/TEMP_DIR.LOCK (0 bytes)
100612026-02-25T23:14:22.930Zuploaded: /var/tmp/omicron_tmp/.tmpdhju5N/data/cockroach-temp2548289536/TEMP_DIR.LOCK
100622026-02-25T23:14:22.930Zuploading: /var/tmp/omicron_tmp/.tmpdhju5N/data/cockroach.advertise-addr (11 bytes)
100632026-02-25T23:14:24.023Zuploaded: /var/tmp/omicron_tmp/.tmpdhju5N/data/cockroach.advertise-addr
100642026-02-25T23:14:24.023Zuploading: /var/tmp/omicron_tmp/.tmpdhju5N/data/cockroach.advertise-sql-addr (11 bytes)
100652026-02-25T23:14:25.118Zuploaded: /var/tmp/omicron_tmp/.tmpdhju5N/data/cockroach.advertise-sql-addr
100662026-02-25T23:14:25.142Zuploading: /var/tmp/omicron_tmp/.tmpdhju5N/data/cockroach.http-addr (11 bytes)
100672026-02-25T23:14:26.213Zuploaded: /var/tmp/omicron_tmp/.tmpdhju5N/data/cockroach.http-addr
100682026-02-25T23:14:26.213Zuploading: /var/tmp/omicron_tmp/.tmpdhju5N/data/cockroach.listen-addr (11 bytes)
100692026-02-25T23:14:27.311Zuploaded: /var/tmp/omicron_tmp/.tmpdhju5N/data/cockroach.listen-addr
100702026-02-25T23:14:27.336Zuploading: /var/tmp/omicron_tmp/.tmpdhju5N/data/cockroach.sql-addr (11 bytes)
100712026-02-25T23:14:28.405Zuploaded: /var/tmp/omicron_tmp/.tmpdhju5N/data/cockroach.sql-addr
100722026-02-25T23:14:28.405Zuploading: /var/tmp/omicron_tmp/.tmpdhju5N/data/logs/cockroach-health.bmat-EVT22200007-0000e7ec.build.2026-02-25T22_44_18Z.003377.log (11346 bytes)
100732026-02-25T23:14:29.544Zuploaded: /var/tmp/omicron_tmp/.tmpdhju5N/data/logs/cockroach-health.bmat-EVT22200007-0000e7ec.build.2026-02-25T22_44_18Z.003377.log
100742026-02-25T23:14:29.544Zuploading: /var/tmp/omicron_tmp/.tmpdhju5N/data/logs/cockroach-health.log (11346 bytes)
100752026-02-25T23:14:30.684Zuploaded: /var/tmp/omicron_tmp/.tmpdhju5N/data/logs/cockroach-health.log
100762026-02-25T23:14:30.684Zuploading: /var/tmp/omicron_tmp/.tmpdhju5N/data/logs/cockroach-pebble.bmat-EVT22200007-0000e7ec.build.2026-02-25T22_44_17Z.003377.log (5510 bytes)
100772026-02-25T23:14:31.800Zuploaded: /var/tmp/omicron_tmp/.tmpdhju5N/data/logs/cockroach-pebble.bmat-EVT22200007-0000e7ec.build.2026-02-25T22_44_17Z.003377.log
100782026-02-25T23:14:31.824Zuploading: /var/tmp/omicron_tmp/.tmpdhju5N/data/logs/cockroach-pebble.log (5510 bytes)
100792026-02-25T23:14:32.919Zuploaded: /var/tmp/omicron_tmp/.tmpdhju5N/data/logs/cockroach-pebble.log
100802026-02-25T23:14:32.943Zuploading: /var/tmp/omicron_tmp/.tmpdhju5N/data/logs/cockroach-security.bmat-EVT22200007-0000e7ec.build.2026-02-25T22_44_19Z.003377.log (1805 bytes)
100812026-02-25T23:14:34.016Zuploaded: /var/tmp/omicron_tmp/.tmpdhju5N/data/logs/cockroach-security.bmat-EVT22200007-0000e7ec.build.2026-02-25T22_44_19Z.003377.log
100822026-02-25T23:14:34.016Zuploading: /var/tmp/omicron_tmp/.tmpdhju5N/data/logs/cockroach-security.log (1805 bytes)
100832026-02-25T23:14:35.126Zuploaded: /var/tmp/omicron_tmp/.tmpdhju5N/data/logs/cockroach-security.log
100842026-02-25T23:14:35.126Zuploading: /var/tmp/omicron_tmp/.tmpdhju5N/data/logs/cockroach-sql-schema.bmat-EVT22200007-0000e7ec.build.2026-02-25T22_44_17Z.003377.log (703201 bytes)
100852026-02-25T23:14:36.426Zuploaded: /var/tmp/omicron_tmp/.tmpdhju5N/data/logs/cockroach-sql-schema.bmat-EVT22200007-0000e7ec.build.2026-02-25T22_44_17Z.003377.log
100862026-02-25T23:14:36.476Zuploading: /var/tmp/omicron_tmp/.tmpdhju5N/data/logs/cockroach-sql-schema.log (703201 bytes)
100872026-02-25T23:14:37.686Zuploaded: /var/tmp/omicron_tmp/.tmpdhju5N/data/logs/cockroach-sql-schema.log
100882026-02-25T23:14:37.687Zuploading: /var/tmp/omicron_tmp/.tmpdhju5N/data/logs/cockroach-stderr.bmat-EVT22200007-0000e7ec.build.2026-02-25T22_44_17Z.003377.log (1162 bytes)
100892026-02-25T23:14:38.796Zuploaded: /var/tmp/omicron_tmp/.tmpdhju5N/data/logs/cockroach-stderr.bmat-EVT22200007-0000e7ec.build.2026-02-25T22_44_17Z.003377.log
100902026-02-25T23:14:38.797Zuploading: /var/tmp/omicron_tmp/.tmpdhju5N/data/logs/cockroach-stderr.log (1162 bytes)
100912026-02-25T23:14:39.925Zuploaded: /var/tmp/omicron_tmp/.tmpdhju5N/data/logs/cockroach-stderr.log
100922026-02-25T23:14:39.925Zuploading: /var/tmp/omicron_tmp/.tmpdhju5N/data/logs/cockroach.bmat-EVT22200007-0000e7ec.build.2026-02-25T22_44_17Z.003377.log (8086136 bytes)
100932026-02-25T23:14:41.782Zuploaded: /var/tmp/omicron_tmp/.tmpdhju5N/data/logs/cockroach.bmat-EVT22200007-0000e7ec.build.2026-02-25T22_44_17Z.003377.log
100942026-02-25T23:14:41.782Zuploading: /var/tmp/omicron_tmp/.tmpdhju5N/data/logs/cockroach.log (8086136 bytes)
100952026-02-25T23:14:44.003Zuploaded: /var/tmp/omicron_tmp/.tmpdhju5N/data/logs/cockroach.log
100962026-02-25T23:14:44.003Zuploading: /var/tmp/omicron_tmp/.tmpdhju5N/data/logs/heap_profiler/memprof.2026-02-25T22_44_27.350.80401296.pprof (143754 bytes)
100972026-02-25T23:14:45.214Zuploaded: /var/tmp/omicron_tmp/.tmpdhju5N/data/logs/heap_profiler/memprof.2026-02-25T22_44_27.350.80401296.pprof
100982026-02-25T23:14:45.214Zuploading: /var/tmp/omicron_tmp/.tmpdhju5N/data/logs/heap_profiler/memprof.2026-02-25T22_44_37.351.87059480.pprof (205268 bytes)
100992026-02-25T23:14:46.447Zuploaded: /var/tmp/omicron_tmp/.tmpdhju5N/data/logs/heap_profiler/memprof.2026-02-25T22_44_37.351.87059480.pprof
101002026-02-25T23:14:46.447Zuploading: /var/tmp/omicron_tmp/.tmpdhju5N/data/logs/heap_profiler/memprof.2026-02-25T22_45_17.352.101515360.pprof (346843 bytes)
101012026-02-25T23:14:47.681Zuploaded: /var/tmp/omicron_tmp/.tmpdhju5N/data/logs/heap_profiler/memprof.2026-02-25T22_45_17.352.101515360.pprof
101022026-02-25T23:14:47.681Zuploading: /var/tmp/omicron_tmp/.tmpdhju5N/data/logs/heap_profiler/memprof.2026-02-25T22_45_37.352.129554448.pprof (417324 bytes)
101032026-02-25T23:14:48.938Zuploaded: /var/tmp/omicron_tmp/.tmpdhju5N/data/logs/heap_profiler/memprof.2026-02-25T22_45_37.352.129554448.pprof
101042026-02-25T23:14:48.962Zuploading: /var/tmp/omicron_tmp/.tmpdhju5N/data/marker.format-version.000005.006 (0 bytes)
101052026-02-25T23:14:50.010Zuploaded: /var/tmp/omicron_tmp/.tmpdhju5N/data/marker.format-version.000005.006
101062026-02-25T23:14:50.010Zuploading: /var/tmp/omicron_tmp/.tmpdhju5N/data/marker.manifest.000001.MANIFEST-000001 (0 bytes)
101072026-02-25T23:14:51.080Zuploaded: /var/tmp/omicron_tmp/.tmpdhju5N/data/marker.manifest.000001.MANIFEST-000001
101082026-02-25T23:14:51.081Zuploading: /var/tmp/omicron_tmp/.tmpdhju5N/data/temp-dirs-record.txt (62 bytes)
101092026-02-25T23:14:52.177Zuploaded: /var/tmp/omicron_tmp/.tmpdhju5N/data/temp-dirs-record.txt
101102026-02-25T23:14:52.177Zuploading: /var/tmp/omicron_tmp/.tmpdhju5N/listen-url (56 bytes)
101112026-02-25T23:14:53.272Zuploaded: /var/tmp/omicron_tmp/.tmpdhju5N/listen-url
101122026-02-25T23:14:53.297Zuploading: /var/tmp/omicron_tmp/.tmphORosd/mgd_stderr (0 bytes)
101132026-02-25T23:14:54.365Zuploaded: /var/tmp/omicron_tmp/.tmphORosd/mgd_stderr
101142026-02-25T23:14:54.365Zuploading: /var/tmp/omicron_tmp/.tmphORosd/mgd_stdout (47169 bytes)
101152026-02-25T23:14:55.538Zuploaded: /var/tmp/omicron_tmp/.tmphORosd/mgd_stdout
101162026-02-25T23:14:55.538Zuploading: /var/tmp/omicron_tmp/.tmphORosd/rdb/conf (62 bytes)
101172026-02-25T23:14:56.635Zuploaded: /var/tmp/omicron_tmp/.tmphORosd/rdb/conf
101182026-02-25T23:14:56.635Zuploading: /var/tmp/omicron_tmp/.tmphORosd/rdb/db (1037 bytes)
101192026-02-25T23:14:57.753Zuploaded: /var/tmp/omicron_tmp/.tmphORosd/rdb/db
101202026-02-25T23:14:57.753Zuploading: /var/tmp/omicron_tmp/.tmpmiwMLK/cockroach_stderr (704 bytes)
101212026-02-25T23:14:58.848Zuploaded: /var/tmp/omicron_tmp/.tmpmiwMLK/cockroach_stderr
101222026-02-25T23:14:58.872Zuploading: /var/tmp/omicron_tmp/.tmpmiwMLK/cockroach_stdout (872 bytes)
101232026-02-25T23:14:59.946Zuploaded: /var/tmp/omicron_tmp/.tmpmiwMLK/cockroach_stdout
101242026-02-25T23:14:59.946Zuploading: /var/tmp/omicron_tmp/.tmpmiwMLK/data/000017.log (164447 bytes)
101252026-02-25T23:15:01.157Zuploaded: /var/tmp/omicron_tmp/.tmpmiwMLK/data/000017.log
101262026-02-25T23:15:01.157Zuploading: /var/tmp/omicron_tmp/.tmpmiwMLK/data/000020.sst (958431 bytes)
101272026-02-25T23:15:02.440Zuploaded: /var/tmp/omicron_tmp/.tmpmiwMLK/data/000020.sst
101282026-02-25T23:15:02.440Zuploading: /var/tmp/omicron_tmp/.tmpmiwMLK/data/000021.log (4788152 bytes)
101292026-02-25T23:15:03.848Zuploaded: /var/tmp/omicron_tmp/.tmpmiwMLK/data/000021.log
101302026-02-25T23:15:03.848Zuploading: /var/tmp/omicron_tmp/.tmpmiwMLK/data/CURRENT (16 bytes)
101312026-02-25T23:15:04.947Zuploaded: /var/tmp/omicron_tmp/.tmpmiwMLK/data/CURRENT
101322026-02-25T23:15:04.947Zuploading: /var/tmp/omicron_tmp/.tmpmiwMLK/data/LOCK (0 bytes)
101332026-02-25T23:15:06.019Zuploaded: /var/tmp/omicron_tmp/.tmpmiwMLK/data/LOCK
101342026-02-25T23:15:06.043Zuploading: /var/tmp/omicron_tmp/.tmpmiwMLK/data/MANIFEST-000001 (44 bytes)
101352026-02-25T23:15:07.116Zuploaded: /var/tmp/omicron_tmp/.tmpmiwMLK/data/MANIFEST-000001
101362026-02-25T23:15:07.116Zuploading: /var/tmp/omicron_tmp/.tmpmiwMLK/data/MANIFEST-000018 (655 bytes)
101372026-02-25T23:15:08.213Zuploaded: /var/tmp/omicron_tmp/.tmpmiwMLK/data/MANIFEST-000018
101382026-02-25T23:15:08.213Zuploading: /var/tmp/omicron_tmp/.tmpmiwMLK/data/OPTIONS-000019 (2366 bytes)
101392026-02-25T23:15:09.310Zuploaded: /var/tmp/omicron_tmp/.tmpmiwMLK/data/OPTIONS-000019
101402026-02-25T23:15:09.310Zuploading: /var/tmp/omicron_tmp/.tmpmiwMLK/data/STORAGE_MIN_VERSION (8 bytes)
101412026-02-25T23:15:10.433Zuploaded: /var/tmp/omicron_tmp/.tmpmiwMLK/data/STORAGE_MIN_VERSION
101422026-02-25T23:15:10.481Zuploading: /var/tmp/omicron_tmp/.tmpmiwMLK/data/cockroach-temp129412161/000002.log (0 bytes)
101432026-02-25T23:15:11.532Zuploaded: /var/tmp/omicron_tmp/.tmpmiwMLK/data/cockroach-temp129412161/000002.log
101442026-02-25T23:15:11.532Zuploading: /var/tmp/omicron_tmp/.tmpmiwMLK/data/cockroach-temp129412161/CURRENT (16 bytes)
101452026-02-25T23:15:12.631Zuploaded: /var/tmp/omicron_tmp/.tmpmiwMLK/data/cockroach-temp129412161/CURRENT
101462026-02-25T23:15:12.631Zuploading: /var/tmp/omicron_tmp/.tmpmiwMLK/data/cockroach-temp129412161/LOCK (0 bytes)
101472026-02-25T23:15:13.703Zuploaded: /var/tmp/omicron_tmp/.tmpmiwMLK/data/cockroach-temp129412161/LOCK
101482026-02-25T23:15:13.728Zuploading: /var/tmp/omicron_tmp/.tmpmiwMLK/data/cockroach-temp129412161/MANIFEST-000001 (50 bytes)
101492026-02-25T23:15:14.801Zuploaded: /var/tmp/omicron_tmp/.tmpmiwMLK/data/cockroach-temp129412161/MANIFEST-000001
101502026-02-25T23:15:14.801Zuploading: /var/tmp/omicron_tmp/.tmpmiwMLK/data/cockroach-temp129412161/OPTIONS-000003 (2303 bytes)
101512026-02-25T23:15:15.899Zuploaded: /var/tmp/omicron_tmp/.tmpmiwMLK/data/cockroach-temp129412161/OPTIONS-000003
101522026-02-25T23:15:15.899Zuploading: /var/tmp/omicron_tmp/.tmpmiwMLK/data/cockroach-temp129412161/TEMP_DIR.LOCK (0 bytes)
101532026-02-25T23:15:16.971Zuploaded: /var/tmp/omicron_tmp/.tmpmiwMLK/data/cockroach-temp129412161/TEMP_DIR.LOCK
101542026-02-25T23:15:16.971Zuploading: /var/tmp/omicron_tmp/.tmpmiwMLK/data/cockroach.advertise-addr (11 bytes)
101552026-02-25T23:15:18.069Zuploaded: /var/tmp/omicron_tmp/.tmpmiwMLK/data/cockroach.advertise-addr
101562026-02-25T23:15:18.069Zuploading: /var/tmp/omicron_tmp/.tmpmiwMLK/data/cockroach.advertise-sql-addr (11 bytes)
101572026-02-25T23:15:19.166Zuploaded: /var/tmp/omicron_tmp/.tmpmiwMLK/data/cockroach.advertise-sql-addr
101582026-02-25T23:15:19.166Zuploading: /var/tmp/omicron_tmp/.tmpmiwMLK/data/cockroach.http-addr (11 bytes)
101592026-02-25T23:15:20.263Zuploaded: /var/tmp/omicron_tmp/.tmpmiwMLK/data/cockroach.http-addr
101602026-02-25T23:15:20.263Zuploading: /var/tmp/omicron_tmp/.tmpmiwMLK/data/cockroach.listen-addr (11 bytes)
101612026-02-25T23:15:21.359Zuploaded: /var/tmp/omicron_tmp/.tmpmiwMLK/data/cockroach.listen-addr
101622026-02-25T23:15:21.359Zuploading: /var/tmp/omicron_tmp/.tmpmiwMLK/data/cockroach.sql-addr (11 bytes)
101632026-02-25T23:15:22.455Zuploaded: /var/tmp/omicron_tmp/.tmpmiwMLK/data/cockroach.sql-addr
101642026-02-25T23:15:22.455Zuploading: /var/tmp/omicron_tmp/.tmpmiwMLK/data/logs/cockroach-health.bmat-EVT22200007-0000e7ec.build.2026-02-25T21_17_09Z.012922.log (1466 bytes)
101652026-02-25T23:15:23.560Zuploaded: /var/tmp/omicron_tmp/.tmpmiwMLK/data/logs/cockroach-health.bmat-EVT22200007-0000e7ec.build.2026-02-25T21_17_09Z.012922.log
101662026-02-25T23:15:23.585Zuploading: /var/tmp/omicron_tmp/.tmpmiwMLK/data/logs/cockroach-health.bmat-EVT22200007-0000e7ec.build.2026-02-25T22_13_09Z.028282.log (4199 bytes)
101672026-02-25T23:15:24.665Zuploaded: /var/tmp/omicron_tmp/.tmpmiwMLK/data/logs/cockroach-health.bmat-EVT22200007-0000e7ec.build.2026-02-25T22_13_09Z.028282.log
101682026-02-25T23:15:24.665Zuploading: /var/tmp/omicron_tmp/.tmpmiwMLK/data/logs/cockroach-health.log (4199 bytes)
101692026-02-25T23:15:25.762Zuploaded: /var/tmp/omicron_tmp/.tmpmiwMLK/data/logs/cockroach-health.log
101702026-02-25T23:15:25.762Zuploading: /var/tmp/omicron_tmp/.tmpmiwMLK/data/logs/cockroach-pebble.bmat-EVT22200007-0000e7ec.build.2026-02-25T21_17_08Z.012922.log (3384 bytes)
101712026-02-25T23:15:26.858Zuploaded: /var/tmp/omicron_tmp/.tmpmiwMLK/data/logs/cockroach-pebble.bmat-EVT22200007-0000e7ec.build.2026-02-25T21_17_08Z.012922.log
101722026-02-25T23:15:26.858Zuploading: /var/tmp/omicron_tmp/.tmpmiwMLK/data/logs/cockroach-pebble.bmat-EVT22200007-0000e7ec.build.2026-02-25T22_13_08Z.028282.log (5485 bytes)
101732026-02-25T23:15:27.977Zuploaded: /var/tmp/omicron_tmp/.tmpmiwMLK/data/logs/cockroach-pebble.bmat-EVT22200007-0000e7ec.build.2026-02-25T22_13_08Z.028282.log
101742026-02-25T23:15:27.977Zuploading: /var/tmp/omicron_tmp/.tmpmiwMLK/data/logs/cockroach-pebble.log (5485 bytes)
101752026-02-25T23:15:29.131Zuploaded: /var/tmp/omicron_tmp/.tmpmiwMLK/data/logs/cockroach-pebble.log
101762026-02-25T23:15:29.131Zuploading: /var/tmp/omicron_tmp/.tmpmiwMLK/data/logs/cockroach-security.bmat-EVT22200007-0000e7ec.build.2026-02-25T21_17_10Z.012922.log (1816 bytes)
101772026-02-25T23:15:30.234Zuploaded: /var/tmp/omicron_tmp/.tmpmiwMLK/data/logs/cockroach-security.bmat-EVT22200007-0000e7ec.build.2026-02-25T21_17_10Z.012922.log
101782026-02-25T23:15:30.234Zuploading: /var/tmp/omicron_tmp/.tmpmiwMLK/data/logs/cockroach-security.log (1816 bytes)
101792026-02-25T23:15:31.333Zuploaded: /var/tmp/omicron_tmp/.tmpmiwMLK/data/logs/cockroach-security.log
101802026-02-25T23:15:31.334Zuploading: /var/tmp/omicron_tmp/.tmpmiwMLK/data/logs/cockroach-sql-schema.bmat-EVT22200007-0000e7ec.build.2026-02-25T21_17_08Z.012922.log (327773 bytes)
101812026-02-25T23:15:32.568Zuploaded: /var/tmp/omicron_tmp/.tmpmiwMLK/data/logs/cockroach-sql-schema.bmat-EVT22200007-0000e7ec.build.2026-02-25T21_17_08Z.012922.log
101822026-02-25T23:15:32.569Zuploading: /var/tmp/omicron_tmp/.tmpmiwMLK/data/logs/cockroach-sql-schema.log (327773 bytes)
101832026-02-25T23:15:33.804Zuploaded: /var/tmp/omicron_tmp/.tmpmiwMLK/data/logs/cockroach-sql-schema.log
101842026-02-25T23:15:33.804Zuploading: /var/tmp/omicron_tmp/.tmpmiwMLK/data/logs/cockroach-stderr.bmat-EVT22200007-0000e7ec.build.2026-02-25T21_17_08Z.012922.log (1173 bytes)
101852026-02-25T23:15:34.900Zuploaded: /var/tmp/omicron_tmp/.tmpmiwMLK/data/logs/cockroach-stderr.bmat-EVT22200007-0000e7ec.build.2026-02-25T21_17_08Z.012922.log
101862026-02-25T23:15:34.901Zuploading: /var/tmp/omicron_tmp/.tmpmiwMLK/data/logs/cockroach-stderr.bmat-EVT22200007-0000e7ec.build.2026-02-25T22_13_08Z.028282.log (1162 bytes)
101872026-02-25T23:15:35.998Zuploaded: /var/tmp/omicron_tmp/.tmpmiwMLK/data/logs/cockroach-stderr.bmat-EVT22200007-0000e7ec.build.2026-02-25T22_13_08Z.028282.log
101882026-02-25T23:15:35.998Zuploading: /var/tmp/omicron_tmp/.tmpmiwMLK/data/logs/cockroach-stderr.log (1162 bytes)
101892026-02-25T23:15:37.095Zuploaded: /var/tmp/omicron_tmp/.tmpmiwMLK/data/logs/cockroach-stderr.log
101902026-02-25T23:15:37.095Zuploading: /var/tmp/omicron_tmp/.tmpmiwMLK/data/logs/cockroach-telemetry.bmat-EVT22200007-0000e7ec.build.2026-02-25T22_13_09Z.028282.log (36184 bytes)
101912026-02-25T23:15:38.259Zuploaded: /var/tmp/omicron_tmp/.tmpmiwMLK/data/logs/cockroach-telemetry.bmat-EVT22200007-0000e7ec.build.2026-02-25T22_13_09Z.028282.log
101922026-02-25T23:15:38.259Zuploading: /var/tmp/omicron_tmp/.tmpmiwMLK/data/logs/cockroach-telemetry.log (36184 bytes)
101932026-02-25T23:15:39.422Zuploaded: /var/tmp/omicron_tmp/.tmpmiwMLK/data/logs/cockroach-telemetry.log
101942026-02-25T23:15:39.422Zuploading: /var/tmp/omicron_tmp/.tmpmiwMLK/data/logs/cockroach.bmat-EVT22200007-0000e7ec.build.2026-02-25T21_17_08Z.012922.log (457350 bytes)
101952026-02-25T23:15:40.679Zuploaded: /var/tmp/omicron_tmp/.tmpmiwMLK/data/logs/cockroach.bmat-EVT22200007-0000e7ec.build.2026-02-25T21_17_08Z.012922.log
101962026-02-25T23:15:40.703Zuploading: /var/tmp/omicron_tmp/.tmpmiwMLK/data/logs/cockroach.bmat-EVT22200007-0000e7ec.build.2026-02-25T22_13_08Z.028282.log (22672 bytes)
101972026-02-25T23:15:41.843Zuploaded: /var/tmp/omicron_tmp/.tmpmiwMLK/data/logs/cockroach.bmat-EVT22200007-0000e7ec.build.2026-02-25T22_13_08Z.028282.log
101982026-02-25T23:15:41.868Zuploading: /var/tmp/omicron_tmp/.tmpmiwMLK/data/logs/cockroach.log (22672 bytes)
101992026-02-25T23:15:43.006Zuploaded: /var/tmp/omicron_tmp/.tmpmiwMLK/data/logs/cockroach.log
102002026-02-25T23:15:43.031Zuploading: /var/tmp/omicron_tmp/.tmpmiwMLK/data/logs/heap_profiler/memprof.2026-02-25T22_13_19.392.101948584.pprof (89255 bytes)
102012026-02-25T23:15:44.193Zuploaded: /var/tmp/omicron_tmp/.tmpmiwMLK/data/logs/heap_profiler/memprof.2026-02-25T22_13_19.392.101948584.pprof
102022026-02-25T23:15:44.193Zuploading: /var/tmp/omicron_tmp/.tmpmiwMLK/data/marker.format-version.000005.006 (0 bytes)
102032026-02-25T23:15:45.268Zuploaded: /var/tmp/omicron_tmp/.tmpmiwMLK/data/marker.format-version.000005.006
102042026-02-25T23:15:45.294Zuploading: /var/tmp/omicron_tmp/.tmpmiwMLK/data/marker.manifest.000002.MANIFEST-000018 (0 bytes)
102052026-02-25T23:15:46.340Zuploaded: /var/tmp/omicron_tmp/.tmpmiwMLK/data/marker.manifest.000002.MANIFEST-000018
102062026-02-25T23:15:46.340Zuploading: /var/tmp/omicron_tmp/.tmpmiwMLK/data/temp-dirs-record.txt (61 bytes)
102072026-02-25T23:15:47.435Zuploaded: /var/tmp/omicron_tmp/.tmpmiwMLK/data/temp-dirs-record.txt
102082026-02-25T23:15:47.435Zuploading: /var/tmp/omicron_tmp/.tmpmiwMLK/listen-url (56 bytes)
102092026-02-25T23:15:48.531Zuploaded: /var/tmp/omicron_tmp/.tmpmiwMLK/listen-url
102102026-02-25T23:15:48.531Zuploading: /var/tmp/omicron_tmp/.tmpnPsrOU/dendrite_stdout (67659 bytes)
102112026-02-25T23:15:49.716Zuploaded: /var/tmp/omicron_tmp/.tmpnPsrOU/dendrite_stdout
102122026-02-25T23:15:49.741Zuploading: /var/tmp/omicron_tmp/.tmpsuZLC5/cockroach_stderr (704 bytes)
102132026-02-25T23:15:50.811Zuploaded: /var/tmp/omicron_tmp/.tmpsuZLC5/cockroach_stderr
102142026-02-25T23:15:50.811Zuploading: /var/tmp/omicron_tmp/.tmpsuZLC5/cockroach_stdout (874 bytes)
102152026-02-25T23:15:51.907Zuploaded: /var/tmp/omicron_tmp/.tmpsuZLC5/cockroach_stdout
102162026-02-25T23:15:51.907Zuploading: /var/tmp/omicron_tmp/.tmpsuZLC5/data/000017.log (166509 bytes)
102172026-02-25T23:15:53.116Zuploaded: /var/tmp/omicron_tmp/.tmpsuZLC5/data/000017.log
102182026-02-25T23:15:53.116Zuploading: /var/tmp/omicron_tmp/.tmpsuZLC5/data/000020.sst (958431 bytes)
102192026-02-25T23:15:54.398Zuploaded: /var/tmp/omicron_tmp/.tmpsuZLC5/data/000020.sst
102202026-02-25T23:15:54.398Zuploading: /var/tmp/omicron_tmp/.tmpsuZLC5/data/000021.log (5255806 bytes)
102212026-02-25T23:15:55.854Zuploaded: /var/tmp/omicron_tmp/.tmpsuZLC5/data/000021.log
102222026-02-25T23:15:55.880Zuploading: /var/tmp/omicron_tmp/.tmpsuZLC5/data/CURRENT (16 bytes)
102232026-02-25T23:15:56.952Zuploaded: /var/tmp/omicron_tmp/.tmpsuZLC5/data/CURRENT
102242026-02-25T23:15:56.977Zuploading: /var/tmp/omicron_tmp/.tmpsuZLC5/data/LOCK (0 bytes)
102252026-02-25T23:15:58.025Zuploaded: /var/tmp/omicron_tmp/.tmpsuZLC5/data/LOCK
102262026-02-25T23:15:58.050Zuploading: /var/tmp/omicron_tmp/.tmpsuZLC5/data/MANIFEST-000001 (44 bytes)
102272026-02-25T23:15:59.124Zuploaded: /var/tmp/omicron_tmp/.tmpsuZLC5/data/MANIFEST-000001
102282026-02-25T23:15:59.124Zuploading: /var/tmp/omicron_tmp/.tmpsuZLC5/data/MANIFEST-000018 (655 bytes)
102292026-02-25T23:16:00.262Zuploaded: /var/tmp/omicron_tmp/.tmpsuZLC5/data/MANIFEST-000018
102302026-02-25T23:16:00.262Zuploading: /var/tmp/omicron_tmp/.tmpsuZLC5/data/OPTIONS-000019 (2366 bytes)
102312026-02-25T23:16:01.362Zuploaded: /var/tmp/omicron_tmp/.tmpsuZLC5/data/OPTIONS-000019
102322026-02-25T23:16:01.362Zuploading: /var/tmp/omicron_tmp/.tmpsuZLC5/data/STORAGE_MIN_VERSION (8 bytes)
102332026-02-25T23:16:02.459Zuploaded: /var/tmp/omicron_tmp/.tmpsuZLC5/data/STORAGE_MIN_VERSION
102342026-02-25T23:16:02.484Zuploading: /var/tmp/omicron_tmp/.tmpsuZLC5/data/cockroach-temp1149586597/000002.log (0 bytes)
102352026-02-25T23:16:03.532Zuploaded: /var/tmp/omicron_tmp/.tmpsuZLC5/data/cockroach-temp1149586597/000002.log
102362026-02-25T23:16:03.532Zuploading: /var/tmp/omicron_tmp/.tmpsuZLC5/data/cockroach-temp1149586597/CURRENT (16 bytes)
102372026-02-25T23:16:04.627Zuploaded: /var/tmp/omicron_tmp/.tmpsuZLC5/data/cockroach-temp1149586597/CURRENT
102382026-02-25T23:16:04.652Zuploading: /var/tmp/omicron_tmp/.tmpsuZLC5/data/cockroach-temp1149586597/LOCK (0 bytes)
102392026-02-25T23:16:05.701Zuploaded: /var/tmp/omicron_tmp/.tmpsuZLC5/data/cockroach-temp1149586597/LOCK
102402026-02-25T23:16:05.701Zuploading: /var/tmp/omicron_tmp/.tmpsuZLC5/data/cockroach-temp1149586597/MANIFEST-000001 (50 bytes)
102412026-02-25T23:16:06.798Zuploaded: /var/tmp/omicron_tmp/.tmpsuZLC5/data/cockroach-temp1149586597/MANIFEST-000001
102422026-02-25T23:16:06.822Zuploading: /var/tmp/omicron_tmp/.tmpsuZLC5/data/cockroach-temp1149586597/OPTIONS-000003 (2303 bytes)
102432026-02-25T23:16:07.894Zuploaded: /var/tmp/omicron_tmp/.tmpsuZLC5/data/cockroach-temp1149586597/OPTIONS-000003
102442026-02-25T23:16:07.894Zuploading: /var/tmp/omicron_tmp/.tmpsuZLC5/data/cockroach-temp1149586597/TEMP_DIR.LOCK (0 bytes)
102452026-02-25T23:16:08.967Zuploaded: /var/tmp/omicron_tmp/.tmpsuZLC5/data/cockroach-temp1149586597/TEMP_DIR.LOCK
102462026-02-25T23:16:08.967Zuploading: /var/tmp/omicron_tmp/.tmpsuZLC5/data/cockroach.advertise-addr (11 bytes)
102472026-02-25T23:16:10.064Zuploaded: /var/tmp/omicron_tmp/.tmpsuZLC5/data/cockroach.advertise-addr
102482026-02-25T23:16:10.088Zuploading: /var/tmp/omicron_tmp/.tmpsuZLC5/data/cockroach.advertise-sql-addr (11 bytes)
102492026-02-25T23:16:11.160Zuploaded: /var/tmp/omicron_tmp/.tmpsuZLC5/data/cockroach.advertise-sql-addr
102502026-02-25T23:16:11.161Zuploading: /var/tmp/omicron_tmp/.tmpsuZLC5/data/cockroach.http-addr (11 bytes)
102512026-02-25T23:16:12.257Zuploaded: /var/tmp/omicron_tmp/.tmpsuZLC5/data/cockroach.http-addr
102522026-02-25T23:16:12.257Zuploading: /var/tmp/omicron_tmp/.tmpsuZLC5/data/cockroach.listen-addr (11 bytes)
102532026-02-25T23:16:13.354Zuploaded: /var/tmp/omicron_tmp/.tmpsuZLC5/data/cockroach.listen-addr
102542026-02-25T23:16:13.378Zuploading: /var/tmp/omicron_tmp/.tmpsuZLC5/data/cockroach.sql-addr (11 bytes)
102552026-02-25T23:16:14.451Zuploaded: /var/tmp/omicron_tmp/.tmpsuZLC5/data/cockroach.sql-addr
102562026-02-25T23:16:14.452Zuploading: /var/tmp/omicron_tmp/.tmpsuZLC5/data/logs/cockroach-health.bmat-EVT22200007-0000e7ec.build.2026-02-25T21_17_09Z.012922.log (1466 bytes)
102572026-02-25T23:16:15.548Zuploaded: /var/tmp/omicron_tmp/.tmpsuZLC5/data/logs/cockroach-health.bmat-EVT22200007-0000e7ec.build.2026-02-25T21_17_09Z.012922.log
102582026-02-25T23:16:15.548Zuploading: /var/tmp/omicron_tmp/.tmpsuZLC5/data/logs/cockroach-health.bmat-EVT22200007-0000e7ec.build.2026-02-25T21_17_54Z.012977.log (4148 bytes)
102592026-02-25T23:16:16.651Zuploaded: /var/tmp/omicron_tmp/.tmpsuZLC5/data/logs/cockroach-health.bmat-EVT22200007-0000e7ec.build.2026-02-25T21_17_54Z.012977.log
102602026-02-25T23:16:16.652Zuploading: /var/tmp/omicron_tmp/.tmpsuZLC5/data/logs/cockroach-health.log (4148 bytes)
102612026-02-25T23:16:17.749Zuploaded: /var/tmp/omicron_tmp/.tmpsuZLC5/data/logs/cockroach-health.log
102622026-02-25T23:16:17.749Zuploading: /var/tmp/omicron_tmp/.tmpsuZLC5/data/logs/cockroach-pebble.bmat-EVT22200007-0000e7ec.build.2026-02-25T21_17_08Z.012922.log (3384 bytes)
102632026-02-25T23:16:18.848Zuploaded: /var/tmp/omicron_tmp/.tmpsuZLC5/data/logs/cockroach-pebble.bmat-EVT22200007-0000e7ec.build.2026-02-25T21_17_08Z.012922.log
102642026-02-25T23:16:18.848Zuploading: /var/tmp/omicron_tmp/.tmpsuZLC5/data/logs/cockroach-pebble.bmat-EVT22200007-0000e7ec.build.2026-02-25T21_17_53Z.012977.log (5496 bytes)
102652026-02-25T23:16:19.967Zuploaded: /var/tmp/omicron_tmp/.tmpsuZLC5/data/logs/cockroach-pebble.bmat-EVT22200007-0000e7ec.build.2026-02-25T21_17_53Z.012977.log
102662026-02-25T23:16:19.968Zuploading: /var/tmp/omicron_tmp/.tmpsuZLC5/data/logs/cockroach-pebble.log (5496 bytes)
102672026-02-25T23:16:21.085Zuploaded: /var/tmp/omicron_tmp/.tmpsuZLC5/data/logs/cockroach-pebble.log
102682026-02-25T23:16:21.085Zuploading: /var/tmp/omicron_tmp/.tmpsuZLC5/data/logs/cockroach-security.bmat-EVT22200007-0000e7ec.build.2026-02-25T21_17_10Z.012922.log (1816 bytes)
102692026-02-25T23:16:22.181Zuploaded: /var/tmp/omicron_tmp/.tmpsuZLC5/data/logs/cockroach-security.bmat-EVT22200007-0000e7ec.build.2026-02-25T21_17_10Z.012922.log
102702026-02-25T23:16:22.181Zuploading: /var/tmp/omicron_tmp/.tmpsuZLC5/data/logs/cockroach-security.log (1816 bytes)
102712026-02-25T23:16:23.278Zuploaded: /var/tmp/omicron_tmp/.tmpsuZLC5/data/logs/cockroach-security.log
102722026-02-25T23:16:23.278Zuploading: /var/tmp/omicron_tmp/.tmpsuZLC5/data/logs/cockroach-sql-schema.bmat-EVT22200007-0000e7ec.build.2026-02-25T21_17_08Z.012922.log (327773 bytes)
102732026-02-25T23:16:24.513Zuploaded: /var/tmp/omicron_tmp/.tmpsuZLC5/data/logs/cockroach-sql-schema.bmat-EVT22200007-0000e7ec.build.2026-02-25T21_17_08Z.012922.log
102742026-02-25T23:16:24.513Zuploading: /var/tmp/omicron_tmp/.tmpsuZLC5/data/logs/cockroach-sql-schema.log (327773 bytes)
102752026-02-25T23:16:25.746Zuploaded: /var/tmp/omicron_tmp/.tmpsuZLC5/data/logs/cockroach-sql-schema.log
102762026-02-25T23:16:25.746Zuploading: /var/tmp/omicron_tmp/.tmpsuZLC5/data/logs/cockroach-stderr.bmat-EVT22200007-0000e7ec.build.2026-02-25T21_17_08Z.012922.log (1173 bytes)
102772026-02-25T23:16:26.842Zuploaded: /var/tmp/omicron_tmp/.tmpsuZLC5/data/logs/cockroach-stderr.bmat-EVT22200007-0000e7ec.build.2026-02-25T21_17_08Z.012922.log
102782026-02-25T23:16:26.842Zuploading: /var/tmp/omicron_tmp/.tmpsuZLC5/data/logs/cockroach-stderr.bmat-EVT22200007-0000e7ec.build.2026-02-25T21_17_53Z.012977.log (1162 bytes)
102792026-02-25T23:16:27.941Zuploaded: /var/tmp/omicron_tmp/.tmpsuZLC5/data/logs/cockroach-stderr.bmat-EVT22200007-0000e7ec.build.2026-02-25T21_17_53Z.012977.log
102802026-02-25T23:16:27.942Zuploading: /var/tmp/omicron_tmp/.tmpsuZLC5/data/logs/cockroach-stderr.log (1162 bytes)
102812026-02-25T23:16:29.041Zuploaded: /var/tmp/omicron_tmp/.tmpsuZLC5/data/logs/cockroach-stderr.log
102822026-02-25T23:16:29.041Zuploading: /var/tmp/omicron_tmp/.tmpsuZLC5/data/logs/cockroach-telemetry.bmat-EVT22200007-0000e7ec.build.2026-02-25T21_17_54Z.012977.log (33728 bytes)
102832026-02-25T23:16:30.205Zuploaded: /var/tmp/omicron_tmp/.tmpsuZLC5/data/logs/cockroach-telemetry.bmat-EVT22200007-0000e7ec.build.2026-02-25T21_17_54Z.012977.log
102842026-02-25T23:16:30.205Zuploading: /var/tmp/omicron_tmp/.tmpsuZLC5/data/logs/cockroach-telemetry.log (33728 bytes)
102852026-02-25T23:16:31.371Zuploaded: /var/tmp/omicron_tmp/.tmpsuZLC5/data/logs/cockroach-telemetry.log
102862026-02-25T23:16:31.371Zuploading: /var/tmp/omicron_tmp/.tmpsuZLC5/data/logs/cockroach.bmat-EVT22200007-0000e7ec.build.2026-02-25T21_17_08Z.012922.log (457350 bytes)
102872026-02-25T23:16:32.631Zuploaded: /var/tmp/omicron_tmp/.tmpsuZLC5/data/logs/cockroach.bmat-EVT22200007-0000e7ec.build.2026-02-25T21_17_08Z.012922.log
102882026-02-25T23:16:32.631Zuploading: /var/tmp/omicron_tmp/.tmpsuZLC5/data/logs/cockroach.bmat-EVT22200007-0000e7ec.build.2026-02-25T21_17_53Z.012977.log (24709 bytes)
102892026-02-25T23:16:33.795Zuploaded: /var/tmp/omicron_tmp/.tmpsuZLC5/data/logs/cockroach.bmat-EVT22200007-0000e7ec.build.2026-02-25T21_17_53Z.012977.log
102902026-02-25T23:16:33.796Zuploading: /var/tmp/omicron_tmp/.tmpsuZLC5/data/logs/cockroach.log (24709 bytes)
102912026-02-25T23:16:34.961Zuploaded: /var/tmp/omicron_tmp/.tmpsuZLC5/data/logs/cockroach.log
102922026-02-25T23:16:34.987Zuploading: /var/tmp/omicron_tmp/.tmpsuZLC5/data/logs/heap_profiler/memprof.2026-02-25T21_18_04.012.80671744.pprof (81147 bytes)
102932026-02-25T23:16:36.149Zuploaded: /var/tmp/omicron_tmp/.tmpsuZLC5/data/logs/heap_profiler/memprof.2026-02-25T21_18_04.012.80671744.pprof
102942026-02-25T23:16:36.149Zuploading: /var/tmp/omicron_tmp/.tmpsuZLC5/data/marker.format-version.000005.006 (0 bytes)
102952026-02-25T23:16:37.225Zuploaded: /var/tmp/omicron_tmp/.tmpsuZLC5/data/marker.format-version.000005.006
102962026-02-25T23:16:37.225Zuploading: /var/tmp/omicron_tmp/.tmpsuZLC5/data/marker.manifest.000002.MANIFEST-000018 (0 bytes)
102972026-02-25T23:16:38.299Zuploaded: /var/tmp/omicron_tmp/.tmpsuZLC5/data/marker.manifest.000002.MANIFEST-000018
102982026-02-25T23:16:38.299Zuploading: /var/tmp/omicron_tmp/.tmpsuZLC5/data/temp-dirs-record.txt (62 bytes)
102992026-02-25T23:16:39.396Zuploaded: /var/tmp/omicron_tmp/.tmpsuZLC5/data/temp-dirs-record.txt
103002026-02-25T23:16:39.396Zuploading: /var/tmp/omicron_tmp/.tmpsuZLC5/listen-url (56 bytes)
103012026-02-25T23:16:40.493Zuploaded: /var/tmp/omicron_tmp/.tmpsuZLC5/listen-url
103022026-02-25T23:16:40.493Zuploading: /var/tmp/omicron_tmp/omicron_nexus-27e683fd83af0746-test_action_failure_can_unwind.12955.0.log (4132020 bytes)
103032026-02-25T23:16:41.894Zuploaded: /var/tmp/omicron_tmp/omicron_nexus-27e683fd83af0746-test_action_failure_can_unwind.12955.0.log
103042026-02-25T23:16:41.894Zuploading: /var/tmp/omicron_tmp/omicron_nexus-27e683fd83af0746-test_action_failure_can_unwind.12955.1-clickhouse-Zy6QMk/clickhouse-server.errlog (20460 bytes)
103052026-02-25T23:16:43.039Zuploaded: /var/tmp/omicron_tmp/omicron_nexus-27e683fd83af0746-test_action_failure_can_unwind.12955.1-clickhouse-Zy6QMk/clickhouse-server.errlog
103062026-02-25T23:16:43.039Zuploading: /var/tmp/omicron_tmp/omicron_nexus-27e683fd83af0746-test_action_failure_can_unwind.12955.1-clickhouse-Zy6QMk/clickhouse-server.log (201809 bytes)
103072026-02-25T23:16:44.276Zuploaded: /var/tmp/omicron_tmp/omicron_nexus-27e683fd83af0746-test_action_failure_can_unwind.12955.1-clickhouse-Zy6QMk/clickhouse-server.log
103082026-02-25T23:16:44.276Zuploading: /var/tmp/omicron_tmp/omicron_nexus-27e683fd83af0746-test_action_failure_can_unwind.12955.2.log (3256710 bytes)
103092026-02-25T23:16:45.619Zuploaded: /var/tmp/omicron_tmp/omicron_nexus-27e683fd83af0746-test_action_failure_can_unwind.12955.2.log
103102026-02-25T23:16:45.619Zuploading: /var/tmp/omicron_tmp/test_all-46ec180f6e3b8cef-nexus_applies_update_on_boot.3373.0.log (1778610 bytes)
103112026-02-25T23:16:46.951Zuploaded: /var/tmp/omicron_tmp/test_all-46ec180f6e3b8cef-nexus_applies_update_on_boot.3373.0.log
103122026-02-25T23:16:46.983Zuploading: /var/tmp/omicron_tmp/test_all-46ec180f6e3b8cef-nexus_applies_update_on_boot.3373.1.log (6970974 bytes)
103132026-02-25T23:16:48.473Zuploaded: /var/tmp/omicron_tmp/test_all-46ec180f6e3b8cef-nexus_applies_update_on_boot.3373.1.log
103142026-02-25T23:16:48.473Zuploading: /var/tmp/omicron_tmp/test_all-46ec180f6e3b8cef-nexus_applies_update_on_boot.3373.2.log (7028048 bytes)
103152026-02-25T23:16:49.965Zuploaded: /var/tmp/omicron_tmp/test_all-46ec180f6e3b8cef-nexus_applies_update_on_boot.3373.2.log
103162026-02-25T23:16:49.965Zuploading: /var/tmp/omicron_tmp/test_all-46ec180f6e3b8cef-test_disk_virtual_provisioning_collection_failed_delete.28278.0.log (5008365 bytes)
103172026-02-25T23:16:51.392Zuploaded: /var/tmp/omicron_tmp/test_all-46ec180f6e3b8cef-test_disk_virtual_provisioning_collection_failed_delete.28278.0.log
103182026-02-25T23:16:51.392Zuploading: /var/tmp/omicron_tmp/test_all-46ec180f6e3b8cef-test_disk_virtual_provisioning_collection_failed_delete.28278.1-clickhouse-iEgXuS/clickhouse-server.errlog (20460 bytes)
103192026-02-25T23:16:52.534Zuploaded: /var/tmp/omicron_tmp/test_all-46ec180f6e3b8cef-test_disk_virtual_provisioning_collection_failed_delete.28278.1-clickhouse-iEgXuS/clickhouse-server.errlog
103202026-02-25T23:16:52.534Zuploading: /var/tmp/omicron_tmp/test_all-46ec180f6e3b8cef-test_disk_virtual_provisioning_collection_failed_delete.28278.1-clickhouse-iEgXuS/clickhouse-server.log (234421 bytes)
103212026-02-25T23:16:53.766Zuploaded: /var/tmp/omicron_tmp/test_all-46ec180f6e3b8cef-test_disk_virtual_provisioning_collection_failed_delete.28278.1-clickhouse-iEgXuS/clickhouse-server.log
103222026-02-25T23:16:53.766Zuploading: /var/tmp/omicron_tmp/test_all-46ec180f6e3b8cef-test_disk_virtual_provisioning_collection_failed_delete.28278.2.log (3550635 bytes)
103232026-02-25T23:16:55.181Zuploaded: /var/tmp/omicron_tmp/test_all-46ec180f6e3b8cef-test_disk_virtual_provisioning_collection_failed_delete.28278.2.log